summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * match.c (vars_to_bindings): New function.Kaz Kylheku2011-10-081-20/+48
* * match.c (vars_k): New symbol variable.Kaz Kylheku2011-10-081-3/+42
* * match.c (match_line): Skip directive bugfix. If skip is theKaz Kylheku2011-10-081-2/+4
* * match.c (mintimes_k, maxtimes_k): New keyword variables.Kaz Kylheku2011-10-081-8/+39
* * match.c (match_files): Fixed spectacular bug in function calling,Kaz Kylheku2011-10-071-1/+1
* * match.c (greedy_k): New keyword symbol variable.Kaz Kylheku2011-10-071-9/+39
* * lib.c (eol_s): New symbol variable.Kaz Kylheku2011-10-071-7/+60
* Extending syntax to allow for @VAR and @(...) forms insideKaz Kylheku2011-10-061-7/+34
* Renaming the currying combinators according to new scheme.Kaz Kylheku2011-10-061-1/+1
* * lib.c (funcall3, curry_123_2): New functions.Kaz Kylheku2011-10-061-50/+45
* * match.c (match_files): In function calls, the deletion ofKaz Kylheku2011-10-051-1/+1
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* * match.c (match_line, match_files): Another correction to how bindingsKaz Kylheku2011-10-041-2/+12
* * lib.c (acons): New function.Kaz Kylheku2011-10-041-12/+12
* Bugfixes to the semantics of binding environments, whichKaz Kylheku2011-10-041-7/+11
* Implemented new last clause for collect and coll.Kaz Kylheku2011-10-031-16/+39
* * match.c (match_line): Handle trailer_s directive.Kaz Kylheku2011-10-021-5/+12
* Compiles as C++ again.Kaz Kylheku2011-10-021-6/+10
* Maintaining C++ compiling (except for two issues that willKaz Kylheku2011-10-011-12/+12
* Regression bug fix: longest match variables broken byKaz Kylheku2011-10-011-1/+1
* New directive: choose.Kaz Kylheku2011-10-011-12/+99
* * match.c (match_line): Implemented horizontal all, some,Kaz Kylheku2011-09-291-3/+49