Age | Commit message (Expand) | Author |
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 |
2008-12-16 | template.clj: fixed missing chunk in template macro | Stuart Sierra |
2008-12-16 | update my contribs to Eclipse Public License as requested | scgilardi |
2008-12-16 | Remove conflicts between clojure.core and clojure.contrib.gen-interface | Chouser |
2008-12-15 | test_is.clj: changed "are" to use template expressions | Stuart Sierra |
2008-12-15 | template.clj: added apply-template and do-template | Stuart Sierra |
2008-12-15 | Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0 | Stuart Sierra |
2008-12-15 | condp.clj: a version of condp using templates | Stuart Sierra |
2008-12-15 | template.clj: added new lib, pre-evaluated template functions | Stuart Sierra |
2008-12-15 | walk.clj: replaced 'walk' with 'prewalk' and 'postwalk' | Stuart Sierra |
2008-12-15 | Switch my libs to EPL | Chouser |
2008-12-15 | Add entity escaping to lazy-xml/emit | Chouser |
2008-12-13 | Removed two more old namespace-is-directory files. | Stuart Sierra |
2008-12-13 | Removed old namespace-is-directory files. | Stuart Sierra |
2008-12-13 | Fix specific-method 'show' | Chouser |
2008-12-13 | Improve 'show' -- better sorting, more info on class and methods. | Chouser |
2008-12-13 | Add repl-utils with 'show' and 'source'. | Chouser |
2008-12-13 | Add tests of 'for' with :when/:while on same binding form. | Chouser |
2008-12-13 | Add baseline tests for clojure.core/for | Chouser |
2008-12-12 | seq_utils.clj: fixed misplaced doc strings (report by Perry Trolard) | Stuart Sierra |
2008-12-11 | retiring clojure.contrib.pred as most of the important predicates are now par... | scgilardi |
2008-12-11 | retiring clojure.contrib.memoize as memoize is now part of clojure.core | scgilardi |
2008-12-11 | seq_utils.clj: added "frequencies" | Stuart Sierra |
2008-12-10 | repl_ln: handle leading -i and --init args like clojure.main | scgilardi |
2008-12-09 | walk.clj: added new lib, a generic tree walker/transformer | Stuart Sierra |