summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix bignum creation when EMACS_INT is wider than longfeature/bignumTom 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
* Remove Lisp_Misc_FloatPaul Eggert2017-06-111-2/+0
* Remove two FIXMEs that can't be fixedPhilipp Stephani2017-06-041-6/+4
* Reimplement module functionsPhilipp Stephani2017-05-201-2/+11
* Check that signed right shift is arithmeticPaul Eggert2017-05-191-5/+8
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-1/+1
* Introduce new misc type for module functionPhilipp Stephani2017-05-061-0/+3
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-5/+4
* Deprecate copy-record in favor of copy-sequencePaul Eggert2017-04-071-2/+2