wine/ tools/wrc/wrc.c tools/wrc/readres.c tool ...

Alexandre Julliard julliard at winehq.org
Mon May 3 23:13:06 CDT 2004


ChangeSet ID:	12253
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/05/03 23:13:06

Modified files:
	tools/wrc      : wrc.c readres.c 
	tools/wmc      : utils.c mcy.y mcl.c 
	tools/widl     : widl.c 
	programs/winhelp: winhelp.h string.c 
	programs/winetest: send.c main.c 
	programs/wcmd  : wcmdmain.c wcmd.h directory.c builtins.c 
	                 batch.c 
	programs/cmdlgtst: cmdlgtst.c 
	programs/clock : main.c 
	dlls/x11drv    : xrender.c wineclipsrv.c 
	dlls/wineps    : type42.c psdrv.h ps.c pen.c download.c 
	dlls/user/tests: resource.c 
	dlls/urlmon    : umon.c 
	dlls/shlwapi   : reg.c 
	dlls/ole32     : storage32.c 
	dlls/msvcrt/tests: string.c scanf.c file.c 
	dlls/kernel/tests: pipe.c mailslot.c 
	dlls/iphlpapi  : ipstats.c 
	dlls/gdi       : printdrv.c 
	dlls/comctl32  : header.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	Make our ascii strings static const.
	Remove a couple string variables that were used only once and use the
	string literal directly.

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

Old revision  New revision  Changes     Path
 1.38          1.39          +1 -1       wine/tools/wrc/wrc.c
 1.8           1.9           +1 -1       wine/tools/wrc/readres.c
 1.3           1.4           +1 -2       wine/tools/wmc/utils.c
 1.6           1.7           +1 -1       wine/tools/wmc/mcy.y
 1.7           1.8           +1 -1       wine/tools/wmc/mcl.c
 1.15          1.16          +1 -1       wine/tools/widl/widl.c
 1.11          1.12          +8 -8       wine/programs/winhelp/winhelp.h
 1.5           1.6           +7 -7       wine/programs/winhelp/string.c
 1.9           1.10          +3 -3       wine/programs/winetest/send.c
 1.16          1.17          +2 -1       wine/programs/winetest/main.c
 1.41          1.42          +4 -4       wine/programs/wcmd/wcmdmain.c
 1.14          1.15          +6 -0       wine/programs/wcmd/wcmd.h
 1.19          1.20          +1 -6       wine/programs/wcmd/directory.c
 1.23          1.24          +1 -6       wine/programs/wcmd/builtins.c
 1.11          1.12          +0 -3       wine/programs/wcmd/batch.c
 1.12          1.13          +5 -5       wine/programs/cmdlgtst/cmdlgtst.c
 1.21          1.22          +4 -4       wine/programs/clock/main.c
 1.37          1.38          +1 -1       wine/dlls/x11drv/xrender.c
 1.5           1.6           +2 -2       wine/dlls/x11drv/wineclipsrv.c
 1.9           1.10          +5 -5       wine/dlls/wineps/type42.c
 1.51          1.52          +1 -1       wine/dlls/wineps/psdrv.h
 1.26          1.27          +11 -11     wine/dlls/wineps/ps.c
 1.13          1.14          +5 -5       wine/dlls/wineps/pen.c
 1.10          1.11          +1 -1       wine/dlls/wineps/download.c
 1.2           1.3           +1 -1       wine/dlls/user/tests/resource.c
 1.33          1.34          +1 -1       wine/dlls/urlmon/umon.c
 1.48          1.49          +1 -1       wine/dlls/shlwapi/reg.c
 1.51          1.52          +1 -1       wine/dlls/ole32/storage32.c
 1.1           1.2           +1 -1       wine/dlls/msvcrt/tests/string.c
 1.13          1.14          +3 -3       wine/dlls/msvcrt/tests/scanf.c
 1.8           1.9           +14 -12     wine/dlls/msvcrt/tests/file.c
 1.11          1.12          +7 -7       wine/dlls/kernel/tests/pipe.c
 1.2           1.3           +2 -2       wine/dlls/kernel/tests/mailslot.c
 1.9           1.10          +4 -4       wine/dlls/iphlpapi/ipstats.c
 1.38          1.39          +4 -4       wine/dlls/gdi/printdrv.c
 1.62          1.63          +1 -2       wine/dlls/comctl32/header.c




More information about the wine-cvs mailing list