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-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
2008-02-11
changed strcats to str
Rich Hickey
2008-02-11
formatting
Rich Hickey
2008-02-11
added assoc/dissoc/conj support for beans
Rich Hickey
2008-02-11
folded strcat into str
Rich Hickey
2008-02-11
added :else to collection-tag
Rich Hickey
2008-02-11
removed export
Rich Hickey
2008-02-10
added when-first, lazy-cat
Rich Hickey
fixed for so bindings can nest, e.g. (for [x xs y (f x)]...
2008-02-08
made meta return nil on non-IObjs
Rich Hickey
2008-02-08
added prstr, assert, test
Rich Hickey
2008-02-08
renamed ns-exports ns-publics
Rich Hickey
2008-02-08
var metadata
Rich Hickey
2008-02-06
added seq support and inspector support for Java Maps
Rich Hickey
[prev]
[next]