Case-insensitive globbing (was RE: Cygnus question)

Town, Brad btown@ceddec.com
Fri Nov 10 11:13:00 GMT 2000


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 Cygwin project is mine.  My employer has
no claim to it.
I hereby assign copyright for the work to Red Hat.
--- cut here ---

Is that enough?

Brad Town

-------------- next part --------------
Fri Nov 10 13:48:44 2000 Bradley A. Town <townba@pobox.com>
	* dcrt0.cc: New global variable `ignore_case_with_glob'.
	(dll_crt0_1): Disable case-insensitive globbing before calling
	`main'.
	* environ.cc (glob_init): New static function to set or clear
	`ignore_case_with_glob'.
	(known): Changed "glob" entry to call `glob_init'.
	* glob.c (match): Use case-insensitive globbing if needed.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dcrt0.cc.patch
Type: text/x-diff
Size: 600 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20001110/c3645dcb/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: environ.cc.patch
Type: text/x-diff
Size: 1604 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20001110/c3645dcb/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glob.c.patch
Type: text/x-diff
Size: 1746 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20001110/c3645dcb/attachment-0002.bin>


More information about the Cygwin mailing list