aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-03Inhibit all AOT-compilation in parent moduleStuart Sierra
2010-09-03removed deprecated subset?, superset? from clojure.contrib.setBen Smith-Mannschott
2010-09-03removed 9 deprecated functions from clojure.contrib.repl-utilsBen Smith-Mannschott
2010-09-03removed deprecated clojure.contrib.seq-utilsBen Smith-Mannschott
2010-09-03removed deprecated source, get-source, apropos from clojure.contrib.repl-utils.Ben Smith-Mannschott
2010-09-03removed deprecated clojure.contrib.pprintBen Smith-Mannschott
2010-09-03removed deprecated clojure.contrib.java-utilsBen Smith-Mannschott
2010-09-03removed deprecated clojure.contrib.duck-streamsBen Smith-Mannschott
2010-09-03remove deprecated clojure.contrib.stringBen Smith-Mannschott
2010-09-03remove deprecated clojure.contrib.str-utils2Ben Smith-Mannschott
2010-09-03remove deprecated clojure.contrib.str-utilsBen Smith-Mannschott
2010-09-03remove deprecated clojure.contrib.ioBen Smith-Mannschott
2010-09-03removed c.c.shell and c.c.shell-outBen Smith-Mannschott
2010-09-03remove deprecated clojure.contrib.test-isBen Smith-Mannschott
2010-09-03remove deprecated clojure.contrib.javadocBen Smith-Mannschott
2010-09-03remove deprecated clojure.contrib.propertiesBen Smith-Mannschott
2010-09-03remove deprecated clojure.contrib.http-connectionBen Smith-Mannschott
2010-09-03remove deprecated clojure.contrib.http-agentBen Smith-Mannschott
2010-09-03remove derecated clojure.contrib.apply-macroBen Smith-Mannschott
2010-09-03gen-html-docs needs clojure.contrib.defBen Smith-Mannschott
2010-08-26Added :pre to functions instead of using custom assert-args macro in c.c.mock...Matt Clark
2010-08-25Update links in READMEStuart Sierra
2010-08-24Merge branch 'better_uberjar'Stuart Sierra
2010-08-24Omit Clojure files from complete 'uberjar'Stuart Sierra
2010-08-22Tests for c.c.loggingAlexander Taggart
2010-08-22New features:Alexander Taggart
2010-08-20Revert "Remove modules that were deprecated in 1.2"Stuart Sierra
2010-08-20Remove modules that were deprecated in 1.2Stuart Sierra
2010-08-20Update clojure version to 1.2.0 in parent POMStuart Sierra
2010-08-13Update README for modular buildmodulesStuart Sierra
2010-08-13Add 'complete' module to build jar containing all modules.Stuart Sierra
2010-08-13Fix name of probabilities module in POMStuart Sierra
2010-08-13Fix remaining dependency issues in modular buildStuart Sierra
2010-08-12Comment out tests in macro-utils with circular dependency on monadsStuart Sierra
2010-08-12Continue updating dependencies & adding missing filesStuart Sierra
2010-08-11Disable compiling clojure.contrib.javadocStuart Sierra
2010-08-11Add missing dependencies in javadoc and gen-html-docsStuart Sierra
2010-08-10Add test sources to their respective modulesStuart Sierra
2010-08-07Split all namespaces into sub-modules.Stuart Sierra
2010-07-23deprecated test-isAaron Bedra and Stuart Halloway
2010-07-23update strint to use clojure.core/slurpAaron Bedra and Stuart Halloway
2010-07-23deprecations in str-utils, str-utils2, stringAaron Bedra and Stuart Halloway
2010-07-23deprecated shell and shell-out. moved to clojure.java.shellAaron Bedra and Stuart Halloway
2010-07-23deprecations in c.c.setAaron Bedra and Stuart Halloway
2010-07-23fix duplicate key (weird git merge?)Aaron Bedra and Stuart Halloway
2010-07-23deprecate seq-utils. use clojure.core or c.c.seqAaron Bedra and Stuart Halloway
2010-07-23marking deprecations in repl-utilsAaron Bedra and Stuart Halloway
2010-07-23properties is deprecated (moved to java-utils)Aaron Bedra and Stuart Halloway
2010-07-23pprint is deprecated (promoted to clojure.pprint)Aaron Bedra and Stuart Halloway
2010-07-23update monadic-io-streams to use clojure.java.ioAaron Bedra and Stuart Halloway