Revert "Cygwin: glob: perform ignore_case_with_glob on input"
commit89afbb8d8af2d4cbb71194bc24697795b5eb0ef6
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 18 Mar 2024 09:50:30 +0000 (18 10:50 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 18 Mar 2024 10:10:13 +0000 (18 11:10 +0100)
tree4ca2213e985a2a5cb02b7dd778eb67416e24e129
parent176b19fbe5e77c4ee8199b3895d0299bd4f8267e
Revert "Cygwin: glob: perform ignore_case_with_glob on input"

This reverts commit a51147467e6cf58618433286f93d17043e00b0fc.

Dumb thinko on my part.  What was supposed to be an optimization
actually broke caseinsensitive globbing in that the entire input
of globbed expressions were downcased.

Drop the unused CCHAR() macro nevertheless.

Fixes: a51147467e6cf ("Cygwin: glob: perform ignore_case_with_glob on input")
Reported-by: Michael Goldshteyn <mgold10000@gmail.com>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/glob.cc
winsup/cygwin/release/3.5.2