summaryrefslogtreecommitdiff
path: root/src/regex/fnmatch.c
AgeCommit message (Expand)AuthorLines
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker-1/+2
2014-12-17implement FNM_CASEFOLD extension to fnmatch functionNagy Szabolcs-11/+25
2013-12-02implement FNM_LEADING_DIR extension flag in fnmatchRich Felker-2/+9
2013-12-01fix fnmatch corner cases related to escapingRich Felker-4/+4
2013-12-01fix the end of string matching in fnmatch with FNM_PATHNAMESzabolcs Nagy-2/+2
2012-04-28new fnmatch implementationRich Felker-131/+273
2012-04-26update fnmatch to POSIX 2008 semanticsRich Felker-4/+11
2011-06-05eliminate (harmless in this case) vla usage in fnmatch.cRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+150