aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/pprint
AgeCommit message (Expand)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-12-11Changed all instances of ^x across contrib to (meta x) since the ^x form is b...Tom Faulhaber
2009-12-10Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ...Tom Faulhaber
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-24make filename canonical: pprint/cl-format.clj -> pprint/cl_format.cljSteve Gilardi
2009-10-31cl-format: ~$ wasn't handling very small fractions (that round to 0) correctly.Tom Faulhaber
2009-10-31cl-format: ~$ wasn't handling negative numbers correctlyTom Faulhaber
2009-10-29works with clojure branch new by excluding deftypeMike Hinchey
2009-07-23Drop / from the list of chars that's escaped for JSON in pprint JSON dispatchTom Faulhaber
2009-07-06Support for *print-base* and *print-radix* in cl-format, pprint and write.Tom Faulhaber
2009-07-05Handle 0 correctly in non-java-supported basesTom Faulhaber
2009-07-04Changes to support the object explorerTom Faulhaber
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-16pprint: Changing one '=' into an 'identical?' gave us another ~30% speedup.Tom Faulhaber
2009-06-14pprint: Modified buffer-length to remove (or at least ameliorate) aTom Faulhaber
2009-06-13pprint: directly call some dispatch functions that we use often to beTom Faulhaber
2009-06-05Expose xml-dispatch so it can be used directly with write and fix upTom Faulhaber
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
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
2009-05-09Broke write into two parts one of which takes a stream and one ofTom Faulhaber
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
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