wine/tools genpatch

Alexandre Julliard julliard at winehq.org
Thu Oct 7 12:33:29 CDT 2004


ChangeSet ID:	14088
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/10/07 12:33:29

Modified files:
	tools          : genpatch 

Log message:
	Francois Gouget <fgouget at free.fr>
	The generated patch was missing a line of the diff.
	genpatch was also depending on the new files being listed first by
	'cvs diff' (which is the case but I'm not sure there is any hard
	guarantee).
	Use 'perl -w' for more checking, fix the resulting 'undefined value'
	warnings. In many cases we don't just want $options{xxx} to exist, we
	want it to be defined.
	Restrict the scope of variables and remove unneeded variables.

Patch: http://cvs.winehq.org/patch.py?id=14088

Old revision  New revision  Changes     Path
 1.6           1.7           +27 -33     wine/tools/genpatch




More information about the wine-cvs mailing list