Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-24 | Set release versions to 1.3.0-alpha11.3.0-alpha1 | Stuart Sierra | |
2010-09-23 | Add distributionManagement sections to top-level and parent POMs | Stuart Sierra | |
2010-09-23 | Use clojure.version property in AOT-compiled modules | Stuart Sierra | |
2010-09-23 | Use clojure.contrib.version property in all modules | Stuart Sierra | |
2010-09-23 | Create clojure.contrib.version property in parent | Stuart Sierra | |
2010-09-23 | :require clojure.set in accumulators as it's not auto-loaded anymore | Stuart Sierra | |
2010-09-23 | Set clojure.version to 1.3.0-master-SNAPSHOT | Stuart Sierra | |
2010-09-23 | Revert "[maven-release-plugin] prepare release 1.3.0" | Stuart Sierra | |
This reverts commit d6e13bca9b78b7124f8e787be70704b32173fd1c. | |||
2010-09-23 | Revert "[maven-release-plugin] prepare for next development iteration" | Stuart Sierra | |
This reverts commit d5529fd47a7e0ce4001b2588def1ffcd1fe9e274. | |||
2010-09-17 | [maven-release-plugin] prepare for next development iteration | Stuart Sierra | |
2010-09-17 | [maven-release-plugin] prepare release 1.3.0 | Stuart Sierra | |
2010-09-17 | Remove extra xmlns declarations from POMs (breaks release plugin) | Stuart Sierra | |
2010-09-17 | Set clojure.version to 1.2.0 for release | Stuart Sierra | |
2010-09-17 | Add latest Maven build plugin to top-level POM | Stuart Sierra | |
2010-09-17 | Base64 decoding from Teemu Antti-Poika; refs #84 | Stuart Sierra | |
2010-09-17 | Fix EOF-handling in JSON reader; refs #91 | Stuart Sierra | |
2010-09-17 | Fix broken with-ns tests; refs #95 | Stuart Sierra | |
* broken by Clojure commit 1c0468dbe5228bb8c228e1370133bbe1d018e058 * Clojure's compiler exceptions changed their format | |||
2010-09-16 | Fix broken repl-utils/show | Chouser | |
Was broken since fe4ed311166677cd571d23774171af1d830f7fc5 Fixes #94 Also add a bit more type info in class component maps. | |||
2010-09-08 | Fix arglist doc for level-specific macros | Alexander Taggart | |
2010-09-05 | commenting out tests that fail only on build machine | Alexander Taggart | |
2010-09-03 | Merge branch 'master' of git://github.com/clojure/clojure-contrib | Konrad Hinsen | |
2010-09-03 | macro-utils: don't expand symbols bound in the surrounding lexical environment | Konrad Hinsen | |
2010-09-03 | AOT-compiled modules depend specifically on Clojure 1.2.0 | Stuart Sierra | |
2010-09-03 | Add AOT-compilation for modules that gen-class | Stuart Sierra | |
2010-09-03 | Inhibit all AOT-compilation in parent module | Stuart Sierra | |
2010-09-03 | removed deprecated subset?, superset? from clojure.contrib.set | Ben Smith-Mannschott | |
Both functions have been promoted to clojure.set. Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed 9 deprecated functions from clojure.contrib.repl-utils | Ben Smith-Mannschott | |
Promoted to clojure.core: - flatten - group-by - partition-by - frequencies - reductions - partition-all - shuffle - rand-elt (clojure.core/rand-nth) Not promoted to clojure.core: - includes? prefer 'contains?' for key testing, or 'some' for ad hoc linear searches. Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed deprecated clojure.contrib.seq-utils | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed 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-03 | removed deprecated clojure.contrib.pprint | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed deprecated clojure.contrib.java-utils | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed deprecated clojure.contrib.duck-streams | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.string | Ben 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-03 | remove deprecated clojure.contrib.str-utils2 | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.str-utils | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.io | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | removed c.c.shell and c.c.shell-out | Ben 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-03 | remove deprecated clojure.contrib.test-is | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.javadoc | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.properties | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.http-connection | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove deprecated clojure.contrib.http-agent | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | remove derecated clojure.contrib.apply-macro | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-09-03 | gen-html-docs needs clojure.contrib.def | Ben Smith-Mannschott | |
Signed-off-by: Stuart Sierra <mail@stuartsierra.com> | |||
2010-08-26 | Added :pre to functions instead of using custom assert-args macro in ↵ | Matt Clark | |
c.c.mock Cleaned up c.c.mock documentation Removed map? preconditions on mock functions which was causing tests to fail updated copyright notices for mock improved mock namespace description Fixed line endings which were erroneously CRLF instead of LF | |||
2010-08-25 | Update links in README | Stuart Sierra | |
2010-08-24 | Merge branch 'better_uberjar' | Stuart Sierra | |
2010-08-24 | Omit Clojure files from complete 'uberjar' | Stuart Sierra | |
2010-08-22 | Tests for c.c.logging | Alexander Taggart | |
2010-08-22 | New features: | Alexander Taggart | |
- log macros for using print-style args - log macros for using format-style args - Log and LogFactory protocols allow for providing alternate implementations - *tx-agent-levels* and *force* allow controlling the direct vs agent behavior Improvements: - *logging-agent* uses :error-mode :continue - log-capture! now optionally takes args specifying out and err logging levels - with-logs now optionally takes args specifying out and err logging levels - Fixed synchronization issue around calling System.setOut/setErr - Avoided reflection in log-stream - spy uses pprint to format output Breaking changes: - *allow-direct-logging*: Replaced with improved functionality via *force* - *impl-name*: Replaced with impl-name fn on LogFactory protocol - trace/debug/etc: throwable position changed to allow for print-style args - log: throwable position changed to keep consistency with message-last layout of print- and format-style args' |