| Commit message (Expand) | Author | Age | Files | Lines |
* | * parser.y (texts, elem): Fixed incorrect use of rl rather | Kaz Kylheku | 2011-11-24 | 1 | -4/+4 |
* | Optimization: if all the elements of (text ...) are | Kaz Kylheku | 2011-11-23 | 1 | -1/+10 |
* | Semantics change. If a variable is followed by a mixture | Kaz Kylheku | 2011-11-23 | 1 | -4/+12 |
* | * parser.y (char_from_name): const on wchar_t *. | Kaz Kylheku | 2011-11-20 | 1 | -2/+2 |
* | Bug #34630 | Kaz Kylheku | 2011-11-20 | 1 | -2/+4 |
* | * parser.y (yybadtoken): Use ~a to print bad character rather than #\ | Kaz Kylheku | 2011-11-19 | 1 | -1/+1 |
* | * parser.y: Regression IDENT, '{' and '}' | Kaz Kylheku | 2011-11-18 | 1 | -2/+1 |
* | Task #11598. | Kaz Kylheku | 2011-11-17 | 1 | -5/+10 |
* | Adding quote and unquote read syntax to list forms, resembling | Kaz Kylheku | 2011-11-17 | 1 | -2/+5 |
* | * parser.y: Bugfix: precedence of { } must be low, close to that of | Kaz Kylheku | 2011-11-17 | 1 | -1/+2 |
* | Allow directives after variable to be a kind of negative match. | Kaz Kylheku | 2011-11-16 | 1 | -4/+5 |
* | Variable matches can span over function calls. | Kaz Kylheku | 2011-11-16 | 1 | -2/+2 |
* | * match.c (h_var): when manipulating specline, propagate the | Kaz Kylheku | 2011-11-15 | 1 | -23/+28 |
* | Changing read syntax for character literals, because we are going to | Kaz Kylheku | 2011-11-15 | 1 | -24/+58 |
* | * parser.y: Correctly record line number info for regex. | Kaz Kylheku | 2011-11-12 | 1 | -1/+1 |
* | Eliminate line numbers from the abstract syntax | Kaz Kylheku | 2011-11-12 | 1 | -24/+27 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -51/+96 |
* | Task #11431. First cut at horizontal match functions. | Kaz Kylheku | 2011-11-08 | 1 | -1/+2 |
* | Task #11581 | Kaz Kylheku | 2011-11-06 | 1 | -2/+18 |
* | Parse error handling improvements. | Kaz Kylheku | 2011-10-26 | 1 | -1/+72 |
* | * parser.y: Remove mention of nonexistent terminal \\ | Kaz Kylheku | 2011-10-25 | 1 | -1/+1 |
* | * parser.y (elem): Amending previous change. A single space | Kaz Kylheku | 2011-10-13 | 1 | -3/+1 |
* | * Makefile (%.ok: %.txr): Use unified diff for showing | Kaz Kylheku | 2011-10-13 | 1 | -5/+35 |
* | Extending syntax to allow for @VAR and @(...) forms inside | Kaz Kylheku | 2011-10-06 | 1 | -2/+11 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | Implemented new last clause for collect and coll. | Kaz Kylheku | 2011-10-03 | 1 | -6/+13 |
* | * parser.y (rep_elem): Bugfix: forgotten o_elems_transform ontxr-038 | Kaz Kylheku | 2011-10-02 | 1 | -1/+3 |
* | * parser.y (all_clause, some_clause, none_clause, maybe_clause, | Kaz Kylheku | 2011-10-01 | 1 | -12/+12 |
* | Regression bug fix: longest match variables broken by | Kaz Kylheku | 2011-10-01 | 1 | -1/+1 |
* | New directive: choose. | Kaz Kylheku | 2011-10-01 | 1 | -13/+33 |
* | * match.c (match_line): Implemented horizontal all, some, | Kaz Kylheku | 2011-09-29 | 1 | -1/+20 |
* | * match.c (chars_k): New variable. | Kaz Kylheku | 2011-09-29 | 1 | -3/+3 |
* | * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): New | Kaz Kylheku | 2011-09-29 | 1 | -19/+26 |
* | * match.c (match_line): Logic restructured to allow for | Kaz Kylheku | 2011-09-28 | 1 | -3/+31 |
* | * parser.y ('{', '}'): Nope, still not right. | Kaz Kylheku | 2011-09-27 | 1 | -2/+1 |
* | * parser.y ('{', '}'): Bugfix: precedence of these | Kaz Kylheku | 2011-09-27 | 1 | -1/+2 |
* | Bugfixes: Consistent escaping in various literals. Double | Kaz Kylheku | 2011-09-26 | 1 | -0/+2 |
* | Filtering feature for variable substitution in output. | Kaz Kylheku | 2011-09-25 | 1 | -8/+7 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | * match.c, parser.y: Support for old output syntax removed. | Kaz Kylheku | 2011-09-23 | 1 | -2/+3 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | More regex grammar work. | Kaz Kylheku | 2010-01-19 | 1 | -1/+2 |
* | Whitespace. | Kaz Kylheku | 2010-01-19 | 1 | -1/+1 |
* | Resolving parser conflicts. | Kaz Kylheku | 2010-01-19 | 1 | -17/+20 |
* | * parser.y (regterm, regclass): Relocate handling | Kaz Kylheku | 2010-01-17 | 1 | -3/+3 |
* | Regex syntactic tweaks: support the [] syntax | Kaz Kylheku | 2010-01-16 | 1 | -0/+2 |
* | Implemented non-greedy operator. | Kaz Kylheku | 2010-01-15 | 1 | -2/+6 |
* | Bugfix: allow unescaped / to be used in regex character classes. | Kaz Kylheku | 2010-01-13 | 1 | -2/+4 |
* | * parser.y (precedence): bugfix: character classes like this [^*] | Kaz Kylheku | 2010-01-13 | 1 | -1/+2 |
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 1 | -7/+7 |