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-04-27
added :keys, :syms, and :strs support to map/set destructuring, from Chouser
Rich Hickey
2008-04-27
run finally clause when exceptions thrown from catch clauses
Rich Hickey
2008-04-23
added no arg support for multimethods
Rich Hickey
2008-04-23
try uri of resource in sourcedebugextension when load from resource
Rich Hickey
2008-04-23
uset absolute path in loadFile
Rich Hickey
2008-04-22
use RT.classForName
Rich Hickey
2008-04-22
use RT.classForName
Rich Hickey
2008-04-22
moved var push outside of try in load()
Rich Hickey
2008-04-21
fixed RT.classForName call
Rich Hickey
2008-04-21
made ArraySeq and seq work for primitive arrays
Rich Hickey
2008-04-20
added root classloader, autoload user.clj from classpath if it exists
Rich Hickey
2008-04-20
back to simple logic for take
Rich Hickey
2008-04-20
made lazy-cons lazy for both first and rest
Rich Hickey
2008-04-19
refactor to remove static init cycle between RT and Compiler, in order to ↵
Rich Hickey
run RT.init in static init
2008-04-18
cleanup for findbugs
Rich Hickey
2008-04-17
changed var toString to be readable, made self-references in fns go through var
Rich Hickey
2008-04-15
removed hard call to Class.getField in InstanceFieldExpr, add Object methods ↵
Rich Hickey
to Reflector.getMethods of interface class
2008-04-15
subseq and rsubseq support for sorted maps and sets
Rich Hickey
2008-04-15
bit-nand back to bit-and-not
Rich Hickey
2008-04-14
arbitrary precision bitops
Rich Hickey
2008-04-13
added destructuring support to if-let/when-let
Rich Hickey
2008-04-13
supply source names to load on loadResourceScript
Rich Hickey
2008-04-11
made cnt optional in PersistentTreeMap.Seq
Rich Hickey
2008-04-11
bitops in Numbers, from Stephen C. Gilardi
Rich Hickey
2008-04-10
added load(rdr, sourcePath, sourceName)
Rich Hickey
2008-04-09
fixed set/select
Rich Hickey
2008-04-09
Moved MathContext creation to runtime in with-precision
Rich Hickey
2008-04-08
added with-precision patch from Christophe Grand
Rich Hickey
2008-04-08
added rationalize, fixed toRatio, added BigInteger and BigDecimal to ↵
Rich Hickey
auto-imports
2008-04-08
added Unicode escape patch from Toralf Wittner
Rich Hickey
2008-04-08
pushThreadBindings now precedes try that pops them in binding and ↵
Rich Hickey
with-local-vars
2008-04-08
read/print support for BigDecimal - float format + M suffix
Rich Hickey
2008-04-07
new numbers - all Num derivees should be not-in-use, all numbers are Java's ↵
Rich Hickey
boxed Numbers, + Ratio, added support for BigDecimal
2008-04-07
more numbers experimentation
Rich Hickey
2008-04-07
more numbers experimentation
Rich Hickey
2008-04-07
don't emit derived fn types for constants, due to visibility, emit AFn or ↵
Rich Hickey
RestFn instead
2008-04-07
really fixed RT.get string/array with index out of bounds to return null
Rich Hickey
2008-04-06
fixed RT.get string/array with index out of bounds to return null
Rich Hickey
2008-04-06
fixed reflective no-arg calls in statement position
Rich Hickey
2008-04-06
throw exception on (.member) with no target
Rich Hickey
2008-04-06
added support for package-qualified classnames in symbol-dot macroexpansion
Rich Hickey
2008-04-05
phase 2 enhanced host calls, (.member target ...), (target.member ...), and ↵
Rich Hickey
(classname. ctor-args) macroexpansions
2008-04-05
phase 1 enhanced host calls, no parens needed on args
Rich Hickey
2008-04-03
more numbers experimentation
Rich Hickey
2008-04-03
made loadResourceScript public
Rich Hickey
2008-04-03
changed *out* type hint to Writer
Rich Hickey
2008-04-03
throw exception on divide by zero
Rich Hickey
2008-04-02
more numbers experimentation
Rich Hickey
2008-04-02
added seq support for Iterators
Rich Hickey
2008-04-02
fixed macroexpand of non-seqs
Rich Hickey
[prev]
[next]