summaryrefslogtreecommitdiffstats
path: root/regex.c
Commit message (Expand)AuthorAgeFilesLines
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-211-1/+2
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-22/+22
* Following-up on diagnostics obtained by running code through C++Kaz Kylheku2009-11-181-8/+8
* Warning fixes.Kaz Kylheku2009-11-171-1/+1
* * regex.c (nfa_all_states, nfa_closure): visited parameterKaz Kylheku2009-11-171-2/+2
* Regular expression module updated to do unicode character sets.Kaz Kylheku2009-11-121-49/+433
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-3/+3
* Version 019txr-019Kaz Kylheku2009-11-031-7/+7
* Got regex working over lazy strings from freeform.Kaz Kylheku2009-11-021-25/+82
* Start of implementation for freestyle matching.Kaz Kylheku2009-11-021-0/+76
* Trivial change allows regexps to be bound to variables,Kaz Kylheku2009-10-301-0/+5
* txr-015 2009-10-15txr-015Kaz Kylheku2017-07-311-7/+10
* txr-011 2009-09-25txr-011Kaz Kylheku2017-07-311-0/+631