summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-31Merge branch 'master' into newnewRich Hickey
2009-12-31only append non-blank qualifier to clojure-versionRich Hickey
2009-12-29Merge branch 'master' into newRich Hickey
2009-12-29throw AssertionError from assertRich Hickey
2009-12-23Merge branch 'master' into newRich Hickey
2009-12-23Added test-empty-sorted to test_clojure/sequences.clj Refs #128Sean
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-23Added sorted tests to test-empty in test_clojure/sequences.clj Refs #128Sean
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-23empty for sorted-map and sorted-set now maintain comparator. Fixes #128Chouser
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-23fix transient arraymaps persistent! so once-onlyRich Hickey
fix docstrings in ensureEditable to use Transient and persistent!
2009-12-18fixed typoRich Hickey
2009-12-17fix Run command in readmeRich Hickey
2009-12-17Merge branch 'master' into newRich Hickey
2009-12-17Slight clean-ups to a few doc stringsTom Faulhaber
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-17fix name conflict - bound-fn. fixes #225Rich Hickey
2009-12-17exclude IntelliJ files from distRich Hickey
2009-12-17main.clj: deprecation warning w/ usage for legacy repl/script; refs #218Stuart Sierra
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-17Add "dist" dir and "*.zip" to .gitignore for build; refs #224Stuart Sierra
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-17Add "dist" Ant target to build distribution ZIP; refs #224Stuart Sierra
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-17removed add/remove watcher, added alpha designation to watches, promises, ↵Rich Hickey
transients
2009-12-11prevent local clearing of letfnsRich Hickey
2009-12-08prevent local clearing of case test exprRich Hickey
2009-12-08merge masterRich Hickey
2009-12-08clojure.test/run-tests: return summary, add successful?; refs #193Stuart Sierra
Reformatted patch. Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-08Reinstated lost doc string for filterTom Faulhaber
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-12-07init CLEAR_SITESRich Hickey
2009-12-07fix try with no catch/finallyRich Hickey
2009-12-07first cut at fine-grained locals clearing - now locals are cleared on last ↵Rich Hickey
use, not only on tail call args
2009-12-04update example in reify docRich Hickey
2009-12-04merge masterRich Hickey
2009-12-04new formats for defprotocol, reify, deftypeRich Hickey
defprotocol no longer groups multiple arities in list reify and deftype now take :as this-name option, protocols/interfaces interleaved, no longer [P1 P2] (method [this] ...)*, now P1 (method[]...)* P2 (method[]...)* - see doc
2009-12-03Add :doc and :author metadata to core namespaces; fixes #216, fixes #217Stuart Sierra
Signed-off-by: Chouser <chouser@n01se.net>
2009-12-03deprecate add-classpath in docstring, print warning; fixes #214Stuart Sierra
Signed-off-by: Chouser <chouser@n01se.net>
2009-12-03Remove deprecated ^ reader macro from tests; fixes #215Stuart Sierra
Signed-off-by: Chouser <chouser@n01se.net>
2009-12-03Print deprecation warning for ^ reader macro; refs #215Chouser
Signed-off-by: Chouser <chouser@n01se.net>
2009-12-03Remove deprecated ^ reader macro from core sources; refs #215Stuart Sierra
Signed-off-by: Chouser <chouser@n01se.net>
2009-12-02doc fixRich Hickey
2009-12-02Add branch name "master" to version.propertiesChouser
2009-12-02Add branch name "new" to version.propertiesChouser
2009-12-01gen one-off names for dynamic deftypeRich Hickey
2009-11-30add :on-interface for code requiring class, since :on now symbolRich Hickey
2009-11-30install var callsite for AFunctions onlyRich Hickey
2009-11-30doc updateRich Hickey
2009-11-30deftype and reify support direct implementation of protocolsRich Hickey
no more . in deftype/reify methods no more implicit this, must be first param
2009-11-30protocols gen interface of same name, e.g. my.ns/Protocol gens ↵Rich Hickey
my.ns.Protocol interface names get munged reify, deftype, protocol callsites and . calling munge gen-interface is dynamic (undocumented as yet, interface TBD)
2009-11-30restore filter docRich Hickey
2009-11-30added lateral class resolution and caching in DynamicClassLoaderRich Hickey
2009-11-28added some manual locals clearing to AFn and RestFnRich Hickey
2009-11-25Merge branch 'master' into newRich Hickey
2009-11-25removed more shadowing #210Timothy Pratley
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-11-25fixed sorted-set-by with no items, and added test coverageTimothy Pratley
Signed-off-by: Timothy Pratley <timothypratley@gmail.com> Signed-off-by: Rich Hickey <richhickey@gmail.com>