Age | Commit message (Expand) | Author |
2008-08-25 | removed implicit seq for Iterators and Enumerations, added iterator-seq and e... | Rich Hickey |
2008-08-17 | reverted DynamicClassLoader delegate findResource(s), use getResource(s) whic... | Rich Hickey |
2008-08-17 | made DynamicClassLoader delegate findResource(s) | Rich Hickey |
2008-08-16 | made baseLoader public | Rich Hickey |
2008-08-15 | filter void from isPrimitive test | Rich Hickey |
2008-08-13 | allow bridge methods if reprobing on same sig yields same method | Rich Hickey |
2008-08-10 | seq optimizations | Rich Hickey |
2008-08-09 | changed Delay to be non-fn, added delay? and force, added LazyCons and lazy-seq | Rich Hickey |
2008-08-07 | made UTF-8 default encoding on iostreams *in*, *out*, and in loadFile and loa... | Rich Hickey |
2008-08-07 | added support for loading scripts from classpath, from cemerick | Rich Hickey |
2008-08-06 | made vectors Comparable | Rich Hickey |
2008-08-06 | made loadResourceScript throw if resource not found, added maybeLoadLoadResou... | Rich Hickey |
2008-08-06 | made taking the value of a macro an error | Rich Hickey |
2008-08-06 | made empty lists implement java.util.Collection | Rich Hickey |
2008-08-04 | strip path from simple file name in load call from loadResourceScript | Rich Hickey |
2008-08-04 | propagate exception type to tag in catch clauses | Rich Hickey |
2008-08-01 | added TransactionalHashMap | Rich Hickey |
2008-08-01 | return null on no bestMatch to allow default logic to run | Rich Hickey |
2008-07-31 | unmunge _'s to -'s in throwArity message | Rich Hickey |
2008-07-31 | re-removed checkcast before invokeInterface | Rich Hickey |
2008-07-31 | wrapped non-return try blocks in fn | Rich Hickey |
2008-07-30 | added makeNew virtual ctor, from Chas Emerick | Rich Hickey |
2008-07-30 | added back checkcast before invokevirtual calls | Rich Hickey |
2008-07-29 | added exceptions and errors to default java.lang imports | Rich Hickey |
2008-07-28 | added prefer-method | Rich Hickey |
2008-07-28 | fixed argument handling context in eval new | Rich Hickey |
2008-07-28 | isa-based multimethods, a la carte hierarchies | Rich Hickey |
2008-07-25 | changed Class printing to print only name | Rich Hickey |
2008-07-25 | made syntax-quoted symbols resolve aliases | Rich Hickey |
2008-07-24 | added validators for vars/refs/agents - an optional second arg for agent and ... | Rich Hickey |
2008-07-23 | fixed out-of-bounds in toArray(Object []) | Rich Hickey |
2008-07-22 | fixed truncation in double/long/float_array | Rich Hickey |
2008-07-22 | made vectors implement java.util.List and sets implement java.util.Set | Rich Hickey |
2008-07-21 | first cut at namespace aliases, via Graham Fawcett | Rich Hickey |
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 |