This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


> 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 an int, not a BOOL like it should be.  I
did that because I'm late getting home.

For future reference, is the way I did it The Right Way?

Brad  :)

dcrt0.cc.patch

environ.cc.patch

glob.c.patch

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]