| Commit message (Expand) | Author | Age | Files | Lines |
* | Critical regression. Hash lookup was crashing on some platforms | Kaz Kylheku | 2011-12-20 | 1 | -1/+0 |
* | * eval.c (eval_init): New functions added as intrinsics. | Kaz Kylheku | 2011-12-10 | 1 | -0/+2 |
* | * eval.c (eval_init): hashp and maphash functions registered. | Kaz Kylheku | 2011-11-29 | 1 | -0/+1 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -0/+2 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -1/+2 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | Trie compression. Hash table iteration. | Kaz Kylheku | 2011-09-26 | 1 | -0/+3 |
* | Filtering feature for variable substitution in output. | Kaz Kylheku | 2011-09-25 | 1 | -0/+4 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | * hash.c (sethash): New function. | Kaz Kylheku | 2009-12-09 | 1 | -0/+1 |
* | Introducing symbol packages. Internal symbols are now in | Kaz Kylheku | 2009-11-21 | 1 | -1/+1 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -5/+5 |
* | 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 |