| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
|\ |
|
| * | * txr.1: Fix accidental edit garbage. | Kaz Kylheku | 2010-01-15 | 1 | -0/+4 |
| * | Changelog fix. | Kaz Kylheku | 2010-01-15 | 1 | -1/+1 |
* | | * txr.1: Fix accidental .b, which should have been .B. | Kaz Kylheku | 2010-01-14 | 1 | -0/+7 |
|/ |
|
* | * regex.c (reg_derivative): Bugfix: remove invalid | Kaz Kylheku | 2010-01-14 | 1 | -0/+5 |
* | Bugfix: allow unescaped / to be used in regex character classes. | Kaz Kylheku | 2010-01-13 | 1 | -0/+22 |
* | * parser.y (precedence): bugfix: character classes like this [^*] | Kaz Kylheku | 2010-01-13 | 1 | -0/+5 |
* | Dynamically determine which regex implementation to use: | Kaz Kylheku | 2010-01-13 | 1 | -0/+17 |
* | * lib.h (c_num): Remove redundant declaration. | Kaz Kylheku | 2010-01-13 | 1 | -0/+4 |
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 1 | -0/+53 |
* | Remove incorrect implementation of extended | Kaz Kylheku | 2010-01-06 | 1 | -0/+18 |
* | Some fine tuning in regex grammar. | Kaz Kylheku | 2010-01-06 | 1 | -0/+12 |
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txr | Kaz Kylheku | 2010-01-05 | 1 | -0/+9 |
|\ |
|
| * | * lib.c (make_package, find_package): Eliminate declaration | Kaz Kylheku | 2009-12-17 | 1 | -0/+9 |
* | | Implemented the regular expression ~ and & operators. | Kaz Kylheku | 2010-01-05 | 1 | -0/+50 |
|/ |
|
* | * parser.l (YYINPUT): Fix signed/unsigned comparison. | Kaz Kylheku | 2009-12-09 | 1 | -0/+4 |
* | * hash.c (sethash): New function. | Kaz Kylheku | 2009-12-09 | 1 | -0/+10 |
* | All COBJ operations have default implementations now; | Kaz Kylheku | 2009-12-08 | 1 | -0/+34 |
* | More void * to mem_t * conversion. | Kaz Kylheku | 2009-12-05 | 1 | -0/+12 |
* | Eliminate the void * disease. Generic pointers are of mem_t * | Kaz Kylheku | 2009-12-04 | 1 | -0/+24 |
* | * gc.c (heap_min_bound, heap_max_bound): New static globals. | Kaz Kylheku | 2009-12-03 | 1 | -0/+8 |