>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Andre Poenitz <[EMAIL PROTECTED]> writes: Lars> | On Tue, Jan 07, 2003 at 12:31:00PM +0100, Andre' Poenitz wrote: Lars> | > I just got confirmation from de.comp.lang.iso-c++ that | > Lars> getline() should never return the '\r' if the stream is in | > Lars> text mode. Lars> | Lars> | Next asnwer says: This is a well-known bug in some Borland Lars> Compiler | ("BCB5"). Upgrading or using gcc should help. Lars> Then I do not feel like accommodating these compilers. Especialy Lars> since we have no history of supporting them. I added Claus and Ruurd to the cc of this message. Claus, Ruurd, could you give us details about which compiler causes problems if one does not remove \r from the end of lines in files like latex-log and such? The C++ standard says that getline should never see these trailing \r. We need more information about why you have to do that. BTW, Claus, what compiler do you use for your binaries? I always assumed gcc, but... JMarc