use restrict everywhere it's required by c99 and/or posix 2008
[musl] / src / regex / regcomp.c
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-05-13 Rich Felkerremove some no-op end of string tests from regex parser
2012-05-13 Rich Felkeranother BRE fix: in ^*, * is literal
2012-05-07 Rich Felkerfix error checking for \ at end of regex (this was...
2012-05-07 Rich Felkerfix copy and paste error in regex code causing mishandl...
2012-05-07 Rich Felkerfix regex breakage in last commit (failure to handle...
2012-05-07 Rich Felkerfix ugly bugs in TRE regex parser
2012-04-13 Rich Felkerremove invalid code from TRE
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 Rich Felkerupgrade to latest upstream TRE regex code (0.8.0)
2011-06-16 Rich Felkerduplicate re_nsub in LSB/glibc ABI compatible location
2011-02-12 Rich Felkerinitial check-in, version 0.5.0