Date: Mon, 07 May 2001 21:17:00 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Richard Dawe Message-Id: <9003-Mon07May2001211700+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: <3AF67038.88928459@phekda.freeserve.co.uk> (message from Richard Dawe on Mon, 07 May 2001 10:51:52 +0100) Subject: Re: ANNOUNCE: Fileutils 4.0 beta 2 References: <3AF67038 DOT 88928459 AT phekda DOT freeserve DOT co DOT uk> 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: Mon, 07 May 2001 10:51:52 +0100 > From: Richard Dawe > > http://www.phekda.freeserve.co.uk/richdawe/djgpp/fileutils/ > > The file is ls.exe.gz. > > Eli, would it be possible to try this out on DOS 5 please, when you have > time? Tested on both plain DOS, and on Windows 98 (both the original release and OSR2), and was found to work on both platforms. Thanks! And yes, the old port which did TRT was my original port from 1997, built with v2.01. > + /* Restore errno in certain cases. findfirst() will fail for empty > + * root directories on drives, but this should not be considered > + * an error. */ > + if ((errno == ENOENT) || (errno == ENMFILE)) AFAIK, this is not the usual style of comments in DJGPP sources.