summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/seq.el
Commit message (Expand)AuthorAgeFilesLines
* Change name of `seqp' argument (Bug#26411)Simen Heggestøyl2018-06-211-3/+3
* 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/seq.el: Bump seq version.Nicolas Petton2017-05-041-1/+1
* Add seq-set-equal-p to test for set equalityDamien Cassou2017-05-041-0/+6
* Fix obsolete ‘test/automated’ referencesPaul Eggert2017-03-271-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Make seq-into return the sequence when no conversion neededNicolas Petton2016-12-161-6/+22
* | Fix circular list handling in seq-mapnNicolas Petton2016-12-151-1/+4
* | Docstring improvement for seq-some (bug#25129)Nicolas Petton2016-12-071-1/+2
* | * lisp/emacs-lisp/seq.el (seq-random-elt): Fix docstring.Nicolas Petton2016-10-251-1/+1
* | Add seq-random-elt to seq.elDamien Cassou2016-10-251-1/+8
* | * lisp/emacs-lisp/seq.el (seq-let): Fix debug spec (Bug#24738)Nicolas Petton2016-10-241-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-09-261-1/+1
|\ \ | |/
| * ; Fix documentation of seq-subseqClément Pit--Claudel2016-09-021-1/+1
| * * lisp/emacs-lisp/seq.el: Load cl-lib, not cl-extra.Glenn Morris2016-04-071-1/+1
* | Fix seq-containsNicolas Petton2016-06-181-2/+3
* | Add seq-do-indexedNicolas Petton2016-06-181-1/+11
* | * lisp/emacs-lisp/seq.el (seq-drop): Better list implementationNicolas Petton2016-06-121-5/+2
* | * lisp/emacs-lisp/seq.el: Require cl-lib instead of cl-extraNicolas Petton2016-03-291-1/+1
* | New function seq-sort-by in seq.elNicolas Petton2016-03-291-1/+11
* | New function seq-map-indexedNicolas Petton2016-02-141-0/+12
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Rename seq-p and map-p to seqp and mappNicolas Petton2015-11-111-5/+5
* * lisp/emacs-lisp/seq.el (seq-mapn): New functionArtur Malabarba2015-10-281-1/+16
* * lisp/emacs-lisp/seq.el: Better docstrings.Nicolas Petton2015-10-261-26/+31
* * lisp/emacs-lisp/seq.el: Rename all seq argumentss to sequence.Nicolas Petton2015-10-261-153/+153
* New function seq-positionNicolas Petton2015-10-201-2/+13
* Fix typos in docstringsNicolas Petton2015-10-141-1/+1
* Better docstrings in seq.el and map.elNicolas Petton2015-10-141-4/+7
* Better documentation for seq-someNicolas Petton2015-09-281-2/+1
* Better docstring and parameter name for seq-findNicolas Petton2015-09-211-6/+6
* Add seq-findNicolas Petton2015-09-111-0/+13
* Remove redundant redefinition of seq-drop-while from seq.elOleh Krehel2015-09-091-7/+1
* Improve the semantic of seq-someNicolas Petton2015-09-061-5/+7
* Rename seq-some-p to seq-some and seq-contains-p to seq-containsNicolas Petton2015-09-061-13/+13
* Improve seq-concatenate for new sequence typesNicolas Petton2015-08-271-1/+12
* Spelling fixesPaul Eggert2015-08-251-1/+1
* Fix cl-subseq and cl-concatenateNicolas Petton2015-08-241-5/+1
* Remove the calls to `seq-into` from `seq-concatenate`Nicolas Petton2015-08-231-12/+5
* Make seq.el more extensible by using cl-defmethodNicolas Petton2015-08-231-215/+197
* Improve error signalling for seq-subseq.fix/subsequence-error-with-negative-sequencesPhillip Lord2015-08-071-1/+6
* * lisp/emacs-lisp/seq.el (seq-difference): Fix typo in docstringNicolas Richard2015-07-021-1/+1
* Add seq-min and seq-maxNicolas Petton2015-06-301-1/+11
* * lisp/emacs-lisp/seq.el: Fix a byte-compiler warnings related to pcase.Nicolas Petton2015-06-161-4/+4
* * lisp/loadup.el ("emacs-lisp/cl-generic"): PreloadStefan Monnier2015-05-131-1/+1
* Improve the seq pcase pattern and the `seq-let' macroNicolas Petton2015-05-121-32/+23
* New version of `seq-let' based on a pcase patternNicolas Petton2015-05-101-23/+81
* Merge branch 'seq-let'Nicolas Petton2015-05-051-2/+46
|\