| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (eval_init): Register juxt as intrinsic. | Kaz Kylheku | 2014-07-20 | 1 | -0/+1 |
* | * eval.c (mapdov): New function. | Kaz Kylheku | 2014-07-19 | 1 | -0/+1 |
* | * Makefile (conftest, conftest2): Link math | Kaz Kylheku | 2014-07-18 | 1 | -0/+1 |
* | * eval.c (eval_init): Register interpose and lconsp as intrinsics. | Kaz Kylheku | 2014-07-14 | 1 | -0/+2 |
* | * arith.c (bit): New function. | Kaz Kylheku | 2014-06-28 | 1 | -0/+1 |
* | Bugfix: apply_intrinsic and iapply must not destructively | Kaz Kylheku | 2014-06-27 | 1 | -0/+1 |
* | * eval.c (eval_init): register range_regex and tok_where | Kaz Kylheku | 2014-06-26 | 1 | -0/+1 |
* | * eval.c (mapcarv): Use mapcar_listout, so list_of_lists can be | Kaz Kylheku | 2014-06-26 | 1 | -0/+2 |
* | * eval.c (me_ap): New static function. | Kaz Kylheku | 2014-06-19 | 1 | -1/+2 |
* | * eval.c (eval_init): Register member and member_if as intrinsics. | Kaz Kylheku | 2014-06-18 | 1 | -0/+2 |
* | * eval.c (eval_init): register tuples as intrinsic. | Kaz Kylheku | 2014-06-17 | 1 | -0/+1 |
* | * eval.c (eval_init): Register pos_max, pos_min, find_max, | Kaz Kylheku | 2014-06-15 | 1 | -2/+7 |
* | * eval.c (eval_init): where and sel registered as intrinsics | Kaz Kylheku | 2014-06-15 | 1 | -0/+2 |
* | * Makefile (txr.o): Pass TXR_VER preprocessor symbol on gcc command | Kaz Kylheku | 2014-06-11 | 1 | -2/+3 |
* | * eval.c (eval_init): Change registration of string_cmp | Kaz Kylheku | 2014-06-10 | 1 | -2/+6 |
* | Fixing issue with list-like iteration over generic sequences, | Kaz Kylheku | 2014-06-06 | 1 | -0/+1 |
* | * eval.c (eval_init): Register new search function as intrinsic. | Kaz Kylheku | 2014-06-06 | 1 | -0/+1 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -27/+52 |
* | * eval.c (me_quasilist): New static function. | Kaz Kylheku | 2014-03-25 | 1 | -1/+2 |
* | * eval.c (eval_init): Register last function as intrinsic. | Kaz Kylheku | 2014-03-23 | 1 | -0/+1 |
* | * eval.c (eval_init): Register empty as intrinsic. | Kaz Kylheku | 2014-03-23 | 1 | -0/+1 |
* | * eval.c (plus_s, prof_s): New symbol global variables. | Kaz Kylheku | 2014-03-12 | 1 | -0/+10 |
* | * lib.c (upop): New function. | Kaz Kylheku | 2014-03-07 | 1 | -0/+1 |
* | * lib.c (assert_s): New global variable. | Kaz Kylheku | 2014-03-06 | 1 | -1/+1 |
* | * arith.c (logten): New function. | Kaz Kylheku | 2014-03-04 | 1 | -0/+1 |
* | New quasiquote idea: let's have two quasiquote macros sharing one | Kaz Kylheku | 2014-03-01 | 1 | -0/+1 |
* | Turn *gensym-counter* into proper special variable. | Kaz Kylheku | 2014-02-28 | 1 | -1/+3 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -1/+9 |
* | * lib.c (copy): New function. | Kaz Kylheku | 2014-02-27 | 1 | -0/+1 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -4/+6 |
* | 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 |