Date: Tue, 27 Nov 2001 22:39:39 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Karl Berry Message-Id: <8011-Tue27Nov2001223939+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: bug-texinfo AT gnu DOT org, djgpp-workers AT delorie DOT com, ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De In-reply-to: <320E0C3160@HRZ1.hrz.tu-darmstadt.de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) Subject: Re: Minor DJGPP specific fixes for texinfo-4.0d References: <2D28476DAE AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) <320E0C3160 AT HRZ1 DOT hrz DOT tu-darmstadt DOT de> 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: "Juan Manuel Guerrero" > Date: Tue, 27 Nov 2001 19:58:19 +0100 > > In makeinfo.c I have found char *find_and_load (filename) and this > function opens the file in binary mode. Indeed. Karl, do you remember why was this change made? I don't see anything in the ChangeLog about adding O_BINARY to the `open' call in find_and_load. It seems that it was changed between 4.0a and 4.0c (I don't have 4.0b where I type this).