Age | Commit message (Expand) | Author |
2009-05-29 | test_is.clj: fixed documentation examples for "testing" macro | Stuart Sierra |
2009-05-29 | load-all: remove auto-agent, uncomment miglayout | scgilardi |
2009-05-27 | test-clojure: added compilation.clj, macros.clj, metadata.clj; | Frantisek Sodomka |
2009-05-25 | auto_agent.clj: deleted because it doesn't work | Stuart Sierra |
2009-05-25 | macro-utils: new macro deftemplate | Konrad Hinsen |
2009-05-24 | clojure.contrib.core: add dissoc-in | scgilardi |
2009-05-20 | Delete comment which duplicates ns doc | Tom Faulhaber |
2009-05-19 | accumulators: bug fix in combine | Konrad Hinsen |
2009-05-18 | test-clojure: test-utils: all-are; data-structures: rewritten tests using all... | Frantisek Sodomka |
2009-05-14 | Correct a typo in the doc | Tom Faulhaber |
2009-05-14 | Add links to new wiki entries | Tom Faulhaber |
2009-05-14 | test-clojure: other-functions: identity | Frantisek Sodomka |
2009-05-14 | test-clojure: control: cond | Frantisek Sodomka |
2009-05-14 | test-clojure: common helper functions in test-utils; control: do | Frantisek Sodomka |
2009-05-14 | json/read.clj: read-json now takes a string or a reader | Stuart Sierra |
2009-05-14 | jsov/read.clj: doc string | Stuart Sierra |
2009-05-14 | json/read.clj: added *json-keyword-keys* to get keywords in maps | Stuart Sierra |
2009-05-14 | json/write.clj: use StringBuilder when escaping strings for faster output | Stuart Sierra |
2009-05-14 | json/write.clj: added type hints to avoid reflection | Stuart Sierra |
2009-05-14 | json/read.clj: added type hints to avoid reflection | Stuart Sierra |
2009-05-14 | Created new examples of how to use pretty print dispatch functions | Tom Faulhaber |
2009-05-14 | json/write.clj: doc strings | Stuart Sierra |
2009-05-14 | json/write.clj: escape characters in symbol names just like strings | Stuart Sierra |
2009-05-13 | miglayout: change dependency on miglayout jar from compile time to run time, ... | scgilardi |
2009-05-13 | duck_streams.clj: added functions to open writers for appending | Stuart Sierra |
2009-05-12 | json/read.clj: doc string | Stuart Sierra |
2009-05-12 | json/write.clj: throw Exception if map key is nil | Stuart Sierra |
2009-05-12 | json/write.clj: fixed bug with nils in sequences | Stuart Sierra |
2009-05-11 | finite-distributions: more distribution generation facilities | Konrad Hinsen |
2009-05-11 | sql: support JNDI for specifying a database, with-connection, db-spec | scgilardi |
2009-05-11 | probabilities.finite-distributions: additional distributions | Konrad Hinsen |
2009-05-10 | javalog.clj: deleted (deprecated & not Java 5 compatible) | Stuart Sierra |
2009-05-10 | build.xml: removed javalog, which is deprecated and not compatible w/ Java 5 | Stuart Sierra |
2009-05-10 | monads: symbol macros for m-result, m-bind, m-zero, m-plus | Konrad Hinsen |
2009-05-10 | profile.clj: profiling and code timing library | Stuart Sierra |
2009-05-10 | Four adjustments to the compilation stuff: | Tom Faulhaber |
2009-05-10 | json/read.clj: added tests from pass1.json | Stuart Sierra |
2009-05-10 | json/write.clj: documentation cleanup | Stuart Sierra |
2009-05-09 | Support for setting *print-right-margin* to nil to indicate | Tom Faulhaber |
2009-05-09 | json/write.clj: Handle more collection types and unicode in strings. | Stuart Sierra |
2009-05-09 | build.xml: Issue 38: resorted and added libs to build.xml | Stuart Sierra |
2009-05-09 | seq_utils.clj: fix error using wrong name in last revision | Stuart Sierra |
2009-05-09 | find_namespaces.clj: handle files where (comment...) precedes (ns...) | Stuart Sierra |
2009-05-09 | seq_utils.clj: Issue 35: fixed partition-by to only call f once on each input | Stuart Sierra |
2009-05-09 | Got rid of some debug code that doesn't work across namespaces | Tom Faulhaber |
2009-05-09 | New multimethod-based dispatch system. Made a path all the way through | Tom Faulhaber |
2009-05-09 | Broke write into two parts one of which takes a stream and one of | Tom Faulhaber |
2009-05-08 | json/write.clj: force object keys to be strings | Stuart Sierra |
2009-05-07 | test_is.clj: fix keyword in report argument | Stuart Sierra |
2009-05-07 | test_is.clj: fix wrong # of arguments to report on thrown-with-msg? | Stuart Sierra |