* 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>
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>
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.