diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-23 09:19:43 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:22 +0200 |
commit | c8f2ea6921a59b4ec0882773039f71f8b970bc9e (patch) | |
tree | 06a3776bbaa650270ccc1d9059b2317620920133 /gettext-runtime/m4/ChangeLog | |
parent | e1b1b593f018e8334300ce948d87c4fe42a402ea (diff) | |
download | external_gettext-c8f2ea6921a59b4ec0882773039f71f8b970bc9e.zip external_gettext-c8f2ea6921a59b4ec0882773039f71f8b970bc9e.tar.gz external_gettext-c8f2ea6921a59b4ec0882773039f71f8b970bc9e.tar.bz2 |
Update from gnulib.
Diffstat (limited to 'gettext-runtime/m4/ChangeLog')
-rw-r--r-- | gettext-runtime/m4/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index c827669..88506f3 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,18 @@ +2007-10-22 Bruno Haible <bruno@clisp.org> + + * ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not + -1u, in preprocessor expression, so that we don't test for the bug + in HP-UX 11.00 cpp. Testing for this bug caused problems; see + <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>. + +2007-10-16 Paul Eggert <eggert@cs.ucla.edu> + + Check for 64-bit int errors in HP-UX 10.20 preprocessor. + Problem reported by H.Merijn Brand in + <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>. + * longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too. + * ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise. + 2007-10-07 Bruno Haible <bruno@clisp.org> * intl.m4 (AM_INTL_SUBDIR): Set WOE32DLL on mingw like on Cygwin. |