K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-09-27T12:52:18.579972Z K 7 svn:log V 239 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