about summary refs log tree commit diff
path: root/src/regex/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* remove some no-op end of string tests from regex parserRich Felker2012-05-131-4/+0
* another BRE fix: in ^*, * is literalRich Felker2012-05-131-0/+2
* fix error checking for \ at end of regex (this was broken previously)Rich Felker2012-05-071-1/+1
* fix copy and paste error in regex code causing mishandling of \) in BRERich Felker2012-05-071-1/+1
* fix regex breakage in last commit (failure to handle empty regex, etc.)Rich Felker2012-05-071-4/+1
* fix ugly bugs in TRE regex parserRich Felker2012-05-071-60/+31
* remove invalid code from TRERich Felker2012-04-131-14/+0
* upgrade to latest upstream TRE regex code (0.8.0)Rich Felker2012-03-201-775/+822
* duplicate re_nsub in LSB/glibc ABI compatible locationRich Felker2011-06-161-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+3362