summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor cleanups related to type-ofPaul Eggert2017-04-041-5/+5
* Add record objects with user-defined types.Lars Brinkhoff2017-04-041-3/+32
* Use switch on pseudovector types; plus cleanups along the wayStefan Monnier2017-03-121-33/+34
* * src/data.c (arithcompare): Add comments.Paul Eggert2017-03-081-4/+18
* * data.c (minmax_driver): Use CHECK_NUMBER_OR_FLOAT_COERCE_MARKER.Andreas Schwab2017-03-081-1/+4
* * data.c (cons_to_unsigned, cons_to_signed, Fstring_to_number): ReorderAndreas Schwab2017-03-081-6/+6
* min and max should not return markersPaul Eggert2017-03-071-2/+2
* Remove isnan hack for Solaris 10 gcc 3.4.3Paul Eggert2017-03-071-2/+5
* min and max now return one of their argumentsPaul Eggert2017-03-061-23/+20
* Compare and round more carefullyPaul Eggert2017-03-041-23/+22
* Fix rounding errors in <, =, etc.Paul Eggert2017-03-021-32/+54
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* Remove annoying warnings about let-bindingEli Zaretskii2017-02-181-19/+0
* Simplify use of FOR_EACH_TAILPaul Eggert2017-02-051-0/+6
* Revert two accidental commitsDima Kogan2017-01-311-50/+0
* stashDima Kogan2017-01-301-0/+50
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\