Avoid a test failure on AIX 4 and AIX 5.
[pspp] / ChangeLog
index cc224423e4a7bbfd71fca47107c07da62d34dcc3..60de28f53d00f0d7568aebd7a8d1f2e99d3bb4fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,128 @@
+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-12  Bruno Haible  <bruno@clisp.org>
+
+       * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
+       Reported by Elbert Pol <e.pol@chello.nl>.
+
+2008-04-12  Eric Blake  <ebb9@byu.net>
+
+       Work around Solaris 10 math.h bug.
+       * m4/math_h.m4 (gl_MATH_H): Check for bug.
+       (gl_MATH_H_DEFAULTS): Set up default.
+       * modules/math (Makefile.am): Replace new indicators.
+       * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
+       * tests/test-math.c (main): Test this.
+       * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
+       * doc/posix-headers/math.texi (math.h): Mention bug.
+       Reported by Nelson H. F. Beebe and Jim Meyering.
+
+2008-04-11  Bruno Haible  <bruno@clisp.org>
+
+       Adapt to future versions of Apple GCC.
+       * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
+       Reported by Peter O'Gorman <peter@pogma.com>.
+
+2008-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
+
 2008-04-11  Bruno Haible  <bruno@clisp.org>
 
        * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
 
 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.