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