Avoid a test failure on AIX 4 and AIX 5.
[pspp] / ChangeLog
index 2988944062ec5213a6b8812516c0e7f161b60de0..60de28f53d00f0d7568aebd7a8d1f2e99d3bb4fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+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.