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