summaryrefslogtreecommitdiff
path: root/src/cli/runtime
AgeCommit message (Collapse)Author
2006-07-28changed Obj to interface to metaRich Hickey
2006-07-28renamed PersistentTree -> PersistentTreeMapRich 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-04fixed bug not preserving identityRich 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-15reader in sync both platforms, symbols, vars, hostnames, numbers, strings, ↵Rich Hickey
chars, lists, comments
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-10added FnSeqRich Hickey
2006-06-10finished tld purge, moved to wide dynamic binding on VarsRich Hickey
2006-06-10interim checkin, modified TLD - Var brokenRich Hickey
2006-06-10interim checkin, removed tld passing from IFnRich Hickey
2006-06-10added PersistentArrayMap.EMPTY, exception declsRich Hickey
2006-06-10made ISequentialRich Hickey
2006-06-09reordered sig of Seq.push()Rich Hickey
2006-06-09made ISequentialRich Hickey
2006-06-09made ISequentialRich Hickey
2006-06-09made Seq members final/readonlyRich Hickey
2006-06-09made ISequentialRich Hickey
2006-06-09made ISequentialRich Hickey
2006-06-09renamed rest() to next()Rich Hickey
2006-06-09added ISeq, ISequential, modified ConsRich Hickey
2006-06-07test code changesRich Hickey
2006-06-07ported PersistentHybridMap and PersistentHybridIdentityMapRich Hickey
fixed virtual decls
2006-06-07ported PersistentHashtableMap and PersistentHashtableIdentityMapRich Hickey
2006-06-07ported PersistentListMap, PersistentListIdentityMapRich Hickey
2006-06-07ported PersistentArrayIdentityMapRich Hickey
2006-06-07ported PersistentArrayMapRich Hickey
2006-06-07renamed to PersistentTreeRich Hickey
2006-06-07derived RBTree from IPersistentMapRich Hickey
2006-06-07added IPersistentMap, IMapEntryRich Hickey
2006-06-07matches JavaRich Hickey