aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/trace.clj
AgeCommit message (Collapse)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-11-02trace.clj: add dotrace; fixes #39Stuart Sierra
Patch from Michel Salim
2009-08-05minor fix to deftrace: traced functions can now refer to themselvesStuart Halloway
2009-05-04Lots 'o doc stringsTom Faulhaber
2008-12-15Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0Stuart Sierra
2008-12-03trace.clj: fixed missing "#"Stuart Sierra
2008-12-03trace.clj: made trace a fn, indent deftracesStuart Sierra
* trace is now a function, not a macro (suggested by Stuart Halloway) * deftrace'd functions produce indented trace output * tracer function replaces *trace-out*
2008-11-13minimal port to Clojure SVN 1094+ of seq-utils import-static trace enum ↵scgilardi
javalog duck-streams str-utils. (they all load again)