clojure:20090320

Last commit made on 2009-03-20
Get this branch:
git clone -b 20090320 https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
20090320
Repository:
lp:clojure

Recent commits

8c1ee0c... by Rich Hickey <email address hidden>

branch for 20090320 release

4f24b93... by Rich Hickey <email address hidden>

fixed zip/remove when empty branch - patch from cgrand

cb874e7... by Rich Hickey <email address hidden>

ancestors did not include the tag parents of a class' superclasses [issue 94], patch from cemerick

05678fa... by Rich Hickey <email address hidden>

generate bridge methods for covariant returns in proxy [issue 93], patch from cgrand

80f00b1... by Rich Hickey <email address hidden>

(empty a-lazy-seq) -> ()

f015ab4... by Rich Hickey <email address hidden>

made (empty aseq) -> (), (empty non-IPersistentCollection) -> nil

63a0c31... by Rich Hickey <email address hidden>

limit proxy to 18 args

33e1d5b... by Rich Hickey <email address hidden>

fized bug in proxy patch

c44a65c... by Rich Hickey <email address hidden>

fixed proxy: inheriting a method from more than one iface [issue 93], patch from cgrand

eac2f44... by Rich Hickey <email address hidden>

fixed seque