dns response handling: ignore presence of wrong-type RRs
[musl] / src / regex /
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2019-08-07 Rich Felkerfix failure of glob to match broken symlinks under...
2019-08-06 Ismael Lucenoglob: implement GLOB_TILDE and GLOB_TILDE_CHECK
2018-10-13 Rich Felkerallow escaped path-separator slashes in glob
2018-10-13 Rich Felkerrewrite core of the glob implementation for correctness...
2018-10-11 Rich Felkerfix redundant computations of strlen in glob append...
2018-10-11 Rich Felkerfix invalid substitute of [1] for flexible array member...
2018-09-12 Rich Felkerremove spurious inclusion of libc.h for LFS64 ABI aliases
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
2017-10-21 Rich Felkerfix regression in glob with literal . or .. path component
2017-09-07 Rich Felkerfix glob descent into . and .. with GLOB_PERIOD
2017-06-08 Rich Felkerfix glob failure to match plain "/" to root directory
2017-03-21 Julien Ramseierregex: fix newline matching with negated brackets
2017-03-14 Rich Felkerfix free of uninitialized buffer pointer on error in...
2017-01-03 Rich Felkermake globfree safe after failed glob from over-length...
2016-12-17 Szabolcs Nagyhandle ^ and $ in BRE subexpression start and end as...
2016-10-06 Rich Felkerfix regexec with haystack strings longer than INT_MAX
2016-10-06 Rich Felkerfix missing integer overflow checks in regexec buffer...
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-06-16 Rich Felkerbyte-based C locale, phase 1: multibyte character handl...
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-12-17 Nagy Szabolcsimplement FNM_CASEFOLD extension to fnmatch function
2014-09-12 Szabolcs Nagyrewrite the regex pattern parser in regcomp
2014-09-05 Szabolcs Nagyfix memory leak in regexec when input contains illegal...
2014-07-26 Rich Felkeradd support for LC_TIME and LC_MESSAGES translations
2014-07-17 Rich Felkerfix crash in regexec for nonzero nmatch argument with...
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-12-02 Rich Felkerimplement FNM_LEADING_DIR extension flag in fnmatch
2013-12-01 Rich Felkerfix fnmatch corner cases related to escaping
2013-12-01 Szabolcs Nagyfix the end of string matching in fnmatch with FNM_PATHNAME
2013-10-07 Szabolcs Nagyfix allocation sizes in regcomp
2013-02-01 Rich Felkerrevert regex "cleanup" that seems unjustified and may...
2013-01-15 Szabolcs Nagyremove unused "params" related code from regex
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-13 Szabolcs Nagyregex: remove an unused local variable from regexec
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-05-25 Rich Felkerfix regex on arm
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-28 Rich Felkernew fnmatch implementation
2012-04-26 Rich Felkerupdate fnmatch to POSIX 2008 semantics
2012-04-15 Rich Felkerfix signedness error handling invalid multibyte sequenc...
2012-04-13 Rich Felkerremove invalid code from TRE
2012-04-13 Rich Felkerfix broken regerror (typo) and missing message
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 Rich Felkerupgrade to latest upstream TRE regex code (0.8.0)
2012-01-24 Rich Felkermake glob mark symlinks-to-directories with the GLOB_MA...
2012-01-22 Rich Felkersupport GLOB_PERIOD flag (GNU extension) to glob function
2011-06-16 Rich Felkerduplicate re_nsub in LSB/glibc ABI compatible location
2011-06-06 Rich Felkerfix handling of d_name in struct dirent
2011-06-05 Rich Felkersafety fix for glob's vla usage: disallow patterns...
2011-06-05 Rich Felkereliminate (harmless in this case) vla usage in fnmatch.c
2011-04-08 Rich Felkerfix bug in TRE found by clang (typo && instead of &)
2011-02-12 Rich Felkerinitial check-in, version 0.5.0