Age | Commit message (Expand) | Author |
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-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 | 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 | 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-18 | fixed reverse and sort to return () on empty coll | Rich Hickey |
2009-02-18 | fixed bean, patch from Chouser | Rich Hickey |
2009-02-18 | added sequence | Rich Hickey |
2009-02-18 | fixed (cycle []) | Rich Hickey |
2009-02-18 | fixed nil punning in genclass, patch from Chouser | Rich Hickey |
2009-02-17 | merged lazy branch -r1236:1286 | Rich Hickey |
2009-02-12 | fixed distinct nil handling | Rich Hickey |
2009-02-12 | added multi-arg clojure.set/union/difference/intersection, patch from jawolfe | Rich Hickey |
2009-02-11 | fixed ensure to use deref | Rich Hickey |
2009-02-11 | repl read refactoring, patch from scgilardi | Rich Hickey |
2009-02-11 | added Counted interface and counted? predicate | Rich Hickey |
2009-02-11 | catch method redef in proxy, patch from jbondeson | Rich Hickey |
2009-02-11 | IDeref print method honors *print-level*, patch from Chouser | Rich Hickey |
2009-02-10 | added inlining on remaining coercions | Rich Hickey |
2009-02-10 | ~@x outside of syntax-quote yields: (unquote-splicing x), patch from mb | Rich Hickey |
2009-02-10 | added per-defmulti hierarchies, patch from mb | Rich Hickey |
2009-02-10 | fixed get overload in future-call | Rich Hickey |
2009-02-09 | zip/remove does not return the correct loc, patch from cgrand | Rich Hickey |
2009-02-09 | clojure.main should not exit if there was an exception in an --init file | Rich Hickey |
2009-02-09 | fixed Ratio->bigdec, patch from jbondeson | Rich Hickey |
2009-02-09 | improved ref printing, patch from Chouser | Rich Hickey |
2009-02-09 | added #_ ignore form reader macro | Rich Hickey |
2009-01-31 | fixed pmap so parallel in first n steps | Rich Hickey |
2009-01-26 | added pcalls, pvalues | Rich Hickey |
2009-01-25 | fixed definline, patch from Chouser | Rich Hickey |
2009-01-24 | make tree-seq accept non-branch root, patch from cgrand | Rich Hickey |
2009-01-24 | defmacro now returns var, patch from cgrand | Rich Hickey |
2009-01-24 | removes many reflection warnings from clojure.core files, patch from cgrand | Rich Hickey |
2009-01-23 | added mod, patch from Mark Engelberg | Rich Hickey |
2009-01-23 | made :default a keyword arg to defmulti, added support for docstring and meta... | Rich Hickey |
2009-01-23 | Added doc strings for many *vars*, patch from Jarkko | Rich Hickey |
2009-01-23 | Added doc string to ns macro, patch from mb | Rich Hickey |
2009-01-22 | added vary-meta | Rich Hickey |
2009-01-21 | wrap bean accessors in prepRet | Rich Hickey |
2009-01-21 | added methods/prefers for multimethod reflection | Rich Hickey |
2009-01-20 | added overloads for Atom.swap | Rich Hickey |
2009-01-15 | hashCode/equals/= cleanup, maximize alignment with j.u.Collections | Rich Hickey |