summaryrefslogtreecommitdiff
path: root/src/main/clojure/clojure/contrib/seq_utils.clj
AgeCommit message (Collapse)Author
2010-05-05keep deprecated version of seq fns, safe(r) now that we have "last var wins"Stuart Halloway
2010-05-03put includes? back into the seq namespacesStuart Halloway
- seq-contains? is dead in clojure - includes? is deprecated, but no need to gratuitously break people
2010-04-28update contrib to remove seq fns promoted to clojure.coreStuart Halloway
2010-04-28Copy deleted/renamed namespaces from 1.1 release; refs #79Stuart Sierra
* For backward compatibility with 1.1 release. * Namespaces copied: duck-streams, java-utils, seq-utils, shell-out, str-utils, str-utils2. * These namespaces can be marked as deprecated. * They are copied rather than simply aliased because some behavior has changed.
2010-02-01Rename popular libs with shorter names.Stuart Sierra
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra