aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-05-03 11:57:49 -0700
committerPaul Eggert2011-05-03 11:57:49 -0700
commit59dba0f4d83541ca638492d137db7723d47faa1e (patch)
treeb30b0732eac4b73f67ba69f06f489f364064cde8 /src
parent680186416d09efb9c3b4599ee848e3bb9fe184b6 (diff)
downloademacs-59dba0f4d83541ca638492d137db7723d47faa1e.tar.gz
emacs-59dba0f4d83541ca638492d137db7723d47faa1e.zip
Add Bug#.
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.