Age | Commit message (Expand) | Author |
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-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 | 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 |
2009-01-19 | add server_socket.clj from Craig McDaniel, addresses issue 4 | scgilardi |
2009-01-19 | sql: restore rollback flag to its default after transaction completes | scgilardi |
2009-01-18 | sql: add support for rollback-only to transaction, only wrap the outermost tr... | scgilardi |
2009-01-18 | def.clj: update defalias to use only supported clojure calls/reader macros | scgilardi |
2009-01-18 | sql: wrap transaction* in io! to disallow interleaving stm transactions with ... | scgilardi |
2009-01-18 | Added doc strings to multimethods in math.clj. | Mark Engelberg |
2009-01-18 | Added math.clj, which contains several math functions that are considered sta... | Mark Engelberg |
2009-01-17 | walk.clj: added macroexpand-all, a simple demonstration of a walking function | Stuart Sierra |
2009-01-17 | Removed reflection warnings. | Christophe Grand |
2009-01-17 | Fixed path problem when opening local javadocs on Windows. | Christophe Grand |
2009-01-16 | test_is.clj: Regained fancy error reports for functional predicates. | Stuart Sierra |
2009-01-16 | test_is/tests.clj: added regular expression tests | Stuart Sierra |
2009-01-16 | test_is.clj: documentation and code organization | Stuart Sierra |
2009-01-16 | test_is.clj: fixed bug that broke tests if first element wasn't a function | Stuart Sierra |
2009-01-16 | test_is/tests.clj: added test using anonymous #() functions | Stuart Sierra |
2009-01-16 | test_is/tests.clj: added test for Java method call (to be fixed) | Stuart Sierra |
2009-01-15 | test_is/tests.clj: unit tests for clojure.contrib.test-is (finally) | Stuart Sierra |
2009-01-15 | test_is.clj: added test-all-vars, more generic assert-expr for predicates | Stuart Sierra |
2009-01-15 | test_is.clj: print stack traces for exceptions | Stuart Sierra |
2009-01-14 | sql: execute batch updates within a transaction for all-or-nothing behavior, ... | scgilardi |
2009-01-14 | sql: add update-or-insert-values & test for it, refine doc strings, remove un... | scgilardi |
2009-01-14 | sql* updates to doc strings, update-values, parameterized queries | scgilardi |
2009-01-12 | Monads: Added examples and test cases for (maybe-t sequence) | Konrad Hinsen |
2009-01-12 | test_is.clj: added "with-test" | Stuart Sierra |
2009-01-12 | test_is.clj: better source line numbers with new "file-position" | Stuart Sierra |
2009-01-10 | duck_streams.clj: always use *default-encoding* (UTF-8) for opening streams | Stuart Sierra |
2009-01-10 | seq_utils.clj: BREAKING CHANGE: swap argument order of "includes?" | Stuart Sierra |
2009-01-09 | Add defhinted to clojure.contrib.def | Chouser |