aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/seq_utils.clj
AgeCommit message (Expand)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-08-25positions takes only a predicate, per Rich's feedbackAaron Bedra and Stuart Halloway
2009-08-23add seq-utils/positionsAaron Bedra and Stuart Halloway
2009-07-31seq-utils: Fix fill-queue attributionChouser
2009-07-31seq-utils: Add fill-queueChouser
2009-05-09seq_utils.clj: fix error using wrong name in last revisionStuart Sierra
2009-05-09seq_utils.clj: Issue 35: fixed partition-by to only call f once on each inputStuart Sierra
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-03-17seq_utils.clj: renamed "seek" to "find-first"Stuart Sierra
2009-03-14seq_utils.clj: added "seek" function, for (first (filter ...))Stuart Sierra
2009-03-02seq-utils: new multimethod seq-onKonrad Hinsen
2009-02-27I keep forgetting the existence of reset!Christophe Grand
2009-02-23back to a mutation-based rec-seqChristophe Grand
2009-02-23changed rec-seq to work with r1300Christophe Grand
2009-02-20fix issue 28: add step arg to partition-all, also fix doc string for rand-elt...scgilardi
2009-02-18replaced rec-cons by rec-seqChristophe Grand
2009-02-17Merged lazy branch into trunk:Chouser
2009-02-15fix issue 29: move sequence functions from lazy_seqs to seq_utilsscgilardi
2009-01-29Fixed partition-by to work on vectors, arrays or ranges (generally when (iden...Christophe Grand
2009-01-10seq_utils.clj: BREAKING CHANGE: swap argument order of "includes?"Stuart Sierra
2009-01-06added rec-cat, rec-cons and reductionsChristophe Grand
2008-12-16seq_utils.clj: fixed flatten to return nil for nilStuart Sierra
2008-12-15Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0Stuart Sierra
2008-12-12seq_utils.clj: fixed misplaced doc strings (report by Perry Trolard)Stuart Sierra
2008-12-11seq_utils.clj: added "frequencies"Stuart Sierra
2008-11-13minimal port to Clojure SVN 1094+ of seq-utils import-static trace enum javal...scgilardi