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
path:
root
/
src
/
clojure
/
contrib
/
test_contrib.clj
Age
Commit message (
Collapse
)
Author
2010-01-20
Move source files into Maven-style directory structure.
Stuart Sierra
2009-12-30
clean up temporary namespaces, fixes #54
Stuart Halloway
2009-09-28
compile str-utils2 and other build fixes, refs #22
Stuart Halloway
2009-08-27
renamed c.c.expect to c.c.mock, added author/doc metadata
Stuart Halloway
2009-08-23
add seq-utils/positions
Aaron Bedra and Stuart Halloway
2009-08-23
added adapter test
Aaron Bedra and Stuart Halloway
2009-08-23
got tests passing for clojure.contrib.expect
Aaron Bedra and Stuart Halloway
* had to use fully-qualified symbols in test-has-matching-signature. Should be a better way
2009-08-21
java_utils.clj: made as-str variadic like str, fixes #18
Stuart Sierra
This commit also includes tests for this function.
2009-08-06
clojure.contrib.jmx
Stuart Halloway
2009-08-05
minor fix to deftrace: traced functions can now refer to themselves
Stuart Halloway
2009-06-24
gtic: move clojure tests and supporting libraries into clojure repos
Stuart Halloway
2009-06-02
Moved tests for test_is.clj into test-contrib
Stuart Sierra
2009-05-05
New library macro-utils
Konrad Hinsen
2009-04-06
converted lazy seqs to functions so they won't hold their heads
Stuart Halloway
2009-04-06
removed spurious double-run of tests
Stuart Halloway
2009-04-06
Added tests for the pretty printer/cl-format to the main test driver
Tom Faulhaber
2009-04-05
java-utils: file
Stuart Halloway
2009-03-20
test-contrib and datalog tests behave the same as test-clojure
Frantisek Sodomka
2009-03-19
monads: moved tests to test_contrib
Konrad Hinsen
2009-03-19
New library clojure.contrib.complex-numbers
Konrad Hinsen
2009-03-16
Added dataflow cells-like library
Jeffrey Straszheim
2009-02-24
Began graph module
Jeffrey Straszheim
2009-01-25
added :dir and :env to shell-out
Stuart Halloway
2009-01-25
added test_contrib.clj, similar test_clojure.clj
Stuart Halloway
added test_clojure, test_contrib, and test tasks to build.xml