Date: Tue, 13 Jun 2000 13:36:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: tmpfile in DJGPP In-Reply-To: <39456FD5.25841.36AF6@localhost> 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 Mon, 12 Jun 2000, Mark E. wrote: > Perhaps we should stick to considering how to handle properly- > written programs that make use of temporary files like Bash. If you mean that Bash should use tmpfile() instead of what it does now, then I'm for it. IMHO, getting remove-while-open do the right thing on DOS (see my other mail) is too much of a hassle. And the trick Bash (and other Unix programs) use is inherently non-portable, so I think it's a good idea to remove it even on Unix.