| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash, | Kaz Kylheku | 2012-09-12 | 1 | -0/+122 |
* | * eval.c (eval_init): Follow function renames. | Kaz Kylheku | 2012-09-02 | 1 | -2/+2 |
* | Rounding out hash table functionality with lazy lists that | Kaz Kylheku | 2012-04-07 | 1 | -6/+72 |
* | Bunch of fixes. | Kaz Kylheku | 2012-04-05 | 1 | -1/+1 |
* | * hash.c (hash_grow, gethash_l, gethash, gethash_f): Replace | Kaz Kylheku | 2012-04-04 | 1 | -4/+4 |
* | Generational GC showing signs of working. One test case in | Kaz Kylheku | 2012-04-03 | 1 | -1/+1 |
* | * eval.c (op_modplace): push replaced with mpush (mutating push). | Kaz Kylheku | 2012-04-03 | 1 | -1/+1 |
* | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 1 | -5/+5 |
* | Start of ground-work for ephemeral GC. We must add some abstraction | Kaz Kylheku | 2012-04-01 | 1 | -3/+3 |
* | * hash.c (last_equal_key, last_equal_hash): New static variables. | Kaz Kylheku | 2012-03-31 | 1 | -23/+50 |
* | * configure (uintptr): New variable. Indicates whether unsigned | Kaz Kylheku | 2012-03-19 | 1 | -0/+22 |
* | Changing type function to not blow up on nil, which makes a lot of code | Kaz Kylheku | 2012-03-17 | 1 | -3/+2 |
* | Support quasiquoting over vectors also, and a bugfix for hash | Kaz Kylheku | 2012-03-14 | 1 | -2/+0 |
* | Allow quasi-quoting over hash table literals, | Kaz Kylheku | 2012-03-14 | 1 | -0/+14 |
* | Implementing #H((...) ...) read/print syntax for hash tables. | Kaz Kylheku | 2012-03-14 | 1 | -1/+40 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * hash.c (remhash): Rewrote buggy function. | Kaz Kylheku | 2012-02-22 | 1 | -3/+9 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -0/+13 |
* | * hash.c (hash_begin): Missing type check added, otherwise | Kaz Kylheku | 2012-01-27 | 1 | -1/+4 |
* | 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 |