Age | Commit message (Expand) | Author |
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 |
2009-02-27 | updated add-watch doc | Rich Hickey |
2009-02-27 | fix print-method for objects with :type meta but no print-method, patch from ... | Rich Hickey |
2009-02-26 | gave Keywords non-identity hashCodes | Rich Hickey |
2009-02-26 | interim checkin - needs testing - made watches synchronous, send old+new stat... | Rich Hickey |
2009-02-26 | interim checkin - needs testing - made watches synchronous, send old+new stat... | Rich Hickey |
2009-02-26 | added type | Rich Hickey |
2009-02-25 | made line-seq fully lazy | Rich Hickey |
2009-02-24 | really fix nil pun in genclass | Rich Hickey |
2009-02-24 | fix nil pun in genclass | Rich Hickey |
2009-02-24 | unwrap InvocationTargetException's around Errors in reflective calls [issue 44] | Rich Hickey |
2009-02-24 | mod fix [issue 23], patch from timothypratley | Rich Hickey |
2009-02-23 | removed dorun calls to first | Rich Hickey |
2009-02-23 | lazy-seq perf tweaks | Rich Hickey |
2009-02-20 | return unmodifiableList from ASeq.reify() | Rich Hickey |