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
Age
Commit message (
Collapse
)
Author
2008-03-01
doc reformatting
Rich Hickey
2008-03-01
fixed declared method detection
Rich Hickey
2008-03-01
unified map entry and vector equality and hash
Rich Hickey
support conj of vector pair onto map
2008-03-01
made map entries vectors
Rich Hickey
2008-03-01
proxy support,
Rich Hickey
auto-load xml.clj, zip.clj and proxy.clj from clojure.jar
2008-02-29
more progress on proxies
Rich Hickey
2008-02-29
added (class x), returns getClass
Rich Hickey
2008-02-28
added cast, cast arg to Number in unary +, *
Rich Hickey
2008-02-28
added var?, special-symbol?, and changed resolve to return nil if not found
Rich Hickey
2008-02-27
started concrete proxy support
Rich Hickey
2008-02-27
added tree-seq, file-seq, xml-seq
Rich Hickey
2008-02-26
try using getContextClassLoader in implement
Rich Hickey
2008-02-26
try using getContextClassLoader as default
Rich Hickey
2008-02-26
more examples
Rich Hickey
2008-02-25
first cut at generic zipper
Rich Hickey
2008-02-25
added symbol support for ->, so (-> x :a) ==> (:a x)
Rich Hickey
2008-02-23
added RT.var() helper, made CLOJURE_NS and CURRENT_NS public
Rich Hickey
2008-02-22
fix for mixed content, extensible parse accepts parser fn
Rich Hickey
2008-02-22
completed docs
Rich Hickey
2008-02-21
allow use of not-yet-existing names qualified with current namespace when ↵
Rich Hickey
internNew
2008-02-21
get now returns nil on non-maps
Rich Hickey
2008-02-21
fixed access on helpers, contains? now returns false on non-maps
Rich Hickey
2008-02-21
avoid unread(-1)
Rich Hickey
2008-02-21
more docs
Rich Hickey
2008-02-20
more docs
Rich Hickey
2008-02-20
return false consistently on < <= > >= ==
Rich Hickey
2008-02-20
defined dissoc for no keys
Rich Hickey
2008-02-18
fixed refer NPE on non-existent namespace
Rich Hickey
2008-02-18
command line args can follow '--', in Repl and Script
Rich Hickey
2008-02-18
print doc indicates macro status
Rich Hickey
2008-02-18
find-doc sorts names
Rich Hickey
2008-02-18
renamed scan to dorun, touch to doall, support for variadic assoc and dissoc
Rich Hickey
2008-02-18
more docs, added re-pattern, print-doc, find-doc
Rich Hickey
2008-02-17
more docs
Rich Hickey
2008-02-17
doc formatting
Rich Hickey
2008-02-16
more docs, doc macro
Rich Hickey
2008-02-15
started adding docs
Rich Hickey
2008-02-15
added anonymous fn reader syntax and arg literals
Rich Hickey
2008-02-14
added rand, rand-int and defn-
Rich Hickey
2008-02-14
changed prstr to pr-str in assert
Rich Hickey
2008-02-13
fixed self-call in defmulti macro
Rich Hickey
2008-02-13
renamed :sigs to :arglists, added pr*-str fns, with-out-str
Rich Hickey
2008-02-13
added re-find, re-matcher
Rich Hickey
2008-02-13
added :sigs metadata
Rich Hickey
2008-02-13
added field names to error messages
Rich Hickey
2008-02-12
added re-groups and use in re-seq and re-matches
Rich Hickey
2008-02-12
added re-seq, re-matches, nth support for matcher
Rich Hickey
2008-02-12
added compiled regex literals via #"pattern"
Rich Hickey
2008-02-11
renamed fn and let special ops to fn* and let*. Made fn and let macros, ↵
Rich Hickey
which, by the end of boot.clj, do destructuring, as do all macros which emit them.
2008-02-11
added nth support for Map.Entry
Rich Hickey
[prev]
[next]