clojure:1.0.x

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

Branch merges

Branch information

Name:
1.0.x
Repository:
lp:clojure

Recent commits

833f9f3... by Christophe Grand <email address hidden>

fixes commute after set

Signed-off-by: Rich Hickey <email address hidden>

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

move 1.0 to 1.0.1 alpha

05126f4... by Rich Hickey <email address hidden>

create branch for 1.0

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

1.0.0 baseline

32429be... by Rich Hickey <email address hidden>

Use platform default encoding for *in*, *out*, and *err* [issue 112], patch from scgilardi

0467cd7... by Rich Hickey <email address hidden>

copy versioned jars to unversioned on build, patch from
laurent.petit
made :major :minor :incremental parts of *clojure-version* integers

3548ed6... by Rich Hickey <email address hidden>

improved error msg for unresolved ClassName/staticField

37ae4fb... by Rich Hickey <email address hidden>

added support for versioned builds, alignment with *clojure-version*, (clojure-version) function. Note this will create jars with names like: clojure-1.0.0-RC1-SNAPSHOT.jar [issue 110], patch from laurent.petit

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

got rid of assert-if-lazy-seq, if*, and if as macro

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

reduced promise for closed-over clearing in lazy-seq and delay, better error msg in condp, added stream?, support for streams in sequence, tweaks to Stream (streams still not for public use)