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
/
jvm
/
clojure
/
lang
/
Keyword.java
Age
Commit message (
Collapse
)
Author
2009-02-26
gave Keywords non-identity hashCodes
Rich Hickey
2008-12-14
Moved to Eclipse Public License - see epl-v10.html or
Rich Hickey
http://opensource.org/licenses/eclipse-1.0.php
2008-06-21
added notFound optional arg for keywords as fns and maps as fns, and enabled ↵
Rich Hickey
Symbols as fns
2008-05-19
changed keyword self-lookup to use RT.get
Rich Hickey
2008-03-23
made IFn extend Runnable, stricter overload resolution, accessible macro ↵
Rich Hickey
metadata via *macro-meta*, more type hints in boot.clj
2008-03-12
fixed build dep of Keyword on AFn, added throwArity to Keyword
Rich Hickey
2007-09-20
doc update, added bindings macro, Named
Rich Hickey
2007-09-19
sorting in keywords, symbols
Rich Hickey
2007-08-30
keyword interning, identity equality
Rich Hickey
2007-08-02
Symbol changes
Rich Hickey
2007-07-31
made IFns Callable
Rich Hickey
2007-07-13
interim checkin
Rich Hickey
2007-07-02
interim checkin
Rich Hickey
2007-07-02
interim checkin
Rich Hickey
2006-10-16
make invoke use RT.assoc so works on nil
Rich Hickey
2006-08-04
renaming
Rich Hickey
2006-08-01
changed max arity to 20
Rich Hickey
2006-07-04
made keywords index maps
Rich Hickey
2006-06-21
made invoke variadic
Rich Hickey
2006-06-12
renamed get,put etc to getAttr...
Rich Hickey
2006-06-11
changed clojure.runtime to clojure.lang
Rich Hickey