]> git.eshelyaron.com Git - emacs.git/commit
Move bignump, fixnump from C to Lisp
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Aug 2018 23:06:58 +0000 (16:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Aug 2018 02:24:38 +0000 (19:24 -0700)
commitc79444c5b7b8ead1ea98ed5603bf2a49c13dbf16
tree2b36ffd2d444b3fcbf0f6e59a8b4ca4ef69ba5f4
parentf8069952abf147d090032ad6b941a728cad2c496
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.
doc/lispref/objects.texi
lisp/subr.el
src/data.c