From: Paul Eggert Date: Tue, 3 May 2011 18:57:49 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~92^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59dba0f4d83541ca638492d137db7723d47faa1e;p=emacs.git Add Bug#. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a48fa634cb7..bca76b8a23c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -3,7 +3,7 @@ * numbers.texi (Integer Basics): Large integers are treated as floats. (Arithmetic Operations, Math Functions): Large integers go to floats instead of wrapping around. - * objects.texi (Integer Type): Likewise. + * objects.texi (Integer Type): Likewise. (Bug#8611) 2011-04-30 Lars Magne Ingebrigtsen diff --git a/etc/ChangeLog b/etc/ChangeLog index bd91ccc1c39..bba73855d6e 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,7 +1,7 @@ 2011-05-03 Paul Eggert * NEWS: Integer overflow now yields floating-point instead of - wrapping around. + wrapping around. (Bug#8611) 2011-05-03 Leo Liu diff --git a/src/ChangeLog b/src/ChangeLog index 26b3af3225c..0bcad1118b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2011-05-03 Paul Eggert Arithmetic overflows now return float rather than wrapping around. + (Bug#8611). * data.c: Include . (arith_driver): Use floating point if the accumulator would otherwise go out of EMACS_INT range.