summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-20 13:46:43 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-20 13:46:43 -0500
commit3b88fe6e76ee3f64f1c69910ccd99ff95e565054 (patch)
tree4aaac57e86c229ddee840518fc408c7122cfc702 /test
parentde17eec4940b2cd1a2b5b0d83a81c76ba50ef8db (diff)
downloaddeheader-3b88fe6e76ee3f64f1c69910ccd99ff95e565054.tar.gz
deheader-3b88fe6e76ee3f64f1c69910ccd99ff95e565054.tar.bz2
deheader-3b88fe6e76ee3f64f1c69910ccd99ff95e565054.tar.xz
deheader-3b88fe6e76ee3f64f1c69910ccd99ff95e565054.zip
Ready to ship 0.4 point release.0.4
Diffstat (limited to 'test')
-rw-r--r--test/README12
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.