summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAge
* Add a new variable `inhibit-interaction'Lars Ingebrigtsen2021-01-12
* Update copyright year to 2021Paul Eggert2021-01-01
* Clarify the default-boundp doc stringLars Ingebrigtsen2020-12-09
* Avoid a compilation warning about an ambiguous elseLars Ingebrigtsen2020-11-20
* * src/data.c (set_internal): Fix bug#44733Stefan Monnier2020-11-19
* Fix builds without modulesGlenn Morris2020-09-13
* Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-13
* Simplify use of __lsan_ignore_objectPaul Eggert2020-08-03
* Use a more precise check for '__lsan_ignore_object'Philipp Stephani2020-08-01
* Suppress leak detector in some casesPhilipp Stephani2020-08-01
* Merge from origin/emacs-27Glenn Morris2020-05-06
|\
| * Improve doc strings of makunbound and fmakunboundStefan Kangas2020-05-03
* | Refactor and fix typo in CHECK_*_COERCE_MARKERPaul Eggert2020-03-26
* | Merge from origin/emacs-27Glenn Morris2020-03-23
|\|
| * Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-22
* | Restore runtime check for invalid tagPaul Eggert2020-02-22
* | Make Faset nonrecursivePaul Eggert2020-01-18
* | Improve performance when a string's byte count changesPaul Eggert2020-01-18
* | Let the OS clear new large strings of NULPaul Eggert2020-01-03
* | Assume C99-style ‘long long’Paul Eggert2019-12-31
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve documentation of 'add-variable-watcher'Eli Zaretskii2019-11-15
* Refactor bignum multiplication, exponentiationPaul Eggert2019-11-13
* Simplify fixnum division slightlyPaul Eggert2019-11-06
* Remove unneeded overflow check in integer divisionPaul Eggert2019-11-05
* Overflow errors are range errorsPaul Eggert2019-11-04
* Don’t signal overflow for (expt 1 bignum)Paul Eggert2019-11-04
* Speed up % and mod with fixnum denomPaul Eggert2019-08-24
* Tweak integer mod performancePaul Eggert2019-08-24
* Make (mod 1.0 0) consistent with (/ 1.0 0)Paul Eggert2019-08-24
* extern function cleanupPaul Eggert2019-08-24
* Don’t debug fset by defaultPaul Eggert2019-08-21
* Be more careful about pointers to bignum valsPaul Eggert2019-08-21
* Improve bignum_integer static checkingPaul Eggert2019-08-18
* decode-time now returns subsec tooPaul Eggert2019-08-05
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-27
* Remove fixnum restriction on some display varsPaul Eggert2019-05-22
* Replace ‘/* FALLTHROUGH! */’ with ‘break;’Paul Eggert2019-04-29
* Remove some ineffective #ifdefs.Philipp Stephani2019-04-19
* Remove some #ifdefs for user pointers.Philipp Stephani2019-04-19
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* Make struct Lisp_Objfwd etc. objects read-onlyPaul Eggert2019-04-01
* Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-01
* * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-01
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Merge from origin/emacs-26Glenn Morris2019-02-15
|\
| * * src/data.c (Fmake_local_variable): Fix bug#34318Stefan Monnier2019-02-12
* | Add portable dumperDaniel Colascione2019-01-15
* | Use shortcuts for FlengthPaul Eggert2019-01-09
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|