Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -5/+5 |
| | | | | | we wouldn't have to declare object variables at all, so why use an obtuse syntax to do so?) | ||||
* | Add hash removal. | Kaz Kylheku | 2009-11-09 | 1 | -0/+1 |
| | |||||
* | Add hash table growth. | Kaz Kylheku | 2009-11-09 | 1 | -1/+1 |
| | |||||
* | First cut at hash tables. One known problem is allocation during gc, | Kaz Kylheku | 2009-11-09 | 1 | -0/+33 |
due to use of boxed numbers for vector access. |