[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Eric Blake <address@hidden>] Re: build question
From: |
Alexandre Duret-Lutz |
Subject: |
Re: [Eric Blake <address@hidden>] Re: build question |
Date: |
Sat, 09 Feb 2002 21:49:09 +0100 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu) |
>>> "Tom" == Tom Tromey <address@hidden> writes:
Tom> A problem with line termination in automake was reported on the
Tom> Classpath list. I don't understand why this happens, since in
Tom> Automake::XFile we only call binmode when writing, not when reading.
How does Automake 1.5d behave? The line termination handling
has changed since 1.5. Basically, Automake now uses chomp() and
never do horrible things like `substr($_, -1, 1) eq "\n"'.
The perlport man page is very confusing about newline handling:
in the same section it tells you that \r\n -> \n conversion is
performed transparantly on i/o, and that you should use chomp()
instead of chop() to trim newlines because they might take
several characters...
[...]
--
Alexandre Duret-Lutz
- [Eric Blake <address@hidden>] Re: build question, Tom Tromey, 2002/02/09
- Re: [Eric Blake <address@hidden>] Re: build question,
Alexandre Duret-Lutz <=
- Re: build question, Eric Blake, 2002/02/10
- Re: build question, Eric Blake, 2002/02/10
- Re: build question, Alexandre Duret-Lutz, 2002/02/10
- Re: build question, Eric Blake, 2002/02/10
- Re: build question, Alexandre Duret-Lutz, 2002/02/12
- Re: build question, Akim Demaille, 2002/02/13
- Re: build question, Eric Blake, 2002/02/13
- Re: build question, Alexandre Duret-Lutz, 2002/02/13
- Re: build question, Eric Blake, 2002/02/14