summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-extra.el
Commit message (Expand)AuthorAgeFilesLines
* Use Emacs Lisp xref backend in Lisp Help buffersDmitry Gutov2024-10-031-0/+3
* (cl--describe-class-slots): Avoid cryptic `t` typeStefan Monnier2024-04-091-5/+7
* (cl--describe-class): Improve based on dicussion in bug#70077Stefan Monnier2024-04-081-5/+16
* (help-fns-function-description-header): Print functions' typeStefan Monnier2024-03-221-8/+3
* (describe-symbol-backends): Fix addition of the "type" backendStefan Monnier2024-03-211-7/+0
* cl-preloaded.el (built-in-class): New typeStefan Monnier2024-03-081-22/+34
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-11-181-2/+9
|\|
| * Add two doc strings to cl-extra.elJeremy Bryant2023-11-121-2/+9
* | * lisp/emacs-lisp/cl-extra.el (cl-remprop): Update names to match docstringJeremy Bryant2023-11-051-7/+6
* | lisp/emacs-lisp/comp-cstr.el: Fix bootstrapStefan Monnier2023-10-311-1/+1
* | Adjust side-effect-free declarationsMattias Engdegård2023-04-091-0/+1
* | * lisp/emacs-lisp/cl-extra.el (cl-parse-integer): side-effect-free.Mattias Engdegård2023-04-091-0/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-131-1/+1
* 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
|\|