X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Message-Id: <200504041854.j34Issgs019425@speedy.ludd.ltu.se> Subject: Re: DJGPP v2.04 Bugs - suggested patch In-Reply-To: <10504020442.AA24031@clio.rice.edu> "from Charles Sandmann at Apr 1, 2005 10:42:01 pm" To: djgpp-workers AT delorie DOT com Date: Mon, 4 Apr 2005 20:54:54 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-ltu-MailScanner-Information: Please contact the ISP for more information X-ltu-MailScanner: Found to be clean X-MailScanner-From: ams AT ludd DOT ltu DOT se Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Charles Sandmann: > If someone can find a short name only environment that needs files over > 2GB, and can show they work, I would suggest they re-write the code to > support it, without breaking DOS networking. I think they might work in FreeDOS and I don't see why we should disallow 4GB files in plain DOS if the filesystem is FAT32 which clearly does allow them. LFN shouldn't have anything to do with it. (But it does today in DOS 7 because of MS' bugs.) However I don't have time so I can't really mess with this (now at least). I guess it's not easy to detect whether the file is on a network disk or not, right? Right, MartinS