| Commit message (Expand) | Author | Age | Files | Lines |
* | * match.c (match_line, match_files): Another correction to how bindings | Kaz Kylheku | 2011-10-04 | 2 | -2/+26 |
* | * lib.c (acons): New function. | Kaz Kylheku | 2011-10-04 | 4 | -16/+46 |
* | Bugfixes to the semantics of binding environments, which | Kaz Kylheku | 2011-10-04 | 4 | -34/+112 |
* | * txr.1: Starte dodcumenting the forgotten merge directive. | Kaz Kylheku | 2011-10-03 | 2 | -0/+28 |
* | Implemented new last clause for collect and coll. | Kaz Kylheku | 2011-10-03 | 6 | -33/+138 |
* | * parser.y (rep_elem): Bugfix: forgotten o_elems_transform ontxr-038 | Kaz Kylheku | 2011-10-02 | 2 | -1/+9 |
* | * match.c (match_line): Handle trailer_s directive. | Kaz Kylheku | 2011-10-02 | 2 | -5/+19 |
* | Compiles as C++ again. | Kaz Kylheku | 2011-10-02 | 3 | -6/+31 |
* | Spelling. | Kaz Kylheku | 2011-10-01 | 1 | -1/+1 |
* | Version 038 | Kaz Kylheku | 2011-10-01 | 4 | -4/+37 |
* | Maintaining C++ compiling (except for two issues that will | Kaz Kylheku | 2011-10-01 | 5 | -16/+34 |
* | HACKING: Clarified that --vg-debug is also needed to turn on on | Kaz Kylheku | 2011-10-01 | 2 | -2/+9 |
* | Added missing data. | Kaz Kylheku | 2011-10-01 | 1 | -0/+6 |
* | New test case, covering some filtering from HTML/XML. | Kaz Kylheku | 2011-10-01 | 5 | -0/+42 |
* | * filter.c (filters, filter_init): Serious gc bug fixed: neglected to | Kaz Kylheku | 2011-10-01 | 2 | -0/+8 |
* | New test case under tests/008. | Kaz Kylheku | 2011-10-01 | 5 | -1/+72 |
* | Deleted reference to accidentally added file. | Kaz Kylheku | 2011-10-01 | 1 | -1/+0 |
* | Remove accidentally added .out file. | Kaz Kylheku | 2011-10-01 | 1 | -2/+0 |
* | Tokenizing test case, exercising for @(coll :gap 0) | Kaz Kylheku | 2011-10-01 | 5 | -0/+40 |
* | New test case, covering exception handling across nested | Kaz Kylheku | 2011-10-01 | 5 | -1/+48 |
* | * parser.y (all_clause, some_clause, none_clause, maybe_clause, | Kaz Kylheku | 2011-10-01 | 2 | -12/+18 |
* | Merge commit '4afe959' | Kaz Kylheku | 2011-10-01 | 3 | -2/+11 |
|\ |
|
| * | Regression bug fix: longest match variables broken by | Kaz Kylheku | 2011-10-01 | 3 | -2/+11 |
* | | * txr.1: Documented choose and horizontal mode for paralle | Kaz Kylheku | 2011-10-01 | 2 | -17/+61 |
|/ |
|
* | New directive: choose. | Kaz Kylheku | 2011-10-01 | 5 | -25/+164 |
* | * HACKING: Updated with debugging hints. | Kaz Kylheku | 2011-09-30 | 2 | -4/+214 |
* | * txr.1: Clarified consecutive variables and documented double | Kaz Kylheku | 2011-09-30 | 2 | -10/+29 |
* | * parser.l: Implemented backslash continuations in SPECIAL | Kaz Kylheku | 2011-09-30 | 3 | -13/+66 |
* | * match.c (match_line): Implemented horizontal all, some, | Kaz Kylheku | 2011-09-29 | 3 | -4/+80 |
* | * match.c (chars_k): New variable. | Kaz Kylheku | 2011-09-29 | 5 | -38/+92 |
* | * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): New | Kaz Kylheku | 2011-09-29 | 7 | -62/+177 |
* | * match.c (match_line): Bugfix in double var. Do not | Kaz Kylheku | 2011-09-28 | 2 | -2/+9 |
* | * match.c (match_line): Logic restructured to allow for | Kaz Kylheku | 2011-09-28 | 3 | -38/+126 |
* | * parser.y ('{', '}'): Nope, still not right. | Kaz Kylheku | 2011-09-27 | 2 | -2/+7 |
* | * parser.y ('{', '}'): Bugfix: precedence of these | Kaz Kylheku | 2011-09-27 | 2 | -1/+10 |
* | * match.c (match_files): One more fix to this, argh. | Kaz Kylheku | 2011-09-27 | 2 | -8/+22 |
* | * match.c (match_files): Another bugfix to skip. | Kaz Kylheku | 2011-09-27 | 2 | -0/+15 |
* | * match.c (match_files): Bugfix in skip directive. | Kaz Kylheku | 2011-09-27 | 2 | -1/+17 |
* | * lib.c (eof_s): New symbol variable. | Kaz Kylheku | 2011-09-27 | 5 | -2/+27 |
* | Support &#NNNN; decimal escapes also.txr-037 | Kaz Kylheku | 2011-09-26 | 2 | -4/+41 |
* | Support &#xNNNN; hex escapes in html. Bugfix in field formatting. | Kaz Kylheku | 2011-09-26 | 5 | -14/+85 |
* | Version 037. | Kaz Kylheku | 2011-09-26 | 4 | -4/+25 |
* | Merge branch 'master' of ssh://kkylheku@git.sv.gnu.org/srv/git/txr | Kaz Kylheku | 2011-09-26 | 0 | -0/+0 |
|\ |
|
| * | Bugfixeses: Consistent escaping in various literals. Double | Kaz Kylheku | 2011-09-26 | 2 | -6/+12 |
* | | Bugfixes: Consistent escaping in various literals. Double | Kaz Kylheku | 2011-09-26 | 3 | -6/+23 |
|/ |
|
* | New feature: @(deffilter) | Kaz Kylheku | 2011-09-26 | 7 | -15/+210 |
* | Trie compression. Hash table iteration. | Kaz Kylheku | 2011-09-26 | 8 | -16/+160 |
* | Documented :from_html. | Kaz Kylheku | 2011-09-25 | 1 | -2/+2 |
* | Filtering from HTML implemented. | Kaz Kylheku | 2011-09-25 | 3 | -12/+280 |
* | Filtering feature for variable substitution in output. | Kaz Kylheku | 2011-09-25 | 12 | -46/+505 |