aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-09singleton.clj: new lib for initializing global singleton instancesStuart Sierra
2009-04-09lazy-xml: fix lazinessChouser
2009-04-09shell-out: fix up docstringChouser
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-06removed spurious double-run of testsStuart Halloway
2009-04-06Moved cl_format back to having a "-" in the name because apparently loadTom Faulhaber
2009-04-06Mucked around with the headers to make them more clojure.contrib friendlyTom Faulhaber
2009-04-06Added cl-format examplesTom Faulhaber
2009-04-06Added tests for the pretty printer/cl-format to the main test driverTom Faulhaber
2009-04-06Changed - to _ in filenamesTom Faulhaber
2009-04-06Added tests, all of which pass!Tom Faulhaber
2009-04-06Basic support for pretty printerTom Faulhaber
2009-04-05update ns form for sql.internalscgilardi
2009-04-05update ns form for sql.cljscgilardi
2009-04-05use the-str from java-utilsscgilardi
2009-04-05sql: fixed breakage I caused in r636Stuart Halloway
2009-04-05java-util: the-str and with-system-propertiesStuart Halloway
2009-04-05java-utils: fileStuart Halloway
2009-04-04added source-cell? predicateJeffrey Straszheim
2009-04-02complex-numbers: exp and better sqrtKonrad Hinsen
2009-04-01test_is/tap.clj: TAP output support for test-isStuart Sierra
2009-03-29prxml.clj: added *prxml-indent* for pretty-printed XMLStuart Sierra
2009-03-29Fixed misplaced parenthesis in previous patch of math tests.Mark Engelberg
2009-03-29Added test to exact-integer-sqrt for Longs.Mark Engelberg
2009-03-29Patched exact-integer-sqrt to work with Longs.Mark Engelberg
2009-03-29types: match works also for list, vector, and map templatesKonrad Hinsen
2009-03-29with_ns.clj: added with-temp-ns, fixed handling of refer/useStuart Sierra
2009-03-29with_ns.clj: added file, temporary namespace macroStuart Sierra
2009-03-29duck_streams.clj: added with-out-writer and with-in-readerStuart Sierra
2009-03-29test_is.clj: added fixturesStuart Sierra
2009-03-24test-clojure: test set/intersectionFrantisek Sodomka
2009-03-24monads: implemented :let as in Clojure's forKonrad Hinsen
2009-03-23generic.functor: implementation for lists replaces implementation for seqsKonrad Hinsen
2009-03-23complex-numbers: abs, conjugate, sqrtKonrad Hinsen
2009-03-22test-clojure: regression test for Clojure SVN r1337 - reader `()Frantisek Sodomka
2009-03-22test-clojure: added parallel.clj for pmap, pcalls, etc.;Frantisek Sodomka
2009-03-22test-clojure: renamed main to clojure-mainFrantisek Sodomka
2009-03-22test-clojure: preparation for library tests (set, xml, zip); test set/unionFrantisek Sodomka
2009-03-22issue 34: add .?. and -?> from Laurent Petitscgilardi
2009-03-20removed current cell from future needed cellsJeffrey Straszheim
2009-03-20test-contrib and datalog tests behave the same as test-clojureFrantisek Sodomka
2009-03-20monads: new state monad functions for working with mapsKonrad Hinsen
2009-03-19map-utils: add deep-merge-withChouser
2009-03-19repl-utils: fix typo in doc stringChouser
2009-03-19Add greatest-least, from gnuvinceChouser
2009-03-19test-sequences: every?, not-every?, not-any?Frantisek Sodomka
2009-03-19test-clojure: preparation for new testsFrantisek Sodomka
2009-03-19monads: moved tests to test_contribKonrad Hinsen
2009-03-19New library clojure.contrib.complex-numbersKonrad Hinsen