index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
pprint
/
cl-format.clj
Age
Commit message (
Collapse
)
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
refs #40
2009-10-31
cl-format: ~$ wasn't handling negative numbers correctly
Tom Faulhaber
refs #40
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
that assumes that you have a pretty writer bound to *out* so we don't have to rebind it everywhere.
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
deals with this differently than use.
2009-04-06
Changed - to _ in filenames
Tom Faulhaber
2009-04-06
Basic support for pretty printer
Tom Faulhaber