summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-seq.el
AgeCommit message (Expand)Author
2026-03-08cl-seq.el: Prefer `:test` to `:if`Stefan Monnier
2026-03-04Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton
2026-03-03Revert "Rename 'any' to 'member-if' and deprecate 'cl-member-if'"Mattias Engdegård
2026-03-03Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-11-29Merge from origin/emacs-30Eli Zaretskii
2025-11-28; cl-reduce, seq-reduce: Improve wording.Sean Whitton
2025-07-27(cl-nsubstitute): Fix regression in commit 8c8ff13eMadhu
2025-03-06Rewrite cl--parsing-keywords using backtickStefan Kangas
2025-03-06Remove more redundant 'cl-' prefixesStefan Kangas
2025-03-05Clean up 'cl-' prefixes for local variablesStefan Kangas
2025-02-23Prefer incf to cl-incf in emacs-lisp/*.elStefan Kangas
2025-02-23Prefer decf to cl-decfStefan Kangas
2025-02-14Inline important-return-value declarations in cl-lib.elStefan Kangas
2025-02-14Document cl-n... set operations consistentlyBasil L. Contovounesios
2025-02-13Inline side-effect-free declarations in cl-lib.elStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-05-12Safer and faster string sortingMattias Engdegård
2024-05-08Don't mutate strings in cl-substituteMattias Engdegård
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-18cl-reduce doc string improvementColin Woodbury
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-16Don't quote lambdas in emacs-lisp/*.elStefan Kangas
2020-10-20Make more load-hooks obsolete (Bug#21563)Stefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-07Improve recent doc fix for cl-reduceBasil L. Contovounesios
2019-10-07cl-reduce doc fixLars Ingebrigtsen
2019-06-21* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier
2019-06-01Tune cl-assocPaul Eggert
2019-06-01Fix `cl-member' and `cl-assoc' for bignumsMattias Engdegård
2019-02-18* lisp/emacs-lisp/cl-lib.el (cl-endp): Move to cl-seq.elStefan Monnier
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-10-20cl-seq: Remove max limit on input sequence lengthTino Calancha
2016-08-13cl-fill: Rename arguments to cl-seq and cl-itemTino Calancha
2016-08-10cl-delete-duplicates: Parse :if to have cl-if boundTino Calancha
2016-08-10cl-delete-duplicates: do not parse :if keywordTino Calancha
2016-07-18Better documentation for cl-reduce (bug#24014)Nicolas Petton
2016-02-23(cl-union): Do not ignore :test argument when lists are equal.Nicolas Richard
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-06Rename "search path" to "library roots"Dmitry Gutov
2015-05-13Fix bootstrap (void function cl-member).Glenn Morris
2015-01-01Update copyright year to 2015Paul Eggert