aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/eval-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-25Repair another test bollixed by aggressive optimization.Eric S. Raymond1-5/+9
2026-02-25Repair ab ecal test by making a variable kexical,Eric S. Raymond1-3/+3
2026-02-25Tests for remaining functions iun eval.c.Eric S. Raymond1-0/+152
2026-02-25More test coverage improvements.Eric S. Raymond1-0/+16
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-03-16Correctly unload variable aliases.Jens Schmidt1-0/+12
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-08-03Fix missing type checks before specbindMattias Engdegård1-0/+8
2024-02-19* test/src/eval-tests.el (eval-tests/default-value): Add new test case.Ihor Radchenko1-12/+25
2024-01-04(signal_or_quit): Preserve error object identityStefan Monnier1-0/+10
2024-01-04New special form `handler-bind`Stefan Monnier1-0/+37
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-30Add tests for `let' (bug#66117)Ihor Radchenko1-0/+21
2023-04-14Disallow creation of circular variable alias chainsMattias Engdegård1-0/+16
2023-04-02src/eval.c: Fix bug#62419Stefan Monnier1-0/+19
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-11-20; Fix typosStefan Kangas1-1/+1
2022-09-23Remove max-specpdl-size overrun testMattias Engdegård1-20/+0
2022-05-30Fix atimer setting and overdue expiration (bug#55628)Mattias Engdegård1-0/+27
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-11-20Make 'eval' use lexical scoping in most testsStefan Kangas1-6/+11
2021-11-18Turn mistaken functions into tests (bug#51941)Mattias Engdegård1-1/+1
2021-09-25Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård1-24/+33
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-12-07Add new variable to selectively suppress backtraces in batch mode.Philipp Stephani1-0/+17
2020-12-06Print a backtrace on unhandled errors in batch mode (Bug#44942).Philipp Stephani1-0/+33
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-26Remove support for destructive splicing in elispStefan Kangas1-0/+7
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-10-30Add regression test for Bug#33014Gemini Lasswell1-0/+30
2018-10-29Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell1-0/+30
2018-06-12Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky1-0/+22
2018-04-15Avoid undefined behavior in 'defvar' (Bug#31072)Philipp Stephani1-0/+4
2018-03-25Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky1-3/+17
2018-02-16Avoid memory corruption with specpdl overflow + edebug (Bug#30481)Noam Postavsky1-0/+20
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-20; Replace non-ascii quote characters in doc strings etcGlenn Morris1-2/+2
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-08-06Fix some crashes on self-modifying Elisp codePaul Eggert1-0/+20
2017-04-22Don't require bytecomp for running ert testsNoam Postavsky1-0/+2
2017-01-19Check that variable lists are actually listsPhilipp Stephani1-0/+10
2017-01-01Update copyright year to 2017 in masterPaul Eggert1-1/+1
2016-11-18Prevent dubious argument listsPhilipp Stephani1-0/+15
2016-10-13Fix crash in evaluating functionsPhilipp Stephani1-8/+10
2015-11-30Update file headers for name change.Phillip Lord1-1/+1
2015-11-30Test files renamed to new scheme.Phillip Lord1-0/+0
2015-11-24Rename all test files to reflect source layout.Phillip Lord1-0/+0
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-50/+0