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
/
repl_utils.clj
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-11-08
repl-utils: (source foo) threw NPE when metadata didn't include :file. Fixed.
Chouser
2009-07-02
repl-utils: Fix init state for add-break-thread!
Chouser
2009-06-03
repl-utils: Add expression-info
Chouser
2009-06-02
repl_utils: add run*, run to execute namespaces
scgilardi
2009-05-04
Lots 'o doc strings
Tom Faulhaber
2009-04-15
repl-utils: start-handling-break cleared break-threads every time it was call...
Chouser
2009-04-14
repl-utils: fix get-source to use full-path :file meta-data.
Chouser
2009-03-19
repl-utils: fix typo in doc string
Chouser
2009-03-06
repl-utils: add Ctrl-C support. See 'add-break-thread!'
Chouser
2009-03-03
Merged javadoc into repl-utils
Christophe Grand
2009-02-17
Batch of changes for lazier clojure.
Chouser
2009-01-21
repl-utils/source: fix for package names that include dashes.
Chouser
2009-01-21
repl-utils/show: Add support for regex and predicate filters.
Chouser
2009-01-09
Fix typos
Chouser
2009-01-09
Add docstrings to repl-utils.
Chouser
2009-01-08
Fix for repl-utils after Clojure SVN 1201 broke it.
Chouser
2008-12-13
Fix specific-method 'show'
Chouser
2008-12-13
Improve 'show' -- better sorting, more info on class and methods.
Chouser
2008-12-13
Add repl-utils with 'show' and 'source'.
Chouser