K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-10-25T21:39:23.771869Z K 7 svn:log V 252 MFC r288309: fnmatch(): Remove exponential behaviour as in sh r229201. The old code was exponential in the number of asterisks in the pattern. However, once a match has been found upto the next asterisk, the previous asterisks are no longer relevant. END