summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-28made vector seqs chunked by defaultRich Hickey
2009-05-28added reduce to quotient and remainderRich Hickey
2009-05-28added ArrayChunk end bound and ChunkBufferRich Hickey
2009-05-28perf tweaks to count, nthRich Hickey
2009-05-28first cut of chunked seqsRich Hickey
Chunked seqs, initial Java-side support
2009-05-27get rid of root classloader. Establish dynamic context classloader for repl ↵Rich Hickey
thread. Default true for *use-context-classloader*
2009-05-26avoid reflecting on nil instance method targetRich Hickey
2009-05-25trap instance method calls to known nil targets at compile timeRich Hickey
2009-05-25switched binding to use let instead of doRich Hickey
2009-05-22propagate line numbers in top-level macroexpansionRich Hickey
2009-05-18enhanced message for Can't call public method of non-public classRich Hickey
2009-05-16do unrolls at top-levelRich Hickey
2009-05-15use context classloader as parent for dynamic classloadersRich Hickey
2009-05-14made main a better interop example, using RT.var and Symbol.internRich Hickey
2009-05-13steps in improving modularity - moving classname resolution towards consumer ↵Rich Hickey
in: ns - wraps require and use calls in with-loading-context
2009-05-08first steps in improving modularity - moving classname resolution towards ↵Rich Hickey
consumer in: new, static calls, class literals and import. Note import is now a macro (but tolerant of quotes for backwards compatibility)
2009-05-04move trunk to 1.1Rich Hickey
2009-05-041.0.0 baselineRich Hickey
2009-04-29Use platform default encoding for *in*, *out*, and *err* [issue 112], patch ↵Rich Hickey
from scgilardi
2009-04-28copy versioned jars to unversioned on build, patch from Rich Hickey
laurent.petit made :major :minor :incremental parts of *clojure-version* integers
2009-04-28improved error msg for unresolved ClassName/staticFieldRich Hickey
2009-04-27added support for versioned builds, alignment with *clojure-version*, ↵Rich Hickey
(clojure-version) function. Note this will create jars with names like: clojure-1.0.0-RC1-SNAPSHOT.jar [issue 110], patch from laurent.petit
2009-04-27got rid of assert-if-lazy-seq, if*, and if as macroRich Hickey
2009-04-27reduced promise for closed-over clearing in lazy-seq and delay, better error ↵Rich Hickey
msg in condp, added stream?, support for streams in sequence, tweaks to Stream (streams still not for public use)
2009-04-21added *clojure-version*Rich Hickey
2009-04-19fixed doc for enumeration-seqRich Hickey
2009-04-14Build patch: install results to local Maven repository [issue 105], patch ↵Rich Hickey
from hlship
2009-04-14clojure.main should exit with non-zero code on unhandled exceptions [issue 106]Rich Hickey
2009-04-14added file names in reflection warnings, patch from Toralf WittnerRich Hickey
2009-04-12Use qualified filenames in var metadata [issue 50], patch from mbRich Hickey
2009-04-12:post-init option for gen-class [issue 45], patch from ChouserRich Hickey
2009-04-12flag to control eval reader (*read-eval*) [issue 34], patch from jhawk28Rich Hickey
2009-04-12use column labels instead of names in resultset-seq, and validate unique ↵Rich Hickey
[issue 33]
2009-04-12:exposes should expose static fields as static methods [issue 2], patch from ↵Rich Hickey
Chouser
2009-04-12Choose most specific return type on multiple exact arg matches [issue 77]Rich Hickey
2009-04-10fixed doc for rand [issue 91]Rich Hickey
2009-04-10proxy: NPE for unresolved class [issue 102]Rich Hickey
2009-04-10Strongly typed minus throws too often [issue 101], patch from olov.lassusRich Hickey
2009-04-09pass defmethod names to MultiFns and use in error reportingRich Hickey
2009-04-09tweaked loadClassForName separation of not found vs init errorsRich Hickey
2009-04-01added get-methodRich Hickey
2009-03-22fixed `()Rich Hickey
2009-03-19fixed zip/remove when empty branch - patch from cgrandRich Hickey
2009-03-18ancestors did not include the tag parents of a class' superclasses [issue ↵Rich Hickey
94], patch from cemerick
2009-03-18generate bridge methods for covariant returns in proxy [issue 93], patch ↵Rich Hickey
from cgrand
2009-03-17(empty a-lazy-seq) -> ()Rich Hickey
2009-03-17made (empty aseq) -> (), (empty non-IPersistentCollection) -> nilRich Hickey
2009-03-16limit proxy to 18 argsRich Hickey
2009-03-16fized bug in proxy patchRich Hickey
2009-03-16fixed proxy: inheriting a method from more than one iface [issue 93], patch ↵Rich Hickey
from cgrand