1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00
emacs/doc
Paul Eggert c79444c5b7 Move bignump, fixnump from C to Lisp
* doc/lispref/objects.texi (Integer Type): Mention
most-negative-fixnum and most-positive-fixnum as alternatives
to fixnump and bignump.
* lisp/subr.el (fixnump, bignump): Now written in Lisp.
* src/data.c (Ffixnump, Fbignump): No longer written in C,
as these new functions are not crucial for performance.
2018-08-21 19:24:38 -07:00
..
emacs Improve documentation of last change 2018-08-15 05:37:45 +03:00
lispintro Merge from origin/emacs-26 2018-07-02 19:19:26 -07:00
lispref Move bignump, fixnump from C to Lisp 2018-08-21 19:24:38 -07:00
man Merge from origin/emacs-26 2018-05-15 09:09:48 -07:00
misc Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00