aboutsummaryrefslogtreecommitdiff
path: root/modules/gen-html-docs/src
AgeCommit message (Collapse)Author
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.ioBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03removed c.c.shell and c.c.shell-outBen Smith-Mannschott
Both are deprecated in 1.2 and have been replaced by clojure.java.shell. Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
2010-09-03remove derecated clojure.contrib.apply-macroBen Smith-Mannschott
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
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.