Age | Commit message (Expand) | Author |
2006-08-04 | added AnArray | Rich Hickey |
2006-08-04 | renaming | Rich Hickey |
2006-08-04 | got rid of identity maps | Rich Hickey |
2006-08-04 | got rid of identity maps | Rich Hickey |
2006-08-04 | added Sequential, Associative | Rich Hickey |
2006-08-04 | renamed ISequential to IPersistentCollection | Rich Hickey |
2006-08-02 | added Iterator/Enumerator seqs | Rich Hickey |
2006-08-02 | added count member | Rich Hickey |
2006-08-01 | changed max arity to 20 | Rich Hickey |
2006-07-28 | derived from Obj, removed Exception declaration on withMeta | Rich Hickey |
2006-07-28 | derived from Obj | Rich Hickey |
2006-07-28 | derived from Obj | Rich Hickey |
2006-07-28 | changed Obj to interface to meta | Rich Hickey |
2006-07-28 | renamed PersistentTree -> PersistentTreeMap | Rich Hickey |
2006-07-28 | removed hybrid maps | Rich Hickey |
2006-07-28 | removed hybrid maps | Rich Hickey |
2006-07-27 | made set() return Tuple | Rich Hickey |
2006-07-27 | first pass at ArrayList | Rich Hickey |
2006-07-05 | made fn() public, changed compiler to call it | Rich Hickey |
2006-07-05 | added tcount, removed fn member, now fn vals are dynamically bindable | Rich Hickey |
2006-07-04 | move transaction from tld, added global tcount, bigbang | Rich Hickey |
2006-07-04 | made auto-morphing into hashtable | Rich Hickey |
2006-07-04 | made keywords index maps | Rich Hickey |
2006-07-04 | made Obj attrs write-once | Rich Hickey |
2006-07-04 | added val to add(), throws exception if key present | Rich Hickey |
2006-07-04 | added test code | Rich Hickey |
2006-07-04 | fixed bug not preserving identity | Rich Hickey |
2006-07-04 | fixed bug not preserving identity | Rich Hickey |
2006-06-21 | changed to support variadic invoke | Rich Hickey |
2006-06-21 | made invoke variadic | Rich Hickey |
2006-06-21 | bug fix in trim() | Rich Hickey |
2006-06-21 | added first,rest, made cons take 2 objects | Rich Hickey |
2006-06-20 | sync lisp with runtime changes | Rich Hickey |
2006-06-20 | added caching of rest | Rich Hickey |
2006-06-19 | added generational trimming | Rich Hickey |
2006-06-19 | added Tuple, indexing | Rich Hickey |
2006-06-19 | interim checkin, added Tuple, ArraySeq | Rich Hickey |
2006-06-15 | reader in sync both platforms, symbols, vars, hostnames, numbers, strings, ch... | Rich Hickey |
2006-06-13 | interim checkin - more work on reader | Rich Hickey |
2006-06-12 | interim checkin - starting reader | Rich Hickey |
2006-06-12 | renamed get,put etc to getAttr... | Rich Hickey |
2006-06-11 | renamed get,set et al | Rich Hickey |
2006-06-11 | got rid of AGenerator | Rich Hickey |
2006-06-11 | made Objs based upon ArrayIdentityMap, allowed out-of-transaction reads of cu... | Rich Hickey |
2006-06-11 | renamed package to clojure.lang | Rich Hickey |
2006-06-11 | changed clojure.runtime to clojure.lang | Rich Hickey |
2006-06-11 | renamed org.clojure to clojure | Rich Hickey |
2006-06-11 | renamed org.clojure to clojure | Rich Hickey |
2006-06-11 | (no commit message) | Rich Hickey |
2006-06-10 | added FnSeq | Rich Hickey |