summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-29moved clj files into src/clj/Rich Hickey
2008-07-29moved clj files into src/clj/Rich Hickey
2008-07-29updated docs and example, from ChouserRich Hickey
2008-07-29added exceptions and errors to default java.lang importsRich Hickey
2008-07-28updated docs and example, from ChouserRich Hickey
2008-07-28new namespace and class rules for genclass, patch from ChouserRich Hickey
2008-07-28added prefer-methodRich Hickey
2008-07-28fixed argument handling context in eval newRich Hickey
2008-07-28removed nil returns from derive/underive base casesRich Hickey
2008-07-28fixed :exposes to use getDeclaredFieldRich Hickey
2008-07-28fixed class bug in isa?Rich Hickey
2008-07-28isa-based multimethods, a la carte hierarchiesRich Hickey
2008-07-25added type hints to pr-strs and class? predicateRich Hickey
2008-07-25changed Class printing to print only nameRich Hickey
2008-07-25made syntax-quoted symbols resolve aliasesRich Hickey
2008-07-25added parallel aliasRich Hickey
2008-07-24fixed doc typoRich Hickey
2008-07-24improved validator docsRich Hickey
2008-07-24added validators for vars/refs/agents - an optional second arg for agent and ↵Rich Hickey
ref, get/set-validator, also shutdown-agents
2008-07-23fixed out-of-bounds in toArray(Object [])Rich Hickey
2008-07-22fixed truncation in double/long/float_arrayRich Hickey
2008-07-22made vectors implement java.util.List and sets implement java.util.SetRich Hickey
2008-07-21removed root-level .cljsRich Hickey
2008-07-21first cut at namespace aliases, via Graham FawcettRich Hickey
2008-07-21new clj code hierarchy, old still in placeRich Hickey
2008-07-18fixed loop for multiple scriptsRich Hickey
2008-07-18added load-file to parallel.clj commentRich Hickey
2008-07-17peel off InvocationTargetException in reflective calls, when possibleRich Hickey
2008-07-17added try around body of analyzeRich Hickey
2008-07-17allow /s in the namespace part of symbols/keywordsRich Hickey
2008-07-17put name in error reports for qualified name useRich Hickey
2008-07-17wrapped all non-atomic evals in fnRich Hickey
2008-07-17added doc for return value of alter and commuteRich Hickey
2008-07-17changed cpl urlRich Hickey
2008-07-15made Ref.fn() use get rather than currentValRich Hickey
2008-07-13added ACC_SUPER flagRich Hickey
2008-07-13removed support for finalize, as providing stub causes it to exist, with ↵Rich Hickey
great performance cost
2008-07-13allow exceptions to flow out of Script.mainRich Hickey
2008-07-13made conj accept multiple itemsRich Hickey
2008-07-13fixed loop with destructuring and inter-binding dependenciesRich Hickey
2008-07-13fixed treatment of catch clauses (saving ret in local) for nested handlerRich Hickey
2008-07-04made (drop 0 s) return seq of coll, and drop-while similarlyRich Hickey
2008-07-03added delayRich Hickey
2008-07-03added sequeRich Hickey
2008-07-03added drop-lastRich Hickey
2008-07-02removed "no box on statement" optimization so pops alignRich Hickey
2008-06-29added *flush-on-newline*Rich Hickey
2008-06-27fixed reduce w/init Rich Hickey
fixed doc on pmin
2008-06-26fixed no-arg (sorted-set)Rich Hickey
2008-06-26added *file*, type hint on *agent*Rich Hickey