Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-11 | Remove c.c.java reference from miglayout.internal | Stuart Sierra | |
2010-02-11 | c.c.sql: change references to c.c.java | Stuart Sierra | |
2010-02-11 | c.c.jmx: change from c.c.java to c.c.string | Stuart Sierra | |
2010-02-11 | c.c.http.connection: replace references to c.c.java | Stuart Sierra | |
2010-02-11 | c.c.json: change references from c.c.java to c.c.string | Stuart Sierra | |
2010-02-11 | prxml: remove references to c.c.java | Stuart Sierra | |
2010-02-11 | Refactor c.c.java into c.c.io, c.c.string, and c.c.properties | Stuart Sierra | |
2010-02-11 | Add c.c.reflect, taking 2 functions from c.c.java | Stuart Sierra | |
2010-02-11 | c.c.prxml: Fix bad refers from lazy-xml | Stuart Sierra | |
2010-02-11 | c.c.io: fix backslash handling in file-str | Stuart Sierra | |
2010-02-10 | c.c.json: add pretty printing | Stuart Sierra | |
2010-02-10 | json: factor out remaining printer functions as defns | Stuart Sierra | |
2010-02-10 | fix bogus Replacement class name in c.c.string | Stuart Sierra | |
2010-02-10 | lazy-xml: Experimental emit based on xml Transformer | Chouser | |
2010-02-03 | c.c.string migration changes; fixes #70 | Perry Trolard | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
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-02-01 | Delete obsolete versions of popular libs. | Stuart Sierra | |
2010-02-01 | Rename popular libs with shorter names. | Stuart Sierra | |
2010-01-31 | c.c.json: use PrintWriter directly; even faster | Stuart Sierra | |
2010-01-31 | c.c.json: reorganize around extend | Stuart Sierra | |
Simpler & less repetitive than extend-protocol in this case. | |||
2010-01-31 | new c.c.json: fix 1 reflective call | 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-30 | c.c.json.read: use transients | Stuart Sierra | |
2010-01-30 | c.c.json.read: accept any Reader type; fixes #67 | Stuart Sierra | |
2010-01-30 | fix for aotc, ticket 44; moved impl selection code from macro to runtime eval | Alexander Taggart | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-01-30 | Fix mis-named ns in pprint.gen-class; refs #66 | Stuart Sierra | |
2010-01-30 | pprint: Move gen-class expressions to separate file; refs #65 | Stuart Sierra | |
To avoid order-of-compilation issues, this patch puts the gen-class expressions for ColumnWriter and PrettyWriter in a separate file, rather than in the ns declarations. | |||
2010-01-30 | pprint: require ColumnWriter in PrettyWriter | Stuart Sierra | |
This is an attempt to fix compilation-order issues with gen-class. See http://groups.google.com/group/clojure-maven-plugin/browse_thread/thread/40150bb45270b322 | |||
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 | Move example sources to separate dir. | Stuart Sierra | |
2010-01-20 | Move source files into Maven-style directory structure. | Stuart Sierra | |