summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert earlier Ffset changeGlenn Morris2016-12-101-3/+0
* | Do not allow nil to be defined as a functionGlenn Morris2016-12-101-0/+3
* | Support concurrency in Emacs LispEli Zaretskii2016-12-101-0/+39
|\ \
| * \ Merge branch 'concurrency'Eli Zaretskii2016-12-041-0/+39
| |\ \
| | * \ merge from trunkKen Raeburn2015-11-011-208/+676
| | |\ \
| | * | | fix style of threadp, mutexp, and condition-variable-pTom Tromey2013-08-271-6/+3
| | * | | merge from trunkTom Tromey2013-08-191-12/+5
| | |\ \ \
| | * \ \ \ merge from trunkTom Tromey2013-07-261-9/+4
| | |\ \ \ \
| | * \ \ \ \ merge from trunkTom Tromey2013-07-061-2/+92
| | |\ \ \ \ \
| | * \ \ \ \ \ merge from trunkTom Tromey2013-06-131-2/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge from trunk; clean up some issuesTom Tromey2013-06-031-47/+15
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-161-6/+4
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-051-3/+3
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-12-171-140/+84
| | |\ \ \ \ \ \ \ \ \ \