summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/edebug-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Edebug: Disable backtracking when hitting a &define keyword.Philipp Stephani2021-04-101-0/+25
* * test/lisp/emacs-lisp/edebug-tests.el: Adjust to new `edebug-eval-defun`.Stefan Monnier2021-02-191-14/+20
* * lisp/emacs-lisp/bindat.el (bindat-spec): New macro.Stefan Monnier2021-02-151-0/+17
* * Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`Stefan Monnier2021-02-141-14/+10
* Edebug: Make it possible to debug `gv-expander`s in `declare`Stefan Monnier2021-02-121-0/+11
* Edebug: Overload `edebug-form-spec` even lessStefan Monnier2021-02-121-0/+5
* ; Minor license statement fixesStefan Kangas2021-02-081-11/+11
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Unbreak a few unit tests that rely on lack of backtracesPhilipp Stephani2020-12-071-1/+4
* Fix file-name problems in several testsEli Zaretskii2020-10-161-1/+3
* Use new resource directory macros in tests (Bug#43792)Stefan Kangas2020-10-161-12/+1
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | Avoid duplicate Edebug symbols when backtracking (Bug#42701)Philipp Stephani2020-08-031-0/+32
* | ; * test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-cl-flet): Fix typo.Philipp Stephani2020-08-021-1/+1
* | Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)Philipp Stephani2020-08-021-0/+40
* | Don’t generate duplicate symbols for secondary CL methods (Bug#42671)Philipp Stephani2020-08-021-0/+22
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add new commands to Edebug backtracesGemini Lasswell2018-08-031-2/+16
* | Fix Edebug spec for cl-macrolet (bug#29919)Gemini Lasswell2018-08-011-0/+11
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix Edebug's handling of dotted specs (bug#6415)Gemini Lasswell2017-11-261-0/+14
* ; Spelling and URL fixesPaul Eggert2017-09-231-3/+3
* Add tests for EdebugGemini Lasswell2017-09-211-0/+903