aboutsummaryrefslogtreecommitdiff
path: root/modules/repl-utils/src/main/clojure
AgeCommit message (Collapse)Author
2010-09-16Fix broken repl-utils/showChouser
Was broken since fe4ed311166677cd571d23774171af1d830f7fc5 Fixes #94 Also add a bit more type info in class component maps.
2010-09-03removed deprecated source, get-source, apropos from clojure.contrib.repl-utils.Ben Smith-Mannschott
available in clojure.repl as source, source-fn, and apropos, respectively. Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.stringBen Smith-Mannschott
Since clojure.contrib.string is used by other submodules, some changes were required: - gen-html-docs and prxml needed changes because of functions were renamed or arguments reordered when promoted to clojure.string. - jmx, json, miglayout, prxml and sql gained a private one-argument implementation of as-str. - repl-utils gained a private copy of c.c.string/partition, named spartition. - repl-utils replaced a call to c.c.string/substring? with a call to the java String method '.contains' (with swapped argument order). Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove deprecated clojure.contrib.javadocBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-08-12Continue updating dependencies & adding missing filesStuart Sierra
2010-08-07Split all namespaces into sub-modules.Stuart Sierra
* Examples and tests have not been copied over. * Clojure test/compile phases are commented out in parent POM. * May require installing parent POM before full build.