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
Age
Commit message (
Expand
)
Author
2010-01-20
Move source files into Maven-style directory structure.
Stuart Sierra
2009-12-11
Changed all instances of ^x across contrib to (meta x) since the ^x form is b...
Tom Faulhaber
2009-12-10
Remove the translation of (meta x) to ^x in code dispatch, since the ^x form ...
Tom Faulhaber
2009-12-10
Fixes for defs losing their doc strings (and other metadata).
Tom Faulhaber
2009-11-30
renamed col-write method to Java-ok col_write
Rich Hickey
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-10-29
works with clojure branch new by excluding deftype
Mike Hinchey
2009-07-23
Drop / from the list of chars that's escaped for JSON in pprint JSON dispatch
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-07-04
Changes to support the object explorer
Tom Faulhaber
2009-06-24
gtic: move clojure tests and supporting libraries into clojure repos
Stuart Halloway
2009-06-16
pprint: Changing one '=' into an 'identical?' gave us another ~30% speedup.
Tom Faulhaber
2009-06-14
pprint: Modified buffer-length to remove (or at least ameliorate) a
Tom Faulhaber
2009-06-13
pprint: directly call some dispatch functions that we use often to be
Tom Faulhaber
2009-06-05
Expose xml-dispatch so it can be used directly with write and fix up
Tom Faulhaber
2009-05-14
Created new examples of how to use pretty print dispatch functions
Tom Faulhaber
2009-05-09
Support for setting *print-right-margin* to nil to indicate
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-09
Broke write into two parts one of which takes a stream and one of
Tom Faulhaber
2009-05-03
Cleaned up cl-format's doc string
Tom Faulhaber
2009-05-03
Updating pprint documentation
Tom Faulhaber
2009-04-25
Fixed pprint-newline :mandatory
Tom Faulhaber
2009-04-12
missing :use
Tom Faulhaber
2009-04-12
Handle ArraySeqs
Tom Faulhaber
2009-04-06
Moved cl_format back to having a "-" in the name because apparently load
Tom Faulhaber
2009-04-06
Mucked around with the headers to make them more clojure.contrib friendly
Tom Faulhaber
2009-04-06
Added cl-format examples
Tom Faulhaber
2009-04-06
Changed - to _ in filenames
Tom Faulhaber
2009-04-06
Basic support for pretty printer
Tom Faulhaber