summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/seq.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add support for &rest in `seq-let'Nicolas Petton2015-05-051-13/+22
| * * lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring.Nicolas Petton2015-05-051-1/+1
| * New macro seq-let, providing destructuring support to seq.elseq-letNicolas Petton2015-05-011-2/+37
* | * lisp/emacs-lisp/seq.el (seq-p): New alias to `sequencep'.Nicolas Petton2015-05-021-0/+1
|/
* Bump version of seq.el to 1.5Nicolas Petton2015-04-271-4/+2
* * lisp/emacs-lisp/seq.el (seq-doseq): Fix the macro.Nicolas Petton2015-04-241-2/+2
* * lisp/emacs-lisp/seq.el (seq-doseq): Tighten the codeStefan Monnier2015-04-241-17/+17
* * lisp/emacs-lisp/seq.el (seq-concatenate, seq-into): Better error messages.Nicolas Petton2015-04-181-2/+2
* Add seq-intersection and seq-difference to the seq libraryNicolas Petton2015-04-151-1/+28
* * lisp/emacs-lisp/seq.el: Documentation improvementsNicolas Petton2015-03-251-2/+2
* Add seq-into as a public functionNicolas Petton2015-03-091-5/+7
* Add a backward-compatible version of seq-reverseNicolas Petton2015-02-111-5/+23
* Improve seq-group-by to return sequence elements in correct orderNicolas Petton2015-02-111-12/+11
* Better docstring for seq.el functionsNicolas Petton2015-02-061-7/+11
* Add seq-partition and seq-group-byNicolas Petton2015-02-061-0/+27
* Add seq-mapcatNicolas Petton2015-02-061-2/+8
* Fix seq-subseq and cl-subseq for bad bounding indicesLeo Liu2015-01-181-3/+7
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/emacs-lisp/seq.el: New file.Nicolas Petton2014-12-161-0/+269