Age | Commit message (Expand) | Author |
2009-05-13 | steps in improving modularity - moving classname resolution towards consumer ... | Rich Hickey |
2009-05-08 | first steps in improving modularity - moving classname resolution towards con... | Rich Hickey |
2009-05-04 | move trunk to 1.1 | Rich Hickey |
2009-05-04 | 1.0.0 baseline | Rich Hickey |
2009-04-29 | Use platform default encoding for *in*, *out*, and *err* [issue 112], patch f... | Rich Hickey |
2009-04-28 | copy versioned jars to unversioned on build, patch from | Rich Hickey |
2009-04-28 | improved error msg for unresolved ClassName/staticField | Rich Hickey |
2009-04-27 | added support for versioned builds, alignment with *clojure-version*, (clojur... | Rich Hickey |
2009-04-27 | got rid of assert-if-lazy-seq, if*, and if as macro | Rich Hickey |
2009-04-27 | reduced promise for closed-over clearing in lazy-seq and delay, better error ... | Rich Hickey |
2009-04-21 | added *clojure-version* | Rich Hickey |
2009-04-19 | fixed doc for enumeration-seq | Rich Hickey |
2009-04-14 | clojure.main should exit with non-zero code on unhandled exceptions [issue 106] | Rich Hickey |
2009-04-14 | added file names in reflection warnings, patch from Toralf Wittner | Rich Hickey |
2009-04-12 | Use qualified filenames in var metadata [issue 50], patch from mb | Rich Hickey |
2009-04-12 | :post-init option for gen-class [issue 45], patch from Chouser | Rich Hickey |
2009-04-12 | flag to control eval reader (*read-eval*) [issue 34], patch from jhawk28 | Rich Hickey |
2009-04-12 | use column labels instead of names in resultset-seq, and validate unique [iss... | Rich Hickey |
2009-04-12 | :exposes should expose static fields as static methods [issue 2], patch from ... | Rich Hickey |
2009-04-12 | Choose most specific return type on multiple exact arg matches [issue 77] | Rich Hickey |
2009-04-10 | fixed doc for rand [issue 91] | Rich Hickey |
2009-04-10 | proxy: NPE for unresolved class [issue 102] | Rich Hickey |
2009-04-10 | Strongly typed minus throws too often [issue 101], patch from olov.lassus | Rich Hickey |
2009-04-09 | pass defmethod names to MultiFns and use in error reporting | Rich Hickey |
2009-04-09 | tweaked loadClassForName separation of not found vs init errors | Rich Hickey |
2009-04-01 | added get-method | Rich Hickey |
2009-03-22 | fixed `() | Rich Hickey |
2009-03-19 | fixed zip/remove when empty branch - patch from cgrand | Rich Hickey |
2009-03-18 | ancestors did not include the tag parents of a class' superclasses [issue 94]... | Rich Hickey |
2009-03-18 | generate bridge methods for covariant returns in proxy [issue 93], patch from... | Rich Hickey |
2009-03-17 | (empty a-lazy-seq) -> () | Rich Hickey |
2009-03-17 | made (empty aseq) -> (), (empty non-IPersistentCollection) -> nil | Rich Hickey |
2009-03-16 | limit proxy to 18 args | Rich Hickey |
2009-03-16 | fized bug in proxy patch | Rich Hickey |
2009-03-16 | fixed proxy: inheriting a method from more than one iface [issue 93], patch f... | Rich Hickey |
2009-03-09 | fixed seque | Rich Hickey |
2009-03-06 | interim checkin, incorporating new stream model | Rich Hickey |
2009-03-05 | sped up for, w/fixed formatting | Rich Hickey |
2009-03-05 | sped up for | Rich Hickey |
2009-03-03 | restore list constants as PersistentLists | Rich Hickey |
2009-03-03 | bytecode-based constants, [issue 78], patch from rwvtveer | Rich Hickey |
2009-03-03 | fix cast in read-line [issue 82], patch from Chouser/Trolard | Rich Hickey |
2009-03-02 | added :let option to for and doseq, order-sensitivity for options, [issue 88]... | Rich Hickey |
2009-03-02 | use openConnection().getLastModified() only for non-jars | Rich Hickey |
2009-03-02 | fixed header comment | Rich Hickey |
2009-03-01 | made letfn emit fn, not fn* | Rich Hickey |
2009-03-01 | made futures use CachedThreadPool | Rich Hickey |
2009-02-28 | added letfn, supports mutually recursive local fns | Rich Hickey |
2009-02-28 | avoid chaining in subvec of subvec | Rich Hickey |
2009-02-28 | swtiched to url.openConnection().getLastModified | Rich Hickey |