summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * match.c (match_line, match_files): Another correction to how bindingsKaz Kylheku2011-10-042-2/+26
* * lib.c (acons): New function.Kaz Kylheku2011-10-044-16/+46
* Bugfixes to the semantics of binding environments, whichKaz Kylheku2011-10-044-34/+112
* * txr.1: Starte dodcumenting the forgotten merge directive.Kaz Kylheku2011-10-032-0/+28
* Implemented new last clause for collect and coll.Kaz Kylheku2011-10-036-33/+138
* * parser.y (rep_elem): Bugfix: forgotten o_elems_transform ontxr-038Kaz Kylheku2011-10-022-1/+9
* * match.c (match_line): Handle trailer_s directive.Kaz Kylheku2011-10-022-5/+19
* Compiles as C++ again.Kaz Kylheku2011-10-023-6/+31
* Spelling.Kaz Kylheku2011-10-011-1/+1
* Version 038Kaz Kylheku2011-10-014-4/+37
* Maintaining C++ compiling (except for two issues that willKaz Kylheku2011-10-015-16/+34
* HACKING: Clarified that --vg-debug is also needed to turn on onKaz Kylheku2011-10-012-2/+9
* Added missing data.Kaz Kylheku2011-10-011-0/+6
* New test case, covering some filtering from HTML/XML.Kaz Kylheku2011-10-015-0/+42
* * filter.c (filters, filter_init): Serious gc bug fixed: neglected toKaz Kylheku2011-10-012-0/+8
* New test case under tests/008.Kaz Kylheku2011-10-015-1/+72
* Deleted reference to accidentally added file.Kaz Kylheku2011-10-011-1/+0
* Remove accidentally added .out file.Kaz Kylheku2011-10-011-2/+0
* Tokenizing test case, exercising for @(coll :gap 0)Kaz Kylheku2011-10-015-0/+40
* New test case, covering exception handling across nestedKaz Kylheku2011-10-015-1/+48
* * parser.y (all_clause, some_clause, none_clause, maybe_clause,Kaz Kylheku2011-10-012-12/+18
* Merge commit '4afe959'Kaz Kylheku2011-10-013-2/+11
|\
| * Regression bug fix: longest match variables broken byKaz Kylheku2011-10-013-2/+11
* | * txr.1: Documented choose and horizontal mode for paralleKaz Kylheku2011-10-012-17/+61
|/
* New directive: choose.Kaz Kylheku2011-10-015-25/+164
* * HACKING: Updated with debugging hints.Kaz Kylheku2011-09-302-4/+214
* * txr.1: Clarified consecutive variables and documented doubleKaz Kylheku2011-09-302-10/+29
* * parser.l: Implemented backslash continuations in SPECIALKaz Kylheku2011-09-303-13/+66
* * match.c (match_line): Implemented horizontal all, some,Kaz Kylheku2011-09-293-4/+80
* * match.c (chars_k): New variable.Kaz Kylheku2011-09-295-38/+92
* * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): NewKaz Kylheku2011-09-297-62/+177
* * match.c (match_line): Bugfix in double var. Do notKaz Kylheku2011-09-282-2/+9
* * match.c (match_line): Logic restructured to allow forKaz Kylheku2011-09-283-38/+126
* * parser.y ('{', '}'): Nope, still not right.Kaz Kylheku2011-09-272-2/+7
* * parser.y ('{', '}'): Bugfix: precedence of theseKaz Kylheku2011-09-272-1/+10
* * match.c (match_files): One more fix to this, argh.Kaz Kylheku2011-09-272-8/+22
* * match.c (match_files): Another bugfix to skip.Kaz Kylheku2011-09-272-0/+15
* * match.c (match_files): Bugfix in skip directive.Kaz Kylheku2011-09-272-1/+17
* * lib.c (eof_s): New symbol variable.Kaz Kylheku2011-09-275-2/+27
* Support &#NNNN; decimal escapes also.txr-037Kaz Kylheku2011-09-262-4/+41
* Support &#xNNNN; hex escapes in html. Bugfix in field formatting.Kaz Kylheku2011-09-265-14/+85
* Version 037.Kaz Kylheku2011-09-264-4/+25
* Merge branch 'master' of ssh://kkylheku@git.sv.gnu.org/srv/git/txrKaz Kylheku2011-09-260-0/+0
|\
| * Bugfixeses: Consistent escaping in various literals. DoubleKaz Kylheku2011-09-262-6/+12
* | Bugfixes: Consistent escaping in various literals. DoubleKaz Kylheku2011-09-263-6/+23
|/
* New feature: @(deffilter)Kaz Kylheku2011-09-267-15/+210
* Trie compression. Hash table iteration.Kaz Kylheku2011-09-268-16/+160
* Documented :from_html.Kaz Kylheku2011-09-251-2/+2
* Filtering from HTML implemented.Kaz Kylheku2011-09-253-12/+280
* Filtering feature for variable substitution in output.Kaz Kylheku2011-09-2512-46/+505