summaryrefslogtreecommitdiff
path: root/src/data.c
AgeCommit message (Expand)Author
2020-11-20Avoid a compilation warning about an ambiguous elseLars Ingebrigtsen
2020-11-19* src/data.c (set_internal): Fix bug#44733Stefan Monnier
2020-10-05Make primitive redefinition effective through trampoline synthesisAndrea Corallo
2020-09-23Make CHECK_SUBR publicAndrea Corallo
2020-09-21Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-09-13Fix builds without modulesGlenn Morris
2020-09-13Add facility to make module functions interactive (Bug#23486).Philipp Stephani
2020-09-06* src/data.c (subr-native-lambda-list): Defined it unconditionally (bug#43255)Andrea Corallo
2020-09-01Rework native compiled lisp/d lambda list accessorAndrea Corallo
2020-08-31Fix describe function arglist for native compiled lisp/d (bug#42572)Andrea Corallo
2020-08-09Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-08-03Simplify use of __lsan_ignore_objectPaul Eggert
2020-08-02Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-08-01Use a more precise check for '__lsan_ignore_object'Philipp Stephani
2020-08-01Suppress leak detector in some casesPhilipp Stephani
2020-05-06Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-05-06Merge from origin/emacs-27Glenn Morris
2020-05-03Improve doc strings of makunbound and fmakunboundStefan Kangas
2020-04-25* src/data.c (syms_of_data): Fix #ifdef HAVE_NATIVE_COMP position.Andrea Corallo
2020-04-12* src/comp.c (native-comp-unit-set-file): New function.Andrea Corallo
2020-04-12* src/comp.c (native-comp-unit-file): Better parameter name.Andrea Corallo
2020-03-29Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-03-26Refactor and fix typo in CHECK_*_COERCE_MARKERPaul Eggert
2020-03-23Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-03-23Merge from origin/emacs-27Glenn Morris
2020-03-22Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky
2020-03-16Trigger native compilation when loading bytecodeAndrea Corallo
2020-02-22Restore runtime check for invalid tagPaul Eggert
2020-02-23Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-02-04Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-02-03Always define subr-native-elisp-p also without native compilerAndrea Corallo
2020-01-18Make Faset nonrecursivePaul Eggert
2020-01-18Improve performance when a string's byte count changesPaul Eggert
2020-01-03Let the OS clear new large strings of NULPaul Eggert
2020-01-01some rework to please --enable-check-lisp-object-typeAndrea Corallo
2020-01-01fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo
2020-01-01mitigate ifdef proliferationAndrea Corallo
2020-01-01add native-comp-unit-file primitiveAndrea Corallo
2020-01-01add subr-native-compilation-unit primitiveAndrea Corallo
2020-01-01add support for native comp unit to type-ofAndrea Corallo
2020-01-01introduce SUBRP_NATIVE_COMPILEDPAndrea Corallo
2020-01-01add basic compilation unit into structureAndrea Corallo
2020-01-01native compile interactive functions supportAndrea Corallo
2020-01-01improve subr-native-elisp-pAndrea Corallo
2020-01-01fix subr-native-elisp-p predicate nameAndrea Corallo
2020-01-01add native_elisp field into Lisp_SubrAndrea Corallo
2019-12-31Assume C99-style ‘long long’Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-15Improve documentation of 'add-variable-watcher'Eli Zaretskii
2019-11-13Refactor bignum multiplication, exponentiationPaul Eggert