K 10 svn:author V 4 ache K 8 svn:date V 27 2016-07-19T00:25:27.860358Z K 7 svn:log V 347 1) Don't protect \/ and \. even if user say so. They are not special chars in any case and needed for further processing. For ~ expansion too. 2) Don't terminate *pathend with / when GLOB_LIMIT_STAT is reached, it will be not visible outside in any case since error is returned. 3) Cosmetic: change if expression to better reflect its semantic. END