| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Numeric constants become real constants. | Kaz Kylheku | 2011-09-24 | 3 | -16/+28 |
* | Removed redundant text. | Kaz Kylheku | 2011-09-23 | 1 | -2/+0 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 26 | -25/+34 |
* | * match.c, parser.y: Support for old output syntax removed. | Kaz Kylheku | 2011-09-23 | 4 | -32/+30 |
* | * tests/002/query-1.txr: Old next syntax rewritten to new. | Kaz Kylheku | 2011-09-23 | 2 | -3/+7 |
* | * match.c (match_files): Some cleanup in preparation of new | Kaz Kylheku | 2011-09-23 | 2 | -29/+33 |
* | Semantics tweak: short circuiting behavior for @(all) and @(none). | Kaz Kylheku | 2011-09-23 | 3 | -35/+64 |
* | Version 036.txr-036 | Kaz Kylheku | 2011-09-22 | 4 | -3/+15 |
* | Useful second argument in skip directive for skipping | Kaz Kylheku | 2011-09-22 | 3 | -2/+47 |
* | Spelling. | Kaz Kylheku | 2011-09-20 | 1 | -2/+2 |
* | This should be under version control. | Kaz Kylheku | 2011-09-01 | 1 | -0/+516 |
* | Fix month name.txr-035 | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | Fix date. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | Changelog mistakes. | Kaz Kylheku | 2010-10-05 | 1 | -3/+3 |
* | Version 035. | Kaz Kylheku | 2010-10-05 | 4 | -3/+23 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 25 | -25/+25 |
* | * match.c (match_files): Bugfix. A (sub)query that runs out of data | Kaz Kylheku | 2010-10-04 | 2 | -0/+9 |
* | * lib.h (lazy_string): Fix incorrect comment. | Kaz Kylheku | 2010-10-03 | 3 | -1/+23 |
* | * txr.1: Fix formatting problem. | Kaz Kylheku | 2010-09-30 | 2 | -1/+7 |
* | Regex cleanup. | Kaz Kylheku | 2010-03-01 | 1 | -18/+29 |
* | * txr.1: Fix inaccuracies: files are not read into memory all at | Kaz Kylheku | 2010-03-01 | 2 | -5/+10 |
* | Version 034.txr-034 | Kaz Kylheku | 2010-02-28 | 4 | -4/+16 |
* | More testcases. | Kaz Kylheku | 2010-02-28 | 3 | -1/+15 |
* | Whitespace. | Kaz Kylheku | 2010-02-28 | 1 | -1/+1 |
* | New testcase for freeform. | Kaz Kylheku | 2010-02-28 | 5 | -0/+45 |
* | Improved freeform documentation. | Kaz Kylheku | 2010-02-28 | 1 | -1/+52 |
* | * lib.c (length_str_gt, length_str_ge, length_str_lt, length_str_le): | Kaz Kylheku | 2010-02-28 | 2 | -36/+69 |
* | * lib.c (search_str): Bugfix for empty haystack case: checks for end | Kaz Kylheku | 2010-02-27 | 2 | -2/+8 |
* | * match.c (match_lines): Bugfix in freeform directive. | Kaz Kylheku | 2010-02-27 | 2 | -1/+14 |