aboutsummaryrefslogtreecommitdiff
path: root/src/main/clojure/clojure/contrib/java_utils.clj
AgeCommit message (Collapse)Author
2010-08-07Split all namespaces into sub-modules.Stuart Sierra
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build.
2010-07-23marking deprecations in java-utilsAaron Bedra and Stuart Halloway
2010-07-23use the 1.2 metadata reader macro ^ instead of #^Aaron Bedra and Stuart 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