Re: Case-insensitive globbing (was RE: Cygnus question)

2000-11-10 Thread Christopher Faylor
Bingo. Thanks, Brad. Much appreciated. cgf On Fri, Nov 10, 2000 at 02:13:58PM -0500, Town, Brad wrote: Okay, let's try this again. :) Attached are patches making yet another attempt to provide case-insensitive yada yada yada. Legal stuff: --- cut here --- All of the work I perform for the

Re: Case-insensitive globbing (was RE: Cygnus question)

2000-11-10 Thread Robert Collins
- Original Message - From: "Town, Brad" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 11, 2000 6:13 AM Subject: RE: Case-insensitive globbing (was RE: Cygnus question) Okay, let's try this again. :) Attached are patches making yet another attempt to pr

RE: Case-insensitive globbing (was RE: Cygnus question)

2000-11-09 Thread Town, Brad
The problem is that the glob() function is exported from the DLL. I don't know if its operation should be under the control of the CYGWIN environment variable when it is called by the program directly. I don't think it should be actually. I agree. I've made the change and attached

Re: Case-insensitive globbing (was RE: Cygnus question)

2000-11-09 Thread Christopher Faylor
On Thu, Nov 09, 2000 at 11:09:16AM -0500, Town, Brad wrote: The problem is that the glob() function is exported from the DLL. I don't know if its operation should be under the control of the CYGWIN environment variable when it is called by the program directly. I don't think it should

Re: Case-insensitive globbing (was RE: Cygnus question)

2000-11-08 Thread Christopher Faylor
On Fri, Nov 03, 2000 at 05:24:50PM -0500, Town, Brad wrote: Thanks for the patch but this really needs to be under the control of a CYGWIN setting. We already have CYGWIN=glob. Maybe something like CYGWIN=glob:ignorecase would be appropriate. Here are patches to dcrt0.cc, environ.cc, and

RE: Case-insensitive globbing (was RE: Cygnus question)

2000-11-03 Thread Town, Brad
Thanks for the patch but this really needs to be under the control of a CYGWIN setting. We already have CYGWIN=glob. Maybe something like CYGWIN=glob:ignorecase would be appropriate. Here are patches to dcrt0.cc, environ.cc, and glob.c to do just that. Note that ignore_case_with_glob is