Age | Commit message (Expand) | Author |
---|---|---|
2009-11-24 | make filename canonical: pprint/cl-format.clj -> pprint/cl_format.clj | Steve Gilardi |
2009-10-31 | cl-format: ~$ wasn't handling very small fractions (that round to 0) correctly. | Tom Faulhaber |
2009-10-31 | cl-format: ~$ wasn't handling negative numbers correctly | Tom Faulhaber |
2009-07-06 | Support for *print-base* and *print-radix* in cl-format, pprint and write. | Tom Faulhaber |
2009-07-05 | Handle 0 correctly in non-java-supported bases | Tom Faulhaber |
2009-05-09 | Got rid of some debug code that doesn't work across namespaces | Tom Faulhaber |
2009-05-09 | New multimethod-based dispatch system. Made a path all the way through | Tom Faulhaber |
2009-05-03 | Cleaned up cl-format's doc string | Tom Faulhaber |
2009-05-03 | Updating pprint documentation | Tom Faulhaber |
2009-04-06 | Moved cl_format back to having a "-" in the name because apparently load | Tom Faulhaber |
2009-04-06 | Changed - to _ in filenames | Tom Faulhaber |
2009-04-06 | Basic support for pretty printer | Tom Faulhaber |