X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Sun, 14 Apr 2002 19:08:55 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Richard Dawe cc: DJGPP workers , Jim Meyering Subject: Re: Fileutils 4.1 alpha 1 uploaded In-Reply-To: <3CB974B2.678845E3@phekda.freeserve.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 14 Apr 2002, Richard Dawe wrote: > I've uploaded source and binary distributions of Fileutils 4.1 to: > > http://www.phekda.freeserve.co.uk/richdawe/djgpp/fileutils/4.1/ Thanks. > The sources should build on DOS, but I haven't tested that yet. I'll try to test that if I have time. > Also test > suite hasn't been modified to work on DOS (lots of tests use .$$ for > temporary filenames, which clearly doesn't work on DOS for PIDs > 999.) The canonical way of solving this is to create a directory $TMPDIR/tmp$$ (up to 8 characters for a 16-bit PID, so fits into DOS 8+3 limitations), and then create temporary files in that directory. Jim, will you accept patches for such an approach?