aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* JIT compilerTom Tromey2018-08-131-3/+4
* 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
* | Make logcount act like CL on negative argPaul Eggert2017-09-301-2/+4
* | Simplify logcount implementationPaul Eggert2017-09-301-53/+7
* | Add logcount (Bug#22689)Mark Oteiza2017-09-301-0/+61
|/
* Fix bug with min and max and NaNsPaul Eggert2017-09-171-6/+6
* ; * src/data.c (minmax_driver): Fix last change.Eli Zaretskii2017-09-161-1/+1
* Avoid GCC 7 compilation warning in data.cEli Zaretskii2017-09-161-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve --enable-gcc-warnings for MinGW64Paul Eggert2017-09-091-3/+3
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-091-3/+3