| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Describe Kleene and non-greedy behavior more accurately. | Kaz Kylheku | 2010-01-15 | 2 | -6/+13 |
* | * txr.1: Get rid of parens from regex operator descriptions. | Kaz Kylheku | 2010-01-15 | 2 | -1/+5 |
* | * txr.1: Get rid of parens from regex operator descriptions. | Kaz Kylheku | 2010-01-15 | 2 | -4/+6 |
* | * txr.1: Get rid of parens from regex operator descriptions. | Kaz Kylheku | 2010-01-15 | 2 | -23/+27 |
* | Correction. | Kaz Kylheku | 2010-01-15 | 1 | -1/+1 |
* | Clean up junk. | Kaz Kylheku | 2010-01-15 | 1 | -4/+0 |
* | * genman.txr, txr.1: Encode version differently; extract | Kaz Kylheku | 2010-01-15 | 3 | -4/+9 |
* | Automate the maintenance of the HTML-ized man page. | Kaz Kylheku | 2010-01-15 | 3 | -0/+94 |
* | Automate the maintenance of the HTML-ized man page. | Kaz Kylheku | 2010-01-15 | 0 | -0/+0 |
* | Implemented non-greedy operator. | Kaz Kylheku | 2010-01-15 | 7 | -117/+242 |
* | * regex.c (reg_derivative_list): Bugfix: wrong algebra, | Kaz Kylheku | 2010-01-15 | 2 | -1/+6 |
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txr | Kaz Kylheku | 2010-01-15 | 2 | -2/+6 |
|\ |
|
| * | * txr.1: Fix accidental edit garbage. | Kaz Kylheku | 2010-01-15 | 2 | -1/+5 |
| * | 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 | 2 | -9/+127 |
|/ |
|
* | * regex.c (reg_derivative): Bugfix: remove invalid | Kaz Kylheku | 2010-01-14 | 2 | -9/+6 |
* | Bugfix: allow unescaped / to be used in regex character classes. | Kaz Kylheku | 2010-01-13 | 4 | -7/+36 |
* | * parser.y (precedence): bugfix: character classes like this [^*] | Kaz Kylheku | 2010-01-13 | 2 | -1/+7 |
* | Dynamically determine which regex implementation to use: | Kaz Kylheku | 2010-01-13 | 3 | -2/+51 |
* | * lib.h (c_num): Remove redundant declaration. | Kaz Kylheku | 2010-01-13 | 2 | -2/+5 |
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 9 | -282/+627 |
* | Remove incorrect implementation of extended | Kaz Kylheku | 2010-01-06 | 2 | -273/+50 |
* | Some fine tuning in regex grammar. | Kaz Kylheku | 2010-01-06 | 2 | -2/+14 |
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txr | Kaz Kylheku | 2010-01-05 | 3 | -13/+24 |
|\ |
|
| * | * lib.c (make_package, find_package): Eliminate declaration | Kaz Kylheku | 2009-12-17 | 3 | -13/+24 |
* | | Implemented the regular expression ~ and & operators. | Kaz Kylheku | 2010-01-05 | 7 | -51/+372 |
|/ |
|
* | Remove unnecessary cast. | Kaz Kylheku | 2009-12-09 | 1 | -1/+1 |
* | * parser.l (YYINPUT): Fix signed/unsigned comparison. | Kaz Kylheku | 2009-12-09 | 2 | -2/+7 |
* | * hash.c (sethash): New function. | Kaz Kylheku | 2009-12-09 | 5 | -0/+25 |
* | All COBJ operations have default implementations now; | Kaz Kylheku | 2009-12-08 | 7 | -43/+95 |
* | More void * to mem_t * conversion. | Kaz Kylheku | 2009-12-05 | 4 | -10/+22 |
* | Eliminate the void * disease. Generic pointers are of mem_t * | Kaz Kylheku | 2009-12-04 | 7 | -31/+57 |
* | * gc.c (heap_min_bound, heap_max_bound): New static globals. | Kaz Kylheku | 2009-12-03 | 2 | -0/+21 |
* | Version 027.txr-027 | Kaz Kylheku | 2009-12-03 | 4 | -3/+20 |
* | Merge. | Kaz Kylheku | 2009-12-03 | 2 | -2/+8 |
|\ |
|
| * | * parser.l (YY_NO_UNPUT): Removed superfluous #define. This is not | Kaz Kylheku | 2009-12-03 | 2 | -2/+8 |
* | | * Makefile (CFLAGS): Better test for g++, when removing | Kaz Kylheku | 2009-12-03 | 2 | -1/+8 |
|/ |
|
* | Fix for failing test suite on MIPS machine, due to | Kaz Kylheku | 2009-12-03 | 2 | -2/+14 |
* | * Makefile (tests): Don't depend on the executable. Otherwise, | Kaz Kylheku | 2009-12-02 | 2 | -7/+20 |
* | * Makefile (install-tests): New target. Provides a way to make the | Kaz Kylheku | 2009-12-02 | 2 | -0/+18 |
* | Fix annoyances with dependency generation, such as picking up local | Kaz Kylheku | 2009-12-02 | 4 | -14/+24 |
* | * Makefile (CFLAGS): If the compiler matches the pattern %g++, | Kaz Kylheku | 2009-11-28 | 2 | -0/+10 |
* | * Makefile (CFLAGS): add -Dlint to CFLAGS when compiling y.tab.o. | Kaz Kylheku | 2009-11-28 | 2 | -0/+11 |
* | * parser.l: Use flex options to suppress generation of the | Kaz Kylheku | 2009-11-28 | 2 | -0/+8 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 14 | -231/+261 |
* | * configure: Workaround in banner code for coreutils printf %.*s bug. | Kaz Kylheku | 2009-11-28 | 2 | -1/+5 |
* | Switching to DESTDIR convention for install. | Kaz Kylheku | 2009-11-27 | 3 | -13/+40 |
* | Version 026.txr-026 | Kaz Kylheku | 2009-11-26 | 4 | -3/+27 |
* | Add comments to generated files. | Kaz Kylheku | 2009-11-26 | 1 | -1/+15 |
* | Expand yacc command without quotes. | Kaz Kylheku | 2009-11-26 | 1 | -1/+1 |