Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-07 | Split all namespaces into sub-modules. | Stuart Sierra | |
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build. | |||
2010-06-23 | fixes for equiv compat | Rich Hickey | |
2010-06-18 | added needed cast for jmx test | Rich Hickey | |
2010-06-17 | fix for num compat | Rich Hickey | |
2010-06-15 | change from prim coercion to boxed coercion in order to see particular boxed ↵ | Rich Hickey | |
type | |||
2010-06-15 | move tests into range of long | Rich Hickey | |
2010-05-21 | dodge ns collisions with clojure.java.io | Stuart Halloway | |
2010-05-07 | - refactored input-stream, output-stream, reader, and writer into a Streams ↵ | Chas Emerick | |
protocol - added appropriate protocol implementations for byte and character arrays - eliminated PrintWriter returns from writer impls, write-lines, and spit - added copy implementations reading from character arrays Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-05-06 | hack for #82, very ugly | Stuart Halloway | |
2010-05-05 | keep deprecated version of seq fns, safe(r) now that we have "last var wins" | Stuart Halloway | |
2010-05-03 | put includes? back into the seq namespaces | Stuart Halloway | |
- seq-contains? is dead in clojure - includes? is deprecated, but no need to gratuitously break people | |||
2010-05-01 | removed seq-contains? calls | Rich Hickey | |
2010-05-01 | clojure.contrib.pprint (cl-format): Fixes to rounding and width issues in ~f ↵ | Tom Faulhaber | |
and ~$. See #47. | |||
2010-04-29 | Remove gen-class requirement from clojure.contrib.pprint. See #81 | Tom Faulhaber | |
2010-04-28 | update contrib to remove seq fns promoted to clojure.core | Stuart Halloway | |
2010-04-27 | #78 relaxing test expectations to eliminate spurious errors on IBM JDK | Stuart Halloway | |
2010-04-14 | some tests for c.c.io byte-level support | Stuart Halloway | |
2010-04-13 | test-load-all tries to load all nondeprecated namespaces | Stuart Halloway | |
- fixed bug: misspelling in pom - updated gen-html-docs to track c.c.string name changes | |||
2010-04-12 | strint per Chas Emerick | Stuart Halloway | |
2010-04-12 | -?>> per Chas Emerick | Stuart Halloway | |
2010-04-12 | fixed corner case in c.c.profile print-summary | Stuart Halloway | |
2010-04-12 | windows-safe test for relative-path-string | Stuart Halloway | |
2010-04-12 | added apropos (per Michel Salim, plus re support) | Stuart Halloway | |
2010-03-30 | simplify jmx/read-supported and improve test output | Stuart Halloway | |
2010-03-19 | fix PushbackReader bug | The Stuarts | |
2010-02-23 | allow custom :jndi-path for JMX URLs | Stuart Halloway | |
2010-02-11 | Add test_properties.clj from old test_java.clj | Stuart Sierra | |
2010-02-11 | Move tests from test_java.clj to test_string.clj | Stuart Sierra | |
2010-02-11 | Move tests from old test_java.clj to test_io.clj | Stuart Sierra | |
2010-02-11 | Remove test_java.clj | Stuart Sierra | |
2010-02-11 | c.c.prxml: Fix bad refers from lazy-xml | Stuart Sierra | |
2010-02-11 | Add test for c.c.io/file-str | Stuart Sierra | |
2010-02-10 | c.c.json: add pretty printing | Stuart Sierra | |
2010-02-01 | Fix remaining ns name issues in tests. | Stuart Sierra | |
2010-02-01 | Rename namespace declarations in test sources. | Stuart Sierra | |
2010-02-01 | Rename test sources to clojure/contrib/test_*.clj naming pattern. | Stuart Sierra | |
2010-02-01 | Remove redundant test-contrib ns name part. | Stuart Sierra | |
2010-02-01 | Remove old str-utils lib tests. | Stuart Sierra | |
2010-02-01 | Rename test namespaces to match new names. | Stuart Sierra | |
2010-02-01 | Rename uses of str-utils/2/3 to string | Stuart Sierra | |
2010-02-01 | Change ns names for all renamed libs except str-utils | Stuart Sierra | |
2010-01-31 | Add c.c.json; replacement for c.c.json.read & c.c.json.write | Stuart Sierra | |
* New library uses protocols. * read-json accepts any String or Reader. * read-json keywordizes keys by default. | |||
2010-01-27 | str-utils3: substitute type-specific fns for 'replace' multimethod | Stuart Sierra | |
'replace' doesn't need runtime dispatch, so multimethods are unnecessary performance overhead. New functions: replace-char, replace-str, replace-re, and replace-by | |||
2010-01-26 | Add str-utils3 with tests | Stuart Sierra | |
* most significant argument last, for ->> * 'contains?' renamed 'substring?' * removed 'partial' | |||
2010-01-20 | Remove clojure.contrib.test-contrib | Stuart Sierra | |
"mvn clojure:test" is equivalent | |||
2010-01-20 | Remove tests for clojure.contrib.walk (obsolete) | Stuart Sierra | |
2010-01-20 | Move source files into Maven-style directory structure. | Stuart Sierra | |