| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow braced output variables to actually be arbitrary substitutions. | Kaz Kylheku | 2012-02-18 | 1 | -24/+18 |
* | Reimplementation of how TXR decides whether to dump bindings | Kaz Kylheku | 2012-02-17 | 1 | -2/+0 |
* | * eval.c (eval_init): Register match-fun. | Kaz Kylheku | 2012-02-16 | 1 | -0/+21 |
* | * match.c (match_funcall): Function renamed to match_filter. | Kaz Kylheku | 2012-02-16 | 1 | -1/+1 |
* | * eval.c (op_catch): Treat the nil exception object as an empty | Kaz Kylheku | 2012-02-16 | 1 | -1/+1 |
* | Task #11486 | Kaz Kylheku | 2012-02-12 | 1 | -0/+2 |
* | Task #11486: continuation. Take into account base position | Kaz Kylheku | 2012-02-12 | 1 | -4/+6 |
* | Task #11486: continuation. Now able to @(skip) through | Kaz Kylheku | 2012-02-11 | 1 | -26/+60 |
* | Task #11486: preparatory refactoring. | Kaz Kylheku | 2012-02-09 | 1 | -187/+168 |
* | * match.c (format_field): Regression. Was not handling modifiers | Kaz Kylheku | 2012-02-02 | 1 | -21/+19 |
* | * match.c (format_field): Removed useless use of cat_str (no longer | Kaz Kylheku | 2012-01-26 | 1 | -5/+12 |
* | * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluation | Kaz Kylheku | 2012-01-26 | 1 | -16/+43 |
* | * debug.c (help): Added missing help for w command. | Kaz Kylheku | 2012-01-21 | 1 | -2/+2 |
* | * match.c (v_fun): Removing all debugging instrumentation. | Kaz Kylheku | 2012-01-21 | 1 | -12/+7 |
* | Improved debugging. Debug nesting depth counter maintained | Kaz Kylheku | 2012-01-21 | 1 | -19/+30 |
* | Non-broken way to achieve intent of previous commit. | Kaz Kylheku | 2012-01-09 | 1 | -8/+13 |
* | * eval.c (subst_vars): Evaluate the | Kaz Kylheku | 2012-01-09 | 1 | -0/+4 |
* | * match.c (fuzz_s): New symbol variable. | Kaz Kylheku | 2012-01-06 | 1 | -1/+64 |
* | * match.c (v_gather): Implemented until/last clause. | Kaz Kylheku | 2012-01-06 | 1 | -0/+28 |
* | * match.c (counter_k): New keyword symbol variable. | Kaz Kylheku | 2011-12-30 | 1 | -3/+28 |
* | New functionality: mod and modlast directives in repeat and rep. | Kaz Kylheku | 2011-12-29 | 1 | -15/+107 |
* | * match.c (LOG_MATCH): Use < in format directive instead of -. | Kaz Kylheku | 2011-12-28 | 1 | -1/+1 |
* | * match.c (v_next): Change flatten to lazy_flatten in the | Kaz Kylheku | 2011-12-25 | 1 | -1/+1 |
* | * eval.c (eval_init): New function interned. | Kaz Kylheku | 2011-12-25 | 1 | -1/+1 |
* | Bug #35010 | Kaz Kylheku | 2011-12-22 | 1 | -9/+14 |
* | Streamlining exception handling macros a little bit. | Kaz Kylheku | 2011-12-20 | 1 | -2/+2 |
* | * eval.c (subst_vars, op_quasi_list, expand_quasi): New static | Kaz Kylheku | 2011-12-19 | 1 | -1/+1 |
* | * eval.c (bindings_helper): Fix format arguments. | Kaz Kylheku | 2011-12-18 | 1 | -6/+6 |
* | * eval.c (eval_init): not added as synonym for null. | Kaz Kylheku | 2011-12-15 | 1 | -1/+0 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -27/+27 |
* | * eval.c (lookup_var, lookup_fun): Reversing assoc arguments. | Kaz Kylheku | 2011-12-07 | 1 | -39/+39 |
* | * eval.c (op_unwind_protect): Fixed uninitialized variable | Kaz Kylheku | 2011-12-06 | 1 | -8/+8 |
* | * match.c (h_skip, h_coll, v_skip, v_collect): Evaluate the arguments. | Kaz Kylheku | 2011-12-01 | 1 | -18/+21 |
* | * match.c (v_skip): Bugfix: Nov 12 commit caused regression: | Kaz Kylheku | 2011-12-01 | 1 | -2/+1 |
* | Dropping the silly cons return value from txeval. | Kaz Kylheku | 2011-12-01 | 1 | -39/+46 |
* | * match.c (eval_form): Function renamed to txeval so its is | Kaz Kylheku | 2011-12-01 | 1 | -17/+17 |
* | * lib.h (or2): Restore macro version of or2, because we need | Kaz Kylheku | 2011-11-30 | 1 | -0/+4 |
* | Added evaluation support for quote and quasiquote with unquotes. | Kaz Kylheku | 2011-11-28 | 1 | -5/+4 |
* | * match.c (subst_vars): Handle expr_s, so that | Kaz Kylheku | 2011-11-26 | 1 | -6/+14 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -41/+56 |
* | * match.c (h_coll): Use getplist_f to distinguish | Kaz Kylheku | 2011-11-24 | 1 | -2/+3 |
* | * lib.c (getplist_f): New function. | Kaz Kylheku | 2011-11-24 | 1 | -2/+3 |
* | * match.c (match_funcall): Set source location info for | Kaz Kylheku | 2011-11-24 | 1 | -0/+1 |
* | * lib.c (plus, minus): Fixed wrong assertion which would incorrectly | Kaz Kylheku | 2011-11-23 | 1 | -1/+2 |
* | Semantics change. If a variable is followed by a mixture | Kaz Kylheku | 2011-11-23 | 1 | -1/+18 |
* | * match.c (search_form): Bugfix: we must search to one character | Kaz Kylheku | 2011-11-22 | 1 | -2/+2 |
* | Relaxing :vars in collect/coll a little bit. | Kaz Kylheku | 2011-11-20 | 1 | -4/+14 |
* | Bug #34866 | Kaz Kylheku | 2011-11-19 | 1 | -1/+1 |
* | * match.c (v_deffilter): Even better. Just evaluate | Kaz Kylheku | 2011-11-19 | 1 | -11/+1 |
* | deffilter grows in power: it can take quasistrings. | Kaz Kylheku | 2011-11-19 | 1 | -9/+28 |