aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-03-19generic: new module comparison plus general support codeKonrad Hinsen
2009-03-18test-numbers: + - * / Frantisek Sodomka
2009-03-18test-clojure: added cases for nil non-equalityFrantisek Sodomka
2009-03-18generic: new module functorKonrad Hinsen
2009-03-17seq_utils.clj: renamed "seek" to "find-first"Stuart Sierra
2009-03-17str_utils.clj: added chop and chomp, like PerlStuart Sierra
2009-03-16new module clojure.contrib.generic.collectionKonrad Hinsen
2009-03-16types: algebraic types implemented as mapsKonrad Hinsen
2009-03-16Added dataflow cells-like libraryJeffrey Straszheim
2009-03-15clj-env-dir: CLOJURE_EXT is now optional and is a path of dirs rather than a ...scgilardi
2009-03-14seq_utils.clj: added "seek" function, for (first (filter ...))Stuart Sierra
2009-03-13generic: modified arithmetic and added math-functionsKonrad Hinsen
2009-03-13miglayout: add support for set as a group of constraints that can be named, b...scgilardi
2009-03-12New module clojure.contrib.generic.arithmetic (experimental)Konrad Hinsen
2009-03-12types: private type definitionsKonrad Hinsen
2009-03-12stream-utils: redesignKonrad Hinsen
2009-03-12types: redesignKonrad Hinsen
2009-03-11miglayout: correct example and improve concisenessscgilardi
2009-03-09sql.test: fix comment for insert-records-fruit (take 2)scgilardi
2009-03-09sql.test: fix comment for insert-records-fruitscgilardi