summaryrefslogtreecommitdiffstats
path: root/hash.h
Commit message (Expand)AuthorAgeFilesLines
...
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* * hash.c (sethash): New function.Kaz Kylheku2009-12-091-0/+1
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-211-1/+1
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-5/+5
* Add hash removal.Kaz Kylheku2009-11-091-0/+1
* Add hash table growth.Kaz Kylheku2009-11-091-1/+1
* First cut at hash tables. One known problem is allocation during gc,Kaz Kylheku2009-11-091-0/+33