aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib
AgeCommit message (Collapse)Author
2009-04-10Stuart S's suggestions for propertiesStuart Halloway
2009-04-10simplified tests to avoid permanent fixtures per discussion on mailing listStuart Halloway
2009-04-09added Perry Trolard's properties helpersStuart Halloway
added tests that use a fixture dir (we should standardize on something here)
2009-04-09breaking change: rename the-str to as-strStuart Halloway
2009-04-06converted lazy seqs to functions so they won't hold their headsStuart Halloway
2009-04-06Mucked around with the headers to make them more clojure.contrib friendlyTom Faulhaber
2009-04-06Changed - to _ in filenamesTom Faulhaber
2009-04-06Added tests, all of which pass!Tom Faulhaber
2009-04-05java-util: the-str and with-system-propertiesStuart Halloway
2009-04-05java-utils: fileStuart Halloway
2009-04-02complex-numbers: exp and better sqrtKonrad Hinsen
2009-03-23complex-numbers: abs, conjugate, sqrtKonrad Hinsen
2009-03-20removed current cell from future needed cellsJeffrey Straszheim
2009-03-19Add greatest-least, from gnuvinceChouser
2009-03-19monads: moved tests to test_contribKonrad Hinsen
2009-03-19New library clojure.contrib.complex-numbersKonrad Hinsen
2009-03-16Added dataflow cells-like libraryJeffrey Straszheim
2009-02-26Fixed loops in transitive closureJeffrey Straszheim
2009-02-26Added recursive component testJeffrey Straszheim
2009-02-24Added transitive-closureJeffrey Straszheim
2009-02-24Added testJeffrey Straszheim
2009-02-24Removed :reloadJeffrey Straszheim
2009-02-24Added component-graphJeffrey Straszheim
2009-02-24Saner node structureJeffrey Straszheim
2009-02-24Fixed copyright notice (oops)Jeffrey Straszheim
2009-02-24Dependency graphsJeffrey Straszheim
2009-02-24Began graph moduleJeffrey Straszheim
2009-02-24Began graph moduleJeffrey Straszheim
2009-01-25added :dir and :env to shell-outStuart Halloway
2009-01-04re-sub and re-gsub now accept replacement fns. Patch from Juergen Gmeiner.Chouser