aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/eval-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (signal_or_quit): Preserve error object identityStefan Monnier2023-12-281-0/+10
* New special form `handler-bind`Stefan Monnier2023-12-271-0/+37
* Disallow creation of circular variable alias chainsMattias Engdegård2023-04-141-0/+16
* src/eval.c: Fix bug#62419Stefan Monnier2023-04-021-0/+19
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-201-1/+1
* Remove max-specpdl-size overrun testMattias Engdegård2022-09-231-20/+0
* Fix atimer setting and overdue expiration (bug#55628)Mattias Engdegård2022-05-301-0/+27
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make 'eval' use lexical scoping in most testsStefan Kangas2021-11-201-6/+11
* | Turn mistaken functions into tests (bug#51941)Mattias Engdegård2021-11-181-1/+1
|/
* Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård2021-09-251-24/+33
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Add new variable to selectively suppress backtraces in batch mode.Philipp Stephani2020-12-071-0/+17
* Print a backtrace on unhandled errors in batch mode (Bug#44942).Philipp Stephani2020-12-061-0/+33
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove support for destructive splicing in elispStefan Kangas2019-09-261-0/+7
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Add regression test for Bug#33014Gemini Lasswell2018-10-301-0/+30
* | Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell2018-10-291-0/+30
* | Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky2018-06-121-0/+22
* | Avoid undefined behavior in 'defvar' (Bug#31072)Philipp Stephani2018-04-151-0/+4
* | Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky2018-03-251-3/+17
|/
* Avoid memory corruption with specpdl overflow + edebug (Bug#30481)Noam Postavsky2018-02-161-0/+20
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-201-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix some crashes on self-modifying Elisp codePaul Eggert2017-08-061-0/+20
* Don't require bytecomp for running ert testsNoam Postavsky2017-04-221-0/+2
* Check that variable lists are actually listsPhilipp Stephani2017-01-191-0/+10
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Prevent dubious argument listsPhilipp Stephani2016-11-181-0/+15
* Fix crash in evaluating functionsPhilipp Stephani2016-10-131-0/+35