There is no POSIX function named 'toc'.
[pspp] / ChangeLog
index 77adf1a75c738baf537d99e8b84d63964198533a..6bf3fe4fdb4c12181f2dffe4c11d86d39dfa76e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+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.
+
+2007-05-01  Bruno Haible  <bruno@clisp.org>
+
+       * doc/headers/google-ranking.txt: New file.
+
+2007-04-30  Eric Blake  <ebb9@byu.net>
+
+       Prefer fseeko to fseek.
+       * modules/getpass (Depends-on): Add fseeko.
+       * lib/getpass.c (getpass): Use fseeko, not fseek.
+
+2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
+       assumes the sorting is stable, while most qsort implementations
+       are not.  Use argument addresses to ensure they never compare as
+       equal.
+
+       * tests/test-argp-2.sh (usage-indent test): Fix output
+       (func_compare): Restore diff options
+       * tests/test-argp.c: Restore #include "progname.h"
+
+2007-04-29  Bruno Haible  <bruno@clisp.org>
+
+       * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
+       * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
+       gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
+       * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
+       * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
+       (configure.ac): Define CHECK_SNPRINTF_POSIX.
+       (TESTS, check_PROGRAMS): Add test-snprintf.
+       * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
+       (configure.ac): Define CHECK_VSNPRINTF_POSIX.
+       (TESTS, check_PROGRAMS): Add test-vsnprintf.
+       * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
+       assertions that fail on HP-UX, OSF/1, or IRIX.
+       * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
+
+2007-04-29  Bruno Haible  <bruno@clisp.org>
+
+       * MODULES.html.sh (posix_functions): Remove 'contents'.
+
 2007-04-29  Karl Berry  <karl@gnu.org>
 
        * config/srclist.txt (gendocs_template_min): new entry.
@@ -22,8 +72,7 @@
 
        * tests/test-argp.c: Fix option ordering.  Test deeply clustered
        options.
-       * tests/test-argp-2.sh (func_compare): Use diff instead of
-       cmp.  Change proposed by Bruno Haible
+       * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
        (usage and help tests): Update
 
 2007-04-29  Bruno Haible  <bruno@clisp.org>