summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-05 22:20:17 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-05 22:20:17 +0000
commitfce3dd98703caff8417ff75475ccda38d8713ff0 (patch)
treecf39293c4e7511a91c63086d665961115b3fee08 /ChangeLog
parente74c15dd5a9968ad17b67667c7e70e5988897ea9 (diff)
downloadcoreutils-fce3dd98703caff8417ff75475ccda38d8713ff0.tar.xz
(DECIMAL_DIGIT_ACCUMULATE): Generate a hard error
(not just a warning) if GCC is used and the types don't match.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 67e6d0069..e73030873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-07-04 Paul Eggert <eggert@cs.ucla.edu>
+2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * src/system.h (DECIMAL_DIGIT_ACCUMULATE): Generate a hard error
+ (not just a warning) if GCC is used and the types don't match.
+
+2005-07-04 Paul Eggert <eggert@cs.ucla.edu>
+
* src/system.h (VERIFY_W_TYPEOF): Remove; no longer needed.
(DECIMAL_DIGIT_ACCUMULATE): Change last arg from T's maximum value
to T itself. All callers changed. Check that T is unsigned, and