aboutsummaryrefslogtreecommitdiff
path: root/src/libregexp/regcomp.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox1-4/+1
Should be a clean build now. Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067 Reviewed-on: https://plan9port-review.googlesource.com/2781 Reviewed-by: Russ Cox <rsc@swtch.com>
2016-11-02fix segfaults on OpenBSD: int cannot hold all the values a ptrdiff_t can take.Gleydson Soares1-1/+1
Change-Id: I90806e6f2e46a94f38aa0a8a7038aa6599b448b3 Reviewed-on: https://plan9port-review.googlesource.com/2660 Reviewed-by: Russ Cox <rsc@swtch.com>
2013-07-02libregexp: update from Plan 9David du Colombier1-6/+17
R=rsc https://codereview.appspot.com/10690044
2008-05-10libregexp: more placating of gcc (John Gosset)Russ Cox1-5/+5
2007-12-07libregexp: revert regexp fixRuss Cox1-7/+3
2007-12-07libregexp: fix ambiguous match selectionRuss Cox1-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.
2006-04-20silence warning (andrey)rsc1-5/+5
2005-05-07no wide character constants; sighrsc1-17/+17
2005-01-14silence warningrsc1-1/+1
2004-03-05Update libregexp with recent bug fixes from Plan 9.rsc1-6/+4
2003-09-30Initial revisionrsc1-0/+557