summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-05-28use io helpers, remove stream combination magicStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-28shell from contribStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-27fix 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-24better error message on failed referStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-24propagate useful metadata to protocol fns #349Stuart Halloway
- also add :added metadata for fns with newly visible docstrings Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-24eliminate reflection from bit-shift slow path #355Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-24fix NPE if redefined protocol removes method #333 (Mike Hinchey)Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-22last var wins only for clojure.core, #332Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-20Various 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-20clear macro meta #352Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-20more code review of #311Stuart Halloway
- better docstring - so long dangerous recursive delete, we hardly knew ye Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-20tweaks to java.io based on community feedbackStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-20promote clojure.contrib.io to clojure.java.io (with api changes)Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-20Merge branch 'patches'Rich Hickey
2010-05-20don't append numbers on top-level fn class namesRich Hickey
2010-05-20report num args passed on arity errorRich Hickey
2010-05-20fix NPE if summary missing :error or :fail keysRich Hickey
2010-05-19bring reduce var names and docstring into line, #344Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-19Do 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-18Merge branch 'patches'Rich Hickey
2010-05-18hotfix for classloading, force new loader in all casesRich Hickey
2010-05-17handle bad keyword syntax #334Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07Add annotations support to gen-class, plus tests. See #318.Daniel Solano Gómez
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07clojure.repl with -fn naming, #310Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07deprecationsStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07promote Jason Wolfe's superset?, subset? #338Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-07duck type RT.err #343Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-04more protocol tests, fixed NPE in extend, #239Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-04last-one-in-wins for refers and interns, warns on replacementRich Hickey
2010-05-04Enabled Java Serialization for nearly all data structures - fixes 281Chas Emerick
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-04Fix PersistentQueue equalityChas Emerick
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-04fix restfn with 20 req argsRich Hickey
2010-05-03Added the pretty printer, clojure.pprintTom Faulhaber
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-03fixed stack consumpton in (pr & more)David Powell
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-03added 1.0, test all public doc-ed fns have :addedStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-01removed seq-contains?Rich Hickey
2010-04-30Fix defrecord keyword lookup on fields matching no-arg methods, fixes #329Rich Hickey
2010-04-30check when chunked seq goes unchunked, #328Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-30make == fail on non-numbersRich Hickey
2010-04-29metadata for :addedStuart Halloway
- after docstring for doc-ed vars - do not add to private or undoc-ed vars Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-29fix keep-indexed on non-chunked seqsRich Hickey
2010-04-28tuned up into, added map-indexed, keep, keep-indexedRich Hickey
2010-04-28Merge branch 'master' into seqfnsseqfnsRich Hickey
2010-04-28added 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-27Add containsKey and entryAt support to Vec, plus tests. Fixes #314.Daniel Solano Gómez
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-27eliminate reflection in #266Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-27Add Comparable support to Vec, with tests. Fixes #266.Daniel Solano Gómez
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-27route all coercions through RTRich Hickey
2010-04-27made defrecords SerializableRich Hickey
2010-04-27added parameter destructuring support to reify and deftype/recordRich Hickey