aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-24Fixed commentJeffrey Straszheim
2009-02-24Saner node structureJeffrey Straszheim
2009-02-24Fixed copyright notice (oops)Jeffrey Straszheim
2009-02-24Dependency graphsJeffrey Straszheim
2009-02-24Began graph moduleJeffrey Straszheim
2009-02-24Began graph moduleJeffrey Straszheim
2009-02-23test data-structures: equality, count, conj, peek, pop, key, val, sorted-set,...Frantisek Sodomka
2009-02-23test logic: nil-punningFrantisek Sodomka
2009-02-23back to a mutation-based rec-seqChristophe Grand
2009-02-23stream-utils: almost completely new contentKonrad Hinsen
2009-02-23changed rec-seq to work with r1300Christophe Grand
2009-02-23accumulators: rewritten defmulti doc stringsKonrad Hinsen
2009-02-23stream-utils: fixed file nameKonrad Hinsen
2009-02-23macros and monads/examples: removed lazy-cons-based codeKonrad Hinsen
2009-02-23Added agent-utilsChristophe Grand
2009-02-23Added "feeling lucky" web search when no local or remote javadoc found. Thank...Christophe Grand
2009-02-22restore 'ant test_clojure' functionality to build.xmlscgilardi
2009-02-22make test-clojure load 'cleanly', add run function and -mainscgilardi
2009-02-22add gen-html-docs from Craig Anderascgilardi
2009-02-22load_all.clj: removed enum, uncommented condtStuart Sierra
2009-02-22condt.clj: fixed to work with new lazy clojureStuart Sierra
2009-02-22enum.clj: removed obsolete lib (incompatible w/ new gen-class)Stuart Sierra
2009-02-22load_all.clj: added file that attempts to load all contrib libsStuart Sierra
2009-02-22lazy-xml: update for lazier ClojureChouser
2009-02-21ClojureCLR: Small fix to readme.David Miller
2009-02-21ClojureCLR: added ClojureCLR project to repo.David Miller
2009-02-20fix issue 28: add step arg to partition-all, also fix doc string for rand-elt...scgilardi
2009-02-19lazy-xml: Add escaping of aposChouser
2009-02-18reverse and sort return () when passed empty colls since SVN 1294Frantisek Sodomka
2009-02-18Lazy: renamed rest to next, changed nil to () for lazy sequence functionsFrantisek Sodomka
2009-02-18replaced rec-cons by rec-seqChristophe Grand
2009-02-18monads+probabilities: added an -m suffix to all monad namesKonrad Hinsen
2009-02-18Fix conflicting name "sequence" with Clojure SVN 1291Chouser
2009-02-17Lazy: (seq? ()) => trueFrantisek Sodomka
2009-02-17Batch of changes for lazier clojure.Chouser
2009-02-17update lazy-seqs for lazy-seqscgilardi
2009-02-17Merged lazy branch into trunk:Chouser
2009-02-15monads: fixes to make it work with the lazy branchKonrad Hinsen
2009-02-15macros: new macro lazy-and-standard-branchKonrad Hinsen
2009-02-15test data_structures: hash-set; sequences: zipmapFrantisek Sodomka
2009-02-15accumulators: fixes to make it work with the lazy branchKonrad Hinsen
2009-02-15fix issue 17: test compile-path, patch from Shawn Hooverscgilardi
2009-02-15fix issue 18: test agents error handling. Patch from Shawn Hooverscgilardi
2009-02-15fix issue 29: move sequence functions from lazy_seqs to seq_utilsscgilardi
2009-02-15command-line: Fix doseq exampleChouser
2009-02-14test sequences: distinct, vals, keysFrantisek Sodomka
2009-02-14monads: added identity monadKonrad Hinsen
2009-02-14remove tests for non-integer modscgilardi
2009-02-13json/read.clj: added custom string parser to support \/ escapesStuart Sierra
2009-02-13accumulators: new range accumulatorKonrad Hinsen