| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 (hash_process_weak): There is no point in fixing up | Kaz Kylheku | 2010-01-26 | 1 | -18/+17 |
* | Fixing weak hash tables. | Kaz Kylheku | 2010-01-25 | 1 | -5/+14 |
* | * hash.c (sethash): New function. | Kaz Kylheku | 2009-12-09 | 1 | -0/+7 |
* | All COBJ operations have default implementations now; | Kaz Kylheku | 2009-12-08 | 1 | -9/+7 |
* | Eliminate the void * disease. Generic pointers are of mem_t * | Kaz Kylheku | 2009-12-04 | 1 | -1/+1 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -4/+4 |
* | Fix uninitialized memory locations. | Kaz Kylheku | 2009-11-24 | 1 | -0/+1 |
* | Renaming global variables that denote symbols, such that they | Kaz Kylheku | 2009-11-24 | 1 | -1/+1 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -12/+13 |
* | Introducing symbol packages. Internal symbols are now in | Kaz Kylheku | 2009-11-21 | 1 | -2/+3 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -46/+46 |
* | Warning fixes. | Kaz Kylheku | 2009-11-17 | 1 | -0/+1 |
* | Use the 11 tag bit pattern to denote a new type: LIT. This is a | Kaz Kylheku | 2009-11-16 | 1 | -0/+2 |
* | Version 021 preparation.txr-021 | Kaz Kylheku | 2009-11-15 | 1 | -2/+2 |
* | Fixes for bug 28086. When constructing a cobj, whose associated | Kaz Kylheku | 2009-11-14 | 1 | -3/+8 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -1/+1 |
* | hash.c (hash_grow): Rewritten to avoid resizing the vector | Kaz Kylheku | 2009-11-10 | 1 | -16/+19 |
* | Changing representation of objects to allow for unboxed characters. | Kaz Kylheku | 2009-11-09 | 1 | -1/+1 |
* | Add hash removal. | Kaz Kylheku | 2009-11-09 | 1 | -0/+10 |
* | Add hash table growth. | Kaz Kylheku | 2009-11-09 | 1 | -2/+32 |
* | Changing representation of objects to allow the NUM type to be | Kaz Kylheku | 2009-11-09 | 1 | -10/+10 |
* | First cut at hash tables. One known problem is allocation during gc, | Kaz Kylheku | 2009-11-09 | 1 | -0/+301 |