index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
data.c
Age
Commit message (
Expand
)
Author
2019-11-06
Simplify fixnum division slightly
Paul Eggert
2019-11-05
Remove unneeded overflow check in integer division
Paul Eggert
2019-11-04
Overflow errors are range errors
Paul Eggert
2019-11-04
Don’t signal overflow for (expt 1 bignum)
Paul Eggert
2019-08-24
Speed up % and mod with fixnum denom
Paul Eggert
2019-08-24
Tweak integer mod performance
Paul Eggert
2019-08-24
Make (mod 1.0 0) consistent with (/ 1.0 0)
Paul Eggert
2019-08-24
extern function cleanup
Paul Eggert
2019-08-21
Don’t debug fset by default
Paul Eggert
2019-08-21
Be more careful about pointers to bignum vals
Paul Eggert
2019-08-18
Improve bignum_integer static checking
Paul Eggert
2019-08-05
decode-time now returns subsec too
Paul Eggert
2019-06-27
Clean up use of XFIXNUM etc.
Paul Eggert
2019-05-22
Remove fixnum restriction on some display vars
Paul Eggert
2019-04-29
Replace ‘/* FALLTHROUGH! */’ with ‘break;’
Paul Eggert
2019-04-19
Remove some ineffective #ifdefs.
Philipp Stephani
2019-04-19
Remove some #ifdefs for user pointers.
Philipp Stephani
2019-04-18
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-01
Make struct Lisp_Objfwd etc. objects read-only
Paul Eggert
2019-04-01
Fix union Lisp_Fwd * alignment bug
Paul Eggert
2019-04-01
* lisp/subr.el (setq-default): Define as a macro
Stefan Monnier
2019-02-27
DEFVAR_INT variables are now intmax_t
Paul Eggert
2019-02-15
Merge from origin/emacs-26
Glenn Morris
2019-02-12
* src/data.c (Fmake_local_variable): Fix bug#34318
Stefan Monnier
2019-01-15
Add portable dumper
Daniel Colascione
2019-01-09
Use shortcuts for Flength
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-12-30
Fix assertion-violations on non-integers
Paul Eggert
2018-12-18
Support (ash INTEGER BIGNUM)
Paul Eggert
2018-11-12
Merge from origin/emacs-26
Glenn Morris
2018-11-09
* src/data.c (Ftype_of): xwidget objects are possible! (bug#33294)
Stefan Monnier
2018-11-02
* src/data.c (Ffset): Don't signal gratuitous errors
Stefan Monnier
2018-10-10
Fix mishandling of symbols that look like numbers
Paul Eggert
2018-10-09
Merge from origin/emacs-26
Glenn Morris
2018-10-08
; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979)
Eli Zaretskii
2018-09-22
Round bignums consistently with other integers
Paul Eggert
2018-09-21
Fix (+ bignum float) bug
Paul Eggert
2018-09-11
Use overflow-error for bignum overflow
Paul Eggert
2018-09-04
Simplify bignum->intmax conversion
Paul Eggert
2018-09-03
Speed up (+ 2 2) by a factor of 10
Paul Eggert
2018-08-27
Improve bignum support for system types
Paul Eggert
2018-08-27
Modularize bignums better
Paul Eggert
2018-08-22
Fix bugs when rounding to bignums
Paul Eggert
2018-08-21
Move bignump, fixnump from C to Lisp
Paul Eggert
2018-08-21
Avoid libgmp aborts by imposing limits
Paul Eggert
2018-08-18
Tweak integer division
Paul Eggert
2018-08-18
Simplify float_arith_driver
Paul Eggert
2018-08-18
Minor fixups for intmax_t→mpz_t conversion
Paul Eggert
2018-08-18
Improve bignum comparison (Bug#32463#50)
Paul Eggert
[prev]
[next]