cb63b5cd8c
special characters is the default behaviour, which may be disabled by setting GLOB_NOESCAPE. * If no matching pathnames have been found and GLOB_NOCHECK was not set (or special csh(1)-specific treatment of magic characters was requested), return GLOB_NOMATCH instead of 0; the latter would indicate a successful operation. * Use strcoll() instead of strcmp() to sort globbed pathnames.