Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-05 | Fixed index issue with item removal | Jeffrey Straszheim | |
2009-03-04 | error-kit: breaking change: renamed *error* to error | Chouser | |
Also removed asterisks from example error names. | |||
2009-03-04 | fix issue 32 http://code.google.com/p/clojure-contrib/issues/detail?id=32 | Christophe Grand | |
2009-03-04 | test predicates: update for lazy-seq; | Frantisek Sodomka | |
test sequences: equality, lazy-seq, update seq & reverse | |||
2009-03-04 | test sequences: updated test for empty? | Frantisek Sodomka | |
2009-03-04 | Tweaks | Jeffrey Straszheim | |
2009-03-03 | Merged javadoc into repl-utils | Christophe Grand | |
2009-03-03 | monads: simplified condition handling | Konrad Hinsen | |
2009-03-03 | fixed error in test | Jeffrey Straszheim | |
2009-03-03 | delete-tuple added | Jeffrey Straszheim | |
2009-03-03 | Removed extra parenthesis. | Mark Engelberg | |
2009-03-03 | Added datalog | Jeffrey Straszheim | |
2009-03-03 | test-clojure: Add doseq, :let, and guard tests to "for.clj" | Chouser | |
2009-03-02 | test-clojure: use :only for test-is | scgilardi | |
2009-03-02 | seq-utils: new multimethod seq-on | Konrad Hinsen | |
2009-03-02 | General revision of my modules: | Konrad Hinsen | |
- Replaced clojure.contrib.macros/letfn by clojure.core/letfn - Introduced namespaces for all tests and examples - Fixed namespace-related bugs in monads and stream-utils - Introduced :only clause into all :use clauses | |||
2009-03-01 | fix issue 30: add lcm function to clojure.contrib.math (with tests) from ↵ | scgilardi | |
gnuvince | |||
2009-03-01 | interim: rename clojure.contrib.macros.letfn to letfn-kh because ↵ | scgilardi | |
clojure.core now defines letfn. Making this change to allow clojure.contrib to compile/run until Konrad makes his preferred fix | |||
2009-03-01 | Eliminated double call of (vec (sort c)) in lex-permutations. | Mark Engelberg | |
2009-03-01 | Changed doc string for lex-permutations. | Mark Engelberg | |
2009-02-28 | Fiddled with the location of some of the calls to lazy-seq. | Mark Engelberg | |
2009-02-28 | Added comment to transitive-closure | Jeffrey Straszheim | |
2009-02-28 | Updated for "lazier" branch. | Mark Engelberg | |
2009-02-27 | I keep forgetting the existence of reset! | Christophe Grand | |
2009-02-27 | accumulators: reverted to old data structures for counters and tuples (more ↵ | Konrad Hinsen | |
convenient) | |||
2009-02-27 | monads: added state-t monad transformer (by Jim Duey) | Konrad Hinsen | |
2009-02-26 | add map-utils from Jason Wolfe, fixes issue 10 | scgilardi | |
2009-02-26 | Fixed loops in transitive closure | Jeffrey Straszheim | |
2009-02-26 | accumulators: reimplementation of map-based accumulators using algebraic types | Konrad Hinsen | |
2009-02-26 | types: new implementation using vectors with metadata and the new type ↵ | Konrad Hinsen | |
selector function | |||
2009-02-26 | More tweaks | Jeffrey Straszheim | |
2009-02-26 | Tweaks | Jeffrey Straszheim | |
2009-02-26 | Added recursive component test | Jeffrey Straszheim | |
2009-02-26 | error-kit: add rebind-fn, make associated internal changes. | Chouser | |
2009-02-25 | lazy-xml: fix incorrect nil pun | Chouser | |
2009-02-25 | New library clojure.contrib.types implements algebraic data types | Konrad Hinsen | |
2009-02-24 | Tweaked lazy-walk | Jeffrey Straszheim | |
2009-02-24 | Added transitive-closure | Jeffrey Straszheim | |
2009-02-24 | test numbers: non-integer tests for 'mod' since Clojure SVN 1302 | Frantisek Sodomka | |
2009-02-24 | Added test | Jeffrey Straszheim | |
2009-02-24 | Fixed comment | Jeffrey Straszheim | |
2009-02-24 | Removed :reload | Jeffrey Straszheim | |
2009-02-24 | Added component-graph | Jeffrey Straszheim | |
2009-02-24 | Fixed more comments | Jeffrey Straszheim | |
2009-02-24 | Removed bogus import | Jeffrey Straszheim | |
2009-02-24 | Fixed comment | Jeffrey Straszheim | |
2009-02-24 | Saner node structure | Jeffrey Straszheim | |
2009-02-24 | Fixed copyright notice (oops) | Jeffrey Straszheim | |
2009-02-24 | Dependency graphs | Jeffrey Straszheim | |
2009-02-24 | Began graph module | Jeffrey Straszheim | |