| Commit message (Expand) | Author | Age | Files | Lines |
* | * parser.y (regtoken): New nonterminal symbol. | Kaz Kylheku | 2012-04-20 | 1 | -1/+0 |
* | First cut at implementing \s, \d, \w, \S, \D and \W regex tokens. | Kaz Kylheku | 2012-04-19 | 1 | -0/+6 |
* | Bug #35718. Workaround good enough to get some code working. | Kaz Kylheku | 2012-03-04 | 1 | -1/+1 |
* | * eval.c (eval_init): New intrinsic function, regsub. | Kaz Kylheku | 2012-03-04 | 1 | -0/+1 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | We don't include headers in headers in this project. | Kaz Kylheku | 2011-10-30 | 1 | -2/+0 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 1 | -22/+0 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -115/+1 |
* | Changes to make the code portable to C++ compilers, which | Kaz Kylheku | 2009-11-24 | 1 | -5/+5 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -4/+4 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -7/+6 |
* | Fixes for compliance to C89. | Kaz Kylheku | 2009-11-17 | 1 | -10/+10 |
* | Regular expression module updated to do unicode character sets. | Kaz Kylheku | 2009-11-12 | 1 | -12/+57 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -1/+1 |
* | Version 019txr-019 | Kaz Kylheku | 2009-11-03 | 1 | -3/+3 |
* | Got regex working over lazy strings from freeform. | Kaz Kylheku | 2009-11-02 | 1 | -2/+5 |
* | Start of implementation for freestyle matching. | Kaz Kylheku | 2009-11-02 | 1 | -4/+17 |
* | Trivial change allows regexps to be bound to variables, | Kaz Kylheku | 2009-10-30 | 1 | -0/+1 |
* | txr-011 2009-09-25txr-011 | Kaz Kylheku | 2017-07-31 | 1 | -0/+107 |