Age | Commit message (Expand) | Author |
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-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 | duck_streams.clj: support Socket in reader & writer; fixes #46 | Stuart Sierra |
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 |
2009-10-03 | jmx.clj: Beans (1) must have reftypes for state, and (2) no longer | Stuart Halloway |
2009-09-28 | compile str-utils2 and other build fixes, refs #22 | Stuart Halloway |
2009-08-31 | macro-utils: fix handling of let* and loop* forms with more than one body exp... | Konrad Hinsen |
2009-08-28 | test_is.clj: compatibility bridge to the new clojure.test; refs #26 | Stuart Sierra |
2009-08-28 | str_utils2.clj: added type hints for String return values; fixes #27 | Stuart Sierra |
2009-08-27 | renamed c.c.expect to c.c.mock, added author/doc metadata | Stuart Halloway |
2009-08-25 | Fixed attr-maps on private macros. | Alexander Taggart |
2009-08-25 | Merge branch 'expect' | 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 | removed util per Chouser's suggestion | Stuart Halloway |
2009-08-25 | positions takes only a predicate, per Rich's feedback | Aaron Bedra and Stuart Halloway |
2009-08-25 | Added author metadata | Tom Faulhaber |
2009-08-24 | modify immigrate to operate on root bindings rather than current bindings | scgilardi |
2009-08-23 | expect: remove indexes in favor of seq-utils/positions | 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 | added test-expect source, renamed namespaces for contrib | Aaron Bedra and Stuart Halloway |
2009-08-23 | Merge branch 'master' of git@github.com:richhickey/clojure-contrib | Stuart Halloway |
2009-08-21 | Translated Jeffrey's overview of Datalog from the old google code wiki into | Tom Faulhaber |
2009-08-21 | java_utils.clj Correct previous commit with duplicate definition of as-str | Stuart Sierra |
2009-08-21 | java_utils.clj: made as-str variadic like str, fixes #18 | Stuart Sierra |