Age | Commit message (Expand) | Author |
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 |
2009-03-20 | monads: new state monad functions for working with maps | Konrad Hinsen |
2009-03-19 | map-utils: add deep-merge-with | Chouser |
2009-03-19 | repl-utils: fix typo in doc string | Chouser |
2009-03-19 | Add greatest-least, from gnuvince | Chouser |
2009-03-19 | test-sequences: every?, not-every?, not-any? | Frantisek Sodomka |
2009-03-19 | test-clojure: preparation for new tests | Frantisek Sodomka |
2009-03-19 | monads: moved tests to test_contrib | Konrad Hinsen |
2009-03-19 | New library clojure.contrib.complex-numbers | Konrad Hinsen |
2009-03-19 | generic: new module comparison plus general support code | Konrad Hinsen |
2009-03-18 | test-numbers: + - * / | Frantisek Sodomka |
2009-03-18 | test-clojure: added cases for nil non-equality | Frantisek Sodomka |
2009-03-18 | generic: new module functor | Konrad Hinsen |
2009-03-17 | seq_utils.clj: renamed "seek" to "find-first" | Stuart Sierra |
2009-03-17 | str_utils.clj: added chop and chomp, like Perl | Stuart Sierra |
2009-03-16 | new module clojure.contrib.generic.collection | Konrad Hinsen |
2009-03-16 | types: algebraic types implemented as maps | Konrad Hinsen |
2009-03-16 | Added dataflow cells-like library | Jeffrey Straszheim |
2009-03-15 | clj-env-dir: CLOJURE_EXT is now optional and is a path of dirs rather than a ... | scgilardi |
2009-03-14 | seq_utils.clj: added "seek" function, for (first (filter ...)) | Stuart Sierra |
2009-03-13 | generic: modified arithmetic and added math-functions | Konrad Hinsen |
2009-03-13 | miglayout: add support for set as a group of constraints that can be named, b... | scgilardi |
2009-03-12 | New module clojure.contrib.generic.arithmetic (experimental) | Konrad Hinsen |
2009-03-12 | types: private type definitions | Konrad Hinsen |
2009-03-12 | stream-utils: redesign | Konrad Hinsen |
2009-03-12 | types: redesign | Konrad Hinsen |
2009-03-11 | miglayout: correct example and improve conciseness | scgilardi |
2009-03-09 | sql.test: fix comment for insert-records-fruit (take 2) | scgilardi |
2009-03-09 | sql.test: fix comment for insert-records-fruit | scgilardi |