dns response handling: ignore presence of wrong-type RRs
[musl] / src / regex / regcomp.c
2017-03-21 Julien Ramseierregex: fix newline matching with negated brackets
2016-12-17 Szabolcs Nagyhandle ^ and $ in BRE subexpression start and end as...
2016-05-22 Szabolcs Nagyfix the use of uninitialized value in regcomp
2016-03-02 Szabolcs Nagyfix ^* at the start of a complete BRE
2016-03-02 Szabolcs Nagyfix * at the start of a BRE subexpression
2016-01-31 Szabolcs Nagyregex: increase the stack tre uses for tnfa creation
2016-01-31 Szabolcs Nagyregex: simplify the {,} repetition parsing logic
2016-01-31 Szabolcs Nagyregex: treat \+, \? as repetitions in BRE
2016-01-31 Szabolcs Nagyregex: rewrite the repetition parsing code
2016-01-31 Szabolcs Nagyregex: treat \| in BRE as alternation
2016-01-31 Szabolcs Nagyregex: reject repetitions in some cases with REG_BADRPT
2016-01-31 Szabolcs Nagyregex: clean up position accounting for literal nodes
2015-09-24 Szabolcs Nagyregcomp: propagate allocation failures
2015-03-28 Szabolcs Nagyregex: fix character class repetitions
2015-03-23 Szabolcs Nagydo not treat \0 as a backref in BRE
2015-03-20 Rich Felkersuppress backref processing in ERE regcomp
2015-03-20 Rich Felkerfix memory-corruption in regcomp with backslash followe...
2014-09-12 Szabolcs Nagyrewrite the regex pattern parser in regcomp
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-10-07 Szabolcs Nagyfix allocation sizes in regcomp
2013-01-15 Szabolcs Nagyremove unused "params" related code from regex
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-05-13 Rich Felkerremove some no-op end of string tests from regex parser
2012-05-13 Rich Felkeranother BRE fix: in ^*, * is literal
2012-05-07 Rich Felkerfix error checking for \ at end of regex (this was...
2012-05-07 Rich Felkerfix copy and paste error in regex code causing mishandl...
2012-05-07 Rich Felkerfix regex breakage in last commit (failure to handle...
2012-05-07 Rich Felkerfix ugly bugs in TRE regex parser
2012-04-13 Rich Felkerremove invalid code from TRE
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 Rich Felkerupgrade to latest upstream TRE regex code (0.8.0)
2011-06-16 Rich Felkerduplicate re_nsub in LSB/glibc ABI compatible location
2011-02-12 Rich Felkerinitial check-in, version 0.5.0