| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-14 | #710 diff mutable sets | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2011-01-05 | Build and deploy with Maven 2; CLJ-681 | Stuart Sierra | |
| * Real pom.xml * Simpler build.xml for local development with Ant * No Clojure plugin; uses AntRun to build Clojure * POM inheritance from Sonatype OSS deployment * Build instructions in README * Automatically builds "slim" and "sources" JARs as before * 'distribution' profile generates a ZIP * version.properties generated by the version in pom.xml * slightly different format * minor changes to clojure.core to handle version.properties * Fix tests that assumed Ant as the test driver * Tweaked run_tests.clj to work against current master | |||
| 2011-01-05 | Added sorted-by support for walk and tests | Timothy Pratley | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-31 | Mark ~w as :pretty (meaning it requires a pretty-writer) #682 | Tom Faulhaber | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-31 | I added a new macro, print-length-loop, that augments loop to only iterate ↵ | Tom Faulhaber | |
| *print-length* times and then emit the "...". This makes it easy to write correct hand-coded dispatch functions. Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-19 | #687: modify doc string to match enhancement to str/join | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-19 | fix "string.join doesn't work with sets and other collections" | Alex Ott | |
| parameters destructuring isn't working with collections that has no operation 'nth' Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-17 | cache newline system property in a private var #300 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-17 | Convert the pretty printer to emit platform-specific newlines when it breaks ↵ | Tom Faulhaber | |
| lines Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-17 | use platform default for (newline) | Alan Dipert and Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-17 | Make sure we write saved trailing white space ahead of a multiline string ↵ | Tom Faulhaber | |
| output. Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-17 | do not count on stack traces being there at REPL reporting time #691 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-12 | back to snapshots | Stuart Halloway | |
| 2010-12-12 | [Automated release] Clojure 1.3.0-alpha4 | Stuart Halloway | |
| 2010-12-08 | Prevent promises from blocking on print. Fixes #680 | Aaron Bedra | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-12-07 | fix version metadata | Stuart Halloway | |
| 2010-12-04 | inline nil? | Rich Hickey | |
| 2010-11-29 | Added tests and updated docs for init-proxy and update-proxy. Also updated ↵ | fogus | |
| the docstrings. Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-29 | added proxy as return value for init-proxy and update-proxy | fogus | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-29 | CLJ-674: Modified clojure.string docstring to remove the quote in the ↵ | fogus | |
| require directive Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-29 | Updated the docstring on slurp to indicate it accepts an arbitrary ↵ | Alex Redington | |
| clojure.java.io/reader Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-29 | Move doc and find-doc to repl, support docstrings for special ops. CLJ-454 | Chouser | |
| Also add special ops and namespaces to what find-doc searches through. Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-29 | properly munge namespaces -> java package names for protocols and deftype ↵ | Chas Emerick | |
| and friends; fixes CLJ-432 Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-29 | Fixes that aliasing an unknown namespace gave an unhelpful error; will now ↵ | David Rupp | |
| throw the same Exception thrown by (the-ns) when the namespace is not found Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-29 | #672: limit binding to just conveyor-fn, add regression test for "Pop ↵ | Stuart Halloway | |
| without matching push" symptom Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-29 | Restore *agent* binding in agent action. CLJ-672 | Chouser | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-28 | Revert accidental slurp changes that snuck in with #441 | Aaron Bedra | |
| Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2010-11-27 | added *unchecked-math* support, temporarily disabled name propagation to fns | Rich Hickey | |
| 2010-11-27 | Normalize uncheckeds, quotient, remainder. Inline quot and rem. ↵ | Rich Hickey | |
| unchecked-foo-long are now just unchecked-foo. | |||
| 2010-11-26 | Added unchecked casts; fixes bug #441. Code and original patches supplied by ↵ | Aaron Bedra | |
| @stuarthalloway Signed-off-by: Rich Hickey <richhickey@gmail.com> | |||
| 2010-11-17 | propagate name to fn in defn | Rich Hickey | |
| 2010-11-05 | back to interim | Stuart Halloway | |
| 2010-11-05 | [Automated release] Clojure 1.3.0-alpha3 | Stuart Halloway | |
| 2010-11-05 | Document mutual exclusion of fixtures and test-ns-hook; refs #235 | Stuart Sierra | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-05 | Wrap JUnit XML headers in with-test-out; refs #431 | Stuart Sierra | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-05 | add conversion from BigInt to BigInteger | Alexander Taggart | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-05 | Avoid NullPointerException in clojure.stacktrace when StackTraceElement has ↵ | Stuart Sierra | |
| null class; refs #449 Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-05 | #458 print-table | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-05 | Add set-break-handler! and thread-stopper, refs CLJ-460 | Chouser | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-11-05 | Add with-redefs macro and with-redefs-fn, CLJ-665 | Chouser | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-10-29 | move type hints on chunk stuff | Rich Hickey | |
| 2010-10-25 | back to interim | Stuart Halloway | |
| 2010-10-25 | [Automated release] Clojure 1.3.0-alpha2 | Stuart Halloway | |
| 2010-10-25 | #465 make with-local-vars dynamic | Cosmin Stejerean | |
| 2010-10-20 | Support primitives args/return without :static (:static currently nop). IFns ↵ | Rich Hickey | |
| taking/returning primitives derive from IFn + new IFn$LOD... interfaces. Arities up to 4 supported. No more conveyance of metadata to fn in defn - put metadata on fns explicitly. | |||
| 2010-10-15 | require dynamically rebindable vars be explicitly declared dynamic, via ↵ | Rich Hickey | |
| ^:dynamic metadata support in def, or setDynamic builder method in Var. Also auto-enable :dynamic for *var*s as a bridge - prints warning, and will be removed before release. | |||
| 2010-10-15 | Merge branch 'direct' | Rich Hickey | |
| 2010-10-15 | binding conveyance to future calls and agent sends | Rich Hickey | |
| 2010-10-15 | #453 reflection | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-10-15 | 315: minor tweaks to documentation over phil's patch | Stephen C. Gilardi | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
