This is the mail archive of the automake-cvs@sources.redhat.com mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]