| Age | Commit message (Expand) | Author |
| 2009-02-10 | fix issue 16: test-clojure/evaluation: from Shawn Hoover | scgilardi |
| 2009-02-10 | add set to build.xml, add {:tag Boolean} to predicates in set.clj | scgilardi |
| 2009-02-10 | fix issue 14: set.clj from Jason Wolfe | scgilardi |
| 2009-02-10 | fix issue 8, lazy_seqs.clj, from Jason Wolfe | scgilardi |
| 2009-02-10 | fix issue 15, test_clojure/reader: patch from Shawn Hoover | scgilardi |
| 2009-02-08 | accumulators: renamed add-coll to add-items and added queue accumulator | Konrad Hinsen |
| 2009-02-07 | shell-out: add :return-map option, patch from Perry Trolard | Chouser |
| 2009-02-07 | error-kit: initial commit | Chouser |
| 2009-02-05 | duck_streams.clj: fixed bug when a Reader wasn't wrapped in a BufferedReader | Stuart Sierra |
| 2009-02-01 | command-line: simplified the cmdspec parsing code a bit. | Chouser |
| 2009-02-01 | command-line: allow option synonyms (e.g. --port, -p) patch from Perry Trolard | Chouser |
| 2009-01-31 | def: refine defalias further, deals now with only root binding, cleanly merge... | scgilardi |
| 2009-01-30 | probabilities.dist: added creation of dists from counters by normalization | Konrad Hinsen |
| 2009-01-30 | auto_agent.clj: new lib, auto-updating agents, like Cells in CL | Stuart Sierra |
| 2009-01-30 | json/write.clj & json/read.clj: made tests namespace-private | Stuart Sierra |
| 2009-01-30 | test_is.clj: added "deftest-" | Stuart Sierra |
| 2009-01-29 | monads.clj: new cont monad, new macros m-when and m-when-not | Konrad Hinsen |
| 2009-01-29 | Removed gen-interface -- has been in clojure.core for almost 2 months now. | Chouser |
| 2009-01-29 | Fixed partition-by to work on vectors, arrays or ranges (generally when (iden... | Christophe Grand |
| 2009-01-29 | test-clojure.reader: fix some number tests for current clojure and added some... | scgilardi |
| 2009-01-29 | apply_macro.clj: added new (evil) lib | Stuart Sierra |
| 2009-01-28 | Added combinatorics.clj, which contains efficient implementations of a number... | Mark Engelberg |
| 2009-01-26 | json/read.clj: eliminated reflection, fixed int/char typecast bug | Stuart Sierra |
| 2009-01-26 | Moved print_json.clj to json/write.clj; added json/read.clj. | Stuart Sierra |
| 2009-01-26 | sql.internal: with-query-results clearer error message when code needs updati... | scgilardi |
| 2009-01-26 | print_json.clj: added new lib, a JSON generator | Stuart Sierra |
| 2009-01-26 | stream-utils: use new fn interface to stream iters | Konrad Hinsen |
| 2009-01-26 | Fixed issue 5: updated code from Craig McDaniel | scgilardi |
| 2009-01-25 | added :dir and :env to shell-out | Stuart Halloway |
| 2009-01-25 | added test_contrib.clj, similar test_clojure.clj | Stuart Halloway |
| 2009-01-25 | New module clojure.contrib.stream-utils | Konrad Hinsen |
| 2009-01-25 | Monads: new writer monad, enhanced maybe-t transformer, new sequence-t transf... | Konrad Hinsen |
| 2009-01-25 | math: remove 'mod' (was added to Clojure svn rev 1227) | Chouser |
| 2009-01-25 | ClojureScript: add clojure.lang.Util.equiv() | Chouser |
| 2009-01-22 | clj-env-dir: clarify wording in description of CLOJURE_EXT | scgilardi |
| 2009-01-22 | New module accumulators.clj (with example and entry in build.xml) | Konrad Hinsen |
| 2009-01-21 | test_is.clj: lots of new documentation | Stuart Sierra |
| 2009-01-21 | test_is.clj: new assertion "(is (thrown-with-msg? class re ...))" | Stuart Sierra |
| 2009-01-21 | sql: simplify transaction* further | scgilardi |
| 2009-01-21 | sql: in transaction*, separate simple nested case from outermost case | scgilardi |
| 2009-01-21 | sql: correct docs for transact(*) regarding rollback-only | scgilardi |
| 2009-01-21 | sql.internal: extract get-connection code into its own function | scgilardi |
| 2009-01-21 | repl-utils/source: fix for package names that include dashes. | Chouser |
| 2009-01-21 | sql: improve conditional for loading driver class | scgilardi |
| 2009-01-21 | repl-utils/show: Add support for regex and predicate filters. | Chouser |
| 2009-01-21 | Remove remote server for repl in favor of compiler applet. Incomplete suppor... | Chouser |
| 2009-01-21 | sql: add :datasource as a way to specify a database to with-connection | scgilardi |
| 2009-01-20 | template.clj: added checks for valid template expressions | Stuart Sierra |
| 2009-01-19 | sql: provide find-connection, returns current connection or nil | scgilardi |
| 2009-01-19 | sql: fix updating of :rollback-only | scgilardi |