Add Bug#.
This commit is contained in:
parent
680186416d
commit
59dba0f4d8
3 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue