aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-01-04repl_ln: support an optional --repl or -r command line arg before other argsscgilardi
2009-01-04re-sub and re-gsub now accept replacement fns. Patch from Juergen Gmeiner.Chouser
2009-01-02Add clojure.contrib.shell-outChouser
2008-12-31test_is.clj: added "testing" and "*load-tests*"; disallowed (deftest nil ...)Stuart Sierra
2008-12-30repl-ln: add stream-repl for convenient in, out, err stream overridingscgilardi
2008-12-29repl-ln: update/simplify for new clojure.mainscgilardi
2008-12-27(really) add sequences to test_clojure from Frantisek Sodomkascgilardi
2008-12-27revert accidental checkin of repl_ln.cljscgilardi
2008-12-27test-clojure: add sequences tests from Frantisek Sodomkascgilardi
2008-12-23test_clojure/evaluation.clj: expect CompilerException on (eval '(1 2 3))Stuart Sierra
2008-12-23test_clojure/evaluation.clj: fix for ArrayMap literals & (eval '(1 2 3))Stuart Sierra
2008-12-23duck_streams.clj: added 'pwd'Stuart Sierra
2008-12-23fcase.clj: added note that clojure.core/condp now supplants fcaseStuart Sierra
2008-12-23condp.clj renamed to condt.clj (t for template) since clojure.core has its ow...Stuart Sierra
2008-12-22test_is.clj: added "set-test" (experimental)Stuart Sierra
2008-12-22test_clojure: fix evaluation.clj so it compiles, add back to test_clojure.cljStuart Sierra
2008-12-19walk.clj: fixed missing 'if' in 'walk'Stuart Sierra
2008-12-19duck_streams.clj: move 'file' to top so it compilesStuart Sierra
2008-12-19duck_streams.clj: rewrote w/ multimethods, added slurp*, file, & read-linesStuart Sierra
2008-12-19tweaked to match latest test-isStuart Halloway
2008-12-17test_is.clj: deftests are functions, tests are composable, source line in fai...Stuart Sierra
2008-12-17numbers.clj: replace use of (all-true ...) with (are _ ...)Stuart Sierra
2008-12-17test_clojure/for.clj: fix typo ("is" should be "if")Stuart Sierra
2008-12-16seq_utils.clj: fixed flatten to return nil for nilStuart Sierra
2008-12-16moved to EPLChristophe Grand
2008-12-16test_is.clj: fix to catch exceptions outside of "is" assertions.Stuart Sierra
2008-12-16template.clj: fixed missing chunk in template macroStuart Sierra
2008-12-16update my contribs to Eclipse Public License as requestedscgilardi
2008-12-16Remove conflicts between clojure.core and clojure.contrib.gen-interfaceChouser
2008-12-15test_is.clj: changed "are" to use template expressionsStuart Sierra
2008-12-15template.clj: added apply-template and do-templateStuart Sierra
2008-12-15Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0Stuart Sierra
2008-12-15condp.clj: a version of condp using templatesStuart Sierra
2008-12-15template.clj: added new lib, pre-evaluated template functionsStuart Sierra
2008-12-15walk.clj: replaced 'walk' with 'prewalk' and 'postwalk'Stuart Sierra
2008-12-15Switch my libs to EPLChouser
2008-12-15Add entity escaping to lazy-xml/emitChouser
2008-12-13Removed two more old namespace-is-directory files.Stuart Sierra
2008-12-13Removed old namespace-is-directory files.Stuart Sierra
2008-12-13Fix specific-method 'show'Chouser
2008-12-13Improve 'show' -- better sorting, more info on class and methods.Chouser
2008-12-13Add repl-utils with 'show' and 'source'.Chouser
2008-12-13Add tests of 'for' with :when/:while on same binding form.Chouser
2008-12-13Add baseline tests for clojure.core/forChouser
2008-12-12seq_utils.clj: fixed misplaced doc strings (report by Perry Trolard)Stuart Sierra
2008-12-11retiring clojure.contrib.pred as most of the important predicates are now par...scgilardi
2008-12-11retiring clojure.contrib.memoize as memoize is now part of clojure.corescgilardi
2008-12-11seq_utils.clj: added "frequencies"Stuart Sierra
2008-12-10repl_ln: handle leading -i and --init args like clojure.mainscgilardi
2008-12-09walk.clj: added new lib, a generic tree walker/transformerStuart Sierra