aboutsummaryrefslogtreecommitdiff
path: root/win32/match_class.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: code shrink character class detectionRon Yorston2021-08-091-0/+7
Add a routine to detect the names of character classes. Use it in fnmatch(3) and regcomp(3), replacing local code in the former. Saves 216 bytes.