summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-macs.el
Commit message (Expand)AuthorAge
* * lisp/emacs-lisp/cl-macs.el (cl--self-tco): Fix build of gnus-agent.elStefan Monnier2021-01-09
* Fix cl-concatenate use in macrosEli Zaretskii2021-01-09
* * lisp/emacs-lisp/cl-macs.el: Optimize self-calls in tail positionStefan Monnier2021-01-08
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix some over-wide docstringsStefan Kangas2020-12-30
* Don't quote lambdas in emacs-lisp/*.elStefan Kangas2020-11-16
* Make more load-hooks obsolete (Bug#21563)Stefan Kangas2020-10-20
* Don't quote lambdas in several placesStefan Kangas2020-10-01
* * lisp/emacs-lisp/cl-macs.el (hash-table): Define the type's typep testStefan Monnier2020-09-29
* Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)Philipp Stephani2020-08-02
* * lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add `keyword`Stefan Monnier2020-07-06
* Slightly improve commit 73be4d1ed5b190bd93e9bad6aebe43d0dea0d7d3.Philipp Stephani2020-06-10
* Allow destructuring in &aux sections when using edebug (Bug#40431)Philipp Stephani2020-06-10
* Don't increment array index in cl-loop twice (Bug#40727)Noam Postavsky2020-05-07
* Revert "cl-loop: Calculate the array length just once"Noam Postavsky2020-05-07
* Merge from origin/emacs-27Glenn Morris2020-04-20
|\
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* | Merge from origin/emacs-27Glenn Morris2020-04-13
|\|
| * Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)Philipp Stephani2020-04-12
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Avoid known cl-defsubst breakageStefan Monnier2020-04-05
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Declare the type immediatelyStefan Monnier2020-03-27
* | * lisp/emacs-lisp/cl-macs.el: More care with `eval` and with `cl-typep`Stefan Monnier2020-03-10
* | * lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Simplify resultStefan Monnier2020-03-10
* | Eval macro arg just onceTino Calancha2020-02-05
* | Generate fewer useless conditionals in cl-loopMattias Engdegård2020-01-04
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Trivial docstring fixesJuanma Barranquero2019-12-24
* Refix conditional step clauses in cl-loopdickmao2019-11-22
* Extend debug spec of cl-flet (Bug#34481)Michael Heerdegen2019-10-17
* Make the cl-letf doc string link to the manualLars Ingebrigtsen2019-10-12
* Merge commit '74e9799bd89484b8d15bdd6597c68fc00d07e7f7'Stephen Leake2019-09-10
|\
| * * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Define setter functions.Stefan Monnier2019-09-08
* | Support `cl-defstruct' in autoloadsStephen Leake2019-09-10
|/
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Add slot option :documentationStefan Monnier2019-07-29
* Make cl-destructuring-bind errors a bit more understandableLars Ingebrigtsen2019-07-25
* Fix cl-defstruct doc string fixLars Ingebrigtsen2019-07-13
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a docstring typoPhil Sainty2019-07-13
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Adapt docstring.Michael Albinus2019-07-13
* Document fix for cl-defstructLars Ingebrigtsen2019-07-13
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-21
* * lisp/emacs-lisp/cl-macs.el (cl-callf): Tweak in docstringMichael Heerdegen2019-05-24
* * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix docstring of accessors.Stefan Monnier2019-05-16
* * lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand) <setq>: RewriteStefan Monnier2019-05-16
* * lisp/emacs-lisp/cl-macs.el: Don't always inline struct functionsStefan Monnier2019-04-02
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | Merge from origin/emacs-26Glenn Morris2018-10-03
|\|
| * Improve cl-do, cl-do* docstringsTino Calancha2018-09-29
* | Fix Edebug spec for cl-macrolet (bug#29919)Gemini Lasswell2018-08-01