aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs when rounding to bignumsPaul Eggert2018-08-221-4/+4
* Move bignump, fixnump from C to LispPaul Eggert2018-08-211-21/+0
* Avoid libgmp aborts by imposing limitsPaul Eggert2018-08-211-4/+105
* Tweak integer divisionPaul Eggert2018-08-181-8/+5
* Simplify float_arith_driverPaul Eggert2018-08-181-16/+4
* Minor fixups for intmax_t→mpz_t conversionPaul Eggert2018-08-181-3/+6
* Improve bignum comparison (Bug#32463#50)Paul Eggert2018-08-181-125/+43
* Restore traditional lsh behavior on fixnumsPaul Eggert2018-08-181-36/+24
* Fix problems with logxor etc. and fixnumsPaul Eggert2018-08-171-3/+3
* Speed up logcount on bignumsPaul Eggert2018-08-161-2/+1
* Update doc strings for fixnum constantsPaul Eggert2018-08-131-2/+2
* Port better to x86 -fexcess-precision=fastPaul Eggert2018-08-121-14/+29
* Turn misc objects into pseudovectorsPaul Eggert2018-08-111-19/+8
* Use mpz_sgn rather than comparisons against 0Tom Tromey2018-08-091-2/+2
* More macro renamings for bignumTom Tromey2018-08-071-85/+85
* Fix bignum comparisons with NaNTom Tromey2018-08-041-6/+18
* Make bignums work better when EMACS_INT is larger than longAndy Moreton2018-08-041-17/+79
* Fix bignum creation when EMACS_INT is wider than longTom Tromey2018-07-191-13/+23
* Use fixnump rather than integerp in some spotsTom Tromey2018-07-121-0/+1
* Make ash and lsh handle bignumsTom Tromey2018-07-121-9/+28
* Make % and mod handle bignumsTom Tromey2018-07-121-15/+97
* Make min and max handle bignumsTom Tromey2018-07-121-2/+2
* Make logcount handle bignumsTom Tromey2018-07-121-1/+16
* Make lognot handle bignumsTom Tromey2018-07-121-2/+14
* Make 1+ and 1- handle bignumsTom Tromey2018-07-121-4/+44
* Make number-to-string work for bignumsTom Tromey2018-07-121-0/+8
* Make arithmetic work with bignumsTom Tromey2018-07-121-34/+95
* Make comparison operators handle bignumsTom Tromey2018-07-121-2/+69
* Make the reader accept bignumsTom Tromey2018-07-121-2/+1
* Introduce the bignum typeTom Tromey2018-07-121-4/+27
* Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-59/+59
* Speed-up let-binding of automatically-local variablesEli Zaretskii2018-06-301-4/+14
* Tune SAFE_FREEPaul Eggert2018-06-281-1/+4
* Remove code #if-0-ed terminal-local codeDaniel Colascione2018-06-111-45/+0
* Lisp reader now checks for integer overflowPaul Eggert2018-03-291-5/+4
* Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-03-231-27/+9
* Revert overenthusiastic procfs fixupPaul Eggert2018-03-121-1/+1
* Merge from origin/emacs-26Glenn Morris2018-02-201-2/+2
|\
| * * src/data.c (Faref): Fix a typo in the doc string. (Bug#30510)Eli Zaretskii2018-02-181-2/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-161-1/+1
|\ \ | |/
| * * src/data.c (Fadd_variable_watcher): Doc fix.Charles A. Roelli2017-12-141-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-11-291-2/+4
|\ \ | |/
| * Improve documentation of "constant" symbolsEli Zaretskii2017-11-261-2/+4
* | * src/data.c: Fix regression in last clone-buffer changeStefan Monnier2017-11-241-3/+2
* | Merge from origin/emacs-26Paul Eggert2017-11-131-38/+38
|\ \ | |/
| * Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-38/+38
* | Merge from origin/emacs-26Paul Eggert2017-10-201-1/+1
|\ \ | |/
| * Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-1/+1