aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-04prxml.clj: added new lib, also added to compile list in build.xmlStuart Sierra
2009-01-04sql: make 'connection' public, a function that returns the current database ↵scgilardi
connection or throws if there is none
2009-01-04sql.clj: simplify macros after some discussions on #clojure, move ↵scgilardi
(connection) entirely into internal, change to clojure.lang.RT/loadClassForName for class loading, will move back if there's trouble
2009-01-04build.xml: add repl-utils lib to the list of libs to compilescgilardi
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-23build.xml: include epl-v10.html in JAR instead of CPL.txtStuart Sierra
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 ↵Stuart Sierra
own condp now
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
* Note:"Collections" at evaluation.clj line 194 fails, I think because the compiler is optimized to use ArrayMaps for small maps.
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
evaluation.clj not being run (fails to load)
2008-12-17test_is.clj: deftests are functions, tests are composable, source line in ↵Stuart Sierra
failure report
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
See discussion at http://groups.google.com/group/clojure/browse_thread/thread/966bd0d4bb18a4a2
2008-12-16moved to EPLChristophe Grand
2008-12-16test_is.clj: fix to catch exceptions outside of "is" assertions.Stuart Sierra
Thanks to Allen Rohner for report.
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