| Commit message (Expand) | Author | Age | Files | Lines |
* | Critical regression. Hash lookup was crashing on some platforms | Kaz Kylheku | 2011-12-20 | 1 | -23/+25 |
* | 2011-12-16 Kaz Kylheku <kaz@kylheku.com> | Kaz Kylheku | 2011-12-16 | 1 | -11/+29 |
* | * eval.c (eval_init): Removed registration for vec_get_fil. | Kaz Kylheku | 2011-12-14 | 1 | -7/+3 |
* | * eval.c (eval_init): New functions added as intrinsics. | Kaz Kylheku | 2011-12-10 | 1 | -0/+10 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -7/+11 |
* | * eval.c (lookup_var, lookup_fun): Reversing assoc arguments. | Kaz Kylheku | 2011-12-07 | 1 | -4/+4 |
* | * hash.c (hash_process_weak): Fix regression caused by a mistake | Kaz Kylheku | 2011-11-30 | 1 | -1/+1 |
* | * eval.c (eval_init): hashp and maphash functions registered. | Kaz Kylheku | 2011-11-29 | 1 | -0/+9 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -10/+19 |
* | Added a JSON parsing test case. This flushed out a bug which crashed | Kaz Kylheku | 2011-11-18 | 1 | -2/+5 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -18/+41 |
* | * hash.c (ll_hash): Added a break in the case that handles | Kaz Kylheku | 2011-11-04 | 1 | -0/+1 |
* | * hash.c (ll_hash): Hashing of pointers should take into | Kaz Kylheku | 2011-10-19 | 1 | -1/+6 |
* | * 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 | -6/+54 |
* | Filtering feature for variable substitution in output. | Kaz Kylheku | 2011-09-25 | 1 | -0/+31 |
* | * 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 |