Age | Commit message (Expand) | Author |
2009-02-15 | monads: fixes to make it work with the lazy branch | Konrad Hinsen |
2009-02-15 | macros: new macro lazy-and-standard-branch | Konrad Hinsen |
2009-02-15 | test data_structures: hash-set; sequences: zipmap | Frantisek Sodomka |
2009-02-15 | accumulators: fixes to make it work with the lazy branch | Konrad Hinsen |
2009-02-15 | fix issue 17: test compile-path, patch from Shawn Hoover | scgilardi |
2009-02-15 | fix issue 18: test agents error handling. Patch from Shawn Hoover | scgilardi |
2009-02-15 | fix issue 29: move sequence functions from lazy_seqs to seq_utils | scgilardi |
2009-02-15 | command-line: Fix doseq example | Chouser |
2009-02-14 | test sequences: distinct, vals, keys | Frantisek Sodomka |
2009-02-14 | monads: added identity monad | Konrad Hinsen |
2009-02-14 | remove tests for non-integer mod | scgilardi |
2009-02-13 | json/read.clj: added custom string parser to support \/ escapes | Stuart Sierra |
2009-02-13 | accumulators: new range accumulator | Konrad Hinsen |
2009-02-12 | accumulators: new minimum and maximum accumulators | Konrad Hinsen |
2009-02-12 | revert fix for issue 28, unregistered contributor | scgilardi |
2009-02-12 | test numbers: mod, rem, quot | Frantisek Sodomka |
2009-02-12 | macros: changed comments to invite everyone to add their own macros | Konrad Hinsen |
2009-02-12 | fix issue 28, more capable partition-all, from H.Duerer | scgilardi |
2009-02-11 | add test_clojure/data_structures.clj: tests for list | Frantisek Sodomka |
2009-02-11 | fix issue 9: lazy_seqs add partition-all from Jason Wolfe | scgilardi |
2009-02-11 | macros: letfn has implicit do | Konrad Hinsen |
2009-02-11 | adapt repl_ln.clj to new repl read hook in Clojure svn 1269 | scgilardi |
2009-02-11 | test_is.clj: Print complete stack trace for exceptions. | Stuart Sierra |
2009-02-11 | stacktrace.clj: fix print-cause-trace to recursively print ALL causes. | Stuart Sierra |
2009-02-10 | monads: optimization in domonad | Konrad Hinsen |
2009-02-10 | fix issue 22: additional tests for sequences: from Frantisek Sodomka | scgilardi |
2009-02-10 | fix issue 21: test-clojure/logic.clj from Frantisek Sodomka | scgilardi |
2009-02-10 | fix issue 19: test-clojure/sequences: pmap regression, vector/seq equality, f... | scgilardi |
2009-02-10 | fix issue 20: test predicates, from Frantisek Sodomka | scgilardi |
2009-02-10 | fix issue 16: test-clojure/evaluation: from Shawn Hoover | scgilardi |
2009-02-10 | add set to build.xml, add {:tag Boolean} to predicates in set.clj | scgilardi |
2009-02-10 | fix issue 14: set.clj from Jason Wolfe | scgilardi |
2009-02-10 | fix issue 8, lazy_seqs.clj, from Jason Wolfe | scgilardi |
2009-02-10 | fix issue 15, test_clojure/reader: patch from Shawn Hoover | scgilardi |
2009-02-08 | accumulators: renamed add-coll to add-items and added queue accumulator | Konrad Hinsen |
2009-02-07 | shell-out: add :return-map option, patch from Perry Trolard | Chouser |
2009-02-07 | error-kit: initial commit | Chouser |
2009-02-05 | duck_streams.clj: fixed bug when a Reader wasn't wrapped in a BufferedReader | Stuart Sierra |
2009-02-01 | command-line: simplified the cmdspec parsing code a bit. | Chouser |
2009-02-01 | command-line: allow option synonyms (e.g. --port, -p) patch from Perry Trolard | Chouser |
2009-01-31 | def: refine defalias further, deals now with only root binding, cleanly merge... | scgilardi |
2009-01-30 | probabilities.dist: added creation of dists from counters by normalization | Konrad Hinsen |
2009-01-30 | auto_agent.clj: new lib, auto-updating agents, like Cells in CL | Stuart Sierra |
2009-01-30 | json/write.clj & json/read.clj: made tests namespace-private | Stuart Sierra |
2009-01-30 | test_is.clj: added "deftest-" | Stuart Sierra |
2009-01-29 | monads.clj: new cont monad, new macros m-when and m-when-not | Konrad Hinsen |
2009-01-29 | Removed gen-interface -- has been in clojure.core for almost 2 months now. | Chouser |
2009-01-29 | Fixed partition-by to work on vectors, arrays or ranges (generally when (iden... | Christophe Grand |
2009-01-29 | test-clojure.reader: fix some number tests for current clojure and added some... | scgilardi |
2009-01-29 | apply_macro.clj: added new (evil) lib | Stuart Sierra |