index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2009-02-26
add map-utils from Jason Wolfe, fixes issue 10
scgilardi
2009-02-26
Fixed loops in transitive closure
Jeffrey Straszheim
2009-02-26
accumulators: reimplementation of map-based accumulators using algebraic types
Konrad Hinsen
2009-02-26
types: new implementation using vectors with metadata and the new type ↵
Konrad Hinsen
selector function
2009-02-26
More tweaks
Jeffrey Straszheim
2009-02-26
Tweaks
Jeffrey Straszheim
2009-02-26
Added recursive component test
Jeffrey Straszheim
2009-02-26
error-kit: add rebind-fn, make associated internal changes.
Chouser
2009-02-25
lazy-xml: fix incorrect nil pun
Chouser
2009-02-25
Fixed a typo in build.xml
Konrad Hinsen
2009-02-25
New library clojure.contrib.types implements algebraic data types
Konrad Hinsen
2009-02-24
Tweaked lazy-walk
Jeffrey Straszheim
2009-02-24
Added transitive-closure
Jeffrey Straszheim
2009-02-24
ClojureCLR: minor updates to RT, REPL initialization
David Miller
2009-02-24
test numbers: non-integer tests for 'mod' since Clojure SVN 1302
Frantisek Sodomka
2009-02-24
Added test
Jeffrey Straszheim
2009-02-24
Fixed comment
Jeffrey Straszheim
2009-02-24
Removed :reload
Jeffrey Straszheim
2009-02-24
Added component-graph
Jeffrey Straszheim
2009-02-24
Fixed more comments
Jeffrey Straszheim
2009-02-24
Removed bogus import
Jeffrey Straszheim
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, ↵
Frantisek Sodomka
sorted-set, set, disj, test sequences: last, nth, range
2009-02-23
test logic: nil-punning
Frantisek Sodomka
test reader: 'nil 'false 'true
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. ↵
Christophe Grand
Thanks to digash on IRC.
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
Libs that fail under current Clojure SVN are commented out.
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 ↵
scgilardi
rand-elt, partition-all patch based on one from H. Duerer
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
[next]