aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-02The state monad's fetch-val and update-val now accept a zero1.2.xDavid Barksdale
argument in case the state does not contain the given key. Just as before, the zero defaults to nil.
2011-02-02Added :when-not and :when-let to add-monad-step, they can now beDavid Barksdale
used in your domonad expressions.
2010-08-12prepare for 1.2 RC31.2.0-RC3Stuart Halloway
2010-08-06prepare for 1.2.0 RC21.2.0-RC2Stuart Halloway
2010-07-30prepare for 1.2.0 RC11.2.0-RC1Stuart Halloway
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-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-23marking deprecations in ns-utilsAaron 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-14fix release build destinationStuart Halloway
2010-07-14Merge branch '1.2.x' of github.com:richhickey/clojure-contrib into 1.2.xStuart Halloway
2010-07-13preparing for 1.2.0-beta11.2.0-beta1Stuart Halloway
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
type
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 ↵Konrad Hinsen
rather than java.lang.Object
2010-05-21dodge ns collisions with clojure.java.ioStuart Halloway
2010-05-07- refactored input-stream, output-stream, reader, and writer into a Streams ↵Chas Emerick
protocol - added appropriate protocol implementations for byte and character arrays - eliminated PrintWriter returns from writer impls, write-lines, and spit - added copy implementations reading from character arrays Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
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
- seq-contains? is dead in clojure - includes? is deprecated, but no need to gratuitously break people
2010-05-01removed seq-contains? callsRich Hickey
2010-05-01Remove debug prints :-(. See #47Tom Faulhaber
2010-05-01clojure.contrib.pprint (cl-format): Fixes to rounding and width issues in ~f ↵Tom Faulhaber
and ~$. See #47.
2010-04-29Remove gen-class requirement from clojure.contrib.pprint. See #81Tom Faulhaber
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-04-27#78 relaxing test expectations to eliminate spurious errors on IBM JDKStuart Halloway