Date: Sun, 11 Apr 1999 13:37:02 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Michel de Ruiter cc: djgpp-workers AT delorie DOT com Subject: RE: regex question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 6 Apr 1999, Michel de Ruiter wrote: > > > Also, I noticed `abC*' expands to `ABC', whereas `aBc*' > > > expands to `abc'. Why? > > I cannot reproduce this behavior. Please tell whether this > > was on DOS or Windows 9X, which files that match these patterns > > exist, and how did you expand them (with what program?). The > > setting of FNCASE in the environment is also an important > > information. > > DOS 7.10 without Win98 GUI (LFN=n), so only single case filenames exist. In > this case, just `abc' (or `ABC', same to DOS). This is a bug, thanks for reporting it. I will post a patch when I fix it (soon).