zsh-workers
 help / color / mirror / code / Atom feed
* Cygwin and NO_CASE_GLOB
@ 2021-01-14 18:48 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2021-01-14 18:48 UTC (permalink / raw)
  To: Zsh hackers list

In Src/pattern.c:

        if (!(patglobflags & ~GF_MULTIBYTE)
#ifdef __CYGWIN__
            /*
             * If the OS treats files case-insensitively and we
             * are looking at files, we don't need to use pattern
             * matching to find the file.
             */
            || (!(patglobflags & ~GF_IGNCASE) && (patflags & PAT_FILE))
#endif
            )

Is this really necessary/helpful?  If it is, why isn't it applied to
e.g. APFS filesystems on MacOS?


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-14 18:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14 18:48 Cygwin and NO_CASE_GLOB Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).