summaryrefslogtreecommitdiff
path: root/test/src/eval-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Add regression test for Bug#33014Gemini Lasswell2018-10-301-0/+30
* | Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell2018-10-291-0/+30
* | Give warning if losing value to defvaralias (Bug#5950)Noam Postavsky2018-06-121-0/+22
* | Avoid undefined behavior in 'defvar' (Bug#31072)Philipp Stephani2018-04-151-0/+4
* | Allow `&rest' or `&optional' without following variable (Bug#29165)Noam Postavsky2018-03-251-3/+17
|/
* Avoid memory corruption with specpdl overflow + edebug (Bug#30481)Noam Postavsky2018-02-161-0/+20
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; Replace non-ascii quote characters in doc strings etcGlenn Morris2017-12-201-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix some crashes on self-modifying Elisp codePaul Eggert2017-08-061-0/+20
* Don't require bytecomp for running ert testsNoam Postavsky2017-04-221-0/+2
* Check that variable lists are actually listsPhilipp Stephani2017-01-191-0/+10
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Prevent dubious argument listsPhilipp Stephani2016-11-181-0/+15
* Fix crash in evaluating functionsPhilipp Stephani2016-10-131-0/+35