aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-11c.c.io: fix backslash handling in file-strStuart Sierra
2010-02-11Add test for c.c.io/file-strStuart Sierra
2010-02-10c.c.json: add pretty printingStuart Sierra
2010-02-10json: factor out remaining printer functions as defnsStuart Sierra
2010-02-10fix bogus Replacement class name in c.c.stringStuart Sierra
2010-02-10lazy-xml: Experimental emit based on xml TransformerChouser
2010-02-03c.c.string migration changes; fixes #70Perry Trolard
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-02-01Fix remaining ns name issues in tests.Stuart Sierra
2010-02-01Rename namespace declarations in test sources.Stuart Sierra
2010-02-01Rename test sources to clojure/contrib/test_*.clj naming pattern.Stuart Sierra
2010-02-01Remove redundant test-contrib ns name part.Stuart Sierra
2010-02-01Remove old str-utils lib tests.Stuart Sierra
2010-02-01Rename test namespaces to match new names.Stuart Sierra
2010-02-01Rename uses of str-utils/2/3 to stringStuart Sierra
2010-02-01Change ns names for all renamed libs except str-utilsStuart Sierra
2010-02-01Delete obsolete versions of popular libs.Stuart Sierra
2010-02-01Rename popular libs with shorter names.Stuart Sierra
2010-01-31c.c.json: use PrintWriter directly; even fasterStuart Sierra
2010-01-31c.c.json: reorganize around extendStuart Sierra
Simpler & less repetitive than extend-protocol in this case.
2010-01-31new c.c.json: fix 1 reflective callStuart Sierra
2010-01-31Add c.c.json; replacement for c.c.json.read & c.c.json.writeStuart Sierra
* New library uses protocols. * read-json accepts any String or Reader. * read-json keywordizes keys by default.
2010-01-30c.c.json.read: use transientsStuart Sierra
2010-01-30c.c.json.read: accept any Reader type; fixes #67Stuart Sierra
2010-01-30fix for aotc, ticket 44; moved impl selection code from macro to runtime evalAlexander Taggart
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-01-30Fix mis-named ns in pprint.gen-class; refs #66Stuart Sierra
2010-01-30pprint: Move gen-class expressions to separate file; refs #65Stuart 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-30pprint: require ColumnWriter in PrettyWriterStuart 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-27str-utils3: substitute type-specific fns for 'replace' multimethodStuart 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-26Add str-utils3 with testsStuart Sierra
* most significant argument last, for ->> * 'contains?' renamed 'substring?' * removed 'partial'
2010-01-20Add "dist" assembly for distribution ZIP/tar files.Stuart Sierra
2010-01-20Remove clojure.contrib.test-contribStuart Sierra
"mvn clojure:test" is equivalent
2010-01-20Remove tests for clojure.contrib.walk (obsolete)Stuart Sierra
2010-01-20Move example sources to separate dir.Stuart Sierra
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2010-01-14macro-utils: support new deftype and reify formsKonrad Hinsen
2010-01-08finite-distributions: fixed typoKonrad Hinsen
2009-12-30clean up temporary namespaces, fixes #54Stuart Halloway
2009-12-29check for AssertionError in testsRich Hickey
2009-12-28finite-distributions: simplified m-bind of dist-m monadKonrad Hinsen
2009-12-14Add Factory as a method of obtaining open database connections, fixes #50Steve Gilardi
2009-12-11Changed all instances of ^x across contrib to (meta x) since the ^x form is ↵Tom Faulhaber
being deprecated in 1.1 refs #48
2009-12-10Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ↵Tom Faulhaber
is being deprecated in 1.1
2009-12-10Fixes for defs losing their doc strings (and other metadata).Tom Faulhaber
2009-11-30renamed col-write method to Java-ok col_writeRich Hickey
2009-11-28added :dynamic annotations to mockRich Hickey
2009-11-26macros: new macro with-direct-linkingKonrad Hinsen
2009-11-24make filename canonical: pprint/cl-format.clj -> pprint/cl_format.cljSteve Gilardi
2009-11-24exclude bytes from http.agentRich Hickey
2009-11-23commented out trace core testRich Hickey
2009-11-13command-line: revert 72a13bfChouser
Clients have to provide their own --help defaults if that's what they want.