aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/repl_utils.clj
AgeCommit message (Expand)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-12-11Changed all instances of ^x across contrib to (meta x) since the ^x form is b...Tom Faulhaber
2009-11-08repl-utils: (source foo) threw NPE when metadata didn't include :file. Fixed.Chouser
2009-07-02repl-utils: Fix init state for add-break-thread!Chouser
2009-06-03repl-utils: Add expression-infoChouser
2009-06-02repl_utils: add run*, run to execute namespacesscgilardi
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-04-15repl-utils: start-handling-break cleared break-threads every time it was call...Chouser
2009-04-14repl-utils: fix get-source to use full-path :file meta-data.Chouser
2009-03-19repl-utils: fix typo in doc stringChouser
2009-03-06repl-utils: add Ctrl-C support. See 'add-break-thread!'Chouser
2009-03-03Merged javadoc into repl-utilsChristophe Grand
2009-02-17Batch of changes for lazier clojure.Chouser
2009-01-21repl-utils/source: fix for package names that include dashes.Chouser
2009-01-21repl-utils/show: Add support for regex and predicate filters.Chouser
2009-01-09Fix typosChouser
2009-01-09Add docstrings to repl-utils.Chouser
2009-01-08Fix for repl-utils after Clojure SVN 1201 broke it.Chouser
2008-12-13Fix specific-method 'show'Chouser
2008-12-13Improve 'show' -- better sorting, more info on class and methods.Chouser
2008-12-13Add repl-utils with 'show' and 'source'.Chouser