summaryrefslogtreecommitdiff
path: root/src/jvm
AgeCommit message (Expand)Author
2008-07-21new clj code hierarchy, old still in placeRich Hickey
2008-07-18fixed loop for multiple scriptsRich 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-17changed cpl urlRich Hickey
2008-07-15made Ref.fn() use get rather than currentValRich Hickey
2008-07-13added ACC_SUPER flagRich Hickey
2008-07-13allow exceptions to flow out of Script.mainRich Hickey
2008-07-13fixed treatment of catch clauses (saving ret in local) for nested handlerRich Hickey
2008-07-03added delayRich Hickey
2008-07-02removed "no box on statement" optimization so pops alignRich Hickey
2008-06-29added *flush-on-newline*Rich Hickey
2008-06-26added *file*, type hint on *agent*Rich Hickey
2008-06-24added getQueueCountRich Hickey
2008-06-24got rid of deep equals on valsRich Hickey
2008-06-23added compare, based sorts on compareRich Hickey
2008-06-22added \return support for Java \rRich Hickey
2008-06-21added notFound optional arg for keywords as fns and maps as fns, and enabled ...Rich Hickey
2008-06-20added nth support for Map.Entry so can destructure seqs of Java mapsRich Hickey
2008-06-20nth takes an optional not-found value, and destructuring uses nth with a nil ...Rich Hickey
2008-06-20fixed fn init local alignment when closed over longs/doublesRich Hickey
2008-06-19made set 'gets' return set member, not argRich Hickey
2008-06-17experimental static member access classname/member, work for fields with no p...Rich Hickey
2008-06-17filter line numbers from syntax-quoted form metadataRich Hickey
2008-06-17added Java style hex and octal integer literals, as well as arbitrary radix u...Rich Hickey
2008-06-13added *use-context-classloader*, which can be bound to true to cause the thre...Rich Hickey
2008-06-13cons, lazy-cons call seq on 2nd argRich Hickey
2008-06-11interim checkin - DO NOT USE!!Rich Hickey
2008-06-10really fixed nested try stack managementRich Hickey
2008-06-10fixed nested try stack managementRich Hickey
2008-06-09added support for closed-over primitivesRich Hickey
2008-06-04allow : as a non-repeating, non-terminal constituent character in symbolsRich Hickey
2008-06-03removed redundant pops from monitor enter/exitRich Hickey
2008-06-03fixed local binding of non-primitive-emitting exprs of primitive flow-through...Rich Hickey
2008-06-03fixed local binding of non-primitive-emitting exprs of primitive flow-through...Rich Hickey
2008-06-02added overload resolution supportRich Hickey
2008-06-02fixed getMatchingParams if tie was found before best matchRich Hickey
2008-06-02named int and long divide unchecked-divideRich Hickey
2008-06-02made Objects dominate primitives in subsumesRich Hickey
2008-06-01new primitives supportRich Hickey
2008-06-01interim checkin - DO NOT USE!Rich Hickey
2008-05-30added aset!, acloneRich Hickey
2008-05-30host call/return/if optimizationsRich Hickey
2008-05-30fixed printing ()Rich Hickey
2008-05-28made empty list non-seqRich Hickey
2008-05-28improved overload resolutionRich Hickey
2008-05-28primitive vector supportRich Hickey