about summary refs log tree commit diff
path: root/src/regex/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* fix memory leak in regexec when input contains illegal sequenceSzabolcs Nagy2014-09-051-5/+6
* fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker2014-07-171-0/+1
* revert regex "cleanup" that seems unjustified and may break backtrackingRich Felker2013-02-011-0/+3
* regex: remove an unused local variable from regexecSzabolcs Nagy2013-01-141-3/+0
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+2
* fix signedness error handling invalid multibyte sequences in regexecRich Felker2012-04-141-2/+2
* upgrade to latest upstream TRE regex code (0.8.0)Rich Felker2012-03-201-241/+145
* fix bug in TRE found by clang (typo && instead of &)Rich Felker2011-04-071-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+1107