| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (eval_init): Register gensym function as the gensym | Kaz Kylheku | 2014-02-17 | 1 | -0/+15 |
* | * eval.c (expand): Bugfix: do not expand any part of the macro | Kaz Kylheku | 2014-02-17 | 1 | -0/+6 |
* | * eval.c (op_tree_case): Removed superfluous handling of | Kaz Kylheku | 2014-02-16 | 1 | -0/+9 |
* | New destructuring operators. | Kaz Kylheku | 2014-02-16 | 1 | -0/+19 |
* | * eval.c (bind_macro_params): Bugfix: enforce mismatch on | Kaz Kylheku | 2014-02-16 | 1 | -0/+5 |
* | In the spirit of the previous hack, here is another hack to | Kaz Kylheku | 2014-02-16 | 1 | -0/+26 |
* | Nice idea: how about a function which walks the tree structure and | Kaz Kylheku | 2014-02-16 | 1 | -0/+17 |
* | Bugfixes: not propagating source loc info in quasiliterals. | Kaz Kylheku | 2014-02-16 | 1 | -0/+8 |
* | * eval.c (expand): Replace blatant tail calls with | Kaz Kylheku | 2014-02-16 | 1 | -0/+5 |
* | * eval.c (bind_macro_params): Bugfix: the :whole parameter must | Kaz Kylheku | 2014-02-15 | 1 | -0/+10 |
* | First cut at implementation of macros. | Kaz Kylheku | 2014-02-15 | 1 | -0/+17 |
* | Bugfix: parameters of defun were not being treated by expander. | Kaz Kylheku | 2014-02-15 | 1 | -0/+12 |
* | * eval.c (bind_args, op_modplace): Use ~s consistently | Kaz Kylheku | 2014-02-15 | 1 | -0/+5 |
* | * eval.c (bindings_helper): Fixed misspelling of "symbol" in exception | Kaz Kylheku | 2014-02-15 | 1 | -0/+5 |
* | A trivial change in the UTF-8 decoder allows TXR to handle null bytes | Kaz Kylheku | 2014-02-15 | 1 | -0/+15 |
* | * hash.c (hash_update): Avoid double cdr. | Kaz Kylheku | 2014-02-14 | 1 | -0/+4 |
* | * hash.c (inhash): Simplify with gethash_c. | Kaz Kylheku | 2014-02-14 | 1 | -0/+4 |
* | Replacing acons_new_l and aconsq_new_l interfaces with ones | Kaz Kylheku | 2014-02-14 | 1 | -0/+28 |
* | * hash.c (inhash): Simplify code with gethash_f. | Kaz Kylheku | 2014-02-14 | 1 | -0/+4 |
* | * eval.c (eval_init): Registered hash_update_1 as intrinsic. | Kaz Kylheku | 2014-02-14 | 1 | -0/+10 |
* | * hash.c (inhash): Rename local variable from new to new_p. | Kaz Kylheku | 2014-02-14 | 1 | -0/+6 |
* | * lib.c (class_check): Bugfix: the function was assuming that | Kaz Kylheku | 2014-02-14 | 1 | -0/+6 |
* | Different approach: optional arguments on hash-isec and hash-uni allow | Kaz Kylheku | 2014-02-14 | 1 | -0/+22 |
* | * eval.c (eval_init): Register hash_guni and hash_gisec as intrinsics. | Kaz Kylheku | 2014-02-14 | 1 | -0/+13 |
* | * eval.c (eval_init): Register inhash as intrinsic. | Kaz Kylheku | 2014-02-14 | 1 | -0/+11 |
* | * parser.l: Disallow syntax like 1.0a, flagging it as | Kaz Kylheku | 2014-02-12 | 1 | -0/+9 |
* | * hash.c (struct hash): New member, equal_fun. | Kaz Kylheku | 2014-02-12 | 1 | -0/+8 |
* | * hash.c (hash_equal_op, hash_hash_op): New static functions. | Kaz Kylheku | 2014-02-12 | 1 | -0/+8 |
* | Undoing bogus optimization, which can only work when objects | Kaz Kylheku | 2014-02-12 | 1 | -0/+9 |
* | * lib.c (some_satisfy, all_satisfy, none_satisfy): Fix coding | Kaz Kylheku | 2014-02-12 | 1 | -0/+5 |
* | * eval.c (eval_init): Register new functions posqual, posql, | Kaz Kylheku | 2014-02-11 | 1 | -0/+11 |
* | * eval.c (eval_init): Turn a require argument into an optional | Kaz Kylheku | 2014-02-11 | 1 | -0/+11 |
* | Version 79txr-79 | Kaz Kylheku | 2014-02-11 | 1 | -0/+12 |
* | * eval.c (if_fun): Bugfix: forgotten handling of optional | Kaz Kylheku | 2014-02-11 | 1 | -0/+5 |
* | * eval.c (subst_vars): Bugfix: results of expressions not | Kaz Kylheku | 2014-02-11 | 1 | -0/+13 |
* | * eval.c (apply): Fix regression in dwim operator: not handling | Kaz Kylheku | 2014-02-11 | 1 | -0/+6 |
* | * combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): New | Kaz Kylheku | 2014-02-11 | 1 | -0/+14 |
* | * arith.c: Remove inclusion of unneeded headers: <limits.h> | Kaz Kylheku | 2014-02-11 | 1 | -0/+5 |
* | * Makefile (OBJS): New object file, combi.o. | Kaz Kylheku | 2014-02-11 | 1 | -0/+18 |
* | * eval.c (rcomb_gen_fun_common): Streamlined implementation. | Kaz Kylheku | 2014-02-10 | 1 | -0/+5 |
* | Relaxed behavior: don't throw errors for impossible permutations, | Kaz Kylheku | 2014-02-10 | 1 | -0/+16 |
* | * eval.c (rcomb_while_fun, rcomb_gen_fun_common, | Kaz Kylheku | 2014-02-10 | 1 | -0/+9 |
* | * eval.c (rperm, perm_str): Just in case, return a mutable empty | Kaz Kylheku | 2014-02-10 | 1 | -0/+11 |
* | * eval.c (rperm_list, rperm_vec, rperm_str): n variable renamed | Kaz Kylheku | 2014-02-09 | 1 | -0/+19 |
* | * lib.c (vector, vec_set_length, cat_vec): When the vector size | Kaz Kylheku | 2014-02-08 | 1 | -0/+5 |
* | * eval.c (nperm_while_fun, nperm_gen_fun, nperm_list, | Kaz Kylheku | 2014-02-07 | 1 | -0/+9 |
* | Version 78.txr-78 | Kaz Kylheku | 2014-02-06 | 1 | -0/+12 |
* | * lib.c (int_str): Regression: handle base argument properly. | Kaz Kylheku | 2014-02-06 | 1 | -0/+4 |
* | * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash): | Kaz Kylheku | 2014-02-06 | 1 | -0/+16 |
* | * eval.c (op_dwim): Gutted down to just a few lines. | Kaz Kylheku | 2014-02-06 | 1 | -0/+13 |