aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/pprint/PrettyWriter.clj
AgeCommit message (Expand)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-11-30renamed col-write method to Java-ok col_writeRich Hickey
2009-10-29works with clojure branch new by excluding deftypeMike Hinchey
2009-07-04Changes to support the object explorerTom Faulhaber
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-05-09Support for setting *print-right-margin* to nil to indicateTom Faulhaber
2009-04-25Fixed pprint-newline :mandatoryTom Faulhaber
2009-04-06Mucked around with the headers to make them more clojure.contrib friendlyTom Faulhaber
2009-04-06Basic support for pretty printerTom Faulhaber