aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-07-23deprecating javadoc (moved to clojure)Aaron Bedra and Stuart Halloway
2010-07-23marking deprecations in java-utilsAaron Bedra and Stuart Halloway
2010-07-23mark deprecations in ioAaron Bedra and Stuart Halloway
2010-07-23deprecate http.agent http.connectionAaron Bedra and Stuart Halloway
2010-07-23deprecated duck-streamsAaron Bedra and Stuart Halloway
2010-07-23deprecate apply-macroAaron Bedra and Stuart Halloway
2010-07-23use the 1.2 metadata reader macro ^ instead of #^Aaron Bedra and Stuart Halloway
2010-07-18Fixed two incorrectly indented lines in clojure.contrib.priority-mapMark Engelberg
2010-07-18Fixed hashCode of priority maps in clojure.contrib.priority-mapMark Engelberg
2010-07-17Added priority_map.cljMark Engelberg
2010-06-30Deprecate pprintTom Faulhaber
2010-06-25fixes for equiv compatRich Hickey
2010-06-23fixes for equiv compatRich Hickey
2010-06-18make loop/recur match for num compatRich Hickey
2010-06-18added needed cast for jmx testRich Hickey
2010-06-17fix for num compatRich Hickey
2010-06-15prefer quot over unchecked-divideRich Hickey
2010-06-15change from prim coercion to boxed coercion in order to see particular boxed ...Rich Hickey
2010-06-15move tests into range of longRich Hickey
2010-06-15Implement :connect-timeout and :read-timeout in http.agentStuart Sierra
2010-06-08doc fixStuart Halloway
2010-06-08added missing :imports for Writer type hintsRich Hickey
2010-05-25generic.comparison: implement default inequalities on java.lang.Number rather...Konrad Hinsen
2010-05-21dodge ns collisions with clojure.java.ioStuart Halloway
2010-05-07- refactored input-stream, output-stream, reader, and writer into a Streams p...Chas Emerick
2010-05-06hack for #82, very uglyStuart Halloway
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
2010-05-01removed seq-contains? callsRich Hickey