Age | Commit message (Expand) | Author |
2009-04-12 | Added namespace level documentation | Tom Faulhaber |
2009-04-12 | missing :use | Tom Faulhaber |
2009-04-12 | Handle ArraySeqs | Tom Faulhaber |
2009-04-10 | Stuart S's suggestions for properties | Stuart Halloway |
2009-04-10 | simplified tests to avoid permanent fixtures per discussion on mailing list | Stuart Halloway |
2009-04-09 | sql.internal: use java-utils/as-properties | scgilardi |
2009-04-09 | added Perry Trolard's properties helpers | Stuart Halloway |
2009-04-09 | singleton.clj: fix namespace name | Stuart Sierra |
2009-04-09 | singleton.clj: new lib for initializing global singleton instances | Stuart Sierra |
2009-04-09 | lazy-xml: fix laziness | Chouser |
2009-04-09 | shell-out: fix up docstring | Chouser |
2009-04-09 | breaking change: rename the-str to as-str | Stuart Halloway |
2009-04-06 | converted lazy seqs to functions so they won't hold their heads | Stuart Halloway |
2009-04-06 | removed spurious double-run of tests | Stuart Halloway |
2009-04-06 | Moved cl_format back to having a "-" in the name because apparently load | Tom Faulhaber |
2009-04-06 | Mucked around with the headers to make them more clojure.contrib friendly | Tom Faulhaber |
2009-04-06 | Added cl-format examples | Tom Faulhaber |
2009-04-06 | Added tests for the pretty printer/cl-format to the main test driver | Tom Faulhaber |
2009-04-06 | Changed - to _ in filenames | Tom Faulhaber |
2009-04-06 | Added tests, all of which pass! | Tom Faulhaber |
2009-04-06 | Basic support for pretty printer | Tom Faulhaber |
2009-04-05 | update ns form for sql.internal | scgilardi |
2009-04-05 | update ns form for sql.clj | scgilardi |
2009-04-05 | use the-str from java-utils | scgilardi |
2009-04-05 | sql: fixed breakage I caused in r636 | Stuart Halloway |
2009-04-05 | java-util: the-str and with-system-properties | Stuart Halloway |
2009-04-05 | java-utils: file | Stuart Halloway |
2009-04-04 | added source-cell? predicate | Jeffrey Straszheim |
2009-04-02 | complex-numbers: exp and better sqrt | Konrad Hinsen |
2009-04-01 | test_is/tap.clj: TAP output support for test-is | Stuart Sierra |
2009-03-29 | prxml.clj: added *prxml-indent* for pretty-printed XML | Stuart Sierra |
2009-03-29 | Fixed misplaced parenthesis in previous patch of math tests. | Mark Engelberg |
2009-03-29 | Added test to exact-integer-sqrt for Longs. | Mark Engelberg |
2009-03-29 | Patched exact-integer-sqrt to work with Longs. | Mark Engelberg |
2009-03-29 | types: match works also for list, vector, and map templates | Konrad Hinsen |
2009-03-29 | with_ns.clj: added with-temp-ns, fixed handling of refer/use | Stuart Sierra |
2009-03-29 | with_ns.clj: added file, temporary namespace macro | Stuart Sierra |
2009-03-29 | duck_streams.clj: added with-out-writer and with-in-reader | Stuart Sierra |
2009-03-29 | test_is.clj: added fixtures | Stuart Sierra |
2009-03-24 | test-clojure: test set/intersection | Frantisek Sodomka |
2009-03-24 | monads: implemented :let as in Clojure's for | Konrad Hinsen |
2009-03-23 | generic.functor: implementation for lists replaces implementation for seqs | Konrad Hinsen |
2009-03-23 | complex-numbers: abs, conjugate, sqrt | Konrad Hinsen |
2009-03-22 | test-clojure: regression test for Clojure SVN r1337 - reader `() | Frantisek Sodomka |
2009-03-22 | test-clojure: added parallel.clj for pmap, pcalls, etc.; | Frantisek Sodomka |
2009-03-22 | test-clojure: renamed main to clojure-main | Frantisek Sodomka |
2009-03-22 | test-clojure: preparation for library tests (set, xml, zip); test set/union | Frantisek Sodomka |
2009-03-22 | issue 34: add .?. and -?> from Laurent Petit | scgilardi |
2009-03-20 | removed current cell from future needed cells | Jeffrey Straszheim |
2009-03-20 | test-contrib and datalog tests behave the same as test-clojure | Frantisek Sodomka |