| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | Some fine tuning in regex grammar. | Kaz Kylheku | 2010-01-06 | 1 | -2/+2 |
* | Implemented the regular expression ~ and & operators. | Kaz Kylheku | 2010-01-05 | 1 | -2/+6 |
* | * parser.y (grammar): Fixes for bison 2.4.1. Remove superfluous action | Kaz Kylheku | 2009-11-26 | 1 | -2/+1 |
* | Fix a build breakage that may happen on some platforms. | Kaz Kylheku | 2009-11-25 | 1 | -0/+2 |
* | Fixed broken yyerrorf. It was still taking char *, and passing | Kaz Kylheku | 2009-11-24 | 1 | -32/+39 |
* | Renaming global variables that denote symbols, such that they | Kaz Kylheku | 2009-11-24 | 1 | -52/+53 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -1/+2 |
* | Introducing symbol packages. Internal symbols are now in | Kaz Kylheku | 2009-11-21 | 1 | -12/+14 |
* | * parser.y (grammar): Fix error actions that do not assign | Kaz Kylheku | 2009-11-20 | 1 | -12/+23 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -22/+22 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -2/+3 |
* | Start of implementation for freestyle matching. | Kaz Kylheku | 2009-11-02 | 1 | -14/+23 |
* | txr-016 2009-10-16txr-016 | Kaz Kylheku | 2017-07-31 | 1 | -13/+28 |
* | txr-015 2009-10-15txr-015 | Kaz Kylheku | 2017-07-31 | 1 | -0/+593 |