Add Bug#.

This commit is contained in:
Paul Eggert 2011-05-03 11:57:49 -07:00
parent 680186416d
commit 59dba0f4d8
3 changed files with 3 additions and 2 deletions

View file

@ -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 <larsi@gnus.org>

View file

@ -1,7 +1,7 @@
2011-05-03 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Integer overflow now yields floating-point instead of
wrapping around.
wrapping around. (Bug#8611)
2011-05-03 Leo Liu <sdl.web@gmail.com>

View file

@ -1,6 +1,7 @@
2011-05-03 Paul Eggert <eggert@cs.ucla.edu>
Arithmetic overflows now return float rather than wrapping around.
(Bug#8611).
* data.c: Include <intprops.h>.
(arith_driver): Use floating point if the accumulator would otherwise
go out of EMACS_INT range.