diff options
author | Bruno Haible <bruno@clisp.org> | 2007-05-01 13:53:42 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-05-01 13:53:42 +0000 |
commit | 8120d328a4769d777aa338566c9776eba9a0f11f (patch) | |
tree | d6a06f82e60b6d2971f1c96ade643d334da49364 | |
parent | 3bd1a5302203fbb0a7e76b3ea2bffb194f441f98 (diff) | |
download | gnulib-8120d328a4769d777aa338566c9776eba9a0f11f.tar.gz |
There is no POSIX function named 'toc'.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | MODULES.html.sh | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-05-01 Bruno Haible <bruno@clisp.org> + * MODULES.html.sh (posix_functions): Remove 'toc'. + +2007-05-01 Bruno Haible <bruno@clisp.org> + * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides the portability of 'mkdir' to mingw systems. diff --git a/MODULES.html.sh b/MODULES.html.sh index 72f17f7ef4..0b1cdb0eef 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1159,7 +1159,6 @@ timezone tmpfile tmpnam toascii -toc tolower toupper towctrans |