aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/pprint/cl-format.clj
AgeCommit message (Expand)Author
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-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-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-03Cleaned up cl-format's doc stringTom Faulhaber
2009-05-03Updating pprint documentationTom Faulhaber
2009-04-06Moved cl_format back to having a "-" in the name because apparently loadTom Faulhaber
2009-04-06Changed - to _ in filenamesTom Faulhaber
2009-04-06Basic support for pretty printerTom Faulhaber