about summary refs log tree commit diff
path: root/src/regex/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* regex: increase the stack tre uses for tnfa creationSzabolcs Nagy2016-01-311-1/+1
* regex: simplify the {,} repetition parsing logicSzabolcs Nagy2016-01-301-20/+19
* regex: treat \+, \? as repetitions in BRESzabolcs Nagy2016-01-301-1/+5
* regex: rewrite the repetition parsing codeSzabolcs Nagy2016-01-301-30/+29
* regex: treat \| in BRE as alternationSzabolcs Nagy2016-01-301-2/+17
* regex: reject repetitions in some cases with REG_BADRPTSzabolcs Nagy2016-01-301-3/+12
* regex: clean up position accounting for literal nodesSzabolcs Nagy2016-01-301-4/+2
* regcomp: propagate allocation failuresSzabolcs Nagy2015-09-241-1/+2
* regex: fix character class repetitionsSzabolcs Nagy2015-03-271-0/+5
* do not treat \0 as a backref in BRESzabolcs Nagy2015-03-231-1/+1
* suppress backref processing in ERE regcompRich Felker2015-03-201-1/+1
* fix memory-corruption in regcomp with backslash followed by high byteRich Felker2015-03-201-1/+1
* rewrite the regex pattern parser in regcompSzabolcs Nagy2014-09-131-1081/+634
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* fix allocation sizes in regcompSzabolcs Nagy2013-10-071-4/+4
* remove unused "params" related code from regexSzabolcs Nagy2013-01-151-20/+11
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* 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