This is the mail archive of the
automake-cvs@sources.redhat.com
mailing list for the automake project.
automake ./ChangeLog lib/Automake/VarDef.pm li ...
- From: adl at sources dot redhat dot com
- To: automake-cvs at sources dot redhat dot com
- Date: 29 Nov 2003 18:02:40 -0000
- Subject: automake ./ChangeLog lib/Automake/VarDef.pm li ...
CVSROOT: /cvs/automake
Module name: automake
Changes by: adl@sourceware.org 2003-11-29 18:02:40
Modified files:
. : ChangeLog
lib/Automake : VarDef.pm Variable.pm
tests : txinfo22.test
Log message:
* lib/Automake/VarDef.pm (value): Rename as ...
(raw_value): ... this.
(value): New method, strip # and \n.
(dump): Use raw_value.
* lib/Automake/Variable.pm (output): Use raw_value.
(value_as_list): Simplify, now that backslash and comments
are already removed.
* tests/txinfo22.test: Make sure Automake isn't confused
by comments in variables.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2440&r2=1.2441
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/VarDef.pm.diff?cvsroot=automake&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/Variable.pm.diff?cvsroot=automake&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/txinfo22.test.diff?cvsroot=automake&r1=1.1&r2=1.2