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
2026-05-07
; Revert Eric's commits from February.
Sean Whitton
2026-02-25
Repair another test bollixed by aggressive optimization.
Eric S. Raymond
2026-02-25
Repair ab ecal test by making a variable kexical,
Eric S. Raymond
2026-02-25
Tests for remaining functions iun eval.c.
Eric S. Raymond
2026-02-25
More test coverage improvements.
Eric S. Raymond
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-03-16
Correctly unload variable aliases.
Jens Schmidt
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-08-03
Fix missing type checks before specbind
Mattias 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 identity
Stefan Monnier
2024-01-04
New special form `handler-bind`
Stefan Monnier
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-30
Add tests for `let' (bug#66117)
Ihor Radchenko
2023-04-14
Disallow creation of circular variable alias chains
Mattias Engdegård
2023-04-02
src/eval.c: Fix bug#62419
Stefan Monnier
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-11-20
; Fix typos
Stefan Kangas
2022-09-23
Remove max-specpdl-size overrun test
Mattias Engdegård
2022-05-30
Fix atimer setting and overdue expiration (bug#55628)
Mattias Engdegård
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