| Commit message (Expand) | Author | Age | Files | Lines |
* | New --free-all option for freeing memory on exit. | Kaz Kylheku | 2016-06-07 | 1 | -0/+1 |
* | read-until-match can optionally keep matched text. | Kaz Kylheku | 2016-04-20 | 1 | -1/+1 |
* | Record-delimiting stream adapter. | Kaz Kylheku | 2016-01-01 | 1 | -0/+1 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Count East Asian Wide and Full Fidth chars as two columns. | Kaz Kylheku | 2015-08-10 | 1 | -1/+1 |
* | String-returning wrappers for some regex matching functions. | Kaz Kylheku | 2015-02-20 | 1 | -0/+3 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * eval.c (eval_init): Register chr_isblank and chr_isunisp as | Kaz Kylheku | 2014-10-11 | 1 | -0/+2 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * eval.c (eval_init): register range_regex and tok_where | Kaz Kylheku | 2014-06-26 | 1 | -0/+1 |
* | * regex.c (match_regex_right): Fix semantics of second argument | Kaz Kylheku | 2014-01-27 | 1 | -1/+1 |
* | * regex.c (match_regex_right): New function. | Kaz Kylheku | 2014-01-26 | 1 | -0/+1 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * eval.c (eval_init): Update registration of regex-compile | Kaz Kylheku | 2013-12-06 | 1 | -1/+1 |
* | * regex.c (regex_compile): Handle string input. | Kaz Kylheku | 2013-12-05 | 1 | -1/+1 |
* | * 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 |