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 (
Expand
)
Author
2010-01-21
Add source .clj files to JAR
maven
Stuart Sierra
2010-01-21
Clean up headings in README
Stuart Sierra
2010-01-21
Add additional mvn build commands to README
Stuart Sierra
2010-01-21
Clean up URLs and add link to package downloads in README
Stuart Sierra
2010-01-21
Reformat README to 70-chars-per-line
Stuart Sierra
2010-01-20
Add assembly configuration to POM.
Stuart Sierra
2010-01-20
Add "dist" assembly for distribution ZIP/tar files.
Stuart Sierra
2010-01-20
Add release and SNAPSHOT distributionManagement to POM
Stuart Sierra
2010-01-20
Exclude clojure.contrib.pprint from compilation
Stuart Sierra
2010-01-20
Update build instructions in README.txt
Stuart Sierra
2010-01-20
Remove Ant build script.
Stuart Sierra
2010-01-20
Add build instructions to POM.
Stuart Sierra
2010-01-20
Remove clojure.contrib.test-contrib
Stuart Sierra
2010-01-20
Replace classes and *.jar with target/ in .gitignore
Stuart Sierra
2010-01-20
Remove tests for clojure.contrib.walk (obsolete)
Stuart Sierra
2010-01-20
Move example sources to separate dir.
Stuart Sierra
2010-01-20
Move source files into Maven-style directory structure.
Stuart Sierra
2010-01-14
macro-utils: support new deftype and reify forms
Konrad Hinsen
2010-01-08
finite-distributions: fixed typo
Konrad Hinsen
2010-01-05
exclude logging.clj from AOT compilation (see ticket 44)
Steve Gilardi
2009-12-30
clean up temporary namespaces, fixes #54
Stuart Halloway
2009-12-29
check for AssertionError in tests
Rich Hickey
2009-12-28
finite-distributions: simplified m-bind of dist-m monad
Konrad Hinsen
2009-12-14
Add Factory as a method of obtaining open database connections, fixes #50
Steve Gilardi
2009-12-11
Changed all instances of ^x across contrib to (meta x) since the ^x form is b...
Tom Faulhaber
2009-12-10
Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ...
Tom Faulhaber
2009-12-10
Fixes for defs losing their doc strings (and other metadata).
Tom Faulhaber
2009-12-10
update to point to build.clojure.org, clojure 1.1.0-master (was 1.1.0
Steve Gilardi
2009-11-30
renamed col-write method to Java-ok col_write
Rich Hickey
2009-11-28
added :dynamic annotations to mock
Rich Hickey
2009-11-26
macros: new macro with-direct-linking
Konrad Hinsen
2009-11-24
make filename canonical: pprint/cl-format.clj -> pprint/cl_format.clj
Steve Gilardi
2009-11-24
exclude bytes from http.agent
Rich Hickey
2009-11-23
commented out trace core test
Rich Hickey
2009-11-13
command-line: revert 72a13bf
Chouser
2009-11-13
allow local.properties
Stuart Halloway
2009-11-13
duck_streams.clj: support Socket in reader & writer; fixes #46
Stuart Sierra
2009-11-10
Update pom to depend on latest Clojure. See Clojure ticket 208
Chouser
2009-11-10
server-socket: make less promiscuous use of clojure.main
Chouser
2009-11-08
repl-utils: (source foo) threw NPE when metadata didn't include :file. Fixed.
Chouser
2009-11-07
add wall-hack-method and wall-hack-field. fixes #43
Kevin Downey
2009-11-02
http/agent.clj: prevent hang on immediate (string (http-agent...))
Stuart Sierra
2009-11-02
PersistentFnMap.clj: add default value arity for -valAt; fixes #41
Stuart Sierra
2009-11-02
seq_utils_test.clj: add tests from Sean Devlin; fixes #13
Stuart Sierra
2009-11-02
trace.clj: add dotrace; fixes #39
Stuart Sierra
2009-10-31
cl-format: ~$ wasn't handling very small fractions (that round to 0) correctly.
Tom Faulhaber
2009-10-31
cl-format: ~$ wasn't handling negative numbers correctly
Tom Faulhaber
2009-10-29
exclude case
Rich Hickey
2009-10-29
works with clojure branch new by excluding deftype
Mike Hinchey
2009-10-28
java-utils: Add delete-file and delete-file-recursively functions
Phil Hagelberg
[next]