| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 67 | Kaz Kylheku | 2013-07-12 | 1 | -0/+1 |
* | * eval.c (eval_init): tok-str acquires new parameter | Kaz Kylheku | 2013-06-11 | 1 | -1/+1 |
* | * eval.c (eval_init): lazy-str's third argument is optional. | Kaz Kylheku | 2013-06-11 | 1 | -5/+6 |
* | * eval.c (eval_init): lazy string related functions become intrinsics. | Kaz Kylheku | 2013-05-22 | 1 | -0/+10 |
* | * eval.c (eval_init): Register tok_str as intrinsic. | Kaz Kylheku | 2013-05-20 | 1 | -0/+1 |
* | * eval.c (eval_init): New intrinsics, time-string-local and | Kaz Kylheku | 2013-05-15 | 1 | -0/+2 |
* | * eval.c (eval_init): State argument in random-fixnum should be | Kaz Kylheku | 2013-05-14 | 1 | -1/+1 |
* | * RELNOTES: Updated in preparation for release. | Kaz Kylheku | 2013-05-14 | 1 | -0/+3 |
* | * eval.c (eval_init): New instrinsic function iffi registered. | Kaz Kylheku | 2013-01-11 | 1 | -0/+1 |
* | * eval.c: Allow the test form of a for loop to be omitted, | Kaz Kylheku | 2012-09-25 | 1 | -1/+2 |
* | * eval.c (apply): Fix in error message: hard coded "apply" instead | Kaz Kylheku | 2012-09-24 | 1 | -1/+1 |
* | * arith.c (logtest): New function. | Kaz Kylheku | 2012-09-18 | 1 | -0/+25 |
* | * arith.c (comp_trunc, logcomp): logcomp renamed to lognot, | Kaz Kylheku | 2012-09-17 | 1 | -1/+1 |
* | * arith.c (highest_significant_bit): New static function. | Kaz Kylheku | 2012-09-17 | 1 | -0/+2 |
* | * arith.c (logand, logior, logxor): Bugfix: result needs to be | Kaz Kylheku | 2012-09-16 | 1 | -1/+1 |
* | Adding complementing function. | Kaz Kylheku | 2012-09-16 | 1 | -0/+1 |
* | Starting work on adding bit operations. The semantics is that | Kaz Kylheku | 2012-09-16 | 1 | -0/+3 |
* | * eval.c (eval_init): New intrinsics: make-similar-hash, copy-hash, | Kaz Kylheku | 2012-09-12 | 1 | -1/+5 |
* | * configure: Added test for <sys/stat.h> | Kaz Kylheku | 2012-09-11 | 1 | -0/+2 |
* | * eval.c (eval_init): new instrinsic function /= registered. | Kaz Kylheku | 2012-09-11 | 1 | -0/+1 |
* | * eval.c (eval_init): Follow function renames. | Kaz Kylheku | 2012-09-02 | 1 | -3/+3 |
* | * eval.c (symbol_function): Bugfix: return the function rather than | Kaz Kylheku | 2012-09-01 | 1 | -1/+1 |
* | * eval.c (expand): Bugfix: failure to handle regular | Kaz Kylheku | 2012-08-31 | 1 | -0/+2 |
* | * eval.c (eval_intrinsic): Bugfix: take the expanded form instead | Kaz Kylheku | 2012-08-30 | 1 | -2/+2 |
* | * eval.c (mapcarv): Changed to external linkage. | Kaz Kylheku | 2012-08-29 | 1 | -1/+2 |
* | * eval.c (eval_init): Registered open-command and open-process | Kaz Kylheku | 2012-05-18 | 1 | -2/+3 |
* | Implementing new pipe function to get around the limitation | Kaz Kylheku | 2012-05-18 | 1 | -0/+1 |
* | * eval.c (range_v_func, range_v_star_func): Restore the order of | Kaz Kylheku | 2012-04-24 | 1 | -2/+2 |
* | * 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 |
* | Provide access to line number info and source path. | Kaz Kylheku | 2012-04-11 | 1 | -0/+6 |
* | * eval.c (eval_init): Expose regex-compile and regexp as intrinsics. | Kaz Kylheku | 2012-04-10 | 1 | -0/+3 |
* | * arith.c (bignum): Previously static function now exposed as external. | Kaz Kylheku | 2012-04-08 | 1 | -0/+3 |
* | Rounding out hash table functionality with lazy lists that | Kaz Kylheku | 2012-04-07 | 1 | -1/+5 |
* | The mut macro should only be used for vectors or vector-like objects | Kaz Kylheku | 2012-04-05 | 1 | -10/+6 |
* | * 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 | -7/+17 |
* | Start of ground-work for ephemeral GC. We must add some abstraction | Kaz Kylheku | 2012-04-01 | 1 | -5/+5 |
* | * arith.c (numeq): New function. | Kaz Kylheku | 2012-03-29 | 1 | -0/+1 |
* | * 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 |
* | * eval.c (eval_init): Register match-str and match-str-tree | Kaz Kylheku | 2012-03-24 | 1 | -0/+2 |
* | * arith.c (expo): New function. | Kaz Kylheku | 2012-03-22 | 1 | -0/+1 |
* | * eval.c (transform_op): use integerp instead of numberp. | Kaz Kylheku | 2012-03-22 | 1 | -1/+1 |
* | Fix sqrt confusion. There must be a separate isqrt | Kaz Kylheku | 2012-03-22 | 1 | -1/+2 |
* | * 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 |