]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWS: Document change to Lisp reader for overflowing ints.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 6 Mar 2010 20:33:04 +0000 (15:33 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 6 Mar 2010 20:33:04 +0000 (15:33 -0500)
etc/NEWS

index 1577bb3edd9815e684043d288d9e9878e8a96031..4b0e5468f49e8f581b0c7cbe418df669f852779b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -432,6 +432,12 @@ System (CLOS).  It is used by the other CEDET packages.
 \f
 * Incompatible Lisp Changes in Emacs 23.2
 
++++
+** The Lisp reader turns integers that are too large/small into floats.
+For instance, on machines where `536870911' is the largest integer,
+reading `536870912' gives the floating-point object `536870912.0'.
+This change does not change how integers overflow.
+
 ---
 ** Several obsolete functions removed.
 The functions have been obsolete since Emacs 19, and are unlikely to