aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-04Speed up comparisons between 2 fixnumsMattias Engdegård1-0/+12
2022-03-21Add notes about command modes and nativecomp interactionLars Ingebrigtsen1-0/+3
2022-03-19Make `command-modes' work for (native-compiled) subrs, tooLars Ingebrigtsen1-1/+5
2022-03-18Speed up fixnum printingMattias Engdegård1-14/+24
2022-03-18Speed up number-to-string for fixnumsMattias Engdegård1-6/+22
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård1-1/+1
2022-01-31(function-history): New symbol property (bug#53632)Stefan Monnier1-12/+50
2022-01-29Fix compiler warning due to a recent changeEli Zaretskii1-3/+2
2022-01-28* src/data.c (Ffset, defalias): Complete last changeStefan Monnier1-3/+3
2022-01-28Reduce code duplication in parts of (auto)load&defaliasStefan Monnier1-22/+29
2022-01-14Use assq_no_quit on all local_var_alist accessesSergey Vinokurov1-10/+6
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-12-31Miscellaneous enhancements to scratch/correct-warning-pos.Alan Mackenzie1-1/+15
2021-12-11Add sqlite3 support to EmacsLars Ingebrigtsen1-0/+2
2021-12-02Port to C compilers that lack size-0 arraysPaul Eggert1-4/+6
2021-12-01Several amendments to scratch/correct-warning-pos.Alan Mackenzie1-2/+14
2021-11-29First commit of scratch/correct-warning-pos.Alan Mackenzie1-0/+81
2021-09-21Don't quote nil and t in doc strings and commentsLars Ingebrigtsen1-1/+1
2021-09-04Avoid segfault in command-modesBasil L. Contovounesios1-0/+2
2021-07-20Quit minibuffers without aborting kmacrosMiha Rihtaršič1-0/+2
2021-07-14; * src/data.c (Fcar, Fcdr): Doc fix.Eli Zaretskii1-4/+4
2021-05-31Add new convenience function `buffer-local-boundp'Lars Ingebrigtsen1-1/+3
2021-03-29Protect add-variable-watcher from incorrect usageEli Zaretskii1-0/+1
2021-02-21Faster, more compact, and readable closure creationMattias Engdegård1-0/+2
2021-02-20Change how (declare (modes store the dataLars Ingebrigtsen1-1/+9
2021-02-14Revert the bit about command_modes in previous patch setLars Ingebrigtsen1-6/+1
2021-02-14Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen1-5/+87
2021-02-01Add cross-references to defvar-localStefan Kangas1-1/+3
2021-01-12Add a new variable `inhibit-interaction'Lars Ingebrigtsen1-0/+3
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-28Store function type and expose it with `subr-type'Andrea Corallo1-0/+14
2020-12-09Clarify the default-boundp doc stringLars Ingebrigtsen1-2/+3
2020-12-04Vanilla build warning clean-upAndrea Corallo1-1/+1
2020-11-20Avoid a compilation warning about an ambiguous elseLars Ingebrigtsen1-4/+6
2020-11-19* src/data.c (set_internal): Fix bug#44733Stefan Monnier1-4/+6
2020-10-05Make primitive redefinition effective through trampoline synthesisAndrea Corallo1-0/+7
2020-09-23Make CHECK_SUBR publicAndrea Corallo1-6/+0
2020-09-13Fix builds without modulesGlenn Morris1-0/+2
2020-09-13Add facility to make module functions interactive (Bug#23486).Philipp Stephani1-0/+7
2020-09-06* src/data.c (subr-native-lambda-list): Defined it unconditionally (bug#43255)Andrea Corallo1-2/+2
2020-09-01Rework native compiled lisp/d lambda list accessorAndrea Corallo1-13/+3
2020-08-31Fix describe function arglist for native compiled lisp/d (bug#42572)Andrea Corallo1-2/+27
2020-08-03Simplify use of __lsan_ignore_objectPaul Eggert1-6/+0
2020-08-01Use a more precise check for '__lsan_ignore_object'Philipp Stephani1-1/+1
2020-08-01Suppress leak detector in some casesPhilipp Stephani1-0/+7
2020-05-03Improve doc strings of makunbound and fmakunboundStefan Kangas1-4/+16
2020-04-25* src/data.c (syms_of_data): Fix #ifdef HAVE_NATIVE_COMP position.Andrea Corallo1-1/+1
2020-04-12* src/comp.c (native-comp-unit-set-file): New function.Andrea Corallo1-0/+11
2020-04-12* src/comp.c (native-comp-unit-file): Better parameter name.Andrea Corallo1-3/+4