Re: Case insensitivity

2002-04-25 Thread Ashok Vadekar
It would seem to me that this should be easily accomplished by wrapping open()/fopen() with code that does some sort of glyph recoding for uppercase characters. Getting the library code to access your wrapper would be a minor macro issue. While this may not be the answer you were originally look

Re: Case insensitivity

2002-04-25 Thread Larry Hall (RFK Partners, Inc)
At 09:25 PM 4/24/2002, B. Joshua Rosen wrote: >I'm in the process of porting my CAE tool (hdlmaker) to Cygwin and I've >run into a problem with case sensitivity, or to be precise the lack of >case sensitivity in the file system. I have a number of files that are >paired as upper and lower case ver

RE: Case insensitivity

2002-04-24 Thread Robert Collins
> -Original Message- > From: B. Joshua Rosen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 11:25 AM > To: cygwin > Subject: Case insensitivity > > > I'm in the process of porting my CAE tool (hdlmaker) to > Cygwin and I've run into a problem with case sensitivity, or >

Re: Case insensitivity

2002-04-24 Thread Christopher Faylor
On Wed, Apr 24, 2002 at 09:25:22PM -0400, B. Joshua Rosen wrote: >does Cygwin provide a layer that provides case sensitivity No. >or do I have to go through the huge effort of converting my library to >make it case independent. Apparently so. Sorry. cgf -- Unsubscribe info: http://cygwi