Update guessed test results.
[pspp] / ChangeLog
index 23382729f4c27832c36044c5a4650c1ab9f6890f..a126ab88c7f6566be0f7994b89daf1330209c2f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2009-02-25  Bruno Haible  <bruno@clisp.org>
+
+       * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
+       with known value.
+       Reported by Gary V. Vaughan <gary@gnu.org>.
+
+2009-02-25  Bruno Haible  <bruno@clisp.org>
+
+       Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
+       * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
+       (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
+       * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
+       Reported by Gary V. Vaughan <gary@gnu.org>.
+
+2009-02-25  Bruno Haible  <bruno@clisp.org>
+
+       Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
+       * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
+       INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
+       * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
+       Reported by Gary V. Vaughan <gary@gnu.org>.
+
+2009-02-25  Eric Blake  <ebb9@byu.net>
+
+       tests: skip fseek/ftell tests if ungetc is broken
+       * m4/ungetc.m4: New file.
+       * modules/fseek-tests: Split test, so ungetc dependency is
+       separate from rest of test.
+       * modules/fseeko-tests: Likewise.
+       * modules/ftell-tests: Likewise.
+       * modules/ftello-tests: Likewise.
+       * tests/test-fseek.c (main): Isolate ungetc dependency.
+       * tests/test-fseeko.c (main): Likewise.
+       * tests/test-ftell.c (main): Likewise.
+       * tests/test-ftello.c (main): Likewise.
+       * tests/test-fseek2.sh: New file.
+       * tests/test-fseeko2.sh: Likewise.
+       * tests/test-ftell2.sh: Likewise.
+       * tests/test-ftello2.sh: Likewise.
+
+2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
+
+       test-getaddrinfo: fix usage of skip return code 77
+       * tests/test-gettaddrinfo.c: Return skip code 77 only
+       for first occurance of skip (4x77 is not 77)
+
+2009-02-25  Gary V. Vaughan  <gary@gnu.org>
+
+       strtod: avoid C99 decl-after-statement
+       * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
+
 2009-02-24  Eric Blake  <ebb9@byu.net>
 
        strtod: detect HP-UX 11.31 bug
        the parent of a directory specified on the command-line.
 
 2009-02-17  James Youngman  <jay@gnu.org>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * m4/include_next.m4: Reformulate comment.