summaryrefslogtreecommitdiffstats
path: root/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Critical regression. Hash lookup was crashing on some platformsKaz Kylheku2011-12-201-1/+0
* * eval.c (eval_init): New functions added as intrinsics.Kaz Kylheku2011-12-101-0/+2
* * eval.c (eval_init): hashp and maphash functions registered.Kaz Kylheku2011-11-291-0/+1
* Task #11436Kaz Kylheku2011-11-261-0/+2
* Infrastructure for storing line number informationKaz Kylheku2011-11-121-1/+2
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* Trie compression. Hash table iteration.Kaz Kylheku2011-09-261-0/+3
* Filtering feature for variable substitution in output.Kaz Kylheku2011-09-251-0/+4
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* 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