index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
eval-tests.el
Age
Commit message (
Expand
)
Author
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-11-20
Make 'eval' use lexical scoping in most tests
Stefan Kangas
2021-11-18
Turn mistaken functions into tests (bug#51941)
Mattias EngdegÄrd
2021-09-25
Renege on anonymous &rest (bug#50268, bug#50720)
Mattias EngdegÄrd
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-07
Add new variable to selectively suppress backtraces in batch mode.
Philipp Stephani
2020-12-06
Print a backtrace on unhandled errors in batch mode (Bug#44942).
Philipp Stephani
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-26
Remove support for destructive splicing in elisp
Stefan Kangas
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-10-30
Add regression test for Bug#33014
Gemini Lasswell
2018-10-29
Keep a stack reference to bytecode objects being executed (Bug#33014)
Gemini Lasswell
2018-06-12
Give warning if losing value to defvaralias (Bug#5950)
Noam Postavsky
2018-04-15
Avoid undefined behavior in 'defvar' (Bug#31072)
Philipp Stephani
2018-03-25
Allow `&rest' or `&optional' without following variable (Bug#29165)
Noam Postavsky
2018-02-16
Avoid memory corruption with specpdl overflow + edebug (Bug#30481)
Noam Postavsky
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-12-20
; Replace non-ascii quote characters in doc strings etc
Glenn Morris
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-08-06
Fix some crashes on self-modifying Elisp code
Paul Eggert
2017-04-22
Don't require bytecomp for running ert tests
Noam Postavsky
2017-01-19
Check that variable lists are actually lists
Philipp Stephani
2017-01-01
Update copyright year to 2017 in master
Paul Eggert
2016-11-18
Prevent dubious argument lists
Philipp Stephani
2016-10-13
Fix crash in evaluating functions
Philipp Stephani