summaryrefslogtreecommitdiff
path: root/test/src/eval-tests.el
AgeCommit message (Expand)Author
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