| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (eval_init): Follow function renames. | Kaz Kylheku | 2012-09-02 | 1 | -4/+4 |
* | * eval.c (mapcarv): Changed to external linkage. | Kaz Kylheku | 2012-08-29 | 1 | -0/+1 |
* | * eval.c (eval_init): New intrinsic functions remq*, remql*, | Kaz Kylheku | 2012-04-15 | 1 | -0/+5 |
* | * eval.c (eval_init): find-if intrinsic registered. | Kaz Kylheku | 2012-04-14 | 1 | -0/+1 |
* | * eval.c (eval_init): New functions remove-if and keep-if. | Kaz Kylheku | 2012-04-14 | 1 | -0/+2 |
* | * arith.c (bignum): Previously static function now exposed as external. | Kaz Kylheku | 2012-04-08 | 1 | -1/+3 |
* | Rounding out hash table functionality with lazy lists that | Kaz Kylheku | 2012-04-07 | 1 | -0/+1 |
* | Code cleanup and tweaking. | Kaz Kylheku | 2012-04-05 | 1 | -0/+1 |
* | Bunch of fixes. | Kaz Kylheku | 2012-04-05 | 1 | -1/+1 |
* | Generational GC showing signs of working. One test case in | Kaz Kylheku | 2012-04-03 | 1 | -4/+5 |
* | * eval.c (op_modplace): push replaced with mpush (mutating push). | Kaz Kylheku | 2012-04-03 | 1 | -0/+2 |
* | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 1 | -18/+33 |
* | * lib.c (vec_set_length): Use set instead of assignment. | Kaz Kylheku | 2012-04-02 | 1 | -0/+1 |
* | Start of ground-work for ephemeral GC. We must add some abstraction | Kaz Kylheku | 2012-04-01 | 1 | -0/+3 |
* | * arith.c (numeq): New function. | Kaz Kylheku | 2012-03-29 | 1 | -0/+2 |
* | * arith.c (gcd): Allow zeros. Don't issue "non-integral" | Kaz Kylheku | 2012-03-29 | 1 | -0/+3 |
* | * eval.c (eval_init): New intrinsic num-str registered. | Kaz Kylheku | 2012-03-26 | 1 | -0/+1 |
* | * lib.c (rebind_s): New symbol variable. | Kaz Kylheku | 2012-03-24 | 1 | -1/+1 |
* | * arith.c (expo): New function. | Kaz Kylheku | 2012-03-22 | 1 | -0/+1 |
* | Fix sqrt confusion. There must be a separate isqrt | Kaz Kylheku | 2012-03-22 | 1 | -0/+1 |
* | * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions. | Kaz Kylheku | 2012-03-22 | 1 | -0/+6 |
* | * arith.c (to_float): New static function. | Kaz Kylheku | 2012-03-22 | 1 | -1/+1 |
* | * arith.c (divi): New function. | Kaz Kylheku | 2012-03-21 | 1 | -0/+1 |
* | * arith.c (flo_int): New function. | Kaz Kylheku | 2012-03-20 | 1 | -0/+1 |
* | * arith.c (plus): Optimization: use num_fast when | Kaz Kylheku | 2012-03-20 | 1 | -0/+5 |
* | * configure (uintptr): New variable. Indicates whether unsigned | Kaz Kylheku | 2012-03-19 | 1 | -2/+12 |
* | Changing type function to not blow up on nil, which makes a lot of code | Kaz Kylheku | 2012-03-17 | 1 | -2/+5 |
* | * eval.c (eval_init): New intrinsic functions | Kaz Kylheku | 2012-03-16 | 1 | -0/+4 |
* | Fixing two instances of unintentional O(n*n) behavior and poor memory use | Kaz Kylheku | 2012-03-01 | 1 | -0/+2 |
* | * debug.c: Missing d command implemented. | Kaz Kylheku | 2012-02-28 | 1 | -0/+3 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * eval.c (eval_init): Intrinsic bindings for sub, ref, refset | Kaz Kylheku | 2012-02-22 | 1 | -1/+2 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -6/+13 |
* | * lib.c (sub, ref, replace): New functions. | Kaz Kylheku | 2012-02-19 | 1 | -0/+3 |
* | * eval.c (rest_s, op_s): New variables. | Kaz Kylheku | 2012-02-03 | 1 | -0/+1 |
* | * arith.c (plus, minus): Better wording in error messages. | Kaz Kylheku | 2012-01-26 | 1 | -0/+1 |
* | * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluation | Kaz Kylheku | 2012-01-26 | 1 | -1/+5 |
* | * eval.c (eval_init): New functions registered. | Kaz Kylheku | 2012-01-25 | 1 | -0/+4 |
* | * eval.c (eval_init): list_str registered. | Kaz Kylheku | 2012-01-11 | 1 | -0/+1 |
* | Spat of new features having to do with lazy processing. | Kaz Kylheku | 2012-01-10 | 1 | -1/+3 |
* | * eval.c (eval_init): New gensym function registered. | Kaz Kylheku | 2012-01-01 | 1 | -0/+3 |
* | * eval.c (eval_init): New function interned. | Kaz Kylheku | 2011-12-25 | 1 | -0/+1 |
* | * lib.c (memql): New function. | Kaz Kylheku | 2011-12-23 | 1 | -0/+1 |
* | * eval.c (eval_init): New function registered. | Kaz Kylheku | 2011-12-20 | 1 | -0/+1 |
* | * eval.c (eval_init): New functions registered as intrinsics. | Kaz Kylheku | 2011-12-20 | 1 | -0/+2 |
* | * eval.c (bindings_helper): Fix format arguments. | Kaz Kylheku | 2011-12-18 | 1 | -1/+4 |
* | * eval.c (eval_init): not added as synonym for null. | Kaz Kylheku | 2011-12-15 | 1 | -11/+11 |
* | * eval.c (eval_init): Removed registration for vec_get_fil. | Kaz Kylheku | 2011-12-14 | 1 | -4/+3 |
* | * arith.c (plus, minus, gt, lt, ge, le): Handle character operands. | Kaz Kylheku | 2011-12-14 | 1 | -0/+2 |
* | * arith.c (exptmod, gcd): New functions. | Kaz Kylheku | 2011-12-13 | 1 | -0/+2 |