aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/seq_utils.clj
AgeCommit message (Expand)Author
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