summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * match.c (v_cat): Bugfix: unterminated variable argument list.Kaz Kylheku2011-10-261-1/+1
* Fixed lame @(cat) directive, without obsolescence phase.Kaz Kylheku2011-10-261-16/+15
* * filter.c (function_filter): Function removed.Kaz Kylheku2011-10-251-7/+10
* * match.c (filter_s): New symbol variable.Kaz Kylheku2011-10-251-0/+37
* Shorthand for filters which map multiple texts to a commonKaz Kylheku2011-10-251-9/+5
* * match.c (v_bind): Use sem_error to throw errors with line numberKaz Kylheku2011-10-251-4/+4
* * filter.c (function_filter): New function.Kaz Kylheku2011-10-241-85/+144
* * match.c (list_k, string_k): New keyword symbol variables.Kaz Kylheku2011-10-231-2/+37
* * match.c (h_skip): Bugfix: bad agument list in debugf call.Kaz Kylheku2011-10-231-1/+2
* Task #11474Kaz Kylheku2011-10-221-7/+27
* * filter.c (get_filter_trie): Function renamed to get_filter. A filterKaz Kylheku2011-10-221-6/+6
* Task #11474Kaz Kylheku2011-10-221-13/+30
* * match.c (v_collect): Regression bugfix. Make it work like the commentKaz Kylheku2011-10-211-0/+22
* * match.c (v_collect): Regression bugfix. Make it work like the commentKaz Kylheku2011-10-211-1/+1
* Implementing @(set) directive for assigning to variablesKaz Kylheku2011-10-211-0/+46
* * match.c (v_output): When appending output to a variable,Kaz Kylheku2011-10-211-1/+1
* New features. Strling list output streams in streamKaz Kylheku2011-10-211-19/+92
* * lib.c (proper_plist_to_alist, improper_plist_to_alist): NewKaz Kylheku2011-10-211-11/+14
* Bug #34609Kaz Kylheku2011-10-201-1/+1
* Task #11425Kaz Kylheku2011-10-191-430/+497
* Task #11425Kaz Kylheku2011-10-191-126/+149
* Task #11425Kaz Kylheku2011-10-191-679/+744
* Task #11425Kaz Kylheku2011-10-181-15/+23
* Task #11425Kaz Kylheku2011-10-181-39/+49
* Task #11425Kaz Kylheku2011-10-181-24/+30
* Task #11425.Kaz Kylheku2011-10-181-76/+113
* Task #11425. Refactoring match_files to make it easier toKaz Kylheku2011-10-151-189/+236
* * match.c (vars_to_bindings): Regression fix: recent commitKaz Kylheku2011-10-091-1/+1