summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-lib.el
Commit message (Expand)AuthorAge
* Adjust side-effect-free declarationsMattias Engdegård2023-04-09
* Data argument to `signal` should be a listMattias Engdegård2023-01-03
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Delete many items obsolete since 24.3Stefan Kangas2022-09-09
* Avoid cl-cXXXr compat aliasesStefan Kangas2022-08-03
* Clarify cl-incf/decf doc stringsLars Ingebrigtsen2022-04-21
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Add `cl-constantly' functionLars Ingebrigtsen2021-12-02
|/
* Move generalized variable specs from cl-lib.el to gv.elLars Ingebrigtsen2021-07-22
* * lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function.Stefan Monnier2021-02-24
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-12
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix compilation warning in cl-lib.elLars Ingebrigtsen2020-09-12
* Preserve setf semantics in 'substring', 'cons', 'logand' expandersŠtěpán Němec2020-08-25
* Update copyright year to 2020Paul Eggert2020-01-01
* Document Lisp floats a bit betterPaul Eggert2019-11-10
* Preserve more markers when reverting .gpg filesLars Ingebrigtsen2019-09-04
* ; * lisp/emacs-lisp/cl-lib.el (cl-pushnew): Doc fix.Eli Zaretskii2019-08-23
* Clarify doc string of cl-pushnewLars Ingebrigtsen2019-08-23
* Make cl-values-list signal an error if its argument isn't a listLars Ingebrigtsen2019-07-28
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-21
* * lisp/emacs-lisp/cl-lib.el (cl-endp): Move to cl-seq.elStefan Monnier2019-02-18
* * lisp/emacs-lisp/cl-lib.el (cl-endp): Remove stray 'x.Paul Eggert2019-02-17
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Allow setf of buffer-modified-p without argument (Bug#21201)Noam Postavsky2018-08-27
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * emacs-lisp/cl-lib.el (cl--old-struct-type-of): Accept `[]'Stefan Monnier2017-07-18
* * lisp/emacs-lisp/cl-lib.el (cl--random-time): Remove as wellStefan Monnier2017-07-14
* Remove duplicate cl--random-state definitionPaul Eggert2017-07-14
* * lisp/emacs-lisp/cl-lib.el (cl-mapcar): Remove recent autoload cookie.Glenn Morris2017-05-04
* Backward compatibility with pre-existing struct instances.Stefan Monnier2017-04-04
* Prevent for consing in cl-mapc and cl-maplTino Calancha2017-02-27
* Move cXXXr and cXXXXr to subr.elMark Oteiza2017-01-25
* Update copyright year to 2017Paul Eggert2016-12-31
* Make setf for frame-height/width work againChristopher Wellons2016-02-23
* Update copyright year to 2016Paul Eggert2016-01-01
* Initialize cl--gensym-counter to 0Paul Eggert2015-06-27
* Fix bootstrap (void function cl-member).Glenn Morris2015-05-13
* cl-lib.el: Partial revert of "2015-04-05 Rationalize c[ad]+r"Stefan Monnier2015-04-10
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-05
* Add new `cl-struct' and `eieio' pcase patterns.Stefan Monnier2015-03-23
* * lisp/emacs-lisp/cl*.el: Use define-inline and move some codeStefan Monnier2015-02-14
* Update copyright year to 2015Paul Eggert2015-01-01
* New macro macroexp-let2*Leo Liu2014-11-24
* Consolidate x-select-text.Stefan Monnier2014-10-01
* Add cl-parse-integer based on parse-integerLeo Liu2014-09-26
* * emacs-lisp/cl-lib.el (cl-endp): Fix last change.Leo Liu2014-05-21