| Commit message (Expand) | Author | Age | Files | Lines |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -2/+5 |
* | * eval.c (eval_init): Register gensym function as the gensym | Kaz Kylheku | 2014-02-17 | 1 | -1/+0 |
* | Replacing acons_new_l and aconsq_new_l interfaces with ones | Kaz Kylheku | 2014-02-14 | 1 | -2/+2 |
* | * eval.c (eval_init): Register new functions posqual, posql, | Kaz Kylheku | 2014-02-11 | 1 | -0/+5 |
* | * eval.c (rperm_list, rperm_vec, rperm_str): n variable renamed | Kaz Kylheku | 2014-02-09 | 1 | -0/+2 |
* | * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash): | Kaz Kylheku | 2014-02-06 | 1 | -1/+1 |
* | Allow sequences and hashes to be called as functions. | Kaz Kylheku | 2014-02-05 | 1 | -0/+1 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -2/+11 |
* | * eval.c (apply): Pass missing optional arguments as colon_k. | Kaz Kylheku | 2014-02-05 | 1 | -1/+6 |
* | * lib.c (nullp): Function removed. | Kaz Kylheku | 2014-02-03 | 1 | -2/+3 |
* | append can now take additional leading arguments before the list. | Kaz Kylheku | 2014-02-02 | 1 | -0/+1 |
* | * eval.c (apply): Support string and vector arglist. | Kaz Kylheku | 2014-02-02 | 1 | -0/+1 |
* | * eval.c (expand_op): When the variant is do, and the symbol | Kaz Kylheku | 2014-01-30 | 1 | -0/+4 |
* | * hash.c (hash_update): New function. | Kaz Kylheku | 2014-01-24 | 1 | -0/+1 |
* | * lib.c (conses, lazy_conses, func_set_env): New functions. | Kaz Kylheku | 2014-01-23 | 1 | -0/+3 |
* | Changes to the list collection mechanism to improve | Kaz Kylheku | 2014-01-22 | 1 | -27/+5 |
* | * eval.c (mapcarv, mappendv): Convert output to type of leftmost | Kaz Kylheku | 2014-01-21 | 1 | -0/+1 |
* | * lib.c (broken_down_time_list): New static function. | Kaz Kylheku | 2014-01-20 | 1 | -0/+2 |
* | * arith.c (atang2): New function. | Kaz Kylheku | 2014-01-15 | 1 | -0/+1 |
* | * configure: Generate HAVE_VALGRIND as #define-d to 1, rathern | Kaz Kylheku | 2014-01-10 | 1 | -1/+1 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -0/+1 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -0/+2 |
* | * eval.c (eval_init): New functions countqual, countql, countq | Kaz Kylheku | 2013-11-29 | 1 | -0/+4 |
* | * configure (config_flags): New variable, allowing us to | Kaz Kylheku | 2013-11-29 | 1 | -0/+3 |
* | Extending intrinsic functions to go up to 7 arguments. | Kaz Kylheku | 2013-11-28 | 1 | -2/+17 |
* | Ouch! Turns out the code base has numerous unintended | Kaz Kylheku | 2013-10-24 | 1 | -1/+1 |
* | * eval.c (eval_init): tok-str acquires new parameter | Kaz Kylheku | 2013-06-11 | 1 | -1/+1 |
* | * eval.c (eval_init): lazy string related functions become intrinsics. | Kaz Kylheku | 2013-05-22 | 1 | -1/+2 |
* | * 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 |
* | * 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 |
* | * arith.c (logtest): New function. | Kaz Kylheku | 2012-09-18 | 1 | -0/+1 |
* | * 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 instrinsic function /= registered. | Kaz Kylheku | 2012-09-11 | 1 | -0/+1 |
* | * 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 |