summaryrefslogtreecommitdiff
path: root/src/data.c
AgeCommit message (Expand)Author
2017-09-17Fix bug with min and max and NaNsPaul Eggert
2017-09-16; * src/data.c (minmax_driver): Fix last change.Eli Zaretskii
2017-09-16Avoid GCC 7 compilation warning in data.cEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-09Improve --enable-gcc-warnings for MinGW64Paul Eggert
2017-09-09Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii
2017-06-11Remove Lisp_Misc_FloatPaul Eggert
2017-06-04Remove two FIXMEs that can't be fixedPhilipp Stephani
2017-05-20Reimplement module functionsPhilipp Stephani
2017-05-19Check that signed right shift is arithmeticPaul Eggert
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert
2017-05-06Introduce new misc type for module functionPhilipp Stephani
2017-04-10Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff
2017-04-07Deprecate copy-record in favor of copy-sequencePaul Eggert
2017-04-04Minor cleanups related to type-ofPaul Eggert
2017-04-04Add record objects with user-defined types.Lars Brinkhoff
2017-03-12Use switch on pseudovector types; plus cleanups along the wayStefan Monnier
2017-03-08* src/data.c (arithcompare): Add comments.Paul Eggert
2017-03-08* data.c (minmax_driver): Use CHECK_NUMBER_OR_FLOAT_COERCE_MARKER.Andreas Schwab
2017-03-08* data.c (cons_to_unsigned, cons_to_signed, Fstring_to_number): ReorderAndreas Schwab
2017-03-07min and max should not return markersPaul Eggert
2017-03-07Remove isnan hack for Solaris 10 gcc 3.4.3Paul Eggert
2017-03-06min and max now return one of their argumentsPaul Eggert
2017-03-04Compare and round more carefullyPaul Eggert
2017-03-02Fix rounding errors in <, =, etc.Paul Eggert
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-02-18Remove annoying warnings about let-bindingEli Zaretskii
2017-02-05Simplify use of FOR_EACH_TAILPaul Eggert
2017-01-31Revert two accidental commitsDima Kogan
2017-01-30stashDima Kogan
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert
2016-12-21* src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier
2016-12-12Clean up var watcher disabling on thread switchingNoam Postavsky
2016-12-12Un-revert recent Ffset changeGlenn Morris
2016-12-10Revert earlier Ffset changeGlenn Morris
2016-12-10Do not allow nil to be defined as a functionGlenn Morris
2016-12-10Support concurrency in Emacs LispEli Zaretskii
2016-12-06Change two _Noreturn functions to return voidPaul Eggert
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2016-12-02Document watchpointsNoam Postavsky
2016-12-02Ensure redisplay using variable watcherNoam Postavsky
2016-12-02Show watchpoints when describing variablesNoam Postavsky
2016-12-02Add lisp watchpointsNoam Postavsky
2016-11-27ash, lsh avoid code duplicationTino Calancha
2016-09-15Prefer now-standard int width macrosPaul Eggert
2016-08-05Merge from origin/emacs-25Paul Eggert
2016-08-05Merge from origin/emacs-25Paul Eggert
2016-08-03; Spelling fixPaul Eggert