aboutsummaryrefslogtreecommitdiff
path: root/src/clojure
AgeCommit message (Collapse)Author
2009-02-23Added agent-utilsChristophe Grand
2009-02-23Added "feeling lucky" web search when no local or remote javadoc found. ↵Christophe Grand
Thanks to digash on IRC.
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
Libs that fail under current Clojure SVN are commented out.
2009-02-22lazy-xml: update for lazier ClojureChouser
2009-02-20fix issue 28: add step arg to partition-all, also fix doc string for ↵scgilardi
rand-elt, partition-all patch based on one from H. Duerer
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
svn merge -r472:477 ../branches/lazy/
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
2009-02-12accumulators: new minimum and maximum accumulatorsKonrad Hinsen
2009-02-12revert fix for issue 28, unregistered contributorscgilardi
2009-02-12test numbers: mod, rem, quotFrantisek Sodomka
2009-02-12macros: changed comments to invite everyone to add their own macrosKonrad Hinsen
2009-02-12fix issue 28, more capable partition-all, from H.Duererscgilardi
2009-02-11add test_clojure/data_structures.clj: tests for listFrantisek Sodomka
2009-02-11fix issue 9: lazy_seqs add partition-all from Jason Wolfescgilardi
2009-02-11macros: letfn has implicit doKonrad Hinsen
2009-02-11adapt repl_ln.clj to new repl read hook in Clojure svn 1269scgilardi
2009-02-11test_is.clj: Print complete stack trace for exceptions.Stuart Sierra
Bind *stack-trace-depth* to a number to limit stack trace depth. Discussion at http://groups.google.com/group/clojure/browse_thread/thread/5316bdb93f1c4407
2009-02-11stacktrace.clj: fix print-cause-trace to recursively print ALL causes.Stuart Sierra
Before, it only printed the first 2 exceptions. Report/patch from Chas Emerick. http://code.google.com/p/clojure-contrib/issues/detail?id=27
2009-02-10monads: optimization in domonadKonrad Hinsen
2009-02-10fix issue 22: additional tests for sequences: from Frantisek Sodomkascgilardi
2009-02-10fix issue 21: test-clojure/logic.clj from Frantisek Sodomkascgilardi
2009-02-10fix issue 19: test-clojure/sequences: pmap regression, vector/seq equality, ↵scgilardi
from Shawn Hoover
2009-02-10fix issue 20: test predicates, from Frantisek Sodomkascgilardi
2009-02-10fix issue 16: test-clojure/evaluation: from Shawn Hooverscgilardi