| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-06-03 | Make disj nil-aware | Meikel Brandmeyer | |
| Refers #360 Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | Fix reductions on empty input sequence | Meikel Brandmeyer | |
| Refers #362 Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-06-03 | test for #327 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-28 | place to hang defn error messages | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-28 | #330 def/declare do not reset metadata unless init-expr is passed | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-28 | name handles strings | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-28 | tweaking what gets exposed (javadoc #357) | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-28 | related tests from contrib | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-27 | test for #358 | Stuart Halloway | |
| Signed-off-by: STUART HALLOWAY <stuart@STUART-HALLOWAYs-MacBook-Pro.local> | |||
| 2010-05-24 | better error message on failed refer | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-24 | propagate useful metadata to protocol fns #349 | Stuart Halloway | |
| - also add :added metadata for fns with newly visible docstrings Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-24 | fix NPE if redefined protocol removes method #333 (Mike Hinchey) | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-22 | last var wins only for clojure.core, #332 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-20 | added failed-agent test for pprint | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-20 | Various pprint updates: Generalized support for various ref types Added ↵ | Tom Faulhaber | |
| pprint tests for various datatypes Bring private var access in line with the coding standard & all good sense Add support for PersistentQueue objects Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-20 | clear macro meta #352 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-20 | more code review of #311 | Stuart Halloway | |
| - better docstring - so long dangerous recursive delete, we hardly knew ye Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-20 | tweaks to java.io based on community feedback | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-20 | promote clojure.contrib.io to clojure.java.io (with api changes) | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-19 | test for #317 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-17 | handle bad keyword syntax #334 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-07 | make error expectation 1.5/1.6 agnostic | Stuart Halloway | |
| 2010-05-07 | Rename two vec-test to be distinct and fix upper bound on random sequence ↵ | Daniel Solano Gómez | |
| modifier, see #341 Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-07 | Add annotations support to gen-class, plus tests. See #318. | Daniel Solano Gómez | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-07 | clojure.repl with -fn naming, #310 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-07 | promote Jason Wolfe's superset?, subset? #338 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-07 | duck type RT.err #343 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-04 | more protocol tests, fixed NPE in extend, #239 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-04 | Enabled Java Serialization for nearly all data structures - fixes 281 | Chas Emerick | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-04 | Fix PersistentQueue equality | Chas Emerick | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-03 | verify :added for clojure.pprint api | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-03 | Added the pretty printer, clojure.pprint | Tom Faulhaber | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-03 | added 1.0, test all public doc-ed fns have :added | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-05-01 | removed seq-contains? | Rich Hickey | |
| 2010-05-01 | split annotations test into java 5 / later | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-30 | check when chunked seq goes unchunked, #328 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-28 | Merge branch 'master' into seqfnsseqfns | Rich Hickey | |
| 2010-04-28 | turn off annotations test for now | Rich Hickey | |
| 2010-04-28 | added flatten, group-by, partition-by, frequencies, reductions, rand-nth, ↵ | Rich Hickey | |
| seq-contains?, partition-all, shuffle no-arg range is infinite 0,1,2,3... opts for vector | |||
| 2010-04-27 | Add containsKey and entryAt support to Vec, plus tests. Fixes #314. | Daniel Solano Gómez | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-27 | Add Comparable support to Vec, with tests. Fixes #266. | Daniel Solano Gómez | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-27 | tests for annotations | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-24 | munge package names in definterface, #306 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-24 | re-import changed deftype, see #303 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-24 | java.util.Map for defrecord, #313 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-24 | make defrecord .cons work, #231 | Stuart Halloway | |
| - based on original patch from Allen Rohner - altered to handle nil correctly - added test cases Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-22 | reversible support for Vec #267 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-21 | IPersistentCollection methods for VecSeq (see #297) | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-21 | tests for case (#296) | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
| 2010-04-20 | tests for #299 | Stuart Halloway | |
| Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
