Age | Commit message (Expand) | Author |
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 |
2009-02-24 | Began graph module | Jeffrey Straszheim |
2009-02-23 | test data-structures: equality, count, conj, peek, pop, key, val, sorted-set,... | Frantisek Sodomka |
2009-02-23 | test logic: nil-punning | Frantisek Sodomka |
2009-02-23 | back to a mutation-based rec-seq | Christophe Grand |
2009-02-23 | stream-utils: almost completely new content | Konrad Hinsen |
2009-02-23 | changed rec-seq to work with r1300 | Christophe Grand |
2009-02-23 | accumulators: rewritten defmulti doc strings | Konrad Hinsen |
2009-02-23 | stream-utils: fixed file name | Konrad Hinsen |
2009-02-23 | macros and monads/examples: removed lazy-cons-based code | Konrad Hinsen |
2009-02-23 | Added agent-utils | Christophe Grand |
2009-02-23 | Added "feeling lucky" web search when no local or remote javadoc found. Thank... | Christophe Grand |
2009-02-22 | restore 'ant test_clojure' functionality to build.xml | scgilardi |
2009-02-22 | make test-clojure load 'cleanly', add run function and -main | scgilardi |
2009-02-22 | add gen-html-docs from Craig Andera | scgilardi |
2009-02-22 | load_all.clj: removed enum, uncommented condt | Stuart Sierra |
2009-02-22 | condt.clj: fixed to work with new lazy clojure | Stuart Sierra |
2009-02-22 | enum.clj: removed obsolete lib (incompatible w/ new gen-class) | Stuart Sierra |
2009-02-22 | load_all.clj: added file that attempts to load all contrib libs | Stuart Sierra |
2009-02-22 | lazy-xml: update for lazier Clojure | Chouser |
2009-02-21 | ClojureCLR: Small fix to readme. | David Miller |
2009-02-21 | ClojureCLR: added ClojureCLR project to repo. | David Miller |
2009-02-20 | fix issue 28: add step arg to partition-all, also fix doc string for rand-elt... | scgilardi |
2009-02-19 | lazy-xml: Add escaping of apos | Chouser |
2009-02-18 | reverse and sort return () when passed empty colls since SVN 1294 | Frantisek Sodomka |
2009-02-18 | Lazy: renamed rest to next, changed nil to () for lazy sequence functions | Frantisek Sodomka |
2009-02-18 | replaced rec-cons by rec-seq | Christophe Grand |
2009-02-18 | monads+probabilities: added an -m suffix to all monad names | Konrad Hinsen |
2009-02-18 | Fix conflicting name "sequence" with Clojure SVN 1291 | Chouser |
2009-02-17 | Lazy: (seq? ()) => true | Frantisek Sodomka |
2009-02-17 | Batch of changes for lazier clojure. | Chouser |
2009-02-17 | update lazy-seqs for lazy-seq | scgilardi |
2009-02-17 | Merged lazy branch into trunk: | Chouser |
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 |