Avoid negating 0.0L - it yields a wrong result on HP-UX/hppa.
[gnulib.git] / ChangeLog
index 8fbce5a..b9b9692 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+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.