about summary refs log tree commit diff
path: root/src/regex/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 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