X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Tue, 8 May 2001 14:24:30 -0500 From: JT Williams To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: DJGPP 2.04 release date Message-ID: <20010508142430.N23521@kendall.sfbr.org> Mail-Followup-To: Eli Zaretskii , djgpp-workers AT delorie DOT com References: <200105072211 DOT SAA25769 AT envy DOT delorie DOT com> <20010508091744 DOT B23521 AT kendall DOT sfbr DOT org> <3405-Tue08May2001175703+0300-eliz AT is DOT elta DOT co DOT il> <20010508112700 DOT H23521 AT kendall DOT sfbr DOT org> <1190-Tue08May2001210630+0300-eliz AT is DOT elta DOT co DOT il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1190-Tue08May2001210630+0300-eliz@is.elta.co.il>; from eliz@is.elta.co.il on Tue, May 08, 2001 at 09:06:30PM +0300 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 -: Same here, but I don't feely too bad about not having long file -: names. The lack of LFN support on raw DOS has indeed been tolerable, thanks to the efforts of those who port the software. -: I'm not against having the LFN TSR as part of DJGPP, if it's ready for -: prime time, though. It is alpha-level code, so it shouldn't (yet) be part of the official DJGPP distro. But it is functional enough to use/abuse/debug, and it implements most if not all of the LFN API. Bill obviously put a lot of time/effort into it. It generates a 48-bit CRC for the LFN and uses that for the SFN---so instead of MICROS~1 you get a SFN that has characters from the upper 128 of the current character set. It's pure djasm and pretty easy to follow (with RBIL at hand). If it could be built using stock DJGPP tools, that might encourage its continued development. The last two patches for djasm (and some additional documentation) have been ready for ages; all I need is a free weekend....