1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 00:30:37 -08:00
emacs/doc
Paul Eggert 6b3d01dad4 Lisp reader now checks for integer overflow
* doc/lispref/numbers.texi (Integer Basics), etc/NEWS:
Document this.
* src/lisp.h (S2N_IGNORE_TRAILING, S2N_OVERFLOW_TO_FLOAT):
New constants.
* src/lread.c (string_to_number): Change trailing bool arg to
integer argument with flags, to support S2N_OVERFLOW_TO_FLOAT.
All uses changed.
* test/src/editfns-tests.el (read-large-integer): New test.
2018-03-29 11:03:07 -07:00
..
emacs Merge from origin/emacs-26 2018-03-28 09:38:22 -07:00
lispintro Merge from origin/emacs-26 2018-02-28 09:40:40 -08:00
lispref Lisp reader now checks for integer overflow 2018-03-29 11:03:07 -07:00
man etags(1): fix formatting problem 2018-01-19 14:18:09 +00:00
misc Fix Bug#30946 2018-03-29 15:59:11 +02:00