aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/pprint.clj
AgeCommit message (Collapse)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-11-24make filename canonical: pprint/cl-format.clj -> pprint/cl_format.cljSteve Gilardi
2009-08-17Documentation updateTom Faulhaber
2009-05-20Delete comment which duplicates ns docTom Faulhaber
2009-05-14Correct a typo in the docTom Faulhaber
2009-05-14Add links to new wiki entriesTom Faulhaber
2009-05-09New multimethod-based dispatch system. Made a path all the way throughTom Faulhaber
that assumes that you have a pretty writer bound to *out* so we don't have to rebind it everywhere.
2009-05-03Updating pprint documentationTom Faulhaber
2009-04-17More autodoc changes (because googlecode wiki is stupid)Tom Faulhaber
2009-04-17Updates for autodocTom Faulhaber
2009-04-12Added namespace level documentationTom Faulhaber
2009-04-06Mucked around with the headers to make them more clojure.contrib friendlyTom Faulhaber
2009-04-06Basic support for pretty printerTom Faulhaber