index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
seq_utils.clj
Age
Commit message (
Expand
)
Author
2010-01-20
Move source files into Maven-style directory structure.
Stuart Sierra
2009-08-25
positions takes only a predicate, per Rich's feedback
Aaron Bedra and Stuart Halloway
2009-08-23
add seq-utils/positions
Aaron Bedra and Stuart Halloway
2009-07-31
seq-utils: Fix fill-queue attribution
Chouser
2009-07-31
seq-utils: Add fill-queue
Chouser
2009-05-09
seq_utils.clj: fix error using wrong name in last revision
Stuart Sierra
2009-05-09
seq_utils.clj: Issue 35: fixed partition-by to only call f once on each input
Stuart Sierra
2009-05-04
Lots 'o doc strings
Tom Faulhaber
2009-03-17
seq_utils.clj: renamed "seek" to "find-first"
Stuart Sierra
2009-03-14
seq_utils.clj: added "seek" function, for (first (filter ...))
Stuart Sierra
2009-03-02
seq-utils: new multimethod seq-on
Konrad Hinsen
2009-02-27
I keep forgetting the existence of reset!
Christophe Grand
2009-02-23
back to a mutation-based rec-seq
Christophe Grand
2009-02-23
changed rec-seq to work with r1300
Christophe Grand
2009-02-20
fix issue 28: add step arg to partition-all, also fix doc string for rand-elt...
scgilardi
2009-02-18
replaced rec-cons by rec-seq
Christophe Grand
2009-02-17
Merged lazy branch into trunk:
Chouser
2009-02-15
fix issue 29: move sequence functions from lazy_seqs to seq_utils
scgilardi
2009-01-29
Fixed partition-by to work on vectors, arrays or ranges (generally when (iden...
Christophe Grand
2009-01-10
seq_utils.clj: BREAKING CHANGE: swap argument order of "includes?"
Stuart Sierra
2009-01-06
added rec-cat, rec-cons and reductions
Christophe Grand
2008-12-16
seq_utils.clj: fixed flatten to return nil for nil
Stuart Sierra
2008-12-15
Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0
Stuart Sierra
2008-12-12
seq_utils.clj: fixed misplaced doc strings (report by Perry Trolard)
Stuart Sierra
2008-12-11
seq_utils.clj: added "frequencies"
Stuart Sierra
2008-11-13
minimal port to Clojure SVN 1094+ of seq-utils import-static trace enum javal...
scgilardi