| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * HACKING: Updated with debugging hints. | Kaz Kylheku | 2011-09-30 | 1 | -0/+4 |
* | * txr.1: Clarified consecutive variables and documented double | Kaz Kylheku | 2011-09-30 | 1 | -0/+5 |
* | * parser.l: Implemented backslash continuations in SPECIAL | Kaz Kylheku | 2011-09-30 | 1 | -0/+7 |
* | * match.c (match_line): Implemented horizontal all, some, | Kaz Kylheku | 2011-09-29 | 1 | -0/+11 |
* | * match.c (chars_k): New variable. | Kaz Kylheku | 2011-09-29 | 1 | -0/+13 |
* | * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): New | Kaz Kylheku | 2011-09-29 | 1 | -0/+18 |
* | * match.c (match_line): Bugfix in double var. Do not | Kaz Kylheku | 2011-09-28 | 1 | -0/+5 |
* | * match.c (match_line): Logic restructured to allow for | Kaz Kylheku | 2011-09-28 | 1 | -0/+19 |
* | * parser.y ('{', '}'): Nope, still not right. | Kaz Kylheku | 2011-09-27 | 1 | -0/+6 |
* | * parser.y ('{', '}'): Bugfix: precedence of these | Kaz Kylheku | 2011-09-27 | 1 | -0/+8 |
* | * match.c (match_files): One more fix to this, argh. | Kaz Kylheku | 2011-09-27 | 1 | -0/+14 |
* | * match.c (match_files): Another bugfix to skip. | Kaz Kylheku | 2011-09-27 | 1 | -0/+8 |
* | * match.c (match_files): Bugfix in skip directive. | Kaz Kylheku | 2011-09-27 | 1 | -0/+13 |
* | * lib.c (eof_s): New symbol variable. | Kaz Kylheku | 2011-09-27 | 1 | -0/+12 |
* | Support &#NNNN; decimal escapes also.txr-037 | Kaz Kylheku | 2011-09-26 | 1 | -0/+11 |
* | Support &#xNNNN; hex escapes in html. Bugfix in field formatting. | Kaz Kylheku | 2011-09-26 | 1 | -3/+22 |
* | Version 037. | Kaz Kylheku | 2011-09-26 | 1 | -0/+21 |
* | Bugfixes: Consistent escaping in various literals. Double | Kaz Kylheku | 2011-09-26 | 1 | -0/+11 |
* | New feature: @(deffilter) | Kaz Kylheku | 2011-09-26 | 1 | -0/+28 |
* | Trie compression. Hash table iteration. | Kaz Kylheku | 2011-09-26 | 1 | -0/+30 |
* | Filtering from HTML implemented. | Kaz Kylheku | 2011-09-25 | 1 | -0/+9 |
* | Filtering feature for variable substitution in output. | Kaz Kylheku | 2011-09-25 | 1 | -0/+50 |
* | Numeric constants become real constants. | Kaz Kylheku | 2011-09-24 | 1 | -0/+14 |
* | 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 | 1 | -0/+9 |
* | * match.c, parser.y: Support for old output syntax removed. | Kaz Kylheku | 2011-09-23 | 1 | -0/+7 |
* | * tests/002/query-1.txr: Old next syntax rewritten to new. | Kaz Kylheku | 2011-09-23 | 1 | -0/+4 |
* | * match.c (match_files): Some cleanup in preparation of new | Kaz Kylheku | 2011-09-23 | 1 | -1/+6 |
* | Semantics tweak: short circuiting behavior for @(all) and @(none). | Kaz Kylheku | 2011-09-23 | 1 | -0/+8 |
* | Version 036.txr-036 | Kaz Kylheku | 2011-09-22 | 1 | -0/+12 |
* | Useful second argument in skip directive for skipping | Kaz Kylheku | 2011-09-22 | 1 | -0/+9 |
* | Changelog mistakes. | Kaz Kylheku | 2010-10-05 | 1 | -3/+3 |
* | Version 035. | Kaz Kylheku | 2010-10-05 | 1 | -0/+20 |
* | * match.c (match_files): Bugfix. A (sub)query that runs out of data | Kaz Kylheku | 2010-10-04 | 1 | -0/+6 |
* | * lib.h (lazy_string): Fix incorrect comment. | Kaz Kylheku | 2010-10-03 | 1 | -0/+10 |
* | * txr.1: Fix formatting problem. | Kaz Kylheku | 2010-09-30 | 1 | -0/+4 |
* | * txr.1: Fix inaccuracies: files are not read into memory all at | Kaz Kylheku | 2010-03-01 | 1 | -1/+6 |
* | Version 034.txr-034 | Kaz Kylheku | 2010-02-28 | 1 | -0/+12 |
* | More testcases. | Kaz Kylheku | 2010-02-28 | 1 | -1/+5 |
* | New testcase for freeform. | Kaz Kylheku | 2010-02-28 | 1 | -0/+13 |
* | * lib.c (length_str_gt, length_str_ge, length_str_lt, length_str_le): | Kaz Kylheku | 2010-02-28 | 1 | -0/+5 |
* | * lib.c (search_str): Bugfix for empty haystack case: checks for end | Kaz Kylheku | 2010-02-27 | 1 | -0/+6 |
* | * match.c (match_lines): Bugfix in freeform directive. | Kaz Kylheku | 2010-02-27 | 1 | -0/+11 |
* | * lib.h (split_str_sep): Declared. | Kaz Kylheku | 2010-02-27 | 1 | -0/+11 |
* | * lib.c (init_str): Bugfix: copy only len characters, not len + 1, so | Kaz Kylheku | 2010-02-24 | 1 | -0/+7 |
* | Version 033. | Kaz Kylheku | 2010-01-26 | 1 | -0/+13 |
* | Restoring missing ChangeLog entry. | Kaz Kylheku | 2010-01-26 | 1 | -1/+14 |
* | hash.c (hash_process_weak): There is no point in fixing up | Kaz Kylheku | 2010-01-26 | 1 | -0/+7 |
* | Optimization in derivative-based regex engine. | Kaz Kylheku | 2010-01-26 | 1 | -0/+18 |
* | Version 032. | Kaz Kylheku | 2010-01-25 | 1 | -0/+15 |