Date: Fri, 11 May 2001 22:42:48 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: jeffw AT darwin DOT sfbr DOT org Message-Id: <8962-Fri11May2001224248+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <20010511130621.B1838@kendall.sfbr.org> (message from JT Williams on Fri, 11 May 2001 13:06:21 -0500) Subject: Re: DJGPP 2.04 release date References: <20010508142430 DOT N23521 AT kendall DOT sfbr DOT org> <20010509093658 DOT C27959 AT kendall DOT sfbr DOT org> <9743-Wed09May2001190506+0300-eliz AT is DOT elta DOT co DOT il> <20010511105129 DOT A1794 AT kendall DOT sfbr DOT org> <7048-Fri11May2001200622+0300-eliz AT is DOT elta DOT co DOT il> <20010511130621 DOT B1838 AT kendall DOT sfbr DOT org> 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 > Date: Fri, 11 May 2001 13:06:21 -0500 > From: JT Williams > > I was just thinking about storing LFN entries on disk as inode-ish > structures instead of using empty directory entries.... Ah, that... I guess they wanted to preserve the old DOS code which traversed directories, even in the Windows filesystem code. Recording the long entries elsewhere would require an entirely different code for, e.g., the FindFirst system call.