This is the mail archive of the
automake-cvs@sources.redhat.com
mailing list for the automake project.
automake ChangeLog automake.in
- From: adl at sourceware dot cygnus dot com
- To: automake-cvs at sourceware dot cygnus dot com
- Date: 28 Nov 2001 12:31:37 -0000
- Subject: automake ChangeLog automake.in
CVSROOT: /cvs/automake
Module name: automake
Changes by: adl@sources.redhat.com 2001-11-28 04:31:36
Modified files:
. : ChangeLog automake.in
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.1671&r2=1.1672
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1241&r2=1.1242