summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-03-09fixed sequeRich Hickey
2009-03-06interim checkin, incorporating new stream modelRich Hickey
2009-03-05sped up for, w/fixed formattingRich Hickey
2009-03-05sped up forRich Hickey
2009-03-03restore list constants as PersistentListsRich Hickey
2009-03-03bytecode-based constants, [issue 78], patch from rwvtveerRich Hickey
2009-03-03fix cast in read-line [issue 82], patch from Chouser/TrolardRich Hickey
2009-03-02added :let option to for and doseq, order-sensitivity for options, [issue ↵Rich Hickey
88], patch from Chouser
2009-03-02use openConnection().getLastModified() only for non-jarsRich Hickey
2009-03-02fixed header commentRich Hickey
2009-03-01made letfn emit fn, not fn*Rich Hickey