summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-extra.el
Commit message (Expand)AuthorAge
* Adjust side-effect-free declarationsMattias Engdegård2023-04-09
* * lisp/emacs-lisp/cl-extra.el (cl-parse-integer): side-effect-free.Mattias Engdegård2023-04-09
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-12-13
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-22
* New function substitute-quotesStefan Kangas2022-09-10
* string-equal-ignore-case: new functionSam Steingold2022-07-26
* Add a comment about cl-concatenateLars Ingebrigtsen2022-04-13
* Revert "Make cl-concatenate an alias of seq-concatenate"Lars Ingebrigtsen2022-04-13
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-05
* Doc fix; cl-random is only pseudo-randomStefan Kangas2021-09-25
* * lisp/emacs-lisp/cl-preloaded.el: Fix the format of props in slot-descsStefan Monnier2021-06-24
* Attempt to make defclass documentation more legibleLars Ingebrigtsen2021-06-24
* Fix printing of defclass documentation slots againLars Ingebrigtsen2021-06-24
* Fix misuses of `byte-compile-macro-environment`Stefan Monnier2021-03-01
* cl-extra: Fix docstring retrievalJulian Scheid2021-02-22
* Update copyright year to 2021Paul Eggert2021-01-01
* Don't quote lambdas in emacs-lisp/*.elStefan Kangas2020-11-16
* Doc string clarification for cl-someLars Ingebrigtsen2020-11-01
* Make more load-hooks obsolete (Bug#21563)Stefan Kangas2020-10-20
* Make cl-concatenate an alias of seq-concatenateNoam Postavsky2020-03-23
* Merge from origin/emacs-27Glenn Morris2020-03-23
|\
| * Fix cl-concatenate (Bug#40180)Noam Postavsky2020-03-22
* | Make cl-equalp a bit more efficient at comparing stringsNoam Postavsky2020-03-12
|/
* Eliminate use of cl-concatenate in 'seq' packageAndrew Eggenberger2020-03-07
* Update copyright year to 2020Paul Eggert2020-01-01
* Avoid unbounded growth of cl-random-state components (bug#38753)Mattias Engdegård2019-12-29
* Fix cl-prettyexpand in the non-FULL caseLars Ingebrigtsen2019-11-18
* * lisp/emacs-lisp/seq.el: Don't require cl-lib.Stefan Monnier2019-10-27
* Support bool-vectors in cl-extra.elPhilippe Schnoebelen2019-08-10
* New function time-convertPaul Eggert2019-08-05
* * lisp/emacs-lisp/cl-extra.el (cl-isqrt): Speed up bignum caseStefan Monnier2019-06-25
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-21
* Speed up cl-list-lengthPaul Eggert2019-02-18
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Glenn Morris2018-12-20
|\|
| * cl-make-random-state was not copying its argPaul Eggert2018-12-19
* | Minor fixes/simplifications to time functionsPaul Eggert2018-12-19
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-21
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * lisp/emacs-lisp/cl-extra.el (cl--random-state): New defstructStefan Monnier2017-06-30
* Make cl-defstruct use records.Lars Brinkhoff2017-04-04
* Remove unused vars in cl-extra.el and tramp.el.Stefan Monnier2017-03-18
* Improve describe-symbol's layout of slots when describing typesStefan Monnier2017-03-18
* Prevent for consing in cl-mapc and cl-maplTino Calancha2017-02-27
* Simplify cl-get using `plist-member'Noam Postavsky2017-02-20