New features in sfind-0.93: - New Options: -path Match full PATH using fnmatch() -lname Match link name using fnmatch() -pat Match PATH component using patmatch() -ppat Match full PATH component using patmatch() -lpat Match link name using patmatch() - -mame now uses fnmatch() instead of patmatch() to be fully POSIX.1-2001 compliant (not implementing pattern matching extensions). - -perm onum now maps historic UNIX octal permission bits on platforms there the internal permission bits do not match historic UNIX octal permissions. - Autoconf tests extended to check for fnmatch.h and fnmatch()