RE: Problem with case insensitive build on Win32

2000-02-16 Thread Paul D. Smith
Here it is (note I haven't tried it myself): >From: Warren Jones <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: case-insensitive globbing (patch for 3.78.1) >Date: Thu, 3 Feb 2000 09:50:05 -0800 > >If HAVE_CASE_INSENSITIVE_FS is defined under Win32, file name >globbing should also be case-i

RE: Problem with case insensitive build on Win32

2000-02-16 Thread Bruce Adams
> > I actually have a patch for the glob library that fixes this problem > (makes globbing aware of the HAVE_CASE_INSENSITIVE_FS macro). > > The small issue here is that the glob code in make is > actually extracted > verbatim from the GLIBC library, so any change to it actually > has to be >

Re: Problem with case insensitive build on Win32

2000-02-16 Thread Paul D. Smith
I actually have a patch for the glob library that fixes this problem (makes globbing aware of the HAVE_CASE_INSENSITIVE_FS macro). The small issue here is that the glob code in make is actually extracted verbatim from the GLIBC library, so any change to it actually has to be forwarded to them for

Problem with case insensitive build on Win32

2000-02-16 Thread Bruce Adams
Hi all, Enclosed is a 'report' on a creeping feature creature in the Win32 case insensitive build which at least needs to be mentioned in the documentation but preferably requires a patch to glob.c and or an enhancement in the form of a new function. I will probably not have a chance