aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Protect add-variable-watcher from incorrect usageEli Zaretskii2021-03-291-0/+1
* Faster, more compact, and readable closure creationMattias Engdegård2021-02-211-0/+2
* Change how (declare (modes store the dataLars Ingebrigtsen2021-02-201-1/+9
* Revert the bit about command_modes in previous patch setLars Ingebrigtsen2021-02-141-6/+1
* Extend the syntax of `interactive' to list applicable modesLars Ingebrigtsen2021-02-141-5/+87
* Add cross-references to defvar-localStefan Kangas2021-02-011-1/+3
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-121-0/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Clarify the default-boundp doc stringLars Ingebrigtsen2020-12-091-2/+3
* Avoid a compilation warning about an ambiguous elseLars Ingebrigtsen2020-11-201-4/+6
* * src/data.c (set_internal): Fix bug#44733Stefan Monnier2020-11-191-4/+6
* Fix builds without modulesGlenn Morris2020-09-131-0/+2
* Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-131-0/+7
* Simplify use of __lsan_ignore_objectPaul Eggert2020-08-031-6/+0
* 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 from origin/emacs-27Glenn Morris2020-05-061-4/+16
|\
| * Improve doc strings of makunbound and fmakunboundStefan Kangas2020-05-031-4/+16
* | Refactor and fix typo in CHECK_*_COERCE_MARKERPaul Eggert2020-03-261-36/+41
* | Merge from origin/emacs-27Glenn Morris2020-03-231-1/+1
|\ \ | |/
| * Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-221-1/+1
* | Restore runtime check for invalid tagPaul Eggert2020-02-221-8/+2
* | 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
* | 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
* Improve bignum_integer static checkingPaul Eggert2019-08-181-4/+4
* decode-time now returns subsec tooPaul Eggert2019-08-051-20/+20
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-271-1/+1
* Remove fixnum restriction on some display varsPaul Eggert2019-05-221-11/+12
* Replace ‘/* FALLTHROUGH! */’ with ‘break;’Paul Eggert2019-04-291-12/+11
* Remove some ineffective #ifdefs.Philipp Stephani2019-04-191-4/+0
* Remove some #ifdefs for user pointers.Philipp Stephani2019-04-191-2/+0
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-2/+2
* Make struct Lisp_Objfwd etc. objects read-onlyPaul Eggert2019-04-011-4/+4
* Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-011-34/+40
* * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-011-31/+0