Date: Thu, 15 Apr 1999 13:41:43 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Salvador Eduardo Tropea (SET)" cc: djgpp-workers AT delorie DOT com Subject: Re: Stack in djgpp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 14 Apr 1999, Salvador Eduardo Tropea (SET) wrote: > Should djgpp behave like this. I mean: unlink checks in the list of opened > files, if the file is open it just sets a flag (not call) and then in close > check this flag and if needed remove the file... hmmm can be implemented, > don't know if that's really needed. IMHO, it isn't worth the hassle. The other DOS/Windows compilers don't do that, so a portable piece of software needs some solution for those compilers anyway. It's an OS issue; as I told elsewhere, on NT it really works.