summaryrefslogtreecommitdiffstats
path: root/src/libregexp/regcomp.c
Commit message (Collapse)AuthorAgeFilesLines
* libregexp: more placating of gcc (John Gosset)Russ Cox2008-05-101-5/+5
|
* libregexp: revert regexp fixRuss Cox2007-12-071-7/+3
|
* libregexp: fix ambiguous match selectionRuss Cox2007-12-071-3/+7
| | | | | | | | | | echo SYSSYSR1 | sed 's/SYS.+/sysr1/' was producing SYSsysr1 instead of sysr1. Bug was introduced during overflow cleanup earlier this year. Also bring regexec.c and rregexec.c into sync again. Also allocate large enough lists in the regexec2/rregexec2 case.
* silence warning (andrey)rsc2006-04-201-5/+5
|
* no wide character constants; sighrsc2005-05-071-17/+17
|
* silence warningrsc2005-01-141-1/+1
|
* Update libregexp with recent bug fixes from Plan 9.rsc2004-03-051-6/+4
|
* Initial revisionrsc2003-09-301-0/+557