summaryrefslogtreecommitdiff
path: root/src/regex/regcomp.c
AgeCommit message (Expand)Author
2015-03-30regex: fix character class repetitionsSzabolcs Nagy
2015-03-30fix regcomp handling of backslash followed by high byteRich Felker
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2013-10-07fix allocation sizes in regcompSzabolcs Nagy
2013-01-15remove unused "params" related code from regexSzabolcs Nagy
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-05-13remove some no-op end of string tests from regex parserRich Felker
2012-05-13another BRE fix: in ^*, * is literalRich Felker
2012-05-07fix error checking for \ at end of regex (this was broken previously)Rich Felker
2012-05-07fix copy and paste error in regex code causing mishandling of \) in BRERich Felker
2012-05-07fix regex breakage in last commit (failure to handle empty regex, etc.)Rich Felker
2012-05-07fix ugly bugs in TRE regex parserRich Felker
2012-04-13remove invalid code from TRERich Felker
2012-03-20upgrade to latest upstream TRE regex code (0.8.0)Rich Felker
2011-06-16duplicate re_nsub in LSB/glibc ABI compatible locationRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker