Age | Commit message (Expand) | Author |
2008-07-21 | new clj code hierarchy, old still in place | Rich Hickey |
2008-07-18 | fixed loop for multiple scripts | Rich Hickey |
2008-07-17 | peel off InvocationTargetException in reflective calls, when possible | Rich Hickey |
2008-07-17 | added try around body of analyze | Rich Hickey |
2008-07-17 | allow /s in the namespace part of symbols/keywords | Rich Hickey |
2008-07-17 | put name in error reports for qualified name use | Rich Hickey |
2008-07-17 | wrapped all non-atomic evals in fn | Rich Hickey |
2008-07-17 | changed cpl url | Rich Hickey |
2008-07-15 | made Ref.fn() use get rather than currentVal | Rich Hickey |
2008-07-13 | added ACC_SUPER flag | Rich Hickey |
2008-07-13 | allow exceptions to flow out of Script.main | Rich Hickey |
2008-07-13 | fixed treatment of catch clauses (saving ret in local) for nested handler | Rich Hickey |
2008-07-03 | added delay | Rich Hickey |
2008-07-02 | removed "no box on statement" optimization so pops align | Rich Hickey |
2008-06-29 | added *flush-on-newline* | Rich Hickey |
2008-06-26 | added *file*, type hint on *agent* | Rich Hickey |
2008-06-24 | added getQueueCount | Rich Hickey |
2008-06-24 | got rid of deep equals on vals | Rich Hickey |
2008-06-23 | added compare, based sorts on compare | Rich Hickey |
2008-06-22 | added \return support for Java \r | Rich Hickey |
2008-06-21 | added notFound optional arg for keywords as fns and maps as fns, and enabled ... | Rich Hickey |
2008-06-20 | added nth support for Map.Entry so can destructure seqs of Java maps | Rich Hickey |
2008-06-20 | nth takes an optional not-found value, and destructuring uses nth with a nil ... | Rich Hickey |
2008-06-20 | fixed fn init local alignment when closed over longs/doubles | Rich Hickey |
2008-06-19 | made set 'gets' return set member, not arg | Rich Hickey |
2008-06-17 | experimental static member access classname/member, work for fields with no p... | Rich Hickey |
2008-06-17 | filter line numbers from syntax-quoted form metadata | Rich Hickey |
2008-06-17 | added Java style hex and octal integer literals, as well as arbitrary radix u... | Rich Hickey |
2008-06-13 | added *use-context-classloader*, which can be bound to true to cause the thre... | Rich Hickey |
2008-06-13 | cons, lazy-cons call seq on 2nd arg | Rich Hickey |
2008-06-11 | interim checkin - DO NOT USE!! | Rich Hickey |
2008-06-10 | really fixed nested try stack management | Rich Hickey |
2008-06-10 | fixed nested try stack management | Rich Hickey |
2008-06-09 | added support for closed-over primitives | Rich Hickey |
2008-06-04 | allow : as a non-repeating, non-terminal constituent character in symbols | Rich Hickey |
2008-06-03 | removed redundant pops from monitor enter/exit | Rich Hickey |
2008-06-03 | fixed local binding of non-primitive-emitting exprs of primitive flow-through... | Rich Hickey |
2008-06-03 | fixed local binding of non-primitive-emitting exprs of primitive flow-through... | Rich Hickey |
2008-06-02 | added overload resolution support | Rich Hickey |
2008-06-02 | fixed getMatchingParams if tie was found before best match | Rich Hickey |
2008-06-02 | named int and long divide unchecked-divide | Rich Hickey |
2008-06-02 | made Objects dominate primitives in subsumes | Rich Hickey |
2008-06-01 | new primitives support | Rich Hickey |
2008-06-01 | interim checkin - DO NOT USE! | Rich Hickey |
2008-05-30 | added aset!, aclone | Rich Hickey |
2008-05-30 | host call/return/if optimizations | Rich Hickey |
2008-05-30 | fixed printing () | Rich Hickey |
2008-05-28 | made empty list non-seq | Rich Hickey |
2008-05-28 | improved overload resolution | Rich Hickey |
2008-05-28 | primitive vector support | Rich Hickey |