aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/pprint
AgeCommit message (Collapse)Author
2009-06-05Expose xml-dispatch so it can be used directly with write and fix upTom Faulhaber
some bugs
2009-05-14Created new examples of how to use pretty print dispatch functionsTom Faulhaber
2009-05-09Support for setting *print-right-margin* to nil to indicateTom Faulhaber
infinite-length lines.
2009-05-09Got rid of some debug code that doesn't work across namespacesTom 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-09Broke write into two parts one of which takes a stream and one ofTom Faulhaber
which doesn't. Also fixed up the pprint parameters cause it was stupid.
2009-05-03Cleaned up cl-format's doc stringTom Faulhaber
2009-05-03Updating pprint documentationTom Faulhaber
2009-04-25Fixed pprint-newline :mandatoryTom Faulhaber
2009-04-12missing :useTom Faulhaber
2009-04-12Handle ArraySeqsTom Faulhaber
2009-04-06Moved cl_format back to having a "-" in the name because apparently loadTom Faulhaber
deals with this differently than use.
2009-04-06Mucked around with the headers to make them more clojure.contrib friendlyTom Faulhaber
2009-04-06Added cl-format examplesTom Faulhaber
2009-04-06Changed - to _ in filenamesTom Faulhaber
2009-04-06Basic support for pretty printerTom Faulhaber