Date: Tue, 27 Nov 2001 18:07:57 +0200 From: "Eli Zaretskii" Sender: halo1 AT ZAHAV DOT NET DOT IL To: ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De Message-Id: <9003-Tue27Nov2001180757+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 In-reply-to: <2D28476DAE@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> 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 15:04:40 +0100 > > I have noticed that makeinfo is not able to generate info files if the > texinfo file have DOS-style EOL instead of UNIX-style EOL. What's the problem, exactly? (I don't have the sources to look right now.) IIRC, makeinfo reads input in text mode, so it should be oblivious to the EOL format. Did that change somehow? Or did someone add code that, once again, relies on stat to return the exact number of bytes as would be read by `read' or `fread'? Thanks for the heads-up, your notes will come in handy when I port the pretest (hopefully, soon).