| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Fix &key parameters called without arguments (bug#58714) | Gerd Möllmann | 2022-11-11 | 1 | -0/+6 |
* | Improve check for misleading 'cl-case' cases (Bug#57915). | Philipp Stephani | 2022-09-19 | 1 | -0/+11 |
* | Fix recently-added cl-macs tests | Lars Ingebrigtsen | 2022-09-14 | 1 | -32/+34 |
* | Have 'cl-case' warn about suspicious cases | Philipp Stephani | 2022-09-13 | 1 | -0/+32 |
* | Signal an error if a fallback cl-case is misplaced | Philipp Stephani | 2022-09-13 | 1 | -0/+11 |
* | cl-symbol-macrolet: Fix recent regression | Stefan Monnier | 2022-09-06 | 1 | -1/+8 |
* | gv.el and cl-macs.el: Fix bug#57397 | Stefan Monnier | 2022-09-03 | 1 | -1/+14 |
* | Make Edebug specification for 'cl-defstruct' more lenient. | Philipp Stephani | 2022-03-14 | 1 | -0/+18 |
* | Teach Edebug about the special '&whole' syntax for compiler macros. | Philipp Stephani | 2022-03-03 | 1 | -0/+15 |
* | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\ |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Body of dynamic let-bindings is not in tail position | Mattias Engdegård | 2021-12-20 | 1 | -1/+18 |
* | | * test/lisp/emacs-lisp/cl-macs-tests.el: Avoid `with-suppressed-warnings` | Stefan Monnier | 2021-12-08 | 1 | -6/+6 |
* | | Silence byte-compiler in some tests | Stefan Kangas | 2021-12-04 | 1 | -0/+4 |
* | | Make 'eval' use lexical scoping in most tests | Stefan Kangas | 2021-11-20 | 1 | -1/+1 |
* | | Improve TCO test coverage | Mattias Engdegård | 2021-10-19 | 1 | -2/+11 |
|/ |
|
* | Add condition-case success handler (bug#47677) | Mattias Engdegård | 2021-04-15 | 1 | -4/+5 |
* | Self-TCO in `condition-case` error handlers | Mattias Engdegård | 2021-04-09 | 1 | -2/+12 |
* | Fix cl-progv binding order | Toby Cubitt | 2021-03-20 | 1 | -0/+5 |
* | Optimise tail calls in `and` and `or` forms in `cl-labels` functions | Mattias Engdegård | 2021-03-18 | 1 | -5/+20 |
* | ; Minor license statement fixes | Stefan Kangas | 2021-02-08 | 1 | -11/+11 |
* | * lisp/emacs-lisp/cl-macs.el: Optimize self-calls in tail position | Stefan Monnier | 2021-01-08 | 1 | -1/+16 |
* | * lisp/subr.el (letrec): Optimize some non-recursive bindings | Stefan Monnier | 2021-01-08 | 1 | -0/+8 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Allow destructuring in &aux sections when using edebug (Bug#40431) | Philipp Stephani | 2020-06-10 | 1 | -0/+9 |
* | Don’t attempt to modify constant strings | Paul Eggert | 2020-05-16 | 1 | -1/+3 |
* | Don't increment array index in cl-loop twice (Bug#40727) | Noam Postavsky | 2020-05-07 | 1 | -0/+3 |
* | Revert "cl-loop: Calculate the array length just once" | Noam Postavsky | 2020-05-07 | 1 | -0/+6 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | ; Spelling fixes | Paul Eggert | 2019-12-10 | 1 | -2/+2 |
* | Refix conditional step clauses in cl-loop | dickmao | 2019-11-22 | 1 | -4/+64 |
* | * cl-macs-tests.el (cl-macs-test--symbol-macrolet): New test | Stefan Monnier | 2019-05-16 | 1 | -0/+17 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Prevent name clashes between CL structures and builtin types | Philipp Stephani | 2018-01-28 | 1 | -1/+9 |
* | | cl-loop: Add missing guard condition | Tino Calancha | 2018-01-08 | 1 | -0/+8 |
* | | Revert "Prevent name clashes between CL structures and builtin types" | Philipp Stephani | 2018-01-07 | 1 | -9/+0 |
* | | Prevent name clashes between CL structures and builtin types | Philipp Stephani | 2018-01-07 | 1 | -0/+9 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Partially revert "Mention new strictness for &optional, &rest..." | Noam Postavsky | 2017-12-15 | 1 | -31/+0 |
* | Mention new strictness for &optional, &rest in arglists (Bug#29165) | Noam Postavsky | 2017-12-13 | 1 | -0/+31 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Add tests for cl-macs.el (Bug#27559) | Alexander Gramiak | 2017-08-21 | 1 | -0/+500 |