From: jazz@softway.com (Jason Zions)
Subject: Re: Fix to readline for case-insensitive file-name completion
22 May 1997 23:00:12 -0700
Sender: mail@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <3384755E.7D47.cygnus.gnu-win32@softway.com>
References: <3.0.1.32.19970520190749.006a6194@pop.primenet.com> <33831AD6.DD559635@pdi.com>
Reply-To: jazz@softway.com
X-Mailer: Mozilla 3.0 (WinNT; I)
MIME-Version: 1.0
Original-To: Curtis Galloway <curtis@pdi.com>
Original-CC: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Original-Sender: owner-gnu-win32@cygnus.com

> I think it's even possible to have a case-sensitive
> filesystem on a Win32 machine with an NFS client.

NTFS is by nature case-sensitive; it's the Win32 API to it that is
case-insensitive. The NT POSIX subsystem running on top of the same NTFS
filesystem is case-sensitive.

NT FAT filesystems are a little funnier. Although the filenames are
stored in case-sensitive fashion, I'm not sure if all of the filesystem
implementation code is careful to handle it correctly.

Jason

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
