summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Improved line number reporting in errors and debug traces.Kaz Kylheku2011-11-121-33/+18
* Eliminate line numbers from the abstract syntaxKaz Kylheku2011-11-121-216/+208
* Infrastructure for storing line number informationKaz Kylheku2011-11-121-2/+2
* Bug #34799: errors in horizontal functionsKaz Kylheku2011-11-101-6/+9
* * match.c (opt_nobindings, opt_arraydims): GlobalKaz Kylheku2011-11-101-15/+17
* Task #11583Kaz Kylheku2011-11-101-0/+7
* Task #11583Kaz Kylheku2011-11-101-7/+16
* * match.c (v_fun): Bugfix: if there is material afterKaz Kylheku2011-11-101-1/+1
* Task #11583Kaz Kylheku2011-11-091-0/+19
* * match.c (h_fun, v_fun): Slightly more informative tracing from failedKaz Kylheku2011-11-091-2/+2
* Task #11431. First cut at horizontal match functions.Kaz Kylheku2011-11-081-24/+153
* Task #11581 & bugfix.Kaz Kylheku2011-11-061-3/+27
* Task #11581Kaz Kylheku2011-11-061-1/+63
* * match.c (dir_tables_init): Bugfix: horizontal @(some)Kaz Kylheku2011-11-051-0/+1
* Task #11442. Access to environment variables.Kaz Kylheku2011-11-051-8/+25
* Bug #34691Kaz Kylheku2011-10-301-227/+202