summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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