From 9ee82b83e0f74b7a24849f5b051958a880363851 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Tue, 23 Mar 2021 00:33:24 +0000 Subject: [PATCH] globcasedetect: add Cygwin note to COMPATIBILITY (re: 71934570) Ref.: https://github.com/ksh93/ksh/commit/71934570#commitcomment-48574903 --- src/cmd/ksh93/COMPATIBILITY | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cmd/ksh93/COMPATIBILITY b/src/cmd/ksh93/COMPATIBILITY index 403795ebc..5db2558a3 100644 --- a/src/cmd/ksh93/COMPATIBILITY +++ b/src/cmd/ksh93/COMPATIBILITY @@ -107,6 +107,10 @@ For more details, see the NEWS file and for complete details, see the git log. 20. If the HOME variable is unset, the bare tilde ~ now expands to the current user's system home directory instead of merely the username. +21. On Windows/Cygwin, globbing is no longer case-insensitive by default. + Turning on the new --globcasedetect shell option restores + case-insensitive globbing for case-insensitive file systems. + ____________________________________________________________________________ KSH-93 VS. KSH-88