about summary refs log tree commit diff
path: root/src/regex/fnmatch.c
Commit message (Expand)AuthorAgeFilesLines
* byte-based C locale, phase 1: multibyte character handling functionsRich Felker2015-06-161-1/+2
* implement FNM_CASEFOLD extension to fnmatch functionNagy Szabolcs2014-12-171-11/+25
* implement FNM_LEADING_DIR extension flag in fnmatchRich Felker2013-12-021-2/+9
* fix fnmatch corner cases related to escapingRich Felker2013-12-011-4/+4
* fix the end of string matching in fnmatch with FNM_PATHNAMESzabolcs Nagy2013-12-011-2/+2
* new fnmatch implementationRich Felker2012-04-281-131/+273
* update fnmatch to POSIX 2008 semanticsRich Felker2012-04-261-4/+11
* eliminate (harmless in this case) vla usage in fnmatch.cRich Felker2011-06-051-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+150