| Commit message (Expand) | Author | Age | Files | Lines |
* | We don't include headers in headers in this project. | Kaz Kylheku | 2011-10-30 | 1 | -0/+1 |
* | Improved support for broken unicode. | Kaz Kylheku | 2011-10-10 | 1 | -1/+38 |
* | * 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 |
* | Fix inaccurate comment. | Kaz Kylheku | 2010-01-26 | 1 | -4/+4 |
* | Optimization in derivative-based regex engine. | Kaz Kylheku | 2010-01-26 | 1 | -1/+54 |
* | * regex.c (reg_derivative_list, reg_derivative): Recognition | Kaz Kylheku | 2010-01-18 | 1 | -6/+29 |
* | Adjust semantics of non-greedy operator R%S, to avoid the broken | Kaz Kylheku | 2010-01-18 | 1 | -3/+9 |
* | Implemented non-greedy operator. | Kaz Kylheku | 2010-01-15 | 1 | -1/+20 |
* | * regex.c (reg_derivative_list): Bugfix: wrong algebra, | Kaz Kylheku | 2010-01-15 | 1 | -1/+1 |
* | * regex.c (reg_derivative): Bugfix: remove invalid | Kaz Kylheku | 2010-01-14 | 1 | -9/+1 |
* | Dynamically determine which regex implementation to use: | Kaz Kylheku | 2010-01-13 | 1 | -2/+30 |
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 1 | -248/+557 |
* | Remove incorrect implementation of extended | Kaz Kylheku | 2010-01-06 | 1 | -273/+32 |
* | Implemented the regular expression ~ and & operators. | Kaz Kylheku | 2010-01-05 | 1 | -32/+273 |
* | All COBJ operations have default implementations now; | Kaz Kylheku | 2009-12-08 | 1 | -6/+5 |
* | Eliminate the void * disease. Generic pointers are of mem_t * | Kaz Kylheku | 2009-12-04 | 1 | -1/+1 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -36/+136 |
* | Changes to make the code portable to C++ compilers, which | Kaz Kylheku | 2009-11-24 | 1 | -9/+9 |
* | Renaming global variables that denote symbols, such that they | Kaz Kylheku | 2009-11-24 | 1 | -16/+16 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -5/+6 |
* | Introducing symbol packages. Internal symbols are now in | Kaz Kylheku | 2009-11-21 | 1 | -1/+2 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -22/+22 |
* | Following-up on diagnostics obtained by running code through C++ | Kaz Kylheku | 2009-11-18 | 1 | -8/+8 |
* | Warning fixes. | Kaz Kylheku | 2009-11-17 | 1 | -1/+1 |
* | * regex.c (nfa_all_states, nfa_closure): visited parameter | Kaz Kylheku | 2009-11-17 | 1 | -2/+2 |
* | Regular expression module updated to do unicode character sets. | Kaz Kylheku | 2009-11-12 | 1 | -49/+433 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -3/+3 |
* | Version 019txr-019 | Kaz Kylheku | 2009-11-03 | 1 | -7/+7 |
* | Got regex working over lazy strings from freeform. | Kaz Kylheku | 2009-11-02 | 1 | -25/+82 |
* | Start of implementation for freestyle matching. | Kaz Kylheku | 2009-11-02 | 1 | -0/+76 |
* | Trivial change allows regexps to be bound to variables, | Kaz Kylheku | 2009-10-30 | 1 | -0/+5 |
* | txr-015 2009-10-15txr-015 | Kaz Kylheku | 2017-07-31 | 1 | -7/+10 |
* | txr-011 2009-09-25txr-011 | Kaz Kylheku | 2017-07-31 | 1 | -0/+631 |