Age | Commit message (Expand) | Author |
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 |
2009-01-09 | Fix typos | Chouser |
2009-01-09 | Add docstrings to repl-utils. | Chouser |
2009-01-08 | New module clojure.contrib.probabilities.dist (with examples and entry in bui... | Konrad Hinsen |
2009-01-08 | New file macros.clj (plus a corresponding entry in build.xml) | Konrad Hinsen |
2009-01-08 | monads.clj: modified maybe monad, added monad transformer maybe-t, changed de... | Konrad Hinsen |
2009-01-08 | Set *core-java-api* to "http://java.sun.com/j2se/1.5.0/docs/api/" if Java 5. | Christophe Grand |
2009-01-08 | Fix for repl-utils after Clojure SVN 1201 broke it. | Chouser |
2009-01-08 | sql.test use -> in db-get-tables | scgilardi |
2009-01-07 | Added a 3rd option to browse-url. Now, before defaulting to swing, will try t... | Christophe Grand |
2009-01-06 | Added test suite and examples for monads.clj | Konrad Hinsen |
2009-01-06 | stacktrace.clj: added new lib, a stack-trace printer | Stuart Sierra |
2009-01-06 | test_is.clj: set-test is ignored when *load-tests* is false | Stuart Sierra |
2009-01-06 | test_is.clj: set-test uses alter-meta!; minor documentation cleanup | Stuart Sierra |
2009-01-06 | New file clojure.contrib.monads (plus its entry in build.xml) | Konrad Hinsen |
2009-01-06 | added rec-cat, rec-cons and reductions | Christophe Grand |
2009-01-04 | sql: add db-get-tables | scgilardi |
2009-01-04 | prxml.clj: added new lib, also added to compile list in build.xml | Stuart Sierra |
2009-01-04 | sql: make 'connection' public, a function that returns the current database c... | scgilardi |
2009-01-04 | sql.clj: simplify macros after some discussions on #clojure, move (connection... | scgilardi |
2009-01-04 | repl_ln: support an optional --repl or -r command line arg before other args | scgilardi |
2009-01-04 | re-sub and re-gsub now accept replacement fns. Patch from Juergen Gmeiner. | Chouser |
2009-01-02 | Add clojure.contrib.shell-out | Chouser |
2008-12-31 | test_is.clj: added "testing" and "*load-tests*"; disallowed (deftest nil ...) | Stuart Sierra |
2008-12-30 | repl-ln: add stream-repl for convenient in, out, err stream overriding | scgilardi |
2008-12-29 | repl-ln: update/simplify for new clojure.main | scgilardi |
2008-12-27 | (really) add sequences to test_clojure from Frantisek Sodomka | scgilardi |
2008-12-27 | revert accidental checkin of repl_ln.clj | scgilardi |
2008-12-27 | test-clojure: add sequences tests from Frantisek Sodomka | scgilardi |
2008-12-23 | test_clojure/evaluation.clj: expect CompilerException on (eval '(1 2 3)) | Stuart Sierra |
2008-12-23 | test_clojure/evaluation.clj: fix for ArrayMap literals & (eval '(1 2 3)) | Stuart Sierra |
2008-12-23 | duck_streams.clj: added 'pwd' | Stuart Sierra |
2008-12-23 | fcase.clj: added note that clojure.core/condp now supplants fcase | Stuart Sierra |
2008-12-23 | condp.clj renamed to condt.clj (t for template) since clojure.core has its ow... | Stuart Sierra |
2008-12-22 | test_is.clj: added "set-test" (experimental) | Stuart Sierra |
2008-12-22 | test_clojure: fix evaluation.clj so it compiles, add back to test_clojure.clj | Stuart Sierra |
2008-12-19 | walk.clj: fixed missing 'if' in 'walk' | Stuart Sierra |
2008-12-19 | duck_streams.clj: move 'file' to top so it compiles | Stuart Sierra |
2008-12-19 | duck_streams.clj: rewrote w/ multimethods, added slurp*, file, & read-lines | Stuart Sierra |
2008-12-19 | tweaked to match latest test-is | Stuart Halloway |
2008-12-17 | test_is.clj: deftests are functions, tests are composable, source line in fai... | Stuart Sierra |
2008-12-17 | numbers.clj: replace use of (all-true ...) with (are _ ...) | Stuart Sierra |
2008-12-17 | test_clojure/for.clj: fix typo ("is" should be "if") | Stuart Sierra |
2008-12-16 | seq_utils.clj: fixed flatten to return nil for nil | Stuart Sierra |
2008-12-16 | moved to EPL | Christophe Grand |
2008-12-16 | test_is.clj: fix to catch exceptions outside of "is" assertions. | Stuart Sierra |