Date: Tue, 18 Sep 2001 11:16:00 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sandmann AT clio DOT rice DOT edu Message-Id: <8011-Tue18Sep2001111600+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: <10109171546.AA17450@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: freopen/_creat(w2k) interaction [was: Re: Build problems] References: <10109171546 DOT AA17450 AT clio DOT rice DOT edu> 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 > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Date: Mon, 17 Sep 2001 10:46:31 -0500 (CDT) > > > > The example where the FreeDOS problem was reported had to do with > > redirection. Normally, you redirect with the dup/open/dup2/close > > series. In that case, some code did dup/close/open instead, and > > expected to get the same handle from open as the one closed by the > > preceding close. > > > > I don't remember what code was that, but it was from djlsr IIRC. I > > will try to search mail archives on DJ's server. After searching the archives high and low, I found that it was on OpenDOS, not FreeDOS. See the thread Re: interesting redir behavior on djgpp mailing list. Here's the first message in that thread: http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp/1997/07/08/02:18:47 The problem happened in `redir', and I think it's fixed since then.