| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Undoing bogus optimization, which can only work when objects | Kaz Kylheku | 2014-02-12 | 2 | -39/+24 |
* | * lib.c (some_satisfy, all_satisfy, none_satisfy): Fix coding | Kaz Kylheku | 2014-02-12 | 2 | -3/+8 |
* | * eval.c (eval_init): Register new functions posqual, posql, | Kaz Kylheku | 2014-02-11 | 5 | -0/+149 |
* | * eval.c (eval_init): Turn a require argument into an optional | Kaz Kylheku | 2014-02-11 | 4 | -7/+22 |
* | Version 79txr-79 | Kaz Kylheku | 2014-02-11 | 5 | -4/+36 |
* | * eval.c (if_fun): Bugfix: forgotten handling of optional | Kaz Kylheku | 2014-02-11 | 2 | -1/+6 |
* | * eval.c (subst_vars): Bugfix: results of expressions not | Kaz Kylheku | 2014-02-11 | 3 | -9/+34 |
* | * eval.c (apply): Fix regression in dwim operator: not handling | Kaz Kylheku | 2014-02-11 | 2 | -1/+7 |
* | * combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): New | Kaz Kylheku | 2014-02-11 | 4 | -7/+61 |
* | * arith.c: Remove inclusion of unneeded headers: <limits.h> | Kaz Kylheku | 2014-02-11 | 2 | -3/+5 |
* | * Makefile (OBJS): New object file, combi.o. | Kaz Kylheku | 2014-02-11 | 8 | -614/+703 |
* | * eval.c (rcomb_gen_fun_common): Streamlined implementation. | Kaz Kylheku | 2014-02-10 | 2 | -10/+14 |
* | Relaxed behavior: don't throw errors for impossible permutations, | Kaz Kylheku | 2014-02-10 | 3 | -50/+78 |
* | * eval.c (rcomb_while_fun, rcomb_gen_fun_common, | Kaz Kylheku | 2014-02-10 | 3 | -3/+159 |
* | * eval.c (rperm, perm_str): Just in case, return a mutable empty | Kaz Kylheku | 2014-02-10 | 3 | -2/+172 |
* | * eval.c (rperm_list, rperm_vec, rperm_str): n variable renamed | Kaz Kylheku | 2014-02-09 | 5 | -22/+271 |
* | * lib.c (vector, vec_set_length, cat_vec): When the vector size | Kaz Kylheku | 2014-02-08 | 2 | -4/+26 |
* | * eval.c (nperm_while_fun, nperm_gen_fun, nperm_list, | Kaz Kylheku | 2014-02-07 | 3 | -0/+141 |
* | Version 78.txr-78 | Kaz Kylheku | 2014-02-06 | 6 | -72/+131 |
* | * lib.c (int_str): Regression: handle base argument properly. | Kaz Kylheku | 2014-02-06 | 2 | -1/+5 |
* | * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash): | Kaz Kylheku | 2014-02-06 | 6 | -12/+30 |
* | * eval.c (op_dwim): Gutted down to just a few lines. | Kaz Kylheku | 2014-02-06 | 4 | -92/+27 |
* | * lib.c (generic_funcall): If a cons cell is passed as | Kaz Kylheku | 2014-02-05 | 3 | -0/+43 |
* | Allow sequences and hashes to be called as functions. | Kaz Kylheku | 2014-02-05 | 4 | -25/+79 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 11 | -221/+223 |
* | * eval.c (bind_args): Support optional parameters in the | Kaz Kylheku | 2014-02-05 | 3 | -16/+75 |
* | * eval.c (apply): Pass missing optional arguments as colon_k. | Kaz Kylheku | 2014-02-05 | 5 | -24/+107 |
* | * lib.c (nullp): Function removed. | Kaz Kylheku | 2014-02-03 | 3 | -7/+10 |
* | * eval.c (op_modplace): Fixing a few argument count mismatches | Kaz Kylheku | 2014-02-03 | 2 | -2/+7 |
* | Tighten up environment visibility semantics of default argument | Kaz Kylheku | 2014-02-03 | 3 | -23/+26 |
* | * eval.c (eval_init): Fix incorrect registration of | Kaz Kylheku | 2014-02-03 | 2 | -1/+6 |
* | * txr.1: Mention that regular expression character classes have | Kaz Kylheku | 2014-02-02 | 1 | -0/+2 |
* | Adding list* since we get it "for free" thanks to the | Kaz Kylheku | 2014-02-02 | 3 | -0/+52 |
* | append can now take additional leading arguments before the list. | Kaz Kylheku | 2014-02-02 | 5 | -21/+64 |
* | * txr.1: Clarify that arbitrary expressions cannot be used | Kaz Kylheku | 2014-02-02 | 1 | -3/+11 |
* | * eval.c (apply): Support string and vector arglist. | Kaz Kylheku | 2014-02-02 | 5 | -13/+55 |
* | * eval.c (do_eval_args): If the dotted position of the argument | Kaz Kylheku | 2014-02-02 | 3 | -4/+75 |
* | * eval.c (eval_init): Register vector_list function a second time | Kaz Kylheku | 2014-02-02 | 3 | -0/+20 |
* | * txr.1: Fix bad directives example. Regexes are prefixed by #. | Kaz Kylheku | 2014-02-02 | 1 | -1/+1 |
* | * txr.1: Fix bad grammar. | Kaz Kylheku | 2014-02-02 | 1 | -3/+3 |
* | * txr.1: Documented forbidden hash table configuration of | Kaz Kylheku | 2014-02-01 | 1 | -0/+3 |
* | * hash.c (hash_mark, hash_grow, make_similar_hash, | Kaz Kylheku | 2014-02-01 | 3 | -41/+82 |
* | Export break_obj. | Kaz Kylheku | 2014-02-01 | 3 | -2/+15 |
* | * lib.c (d): Disable garbage collection around the dump. | Kaz Kylheku | 2014-02-01 | 2 | -0/+9 |
* | Whitespace. | Kaz Kylheku | 2014-02-01 | 1 | -1/+1 |
* | * configure: remove stray debugging printf from the | Kaz Kylheku | 2014-01-31 | 2 | -1/+5 |
* | * genvim.txr: Support floating-point constants. | Kaz Kylheku | 2014-01-30 | 3 | -10/+21 |
* | * eval.c (expand_op): When the variant is do, and the symbol | Kaz Kylheku | 2014-01-30 | 3 | -2/+17 |
* | * eval.c (expand_op): Fix broken do operator. In the case of the do | Kaz Kylheku | 2014-01-30 | 2 | -1/+9 |
* | Version 77txr-77 | Kaz Kylheku | 2014-01-29 | 6 | -64/+130 |