aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-03-26Refactor and fix typo in CHECK_*_COERCE_MARKERPaul Eggert1-36/+41
2020-03-22Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky1-1/+1
2020-03-16Trigger native compilation when loading bytecodeAndrea Corallo1-0/+2
2020-02-22Restore runtime check for invalid tagPaul Eggert1-8/+2
2020-02-03Always define subr-native-elisp-p also without native compilerAndrea Corallo1-1/+1
2020-01-18Make Faset nonrecursivePaul Eggert1-28/+28
2020-01-18Improve performance when a string's byte count changesPaul Eggert1-26/+10
2020-01-03Let the OS clear new large strings of NULPaul Eggert1-1/+1
2020-01-01some rework to please --enable-check-lisp-object-typeAndrea Corallo1-1/+1
2020-01-01fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo1-2/+2
2020-01-01mitigate ifdef proliferationAndrea Corallo1-3/+2
2020-01-01add native-comp-unit-file primitiveAndrea Corallo1-1/+11
2020-01-01add subr-native-compilation-unit primitiveAndrea Corallo1-2/+12
2020-01-01add support for native comp unit to type-ofAndrea Corallo1-0/+3
2020-01-01introduce SUBRP_NATIVE_COMPILEDPAndrea Corallo1-2/+2
2020-01-01add basic compilation unit into structureAndrea Corallo1-2/+2
2020-01-01native compile interactive functions supportAndrea Corallo1-0/+4