summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* * src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier2019-02-121-0/+10
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* * src/data.c (Ftype_of): xwidget objects are possible! (bug#33294)Stefan Monnier2018-11-091-3/+7
* ; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979)Eli Zaretskii2018-10-081-2/+0
* Port better to x86 -fexcess-precision=fastPaul Eggert2018-08-131-14/+29
* Revert previous patch; comment was OK after all.Paul Eggert2018-06-241-2/+2
* Fix lead comment for count_trailing_zero_bitsPaul Eggert2018-06-241-2/+2
* Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-031-27/+9
* * src/data.c (Faref): Fix a typo in the doc string. (Bug#30510)Eli Zaretskii2018-02-181-2/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* * src/data.c (Fadd_variable_watcher): Doc fix.Charles A. Roelli2017-12-141-1/+1
* Improve documentation of "constant" symbolsEli Zaretskii2017-11-261-2/+4
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-38/+38
* Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-1/+1
* 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
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+1
* | * src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier2016-12-211-124/+9
* | Clean up var watcher disabling on thread switchingNoam Postavsky2016-12-121-17/+29
* | Un-revert recent Ffset changeGlenn Morris2016-12-121-0/+3