automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: chomp-and-factor-append-comments.patch


From: Akim Demaille
Subject: Re: chomp-and-factor-append-comments.patch
Date: 28 Nov 2001 11:18:20 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| Index: ChangeLog
| --- ChangeLog
| +++ ChangeLog
| @@ -1,1 +1,11 @@
| +2001-11-27  Alexandre Duret-Lutz  <address@hidden>
| +
| +     * automake.in (append_comments): New.  Extracted from
| +     read_am_file.  Match '\n' with a regexp, don't use substr (the
| +     perlport man page says '\n' is not always one byte wide).
| +     (read_am_file):  Use it.  Always chomp $_.
| +     (file_contents_internal):  Use append_comments.
| +     (macro_define): Don't treat the trailing '\n' with substr, use
| +     a regexp or chomp.

Yep 2.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]