summaryrefslogtreecommitdiff
path: root/test/src/eval-tests.el
AgeCommit message (Expand)Author
2026-05-07; Revert Eric's commits from February.Sean Whitton
2026-02-25Repair another test bollixed by aggressive optimization.Eric S. Raymond
2026-02-25Repair ab ecal test by making a variable kexical,Eric S. Raymond
2026-02-25Tests for remaining functions iun eval.c.Eric S. Raymond
2026-02-25More test coverage improvements.Eric S. Raymond
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-16Correctly unload variable aliases.Jens Schmidt
2025-01-01Update copyright year to 2025Paul Eggert
2024-08-03Fix missing type checks before specbindMattias Engdegård
2024-02-19* test/src/eval-tests.el (eval-tests/default-value): Add new test case.Ihor Radchenko
2024-01-04(signal_or_quit): Preserve error object identityStefan Monnier
2024-01-04New special form `handler-bind`Stefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30Add tests for `let' (bug#66117)Ihor Radchenko
2023-04-14Disallow creation of circular variable alias chainsMattias Engdegård
2023-04-02src/eval.c: Fix bug#62419Stefan Monnier
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-20; Fix typosStefan Kangas
2022-09-23Remove max-specpdl-size overrun testMattias Engdegård
2022-05-30Fix atimer setting and overdue expiration (bug#55628)Mattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-20Make 'eval' use lexical scoping in most testsStefan Kangas
2021-11-18Turn mistaken functions into tests (bug#51941)Mattias Engdegård
2021-09-25Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-07Add new variable to selectively suppress backtraces in batch mode.Philipp Stephani
2020-12-06Print a backtrace on unhandled errors in batch mode (Bug#44942).Philipp Stephani
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-26Remove support for destructive splicing in elispStefan Kangas
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-30Add regression test for Bug#33014Gemini Lasswell
2018-10-29Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell
2018-06-12Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky
2018-04-15Avoid undefined behavior in 'defvar' (Bug#31072)Philipp Stephani
2018-03-25Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky
2018-02-16Avoid memory corruption with specpdl overflow + edebug (Bug#30481)Noam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-20; Replace non-ascii quote characters in doc strings etcGlenn Morris
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-06Fix some crashes on self-modifying Elisp codePaul Eggert
2017-04-22Don't require bytecomp for running ert testsNoam Postavsky
2017-01-19Check that variable lists are actually listsPhilipp Stephani
2017-01-01Update copyright year to 2017 in masterPaul Eggert
2016-11-18Prevent dubious argument listsPhilipp Stephani
2016-10-13Fix crash in evaluating functionsPhilipp Stephani