aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-26add map-utils from Jason Wolfe, fixes issue 10scgilardi
2009-02-26Fixed loops in transitive closureJeffrey Straszheim
2009-02-26accumulators: reimplementation of map-based accumulators using algebraic typesKonrad Hinsen
2009-02-26types: new implementation using vectors with metadata and the new type ↵Konrad Hinsen
selector function
2009-02-26More tweaksJeffrey Straszheim
2009-02-26TweaksJeffrey Straszheim
2009-02-26Added recursive component testJeffrey Straszheim
2009-02-26error-kit: add rebind-fn, make associated internal changes.Chouser
2009-02-25lazy-xml: fix incorrect nil punChouser
2009-02-25Fixed a typo in build.xmlKonrad Hinsen
2009-02-25New library clojure.contrib.types implements algebraic data typesKonrad Hinsen
2009-02-24Tweaked lazy-walkJeffrey Straszheim
2009-02-24Added transitive-closureJeffrey Straszheim
2009-02-24ClojureCLR: minor updates to RT, REPL initializationDavid Miller
2009-02-24test numbers: non-integer tests for 'mod' since Clojure SVN 1302Frantisek Sodomka
2009-02-24Added testJeffrey Straszheim
2009-02-24Fixed commentJeffrey Straszheim
2009-02-24Removed :reloadJeffrey Straszheim
2009-02-24Added component-graphJeffrey Straszheim
2009-02-24Fixed more commentsJeffrey Straszheim
2009-02-24Removed bogus importJeffrey Straszheim
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, ↵Frantisek Sodomka
sorted-set, set, disj, test sequences: last, nth, range
2009-02-23test logic: nil-punningFrantisek Sodomka
test reader: 'nil 'false 'true
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. ↵Christophe Grand
Thanks to digash on IRC.
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
Libs that fail under current Clojure SVN are commented out.
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 ↵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