summaryrefslogtreecommitdiffstats
path: root/gc.h
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup. All private functions static. Private stuffKaz Kylheku2009-11-281-0/+1
| | | | in regex module not exposed in header. Etc.
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-8/+8
| | | | | we wouldn't have to declare object variables at all, so why use an obtuse syntax to do so?)
* First cut at hash tables. One known problem is allocation during gc,Kaz Kylheku2009-11-091-0/+1
| | | | due to use of boxed numbers for vector access.
* txr-015 2009-10-15txr-015Kaz Kylheku2017-07-311-3/+1
|
* txr-013 2009-09-30txr-013Kaz Kylheku2017-07-311-1/+1
|
* txr-011 2009-09-25txr-011Kaz Kylheku2017-07-311-0/+36