summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-02 09:15:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-02 09:15:08 +0000
commit001f33d47839ef8f6741726d12b530afea5d79f2 (patch)
tree6f10d07a9cb86913eeb01905f213ba4b3cb39a1c /lib/ChangeLog
parent2789dcc1b9b0a377a6368c5ee3e4432e43d8bb16 (diff)
downloadcoreutils-001f33d47839ef8f6741726d12b530afea5d79f2.tar.xz
(intmax_t, uintmax_t): Prefer long to long long if
both are 64 bits.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 94551cf8c..1ce4084af 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,14 @@
2006-07-02 Paul Eggert <eggert@cs.ucla.edu>
+ * stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
+ both are 64 bits, since this seems to be the tradition, and this
+ prevents gcc -Wformat from warning about usages with PRIuMAX. If
+ we ever run into a host that prefers long long to long in this
+ case, we'll need another configure-time test. Problem reported by
+ Jim Meyering.
+
+2006-07-02 Paul Eggert <eggert@cs.ucla.edu>
+
* Makefile.am (stdint.h): Sync from gnulib.
* stdint_.h: Sync from gnulib.