summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/intl/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-11 16:12:17 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:06 +0200
commit665afd6833bc84d154429a22b2de4627d9ed4190 (patch)
treeb5fbfaf6d68bba22df47dc930cd55e0cabc26cc5 /gettext-runtime/intl/ChangeLog
parent5923cceb61ebcc303e64bee0ad7e7349423d036b (diff)
downloadexternal_gettext-665afd6833bc84d154429a22b2de4627d9ed4190.zip
external_gettext-665afd6833bc84d154429a22b2de4627d9ed4190.tar.gz
external_gettext-665afd6833bc84d154429a22b2de4627d9ed4190.tar.bz2
Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
Diffstat (limited to 'gettext-runtime/intl/ChangeLog')
-rw-r--r--gettext-runtime/intl/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog
index fa7239f..4e61988 100644
--- a/gettext-runtime/intl/ChangeLog
+++ b/gettext-runtime/intl/ChangeLog
@@ -1,3 +1,12 @@
+2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
+ Bruno Haible <bruno@clisp.org>
+
+ * printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
+ instead of HAVE_LONG_LONG.
+ * printf-args.c (printf_fetchargs): Likewise.
+ * printf-parse.c (PRINTF_PARSE): Likewise.
+ * vasnprintf.c (VASNPRINTF): Likewise.
+
2006-10-08 Bruno Haible <bruno@clisp.org>
* printf.c: Include errno.h, limits.h.