summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-10fixed fn name propagation, added cljfn namespace segment prefix on all ↵Rich Hickey
generated fns
2008-03-10moving to new metadata/docstringsRich Hickey
2008-03-10moving to new metadata/docstringsRich Hickey
2008-03-10moving to new metadata/docstringsRich Hickey
2008-03-10moving to new metadata/docstringsRich Hickey
2008-03-08moving to new metadata/docstringsRich Hickey
2008-03-08keep tail out of tree, speeding up cons/popRich Hickey
2008-03-07moving to new metadata/docstringsRich Hickey
2008-03-07added new metadata/docstring handling to defn, type hint to defmethod, begin ↵Rich Hickey
moving to new metadata/docstrings
2008-03-07made munge public, upped SMAP range to 10000Rich Hickey
2008-03-05renamed PersistentHashMap.INode.seq to nodeSeq to avoid override of ↵Rich Hickey
AMapEntry.seq in Leaf
2008-03-05fixed MapEntry.seq to use AMapEntry.seqRich Hickey
2008-03-05added set.cljRich Hickey
2008-03-04fixed hash-set of empty coll/nilRich Hickey
renamed select select-keys renamed set to ref-set renamed to-set to set, returns a set now added set.clj, set operations and 'relational' algebra
2008-03-04fixed bug with nested try blocksRich Hickey
2008-03-04sets - read/print/compile/metadata, hash-set, sorted-set, disjRich Hickey
2008-03-03starting set supportRich Hickey
2008-03-03added EnumerationSeq and support for Enumerations in seqRich Hickey
2008-03-03added SeqEnumerationRich Hickey
2008-03-02added destructuring to loopRich Hickey
2008-03-02added slurp, subs, max-key, min-keyRich Hickey
2008-03-01doc reformattingRich Hickey
2008-03-01doc reformattingRich Hickey
2008-03-01fixed declared method detectionRich Hickey
2008-03-01unified map entry and vector equality and hashRich Hickey
support conj of vector pair onto map
2008-03-01made map entries vectorsRich Hickey
2008-03-01proxy support, Rich Hickey
auto-load xml.clj, zip.clj and proxy.clj from clojure.jar
2008-02-29more progress on proxiesRich Hickey
2008-02-29added (class x), returns getClassRich Hickey
2008-02-28added cast, cast arg to Number in unary +, *Rich Hickey
2008-02-28added var?, special-symbol?, and changed resolve to return nil if not foundRich Hickey
2008-02-27started concrete proxy supportRich Hickey
2008-02-27added tree-seq, file-seq, xml-seqRich Hickey
2008-02-26try using getContextClassLoader in implementRich Hickey
2008-02-26try using getContextClassLoader as defaultRich Hickey
2008-02-26more examplesRich Hickey
2008-02-25first cut at generic zipperRich Hickey
2008-02-25added symbol support for ->, so (-> x :a) ==> (:a x)Rich Hickey
2008-02-23added RT.var() helper, made CLOJURE_NS and CURRENT_NS publicRich Hickey
2008-02-22fix for mixed content, extensible parse accepts parser fnRich Hickey
2008-02-22completed docsRich Hickey
2008-02-21allow use of not-yet-existing names qualified with current namespace when ↵Rich Hickey
internNew
2008-02-21get now returns nil on non-mapsRich Hickey
2008-02-21fixed access on helpers, contains? now returns false on non-mapsRich Hickey
2008-02-21avoid unread(-1)Rich Hickey
2008-02-21more docsRich Hickey
2008-02-20more docsRich Hickey
2008-02-20return false consistently on < <= > >= ==Rich Hickey
2008-02-20defined dissoc for no keysRich Hickey
2008-02-18fixed refer NPE on non-existent namespaceRich Hickey