summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* * match.c (format_field): Removed useless use of cat_str (no longerKaz Kylheku2012-01-261-5/+12
* * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluationKaz Kylheku2012-01-261-16/+43
* * debug.c (help): Added missing help for w command.Kaz Kylheku2012-01-211-2/+2
* * match.c (v_fun): Removing all debugging instrumentation.Kaz Kylheku2012-01-211-12/+7
* Improved debugging. Debug nesting depth counter maintainedKaz Kylheku2012-01-211-19/+30
* Non-broken way to achieve intent of previous commit.Kaz Kylheku2012-01-091-8/+13
* * eval.c (subst_vars): Evaluate theKaz Kylheku2012-01-091-0/+4
* * match.c (fuzz_s): New symbol variable.Kaz Kylheku2012-01-061-1/+64
* * match.c (v_gather): Implemented until/last clause.Kaz Kylheku2012-01-061-0/+28
* * match.c (counter_k): New keyword symbol variable.Kaz Kylheku2011-12-301-3/+28
* New functionality: mod and modlast directives in repeat and rep.Kaz Kylheku2011-12-291-15/+107
* * match.c (LOG_MATCH): Use < in format directive instead of -.Kaz Kylheku2011-12-281-1/+1
* * match.c (v_next): Change flatten to lazy_flatten in theKaz Kylheku2011-12-251-1/+1
* * eval.c (eval_init): New function interned.Kaz Kylheku2011-12-251-1/+1
* Bug #35010Kaz Kylheku2011-12-221-9/+14
* Streamlining exception handling macros a little bit.Kaz Kylheku2011-12-201-2/+2
* * eval.c (subst_vars, op_quasi_list, expand_quasi): New staticKaz Kylheku2011-12-191-1/+1
* * eval.c (bindings_helper): Fix format arguments.Kaz Kylheku2011-12-181-6/+6
* * eval.c (eval_init): not added as synonym for null.Kaz Kylheku2011-12-151-1/+0
* Bignum support, here we go!Kaz Kylheku2011-12-091-27/+27
* * eval.c (lookup_var, lookup_fun): Reversing assoc arguments.Kaz Kylheku2011-12-071-39/+39
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-061-8/+8
* * match.c (h_skip, h_coll, v_skip, v_collect): Evaluate the arguments.Kaz Kylheku2011-12-011-18/+21
* * match.c (v_skip): Bugfix: Nov 12 commit caused regression:Kaz Kylheku2011-12-011-2/+1
* Dropping the silly cons return value from txeval.Kaz Kylheku2011-12-011-39/+46
* * match.c (eval_form): Function renamed to txeval so its isKaz Kylheku2011-12-011-17/+17
* * lib.h (or2): Restore macro version of or2, because we needKaz Kylheku2011-11-301-0/+4
* Added evaluation support for quote and quasiquote with unquotes.Kaz Kylheku2011-11-281-5/+4
* * match.c (subst_vars): Handle expr_s, so thatKaz Kylheku2011-11-261-6/+14
* Task #11436Kaz Kylheku2011-11-261-41/+56
* * match.c (h_coll): Use getplist_f to distinguishKaz Kylheku2011-11-241-2/+3
* * lib.c (getplist_f): New function.Kaz Kylheku2011-11-241-2/+3
* * match.c (match_funcall): Set source location info forKaz Kylheku2011-11-241-0/+1
* * lib.c (plus, minus): Fixed wrong assertion which would incorrectlyKaz Kylheku2011-11-231-1/+2
* Semantics change. If a variable is followed by a mixtureKaz Kylheku2011-11-231-1/+18
* * match.c (search_form): Bugfix: we must search to one characterKaz Kylheku2011-11-221-2/+2
* Relaxing :vars in collect/coll a little bit.Kaz Kylheku2011-11-201-4/+14
* Bug #34866Kaz Kylheku2011-11-191-1/+1
* * match.c (v_deffilter): Even better. Just evaluateKaz Kylheku2011-11-191-11/+1
* deffilter grows in power: it can take quasistrings.Kaz Kylheku2011-11-191-9/+28
* Task #11598.Kaz Kylheku2011-11-171-1/+61
* * match.c (h_fun, v_fun): Bugfix! copy_list should be used for copyingKaz Kylheku2011-11-171-12/+31
* Allow directives after variable to be a kind of negative match.Kaz Kylheku2011-11-161-1/+1
* Variable matches can span over function calls.Kaz Kylheku2011-11-161-21/+57
* * match.c (h_var): when manipulating specline, propagate theKaz Kylheku2011-11-151-8/+16
* Bugfix: horizontal directives were being treated as vertical,Kaz Kylheku2011-11-141-12/+10
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-1/+15
* Fix regression in earlier commit:Kaz Kylheku2011-11-131-2/+1
* * match.c: Removed <assert.h>Kaz Kylheku2011-11-131-1/+0
* Bug #34813Kaz Kylheku2011-11-131-0/+3