|
Message-ID: <d3dcf9d4-a301-4387-8fa9-1644a615f5c1@email.android.com> Date: Fri, 29 Nov 2013 17:59:12 +0800 From: orc <orc@...server.ru> To: musl@...ts.openwall.com Subject: fnmatch and FNM_CASEFOLD Hi list, This one really terrorized me well. Musl defines FNM_CASEFOLD in fnmatch.h but really does nothing when this flag is passed to function. This breaks busybox find -iname I believe, instead of file list matching "Test" among with "test" i get only those which contain "test" in their names with -iname "test". Missed lot of files because of it. Wishing this fixed or such define being removed.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.