1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
emacs/doc
Paul Eggert 7f4558e3d9 Always allow at least double-precision bignums
Without this fix, Emacs can get into a tight loop reporting
a range error when calculating timestamps.
* doc/lispref/numbers.texi (Integer Basics):
* src/alloc.c (syms_of_alloc): Document this.
* src/bignum.c (make_bignum_bits): Always allow bignums
of at least twice the width of (u)intmax_t.
2019-06-04 08:34:15 -07:00
..
emacs Implement and document XDG-style startup files under ~/.config. 2019-05-25 13:23:46 -04:00
lispintro * doc/lispintro/emacs-lisp-intro.texi: Remove euphemism. 2019-05-19 08:29:32 -07:00
lispref Always allow at least double-precision bignums 2019-06-04 08:34:15 -07:00
man Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
misc Change default offset of CC Mode syntactic symbol inlambda to 0 2019-06-02 14:05:33 +00:00