Age | Commit message (Expand) | Author |
2009-10-16 | Removing ClojureCLR (Moved to http://github.com/richhickey/clojure-clr) | David Miller |
2009-10-05 | Change version number of clojure-lang dependency. | Howard M. Lewis Ship |
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 | Fixed a typo introduced by the merge: test-is-adapter => test-adapter. | Tom Faulhaber |
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 | GitHub's rendering of the README was grabbing the ) at the end of parenthesized | Tom Faulhaber |
2009-08-25 | Added author metadata | Tom Faulhaber |
2009-08-25 | More cross references in the README | 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-22 | A couple of doc tweaks | Tom Faulhaber |
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 |
2009-08-21 | Fleshed out the README with a bunch of important info that should be on the h... | Tom Faulhaber |
2009-08-20 | http/agent.clj: fix missing @ in 'message' | Stuart Sierra |
2009-08-20 | http/agent.clj: handle null response stream on disconnect | Stuart Sierra |
2009-08-20 | http/agent.clj: handle null InputStream from HTTP response | Stuart Sierra |
2009-08-20 | base64.clj: added namespace metadata doc | Stuart Sierra |
2009-08-20 | str_utils2.clj: added partial, with tests | Stuart Sierra |
2009-08-19 | base64.clj: performance enhancement for encode | Stuart Sierra |
2009-08-19 | base64.clj: Base-64 encoding | Stuart Sierra |
2009-08-19 | str_utils2.clj: added repeat and reverse, with tests | Stuart Sierra |
2009-08-19 | str_utils2.clj: modified header comments | Stuart Sierra |
2009-08-19 | str_utils2.clj: modified doc string for escape | Stuart Sierra |
2009-08-19 | str_utils2.clj: added map-str and grep from Compojure | Stuart Sierra |
2009-08-19 | str_utils2.clj: avoid error on zero-length string in chop | Stuart Sierra |
2009-08-19 | test_contrib/str_utils2.clj: added lots more tests | Stuart Sierra |
2009-08-19 | str_utils2.clj: added type hints to avoid reflection | Stuart Sierra |
2009-08-19 | monads: correction in comment | Konrad Hinsen |
2009-08-19 | macro-utils: removed unused dependency on walk | Konrad Hinsen |
2009-08-18 | str_utils2.clj: fix escape so it actually works, add tests | Stuart Sierra |
2009-08-18 | str_utils2.clj: explain argument order of take/drop/butlast, refs #17 | Stuart Sierra |
2009-08-18 | str_utils2.clj: implemented swap-case, added capitalize | Stuart Sierra |
2009-08-18 | http/agent.clj: fixed misplaced parenthesis | Stuart Sierra |