diff options
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/test/README b/test/README index 2d95305..ffe1b30 100644 --- a/test/README +++ b/test/README @@ -26,13 +26,19 @@ dirent.h - all entry points depend on struct dirent. libgen.h - basename() tested, dirname() not. stdio.h - div() not tested; SuS includes <stdio.h> dlfcn.h - dlclose(), dlerror(), dlopen(), dlsym() not tested -grp.h - functions not tested, getgrent() depends omn <grp.h> -pwd.h - functions not tested, getpwent() depends omn <pwd.h> +grp.h - functions not tested, getgrent() depends on <grp.h> +pwd.h - functions not tested, getpwent() depends on <pwd.h> utmpx.h - functions not tested, most depend on <utmpx.h> -math.h - erf(), erfc(), exp(), expm1(), fabs(), floor() not tested. +math.h - erf(), erfc(), exp(), expm1(), fabs(), floor(). fmod() not tested. stropts.h - fattach(), fdetach() not tested time.h - FD_* macros are not tested strings.h - ffs() not tested. +stdio.h - fgetpos(), fgets(), fileno(), f*lockfile(), fopen(), not tested. +wchar.h - fgetwc(), fgetws() not tested. +fmtmsg.h - fmtmsg() not tested. +fnmatch.h - fnmatch() not tested. +unistd.h - fork(), fpathconf() not tested. +stdio.h - *printf*, fputc(), fputwc(), fputws(), fread() not tested. For other dependencies not tested, see the commented-out lines in deheader's dependency table. |