Avoid a test failure on AIX 4 and AIX 5.
[pspp] / ChangeLog
index 9bbda9e3895dd7feeeb8ef6f8cddc6010d76e256..60de28f53d00f0d7568aebd7a8d1f2e99d3bb4fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,97 @@
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       Fix AIX compilation failure introduced on 2008-04-02.
+       * tests/test-frexp.c (exp): Undefine before redefining.
+       * tests/test-frexpl.c (exp): Likewise.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       Work around a HP-UX stdio bug.
+       * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
+       * tests/test-ftello.c (main): Likewise.
+       * doc/posix-functions/ftell.texi: Mention HP-UX bug.
+       * doc/posix-functions/ftello.texi: Likewise.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       Make test-signbit pass on HP-UX/hppa.
+       * tests/test-signbit.c (minus_zerol): New variable.
+       (test_signbitl): Use it.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       Make truncl work on OSF/1 4.0.
+       * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
+       Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
+       * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
+       * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
+       HAVE_DECL_TRUNCL.
+       * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
+       HAVE_DECL_TRUNCL.
+       * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/unictype.h: Remove trailing comma from enumeration definitions.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
+       expression, so as to avoid HP-UX 11 cc compiler bug.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/git-merge-changelog.c: Remove empty declaration outside of
+       functions.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
+       * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
+       * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
+       also if it exists but lacks definitions of the SHUT_* macros.
+       * modules/sys_socket (Description): Update.
+       Reported by Elbert Pol <e.pol@chello.nl>.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/localcharset.c (OS2): Don't redefine if already defined.
+       Reported by Elbert Pol <e.pol@chello.nl>.
+
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/binary-io.h [__EMX__]: Include <io.h>.
+       Reported by Elbert Pol <e.pol@chello.nl>.
+
+2008-04-12  Bruno Haible  <bruno@clisp.org>
+
+       * lib/fpucw.h: Enable the definitions also for x86_64.
+       Needed for NetBSD/x86_64.
+       Reported by Thomas Klausner <tk@giga.or.at>.
+
+2008-04-12  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-strtod.c: Include isnand.h.
+       (main): Use isnand instead of isnan.
+       Reported by Jim Meyering.
+
+2008-04-12  Bruno Haible  <bruno@clisp.org>
+
+       * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
+       Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
+
 2008-04-12  Jim Meyering  <meyering@redhat.com>
 
        * m4/math_h.m4 (gl_MATH_H): Fix typos.
 
 2008-04-11  Bruno Haible  <bruno@clisp.org>
 
-       Flush the standard error stream before aborting. Needed on netlabs.org
-       klibc (derived from emx+gcc libc) and mingw.
+       Flush the standard error stream before aborting. Needed on mingw.
        * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
        * tests/test-array_list.c (ASSERT): Likewise.
        * tests/test-array_oset.c (ASSERT): Likewise.