| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | Version 031.txr-031 | Kaz Kylheku | 2010-01-25 | 1 | -0/+14 |
* | Fix screwup in previous change: value treated as a cons | Kaz Kylheku | 2010-01-25 | 1 | -1/+1 |
* | * match.c (match_files): Workaround for GC issue | Kaz Kylheku | 2010-01-24 | 1 | -0/+8 |
* | * stream.c (vformat_num): Fix bad width calculation. | Kaz Kylheku | 2010-01-24 | 1 | -0/+4 |
* | Fix for unbounded memory growth problem reproduced with GCC 4.4.1 | Kaz Kylheku | 2010-01-21 | 1 | -0/+14 |
* | * match.c (match_files): Reduce scope, and bogus use of, dataline | Kaz Kylheku | 2010-01-21 | 1 | -0/+5 |
* | Version 030.txr-030 | Kaz Kylheku | 2010-01-19 | 1 | -0/+14 |
* | More regex grammar work. | Kaz Kylheku | 2010-01-19 | 1 | -0/+11 |
* | Resolving parser conflicts. | Kaz Kylheku | 2010-01-19 | 1 | -0/+16 |
* | Version 029. | Kaz Kylheku | 2010-01-18 | 1 | -3/+19 |
* | * regex.c (reg_derivative_list, reg_derivative): Recognition | Kaz Kylheku | 2010-01-18 | 1 | -0/+10 |
* | Adjust semantics of non-greedy operator R%S, to avoid the broken | Kaz Kylheku | 2010-01-18 | 1 | -0/+15 |
* | * parser.y (regterm, regclass): Relocate handling | Kaz Kylheku | 2010-01-17 | 1 | -0/+5 |
* | Regex syntactic tweaks: support the [] syntax | Kaz Kylheku | 2010-01-16 | 1 | -0/+10 |
* | Version 028. | Kaz Kylheku | 2010-01-16 | 1 | -0/+20 |
* | Describe Kleene and non-greedy behavior more accurately. | Kaz Kylheku | 2010-01-15 | 1 | -0/+1 |
* | * txr.1: Get rid of parens from regex operator descriptions. | Kaz Kylheku | 2010-01-15 | 1 | -0/+1 |
* | * txr.1: Get rid of parens from regex operator descriptions. | Kaz Kylheku | 2010-01-15 | 1 | -0/+1 |
* | * txr.1: Get rid of parens from regex operator descriptions. | Kaz Kylheku | 2010-01-15 | 1 | -0/+4 |
* | * genman.txr, txr.1: Encode version differently; extract | Kaz Kylheku | 2010-01-15 | 1 | -0/+5 |
* | Automate the maintenance of the HTML-ized man page. | Kaz Kylheku | 2010-01-15 | 1 | -0/+9 |
* | Implemented non-greedy operator. | Kaz Kylheku | 2010-01-15 | 1 | -0/+24 |
* | * regex.c (reg_derivative_list): Bugfix: wrong algebra, | Kaz Kylheku | 2010-01-15 | 1 | -0/+5 |
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txr | Kaz Kylheku | 2010-01-15 | 1 | -1/+5 |
|\ |
|