index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
seq.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/emacs-lisp/seq.el: Bump seq version.
Nicolas Petton
2017-05-04
1
-1
/
+1
*
Add seq-set-equal-p to test for set equality
Damien Cassou
2017-05-04
1
-0
/
+6
*
Fix obsolete ‘test/automated’ references
Paul Eggert
2017-03-27
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Make seq-into return the sequence when no conversion needed
Nicolas Petton
2016-12-16
1
-6
/
+22
*
|
Fix circular list handling in seq-mapn
Nicolas Petton
2016-12-15
1
-1
/
+4
*
|
Docstring improvement for seq-some (bug#25129)
Nicolas Petton
2016-12-07
1
-1
/
+2
*
|
* lisp/emacs-lisp/seq.el (seq-random-elt): Fix docstring.
Nicolas Petton
2016-10-25
1
-1
/
+1
*
|
Add seq-random-elt to seq.el
Damien Cassou
2016-10-25
1
-1
/
+8
*
|
* lisp/emacs-lisp/seq.el (seq-let): Fix debug spec (Bug#24738)
Nicolas Petton
2016-10-24
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-09-26
1
-1
/
+1
|
\
|
|
*
; Fix documentation of seq-subseq
Clément Pit--Claudel
2016-09-02
1
-1
/
+1
|
*
* lisp/emacs-lisp/seq.el: Load cl-lib, not cl-extra.
Glenn Morris
2016-04-07
1
-1
/
+1
*
|
Fix seq-contains
Nicolas Petton
2016-06-18
1
-2
/
+3
*
|
Add seq-do-indexed
Nicolas Petton
2016-06-18
1
-1
/
+11
*
|
* lisp/emacs-lisp/seq.el (seq-drop): Better list implementation
Nicolas Petton
2016-06-12
1
-5
/
+2
*
|
* lisp/emacs-lisp/seq.el: Require cl-lib instead of cl-extra
Nicolas Petton
2016-03-29
1
-1
/
+1
*
|
New function seq-sort-by in seq.el
Nicolas Petton
2016-03-29
1
-1
/
+11
*
|
New function seq-map-indexed
Nicolas Petton
2016-02-14
1
-0
/
+12
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Rename seq-p and map-p to seqp and mapp
Nicolas Petton
2015-11-11
1
-5
/
+5
*
* lisp/emacs-lisp/seq.el (seq-mapn): New function
Artur Malabarba
2015-10-28
1
-1
/
+16
*
* lisp/emacs-lisp/seq.el: Better docstrings.
Nicolas Petton
2015-10-26
1
-26
/
+31
*
* lisp/emacs-lisp/seq.el: Rename all seq argumentss to sequence.
Nicolas Petton
2015-10-26
1
-153
/
+153
*
New function seq-position
Nicolas Petton
2015-10-20
1
-2
/
+13
*
Fix typos in docstrings
Nicolas Petton
2015-10-14
1
-1
/
+1
*
Better docstrings in seq.el and map.el
Nicolas Petton
2015-10-14
1
-4
/
+7
*
Better documentation for seq-some
Nicolas Petton
2015-09-28
1
-2
/
+1
*
Better docstring and parameter name for seq-find
Nicolas Petton
2015-09-21
1
-6
/
+6
*
Add seq-find
Nicolas Petton
2015-09-11
1
-0
/
+13
*
Remove redundant redefinition of seq-drop-while from seq.el
Oleh Krehel
2015-09-09
1
-7
/
+1
*
Improve the semantic of seq-some
Nicolas Petton
2015-09-06
1
-5
/
+7
*
Rename seq-some-p to seq-some and seq-contains-p to seq-contains
Nicolas Petton
2015-09-06
1
-13
/
+13
*
Improve seq-concatenate for new sequence types
Nicolas Petton
2015-08-27
1
-1
/
+12
*
Spelling fixes
Paul Eggert
2015-08-25
1
-1
/
+1
*
Fix cl-subseq and cl-concatenate
Nicolas Petton
2015-08-24
1
-5
/
+1
*
Remove the calls to `seq-into` from `seq-concatenate`
Nicolas Petton
2015-08-23
1
-12
/
+5
*
Make seq.el more extensible by using cl-defmethod
Nicolas Petton
2015-08-23
1
-215
/
+197
*
Improve error signalling for seq-subseq.
Phillip Lord
2015-08-07
1
-1
/
+6
*
* lisp/emacs-lisp/seq.el (seq-difference): Fix typo in docstring
Nicolas Richard
2015-07-02
1
-1
/
+1
*
Add seq-min and seq-max
Nicolas Petton
2015-06-30
1
-1
/
+11
*
* lisp/emacs-lisp/seq.el: Fix a byte-compiler warnings related to pcase.
Nicolas Petton
2015-06-16
1
-4
/
+4
*
* lisp/loadup.el ("emacs-lisp/cl-generic"): Preload
Stefan Monnier
2015-05-13
1
-1
/
+1
*
Improve the seq pcase pattern and the `seq-let' macro
Nicolas Petton
2015-05-12
1
-32
/
+23
*
New version of `seq-let' based on a pcase pattern
Nicolas Petton
2015-05-10
1
-23
/
+81
*
Merge branch 'seq-let'
Nicolas Petton
2015-05-05
1
-2
/
+46
|
\
|
*
Add support for &rest in `seq-let'
Nicolas Petton
2015-05-05
1
-13
/
+22
|
*
* lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring.
Nicolas Petton
2015-05-05
1
-1
/
+1
|
*
New macro seq-let, providing destructuring support to seq.el
Nicolas Petton
2015-05-01
1
-2
/
+37
[next]