K 10 svn:author V 8 kientzle K 8 svn:date V 27 2008-08-28T06:15:29.179315Z K 7 svn:log V 388 MFC r181750,181801,181821,181845,181904,181958,181959,181971: Pattern-matching fixes. * Many tests. * No longer strip leading '/' from pattern, so that /foo once again matches /foo. (This was correct in FreeBSD 6.2, broken in 6.3, and will now be fixed in 6.4.) * Strip leading "./" or ".//" from both filenames and patterns so that "./foo" matches "foo", etc. PR: bin/117909 END