Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-03 | chouser gets involved | David Liebke and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-06-03 | arg order fix, rename chomp-> trim-nl, drop chop, perf | David Liebke and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-06-03 | collapse the replace-first-* fns, align arg order with clojure convention | David Liebke and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-06-03 | collapse the "all" replace-* fns, align arg order with clojure convention | David Liebke and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-06-03 | trim variants differ by suffix, for sortability | David Liebke and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-06-03 | make join faster #359 | David Liebke and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-06-03 | modern metadata syntax | David Liebke and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-06-03 | WIP: literal promotion of contrib code #359 | David Liebke and Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
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-06-03 | make RT/print print Pattern literals | Christophe Grand | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-06-02 | Merge branch 'master' of git@github.com:richhickey/clojure | Rich Hickey | |
2010-06-02 | flow primitives through if and let | Rich Hickey | |
2010-06-02 | update references to contrib to point to new names in clojure | Stuart Halloway | |
2010-06-02 | doto doc typo fix | Timothy Pratley | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-06-01 | disable don't-recompile-if-same-source in DynamicClassLoader, fixes #353 | Rich Hickey | |
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-28 | everything javadoc needs from contrib | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-05-28 | use io helpers, remove stream combination magic | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-05-28 | shell 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-27 | fix pop! on 33-item-long transient vectors. See #358. | Christophe Grand | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> Signed-off-by: STUART HALLOWAY <stuart@STUART-HALLOWAYs-MacBook-Pro.local> | |||
2010-05-25 | add namespaces to build | Stuart Halloway | |
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 | eliminate reflection from bit-shift slow path #355 | Stuart Halloway | |
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 | Moved pprint docs because we don't trim prefixes in clojure | Tom Faulhaber | |
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-20 | Merge branch 'patches' | Rich Hickey | |
2010-05-20 | don't append numbers on top-level fn class names | Rich Hickey | |
2010-05-20 | report num args passed on arity error | Rich Hickey | |
2010-05-20 | fix NPE if summary missing :error or :fail keys | Rich Hickey | |
2010-05-19 | bring reduce var names and docstring into line, #344 | 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-19 | Do not allow the repl to crash if printing an object that throws an ↵ | Aaron Cohen | |
exception from its equals method Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> | |||
2010-05-18 | Merge branch 'patches' | Rich Hickey | |
2010-05-18 | hotfix for classloading, force new loader in all cases | Rich Hickey | |
2010-05-17 | handle bad keyword syntax #334 | Stuart Halloway | |
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com> |