summaryrefslogtreecommitdiff
path: root/test/src/eval-tests.el
Commit message (Expand)AuthorAge
* * test/src/eval-tests.el (eval-tests/default-value): Add new test case.Ihor Radchenko2024-02-19
* (signal_or_quit): Preserve error object identityStefan Monnier2024-01-04
* New special form `handler-bind`Stefan Monnier2024-01-04
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Add tests for `let' (bug#66117)Ihor Radchenko2023-12-30
* | Disallow creation of circular variable alias chainsMattias Engdegård2023-04-14
* | src/eval.c: Fix bug#62419Stefan Monnier2023-04-02
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-11-20
* Remove max-specpdl-size overrun testMattias Engdegård2022-09-23
* Fix atimer setting and overdue expiration (bug#55628)Mattias Engdegård2022-05-30
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-20
* | Turn mistaken functions into tests (bug#51941)Mattias Engdegård2021-11-18
|/
* Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård2021-09-25
* Update copyright year to 2021Paul Eggert2021-01-01
* Add new variable to selectively suppress backtraces in batch mode.Philipp Stephani2020-12-07
* Print a backtrace on unhandled errors in batch mode (Bug#44942).Philipp Stephani2020-12-06
* Update copyright year to 2020Paul Eggert2020-01-01
* Remove support for destructive splicing in elispStefan Kangas2019-09-26
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
| * Add regression test for Bug#33014Gemini Lasswell2018-10-30
* | Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell2018-10-29
* | Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky2018-06-12
* | Avoid undefined behavior in 'defvar' (Bug#31072)Philipp Stephani2018-04-15
* | Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky2018-03-25
|/
* Avoid memory corruption with specpdl overflow + edebug (Bug#30481)Noam Postavsky2018-02-16
* Update copyright year to 2018Paul Eggert2018-01-01
* ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-20
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix some crashes on self-modifying Elisp codePaul Eggert2017-08-06
* Don't require bytecomp for running ert testsNoam Postavsky2017-04-22
* Check that variable lists are actually listsPhilipp Stephani2017-01-19
* Update copyright year to 2017 in masterPaul Eggert2017-01-01
* Prevent dubious argument listsPhilipp Stephani2016-11-18
* Fix crash in evaluating functionsPhilipp Stephani2016-10-13