aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/seq.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of 'seq-difference'Jens Schmidt2026-01-311-1/+1
* ; Fix documentaion of 'seq-intersection'Jens Schmidt2026-01-311-1/+1
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Improve documentation of 'seq-intersection'Eli Zaretskii2025-12-061-1/+1
* ; * lisp/emacs-lisp/seq.el (seq-reduce): Restore lost sentence.Eli Zaretskii2025-11-291-1/+2
* Merge from origin/emacs-30Eli Zaretskii2025-11-291-3/+1
|\
| * ; cl-reduce, seq-reduce: Improve wording.Sean Whitton2025-11-281-1/+1
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Clarify that sequence/map functions don't alter their argumentPhilipp Stephani2025-08-191-19/+39
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* ; * admin/MAINTAINERS: Remove Nicolas Petton.Stefan Kangas2024-07-251-2/+1
* Followup changes to `cl-type-of`scratch/object-typeStefan Monnier2024-03-181-2/+1
* (pcase): New `_` syntax in pred/app functionsStefan Monnier2024-02-111-2/+2
* 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-09-091-1/+1
|\ \ | |/
| * Bump seq version to 2.24Stefan Kangas2023-09-041-1/+1
* | Add note regarding `seq` on GNU ELPAStefan Kangas2023-09-071-5/+8
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; * lisp/emacs-lisp/seq.el (seq-filter): Fix typo in doc string.Eli Zaretskii2022-11-171-1/+1
* ; Improve doc strings in seq.elEli Zaretskii2022-11-151-59/+67
* Add 'seq-keep'Lars Ingebrigtsen2022-10-041-0/+4
* Add new function `seq-positions'Damien Cassou2022-09-041-0/+17
* Add new function `seq-remove-at-position'Damien Cassou2022-09-041-0/+14
* Improve documentation of several functions in seq.elDamien Cassou2022-09-041-8/+8
* lisp/emacs-lisp/seq.el: remove unnecessary compatibility codeMattias Engdegård2022-09-031-17/+1
* Further seq-uniq speed-ups for listsLars Ingebrigtsen2022-08-121-5/+15
* Add a faster seq-uniq for listsLars Ingebrigtsen2022-08-091-0/+17
* Speed up `seq-subseq` for lists (bug#56521)Mattias Engdegård2022-07-181-8/+12
* Use `take` where clearly safe to do so (bug#56521)Mattias Engdegård2022-07-181-5/+7
* Add new function `seq-split'Lars Ingebrigtsen2022-07-031-0/+15
* Update seq.el commentLars Ingebrigtsen2022-06-241-2/+2
* cl-generic: Rework obsolescence checks for defmethodStefan Monnier2022-04-011-8/+7
* (seq-contains-p): Refine the non-nil returned valueStefan Monnier2022-03-171-2/+3
* * lisp/emacs-lisp/seq.el (seq-concatenate): Accept non-`sequencep` sequencesStefan Monnier2022-03-071-0/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Revert "Obsolete local set difference functions in favor of seq-difference"Lars Ingebrigtsen2021-09-291-1/+0
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-261-2/+2
* ; Bump seq version to 2.23Stefan Kangas2021-09-251-1/+1
* Prefer seq-random-elt to nth+randomStefan Kangas2021-09-241-0/+1
* Improve performance of seq-unionStefan Kangas2021-09-171-7/+7
* Make ediff-union into obsolete alias for seq-unionStefan Kangas2021-09-171-0/+1
* Add new sequence function 'seq-union'Stefan Kangas2021-09-171-0/+11
* Add macro `seq-setq`.Earl Hyatt2021-08-141-0/+8
* Work around long-standing seq.el compilation warningLars Ingebrigtsen2021-07-301-7/+8
* Remove local uniquify functions in favour of seq-uniqStefan Kangas2021-04-051-0/+1
* Obsolete local set difference functions in favor of seq-differenceStefan Kangas2021-04-051-0/+1
* Replace two functions with seq-subseqStefan Kangas2021-04-031-0/+1
* Various map.el improvementsBasil L. Contovounesios2021-03-061-3/+4
* Small fixesJuri Linkov2021-02-231-1/+1