summaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
...
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-46/+46
* Warning fixes.Kaz Kylheku2009-11-171-0/+1
* Use the 11 tag bit pattern to denote a new type: LIT. This is aKaz Kylheku2009-11-161-0/+2
* Version 021 preparation.txr-021Kaz Kylheku2009-11-151-2/+2
* Fixes for bug 28086. When constructing a cobj, whose associatedKaz Kylheku2009-11-141-3/+8
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-1/+1
* hash.c (hash_grow): Rewritten to avoid resizing the vectorKaz Kylheku2009-11-101-16/+19
* Changing representation of objects to allow for unboxed characters.Kaz Kylheku2009-11-091-1/+1
* Add hash removal.Kaz Kylheku2009-11-091-0/+10
* Add hash table growth.Kaz Kylheku2009-11-091-2/+32
* Changing representation of objects to allow the NUM type to beKaz Kylheku2009-11-091-10/+10
* First cut at hash tables. One known problem is allocation during gc,Kaz Kylheku2009-11-091-0/+301