summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-extra.el
Commit message (Expand)AuthorAgeFilesLines
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-221-2/+2
* New function substitute-quotesStefan Kangas2022-09-101-5/+5
* string-equal-ignore-case: new functionSam Steingold2022-07-261-2/+1
* Add a comment about cl-concatenateLars Ingebrigtsen2022-04-131-0/+3
* Revert "Make cl-concatenate an alias of seq-concatenate"Lars Ingebrigtsen2022-04-131-2/+3
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-1/+1
* Doc fix; cl-random is only pseudo-randomStefan Kangas2021-09-251-1/+1
* * lisp/emacs-lisp/cl-preloaded.el: Fix the format of props in slot-descsStefan Monnier2021-06-241-8/+2
* Attempt to make defclass documentation more legibleLars Ingebrigtsen2021-06-241-4/+7
* Fix printing of defclass documentation slots againLars Ingebrigtsen2021-06-241-2/+8
* Fix misuses of `byte-compile-macro-environment`Stefan Monnier2021-03-011-12/+11
* cl-extra: Fix docstring retrievalJulian Scheid2021-02-221-2/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Don't quote lambdas in emacs-lisp/*.elStefan Kangas2020-11-161-15/+14
* Doc string clarification for cl-someLars Ingebrigtsen2020-11-011-2/+5
* Make more load-hooks obsolete (Bug#21563)Stefan Kangas2020-10-201-0/+2
* Make cl-concatenate an alias of seq-concatenateNoam Postavsky2020-03-231-3/+2
* Merge from origin/emacs-27Glenn Morris2020-03-231-1/+1
|\
| * Fix cl-concatenate (Bug#40180)Noam Postavsky2020-03-221-1/+1
* | Make cl-equalp a bit more efficient at comparing stringsNoam Postavsky2020-03-121-2/+1
|/
* Eliminate use of cl-concatenate in 'seq' packageAndrew Eggenberger2020-03-071-5/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Avoid unbounded growth of cl-random-state components (bug#38753)Mattias EngdegÄrd2019-12-291-1/+1
* Fix cl-prettyexpand in the non-FULL caseLars Ingebrigtsen2019-11-181-9/+7
* * lisp/emacs-lisp/seq.el: Don't require cl-lib.Stefan Monnier2019-10-271-20/+2
* Support bool-vectors in cl-extra.elPhilippe Schnoebelen2019-08-101-0/+2
* New function time-convertPaul Eggert2019-08-051-1/+1
* * lisp/emacs-lisp/cl-extra.el (cl-isqrt): Speed up bignum caseStefan Monnier2019-06-251-3/+2
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-211-1/+0
* Speed up cl-list-lengthPaul Eggert2019-02-181-4/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-12-201-1/+1
|\|
| * cl-make-random-state was not copying its argPaul Eggert2018-12-191-1/+1
* | Minor fixes/simplifications to time functionsPaul Eggert2018-12-191-3/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-4/+4
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/emacs-lisp/cl-extra.el (cl--random-state): New defstructStefan Monnier2017-06-301-15/+24
* Make cl-defstruct use records.Lars Brinkhoff2017-04-041-4/+2
* Remove unused vars in cl-extra.el and tramp.el.Stefan Monnier2017-03-181-8/+6
* Improve describe-symbol's layout of slots when describing typesStefan Monnier2017-03-181-1/+50
* Prevent for consing in cl-mapc and cl-maplTino Calancha2017-02-271-12/+26
* Simplify cl-get using `plist-member'Noam Postavsky2017-02-201-20/+8
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | An efficient built-in mapcanMario Lang2016-07-101-1/+3
|/
* Publicize cl--generic-all-functionsDmitry Gutov2016-05-101-1/+1