index
:
clojure
1.0.x
1.1.x
1.2.x
20081217
20090320
applet
chunks
ensure
equal
equiv
gh-pages
lazy
master
new
num
par
prim
seqfns
streams
The Clojure programming language http://clojure.org
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clj
Age
Commit message (
Collapse
)
Author
2008-08-30
Fixed genclass method handling to max of 18 parameters
Rich Hickey
2008-08-29
changed :requires/:uses/:imports in ns macro to :require/:use/:import
Rich Hickey
2008-08-28
added get-in, assoc-in, update-in
Rich Hickey
2008-08-28
Added require/use/load-resources, contributed by Stephen C. Gilardi
Rich Hickey
enhanced ns macro to call these
2008-08-28
added defonce
Rich Hickey
2008-08-28
added imports, refers, format, printf, ns
Rich Hickey
2008-08-25
improved UnsupportedOperationException message, patch from Chouser
Rich Hickey
2008-08-25
removed implicit seq for Iterators and Enumerations, added iterator-seq and ↵
Rich Hickey
enumeration-seq explicit constructors
2008-08-15
backed off lazy-seq, too many complexites when side effects, stick with ↵
Rich Hickey
lazy-cons
2008-08-12
added with-in-str
Rich Hickey
2008-08-12
use recur in concat$cat
Rich Hickey
2008-08-10
seq optimizations
Rich Hickey
2008-08-09
changed Delay to be non-fn, added delay? and force, added LazyCons and lazy-seq
Rich Hickey
2008-08-06
added unary support for =, not=, none=
Rich Hickey
2008-08-06
added multi-arg support for = and not=.
Rich Hickey
Added none=.
2008-08-06
made loadResourceScript throw if resource not found, added ↵
Rich Hickey
maybeLoadLoadResourceScript, failIfNotFound flag, based on patch from cemerick. Added overload of RT.var that takes an initial value.
2008-08-04
accept duplicate sigs from multiple interfaces - will map to same method, ↵
Rich Hickey
just jike Java
2008-08-02
made (class nil) -> nil, instead of NPE
Rich Hickey
2008-07-30
switched to using / in loadResourceScript call in generated static init
Rich Hickey
2008-07-29
moved clj files into src/clj/
Rich Hickey
[prev]