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
Age
Commit message (
Collapse
)
Author
2008-08-06
made vectors Comparable
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-06
made taking the value of a macro an error
Rich Hickey
2008-08-06
made empty lists implement java.util.Collection
Rich Hickey
2008-08-04
strip path from simple file name in load call from loadResourceScript
Rich Hickey
2008-08-04
accept duplicate sigs from multiple interfaces - will map to same method, ↵
Rich Hickey
just jike Java
2008-08-04
propagate exception type to tag in catch clauses
Rich Hickey
2008-08-02
made (class nil) -> nil, instead of NPE
Rich Hickey
2008-08-01
added TransactionalHashMap
Rich Hickey
2008-08-01
return null on no bestMatch to allow default logic to run
Rich Hickey
2008-08-01
changed pom.xml to match latest dir structure
Rich Hickey
2008-07-31
unmunge _'s to -'s in throwArity message
Rich Hickey
2008-07-31
re-removed checkcast before invokeInterface
Rich Hickey
2008-07-31
wrapped non-return try blocks in fn
Rich Hickey
2008-07-30
added makeNew virtual ctor, from Chas Emerick
Rich Hickey
2008-07-30
added back checkcast before invokevirtual calls
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
2008-07-29
moved clj files into src/clj/
Rich Hickey
2008-07-29
updated docs and example, from Chouser
Rich Hickey
2008-07-29
added exceptions and errors to default java.lang imports
Rich Hickey
2008-07-28
updated docs and example, from Chouser
Rich Hickey
2008-07-28
new namespace and class rules for genclass, patch from Chouser
Rich Hickey
2008-07-28
added prefer-method
Rich Hickey
2008-07-28
fixed argument handling context in eval new
Rich Hickey
2008-07-28
removed nil returns from derive/underive base cases
Rich Hickey
2008-07-28
fixed :exposes to use getDeclaredField
Rich Hickey
2008-07-28
fixed class bug in isa?
Rich Hickey
2008-07-28
isa-based multimethods, a la carte hierarchies
Rich Hickey
2008-07-25
added type hints to pr-strs and class? predicate
Rich Hickey
2008-07-25
changed Class printing to print only name
Rich Hickey
2008-07-25
made syntax-quoted symbols resolve aliases
Rich Hickey
2008-07-25
added parallel alias
Rich Hickey
2008-07-24
fixed doc typo
Rich Hickey
2008-07-24
improved validator docs
Rich Hickey
2008-07-24
added validators for vars/refs/agents - an optional second arg for agent and ↵
Rich Hickey
ref, get/set-validator, also shutdown-agents
2008-07-23
fixed out-of-bounds in toArray(Object [])
Rich Hickey
2008-07-22
fixed truncation in double/long/float_array
Rich Hickey
2008-07-22
made vectors implement java.util.List and sets implement java.util.Set
Rich Hickey
2008-07-21
removed root-level .cljs
Rich Hickey
2008-07-21
first cut at namespace aliases, via Graham Fawcett
Rich Hickey
2008-07-21
new clj code hierarchy, old still in place
Rich Hickey
2008-07-18
fixed loop for multiple scripts
Rich Hickey
2008-07-18
added load-file to parallel.clj comment
Rich Hickey
2008-07-17
peel off InvocationTargetException in reflective calls, when possible
Rich Hickey
2008-07-17
added try around body of analyze
Rich Hickey
2008-07-17
allow /s in the namespace part of symbols/keywords
Rich Hickey
2008-07-17
put name in error reports for qualified name use
Rich Hickey
[prev]
[next]