aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-30Simplify logcount implementationPaul Eggert1-53/+7
2017-09-30Add logcount (Bug#22689)Mark Oteiza1-0/+61
2017-09-17Fix bug with min and max and NaNsPaul Eggert1-6/+6
2017-09-16; * src/data.c (minmax_driver): Fix last change.Eli Zaretskii1-1/+1
2017-09-16Avoid GCC 7 compilation warning in data.cEli Zaretskii1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-09-09Improve --enable-gcc-warnings for MinGW64Paul Eggert1-3/+3
2017-09-09Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii1-3/+3
2017-06-11Remove Lisp_Misc_FloatPaul Eggert1-2/+0
2017-06-04Remove two FIXMEs that can't be fixedPhilipp Stephani1-6/+4
2017-05-20Reimplement module functionsPhilipp Stephani1-2/+11
2017-05-19Check that signed right shift is arithmeticPaul Eggert1-5/+8
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert1-1/+1
2017-05-06Introduce new misc type for module functionPhilipp Stephani1-0/+3
2017-04-10Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff1-5/+4
2017-04-07Deprecate copy-record in favor of copy-sequencePaul Eggert1-2/+2
2017-04-04Minor cleanups related to type-ofPaul Eggert1-5/+5
2017-04-04Add record objects with user-defined types.Lars Brinkhoff1-3/+32
2017-03-12Use switch on pseudovector types; plus cleanups along the wayStefan Monnier1-33/+34
2017-03-08* src/data.c (arithcompare): Add comments.Paul Eggert1-4/+18
2017-03-08* data.c (minmax_driver): Use CHECK_NUMBER_OR_FLOAT_COERCE_MARKER.Andreas Schwab1-1/+4
2017-03-08* data.c (cons_to_unsigned, cons_to_signed, Fstring_to_number): ReorderAndreas Schwab1-6/+6
2017-03-07min and max should not return markersPaul Eggert1-2/+2
2017-03-07Remove isnan hack for Solaris 10 gcc 3.4.3Paul Eggert1-2/+5
2017-03-06min and max now return one of their argumentsPaul Eggert1-23/+20
2017-03-04Compare and round more carefullyPaul Eggert1-23/+22
2017-03-02Fix rounding errors in <, =, etc.Paul Eggert1-32/+54
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert1-1/+1
2017-02-18Remove annoying warnings about let-bindingEli Zaretskii1-19/+0
2017-02-05Simplify use of FOR_EACH_TAILPaul Eggert1-0/+6
2017-01-31Revert two accidental commitsDima Kogan1-50/+0
2017-01-30stashDima Kogan1-0/+50
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert1-0/+1
2016-12-21* src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier1-124/+9
2016-12-12Clean up var watcher disabling on thread switchingNoam Postavsky1-17/+29
2016-12-12Un-revert recent Ffset changeGlenn Morris1-0/+3
2016-12-10Revert earlier Ffset changeGlenn Morris1-3/+0
2016-12-10Do not allow nil to be defined as a functionGlenn Morris1-0/+3
2016-12-06Change two _Noreturn functions to return voidPaul Eggert1-2/+2
2016-12-02Document watchpointsNoam Postavsky1-0/+9
2016-12-02Ensure redisplay using variable watcherNoam Postavsky1-2/+0
2016-12-02Show watchpoints when describing variablesNoam Postavsky1-0/+11
2016-12-02Add lisp watchpointsNoam Postavsky1-22/+169
2016-11-27ash, lsh avoid code duplicationTino Calancha1-21/+15
2016-09-15Prefer now-standard int width macrosPaul Eggert1-14/+14
2016-08-03; Spelling fixPaul Eggert1-2/+2
2016-07-16Expand FIXME near definition of fboundpRobert Cochran1-1/+6
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert1-6/+6
2016-03-10Rework C source files to avoid ^(Paul Eggert1-3/+3