aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-091-6/+0
|\
| * Simplify use of __lsan_ignore_objectPaul Eggert2020-08-031-6/+0
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-08-021-0/+7
|\ \ | |/
| * Use a more precise check for '__lsan_ignore_object'Philipp Stephani2020-08-011-1/+1
| * Suppress leak detector in some casesPhilipp Stephani2020-08-011-0/+7
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-05-061-4/+16
|\ \ | |/
| * Merge from origin/emacs-27Glenn Morris2020-05-061-4/+16
| |\
| | * Improve doc strings of makunbound and fmakunboundStefan Kangas2020-05-031-4/+16
* | | * src/data.c (syms_of_data): Fix #ifdef HAVE_NATIVE_COMP position.Andrea Corallo2020-04-251-1/+1
* | | * src/comp.c (native-comp-unit-set-file): New function.Andrea Corallo2020-04-121-0/+11
* | | * src/comp.c (native-comp-unit-file): Better parameter name.Andrea Corallo2020-04-121-3/+4
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-03-291-36/+41
|\ \ \ | |/ /
| * | Refactor and fix typo in CHECK_*_COERCE_MARKERPaul Eggert2020-03-261-36/+41
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-03-231-1/+1
|\ \ \ | |/ /
| * | Merge from origin/emacs-27Glenn Morris2020-03-231-1/+1
| |\ \ | | |/
| | * Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-221-1/+1
* | | Trigger native compilation when loading bytecodeAndrea Corallo2020-03-161-0/+2
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-231-8/+2
|\ \ \ | |/ /
| * | Restore runtime check for invalid tagPaul Eggert2020-02-221-8/+2
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-02-041-41/+25
|\ \ \ | |/ /
| * | Make Faset nonrecursivePaul Eggert2020-01-181-28/+28
| * | Improve performance when a string's byte count changesPaul Eggert2020-01-181-26/+10
| * | Let the OS clear new large strings of NULPaul Eggert2020-01-031-1/+1
* | | Always define subr-native-elisp-p also without native compilerAndrea Corallo2020-02-031-1/+1
* | | some rework to please --enable-check-lisp-object-typeAndrea Corallo2020-01-011-1/+1
* | | fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo2020-01-011-2/+2
* | | mitigate ifdef proliferationAndrea Corallo2020-01-011-3/+2
* | | add native-comp-unit-file primitiveAndrea Corallo2020-01-011-1/+11
* | | add subr-native-compilation-unit primitiveAndrea Corallo2020-01-011-2/+12
* | | add support for native comp unit to type-ofAndrea Corallo2020-01-011-0/+3
* | | introduce SUBRP_NATIVE_COMPILEDPAndrea Corallo2020-01-011-2/+2
* | | add basic compilation unit into structureAndrea Corallo2020-01-011-2/+2
* | | native compile interactive functions supportAndrea Corallo2020-01-011-0/+4
* | | improve subr-native-elisp-pAndrea Corallo2020-01-011-4/+3
* | | fix subr-native-elisp-p predicate nameAndrea Corallo2020-01-011-2/+2
* | | add native_elisp field into Lisp_SubrAndrea Corallo2020-01-011-0/+14
|/ /
* | Assume C99-style ‘long long’Paul Eggert2019-12-311-24/+9
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Improve documentation of 'add-variable-watcher'Eli Zaretskii2019-11-151-2/+3
* Refactor bignum multiplication, exponentiationPaul Eggert2019-11-131-74/+0
* Simplify fixnum division slightlyPaul Eggert2019-11-061-4/+6
* Remove unneeded overflow check in integer divisionPaul Eggert2019-11-051-4/+3
* Overflow errors are range errorsPaul Eggert2019-11-041-2/+2
* Don’t signal overflow for (expt 1 bignum)Paul Eggert2019-11-041-6/+21
* Speed up % and mod with fixnum denomPaul Eggert2019-08-241-48/+52
* Tweak integer mod performancePaul Eggert2019-08-241-1/+1
* Make (mod 1.0 0) consistent with (/ 1.0 0)Paul Eggert2019-08-241-1/+3
* extern function cleanupPaul Eggert2019-08-241-1/+1
* Don’t debug fset by defaultPaul Eggert2019-08-211-4/+1
* Be more careful about pointers to bignum valsPaul Eggert2019-08-211-15/+15