summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-03-01made futures use CachedThreadPoolRich Hickey
2009-02-28added letfn, supports mutually recursive local fnsRich Hickey
2009-02-28avoid chaining in subvec of subvecRich Hickey
2009-02-28swtiched to url.openConnection().getLastModifiedRich Hickey
2009-02-27updated add-watch docRich Hickey
2009-02-27fix print-method for objects with :type meta but no print-method, patch from ↵Rich Hickey
Konrad Hinsen
2009-02-26gave Keywords non-identity hashCodesRich Hickey
2009-02-26interim checkin - needs testing - made watches synchronous, send old+new ↵Rich Hickey
state, added add-watch, remove-watch, redefined add-watcher in terms of add-watch
2009-02-26interim checkin - needs testing - made watches synchronous, send old+new ↵Rich Hickey
state, added add-watch, remove-watch, redefined add-watcher in terms of add-watch
2009-02-26added typeRich Hickey
2009-02-25made line-seq fully lazyRich Hickey
2009-02-24really fix nil pun in genclassRich Hickey
2009-02-24fix nil pun in genclassRich Hickey
2009-02-24unwrap InvocationTargetException's around Errors in reflective calls [issue 44]Rich Hickey