Age | Commit message (Expand) | 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-12-29 | check for AssertionError in tests | Rich Hickey |
2009-12-10 | Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ... | Tom Faulhaber |
2009-11-28 | added :dynamic annotations to mock | Rich Hickey |
2009-11-23 | commented out trace core test | Rich Hickey |
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-28 | java-utils: Add delete-file and delete-file-recursively functions | Phil Hagelberg |
2009-10-03 | jmx.clj: Beans (1) must have reftypes for state, and (2) no longer | Stuart Halloway |
2009-08-27 | renamed c.c.expect to c.c.mock, added author/doc metadata | Stuart Halloway |
2009-08-25 | tweaks: update build to match package names, idiomatic reset! | Stuart Halloway |
2009-08-25 | simplifying expect_test file structure | Stuart Halloway |
2009-08-25 | positions takes only a predicate, per Rich's feedback | Aaron Bedra and 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 |
2009-08-23 | Merge branch 'master' of git@github.com:richhickey/clojure-contrib | Stuart Halloway |
2009-08-21 | java_utils.clj: made as-str variadic like str, fixes #18 | Stuart Sierra |
2009-08-20 | str_utils2.clj: added partial, with tests | Stuart Sierra |
2009-08-19 | str_utils2.clj: added repeat and reverse, with tests | Stuart Sierra |
2009-08-19 | test_contrib/str_utils2.clj: added lots more tests | Stuart Sierra |
2009-08-18 | str_utils2.clj: fix escape so it actually works, add tests | Stuart Sierra |
2009-08-15 | as-url addition from James Reeves | Stuart Halloway |
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-07-06 | Support for *print-base* and *print-radix* in cl-format, pprint and write. | Tom Faulhaber |
2009-07-05 | Handle 0 correctly in non-java-supported bases | Tom Faulhaber |
2009-06-24 | gtic: move clojure tests and supporting libraries into clojure repos | Stuart Halloway |
2009-06-24 | gtic: updated contrib tests to use new template syntax | Stuart Halloway |
2009-06-23 | walk.clj: removed redundant call to outer fn | Stuart Sierra |
2009-06-23 | test_contrib/walk.clj: tests for c.c.walk | Stuart Sierra |
2009-06-05 | str_utils2.clj: added codepoints and docodepoints | Stuart Sierra |
2009-06-04 | str_utils2.clj: experimental new string library | Stuart Sierra |
2009-06-02 | Moved tests for test_is.clj into test-contrib | Stuart Sierra |
2009-06-02 | fnmap.clj: added new library; maps with custom implementations | Stuart Sierra |
2009-05-06 | test_is: undo change from r761 and replace it by a fixture in test-contrib.ma... | Konrad Hinsen |
2009-05-06 | monads: monad functions are now real functions defined as symbol macros | Konrad Hinsen |
2009-05-05 | New library macro-utils | Konrad Hinsen |
2009-04-28 | monads: bug fixes for maybe-t and sequence-t | Konrad Hinsen |
2009-04-25 | Fixed pprint-newline :mandatory | Tom Faulhaber |
2009-04-10 | Stuart S's suggestions for properties | Stuart Halloway |
2009-04-10 | simplified tests to avoid permanent fixtures per discussion on mailing list | Stuart Halloway |
2009-04-09 | added Perry Trolard's properties helpers | Stuart Halloway |
2009-04-09 | breaking change: rename the-str to as-str | Stuart Halloway |
2009-04-06 | converted lazy seqs to functions so they won't hold their heads | Stuart Halloway |
2009-04-06 | Mucked around with the headers to make them more clojure.contrib friendly | Tom Faulhaber |
2009-04-06 | Changed - to _ in filenames | Tom Faulhaber |