remove always-true conditional in dynamic linker TLSDESC processing
[oweals/musl.git] / src / regex /
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 v0.5.0