clojure:20081217

Last commit made on 2008-12-21
Get this branch:
git clone -b 20081217 https://git.launchpad.net/clojure

Branch merges

Branch information

Name:
20081217
Repository:
lp:clojure

Recent commits

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

integrate 1177: fixed with-bindings to not hardwire compile-time compile path

437ff9b... by Rich Hickey <email address hidden>

make sure find returns entry with original key

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

Copy or release 20081217

98b43b6... by Rich Hickey <email address hidden>

updated readme with run and build lines

857bae5... by Rich Hickey <email address hidden>

made default build run clean

2917a41... by Rich Hickey <email address hidden>

EPL in header

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

refactored Comparator into superclass of functions only

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

Moved to Eclipse Public License - see epl-v10.html or
http://opensource.org/licenses/eclipse-1.0.php

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

proxy perf tweaks
Note breaking change if you are using the proxy interface other than the proxy macro itself - proxy maps are now maps of (preferably interned) strings to fns, not symbols to fns, and if you construct a proxy manually you must establish initial map with init-proxy

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

force instance member interpretation of (.method ClassName), e.g. (.getMethods String) works