summaryrefslogtreecommitdiff
path: root/src/regex/regexec.c
AgeCommit message (Expand)Author
2014-07-17fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker
2013-02-01revert regex "cleanup" that seems unjustified and may break backtrackingRich Felker
2013-01-14regex: remove an unused local variable from regexecSzabolcs Nagy
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-04-14fix signedness error handling invalid multibyte sequences in regexecRich Felker
2012-03-20upgrade to latest upstream TRE regex code (0.8.0)Rich Felker
2011-04-07fix bug in TRE found by clang (typo && instead of &)Rich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker