| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Task #11598. | Kaz Kylheku | 2011-11-17 | 1 | -1/+61 |
* | * match.c (h_fun, v_fun): Bugfix! copy_list should be used for copying | Kaz Kylheku | 2011-11-17 | 1 | -12/+31 |
* | Allow directives after variable to be a kind of negative match. | Kaz Kylheku | 2011-11-16 | 1 | -1/+1 |
* | Variable matches can span over function calls. | Kaz Kylheku | 2011-11-16 | 1 | -21/+57 |
* | * match.c (h_var): when manipulating specline, propagate the | Kaz Kylheku | 2011-11-15 | 1 | -8/+16 |
* | Bugfix: horizontal directives were being treated as vertical, | Kaz Kylheku | 2011-11-14 | 1 | -12/+10 |
* | Adding a debugger. This is an experimental prototype. | Kaz Kylheku | 2011-11-13 | 1 | -1/+15 |
* | Fix regression in earlier commit: | Kaz Kylheku | 2011-11-13 | 1 | -2/+1 |
* | * match.c: Removed <assert.h> | Kaz Kylheku | 2011-11-13 | 1 | -1/+0 |
* | Bug #34813 | Kaz Kylheku | 2011-11-13 | 1 | -0/+3 |
* | Improved line number reporting in errors and debug traces. | Kaz Kylheku | 2011-11-12 | 1 | -33/+18 |
* | Eliminate line numbers from the abstract syntax | Kaz Kylheku | 2011-11-12 | 1 | -216/+208 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -2/+2 |
* | Bug #34799: errors in horizontal functions | Kaz Kylheku | 2011-11-10 | 1 | -6/+9 |
* | * match.c (opt_nobindings, opt_arraydims): Global | Kaz Kylheku | 2011-11-10 | 1 | -15/+17 |
* | Task #11583 | Kaz Kylheku | 2011-11-10 | 1 | -0/+7 |
* | Task #11583 | Kaz Kylheku | 2011-11-10 | 1 | -7/+16 |
* | * match.c (v_fun): Bugfix: if there is material after | Kaz Kylheku | 2011-11-10 | 1 | -1/+1 |
* | Task #11583 | Kaz Kylheku | 2011-11-09 | 1 | -0/+19 |
* | * match.c (h_fun, v_fun): Slightly more informative tracing from failed | Kaz Kylheku | 2011-11-09 | 1 | -2/+2 |
* | Task #11431. First cut at horizontal match functions. | Kaz Kylheku | 2011-11-08 | 1 | -24/+153 |
* | Task #11581 & bugfix. | Kaz Kylheku | 2011-11-06 | 1 | -3/+27 |
* | Task #11581 | Kaz Kylheku | 2011-11-06 | 1 | -1/+63 |
* | * match.c (dir_tables_init): Bugfix: horizontal @(some) | Kaz Kylheku | 2011-11-05 | 1 | -0/+1 |
* | Task #11442. Access to environment variables. | Kaz Kylheku | 2011-11-05 | 1 | -8/+25 |
* | Bug #34691 | Kaz Kylheku | 2011-10-30 | 1 | -227/+202 |
* | * match.c (v_cat): Bugfix: unterminated variable argument list. | Kaz Kylheku | 2011-10-26 | 1 | -1/+1 |
* | Fixed lame @(cat) directive, without obsolescence phase. | Kaz Kylheku | 2011-10-26 | 1 | -16/+15 |
* | * filter.c (function_filter): Function removed. | Kaz Kylheku | 2011-10-25 | 1 | -7/+10 |
* | * match.c (filter_s): New symbol variable. | Kaz Kylheku | 2011-10-25 | 1 | -0/+37 |