]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Bug#.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 May 2011 18:57:49 +0000 (11:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 May 2011 18:57:49 +0000 (11:57 -0700)
doc/lispref/ChangeLog
etc/ChangeLog
src/ChangeLog

index a48fa634cb7148fd1b47e64df836c5d769604a75..bca76b8a23cb5347c7e568de0b6bb0af4f033135 100644 (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>
 
index bd91ccc1c3994498d63b1fa1cb7fb0ebe861678f..bba73855d6e1910ef3ff4c50f74629c111372669 100644 (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>
 
index 26b3af3225c6ab4046fa0a286cbedffda33f48a5..0bcad1118b604a80b8bfbb31807463dc0adff1a3 100644 (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.