aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 26b3af3225c..0bcad1118b6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
12011-05-03 Paul Eggert <eggert@cs.ucla.edu> 12011-05-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Arithmetic overflows now return float rather than wrapping around. 3 Arithmetic overflows now return float rather than wrapping around.
4 (Bug#8611).
4 * data.c: Include <intprops.h>. 5 * data.c: Include <intprops.h>.
5 (arith_driver): Use floating point if the accumulator would otherwise 6 (arith_driver): Use floating point if the accumulator would otherwise
6 go out of EMACS_INT range. 7 go out of EMACS_INT range.