Age | Commit message (Collapse) | Author |
|
|
|
Thanks to Allen Rohner for report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
part of clojure.core
|
|
|
|
Adapted from various versions posted at
http://groups.google.com/group/clojure/browse_thread/thread/256cbf2a0ae6a27a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* trace is now a function, not a macro (suggested by Stuart Halloway)
* deftrace'd functions produce indented trace output
* tracer function replaces *trace-out*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|