Xref: news-dnh.mv.net comp.os.msdos.djgpp:2014 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!newsxfer.itd.umich.edu!gumby!yale!oitnews.harvard.edu!newsfeed.rice.edu!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Win95 Longfilenames in V2 Date: Mon, 11 Sep 1995 20:41:50 CDT Organization: Rice University, Houston, Texas Lines: 13 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > I noticed the library source code includes low level support for long > filenames does this mean that the executables (e.g. make, gcc, etc.) will > support them or is that still to be sorted out. Eventually all DJGPP V2 programs will support long file names if enabled. I am working on getting this all sorted out, but I am currently extremely time limited. I expect there will be a CRT0 flag to enable/disable this support (which should be default?...). I think beta 3 has almost all the routines implmented except findfirst/findnext (which are on my box but need some work). There is also some work to be done in disabling forced lower case translation, and implmenting the various creation/modifcation/accessed dates. For the knowledgable with Win95, hack on it a bit and if you find bugs let me know.