Age | Commit message (Expand) | Author |
2008-10-24 | added *print-length* and *print-level*, patch from Stephen C. Gilardi | Rich Hickey |
2008-10-19 | fixed set = | Rich Hickey |
2008-10-17 | added optional type arg to into-array, patch from Stephen C. Gilardi | Rich Hickey |
2008-10-16 | improved nil handling in merge, merge-with | Rich Hickey |
2008-10-15 | simplified regex literal format - no longer need to escape \ | Rich Hickey |
2008-10-15 | fixed (read r nil ...) | Rich Hickey |
2008-10-13 | interim checkin - not for general use, but feel free to try | Rich Hickey |
2008-10-13 | allow private vars in reader literals | Rich Hickey |
2008-10-12 | first step towards AOT compilation - constants now read from strings in class... | Rich Hickey |
2008-10-12 | fixed entrySet | Rich Hickey |
2008-10-11 | enhanced prefers to prefer whole trees to others | Rich Hickey |
2008-10-11 | enhanced print/read - default print-method prints | Rich Hickey |
2008-10-11 | refined ## to #=, now takes either | Rich Hickey |
2008-10-10 | fixed syntax quote of vars | Rich Hickey |
2008-10-09 | added ##expr reader support, reads read-time evaluated value of expr | Rich Hickey |
2008-10-08 | added redirectable *err*, patch from Stephen C. Gilardi | Rich Hickey |
2008-10-06 | made ISeq extend Sequential | Rich Hickey |
2008-10-06 | made maps implement java.util.Map | Rich Hickey |
2008-10-05 | added class names to "no match" Reflector messages | Rich Hickey |
2008-10-04 | added inlining for integer bitops | Rich Hickey |
2008-10-04 | improved error on malformed let | Rich Hickey |
2008-10-04 | hardwired JDK 6 StringBuilder workaround to StringBuilder | Rich Hickey |
2008-10-04 | hardwired JDK 6 StringBuilder workaround to StringBuilder | Rich Hickey |
2008-09-30 | canonify True in Reflector prepRet | Rich Hickey |
2008-09-23 | added exceptions thrown by watchers to agent's errors, for now | Rich Hickey |
2008-09-23 | first cut at agent watches - add-watch/remove-watch | Rich Hickey |
2008-09-22 | added print-method multimethod and switched printing to use it | Rich Hickey |
2008-09-21 | removed reflective calls in ArraySeq when Object array | Rich Hickey |
2008-09-21 | made vectors enforce integer keys | Rich Hickey |
2008-09-19 | made many things public for ClojureScript, patch from Chouser | Rich Hickey |
2008-09-19 | enhanced handling of reader errors during load | Rich Hickey |
2008-09-19 | added *1/2/3 *e and tweaked error messages | Rich Hickey |
2008-09-18 | improved error location info | Rich Hickey |
2008-09-16 | fixed resolveIns to resolve alias | Rich Hickey |
2008-09-15 | revert isSynthetic - still inadequate for JDK 6 | Rich Hickey |
2008-09-15 | switched to isSynthetic in getMethods | Rich Hickey |
2008-09-13 | fixed nth with not-found arg - when negative index returns not-found | Rich Hickey |
2008-09-12 | fixed withMeta ctor in LazyCons | Rich Hickey |
2008-09-12 | interim checkin - delayed class loading infrastructure | Rich Hickey |
2008-09-07 | fixed ns/-in-ns resolution in lookupVar | Rich Hickey |
2008-09-06 | added :refer-clojure support to ns, special resolution of ns and in-ns, moved... | Rich Hickey |
2008-09-03 | removed static init dependency on Compiler | Rich Hickey |
2008-09-01 | fixed recursive LazyCons by using sentinel other than this | Rich Hickey |
2008-08-30 | switched to using baseLoader() in loadResourceScript() | Rich Hickey |
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 |