summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-04added AnArrayRich Hickey
2006-08-04renamingRich Hickey
2006-08-04got rid of identity mapsRich Hickey
2006-08-04got rid of identity mapsRich Hickey
2006-08-04added Sequential, AssociativeRich Hickey
2006-08-04renamed ISequential to IPersistentCollectionRich Hickey
2006-08-02added Iterator/Enumerator seqsRich Hickey
2006-08-02added count memberRich Hickey
2006-08-01changed max arity to 20Rich Hickey
2006-07-28derived from Obj, removed Exception declaration on withMetaRich Hickey
2006-07-28derived from ObjRich Hickey
2006-07-28derived from ObjRich Hickey
2006-07-28changed Obj to interface to metaRich Hickey
2006-07-28renamed PersistentTree -> PersistentTreeMapRich Hickey
2006-07-28removed hybrid mapsRich Hickey
2006-07-28removed hybrid mapsRich Hickey
2006-07-27made set() return TupleRich Hickey
2006-07-27first pass at ArrayListRich Hickey
2006-07-05made fn() public, changed compiler to call itRich Hickey
2006-07-05added tcount, removed fn member, now fn vals are dynamically bindableRich Hickey
2006-07-04move transaction from tld, added global tcount, bigbangRich Hickey
2006-07-04made auto-morphing into hashtableRich Hickey
2006-07-04made keywords index mapsRich Hickey
2006-07-04made Obj attrs write-onceRich Hickey
2006-07-04added val to add(), throws exception if key presentRich Hickey
2006-07-04added test codeRich Hickey
2006-07-04fixed bug not preserving identityRich Hickey
2006-07-04fixed bug not preserving identityRich Hickey
2006-06-21changed to support variadic invokeRich Hickey
2006-06-21made invoke variadicRich Hickey
2006-06-21bug fix in trim()Rich Hickey
2006-06-21added first,rest, made cons take 2 objectsRich Hickey
2006-06-20sync lisp with runtime changesRich Hickey
2006-06-20added caching of restRich Hickey
2006-06-19added generational trimmingRich Hickey
2006-06-19added Tuple, indexingRich Hickey
2006-06-19interim checkin, added Tuple, ArraySeqRich Hickey
2006-06-15reader in sync both platforms, symbols, vars, hostnames, numbers, strings, ↵Rich Hickey
chars, lists, comments
2006-06-13interim checkin - more work on readerRich Hickey
2006-06-12interim checkin - starting readerRich Hickey
2006-06-12renamed get,put etc to getAttr...Rich Hickey
2006-06-11renamed get,set et alRich Hickey
2006-06-11got rid of AGeneratorRich Hickey
2006-06-11made Objs based upon ArrayIdentityMap, allowed out-of-transaction reads of ↵Rich Hickey
current vals
2006-06-11renamed package to clojure.langRich Hickey
2006-06-11changed clojure.runtime to clojure.langRich Hickey
2006-06-11renamed org.clojure to clojureRich Hickey
2006-06-11renamed org.clojure to clojureRich Hickey
2006-06-11(no commit message)Rich Hickey
2006-06-10added FnSeqRich Hickey