wine/ scheduler/process.c programs/Makefile.in ...

Alexandre Julliard julliard at wine.codeweavers.com
Sat Apr 26 19:47:59 CDT 2003


ChangeSet ID:	7969
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/04/26 19:47:59

Modified files:
	scheduler      : process.c 
	programs       : Makefile.in 
	msdos          : dpmi.c 
	miscemu        : main.c Makefile.in .cvsignore 
	loader/ne      : module.c 
	loader         : task.c 
	libs/wine      : loader.c 
	include        : callback.h 
	dlls/winedos   : winedos.spec module.c 
	.              : configure.ac configure 
Added files:
	programs/winevdm: winevdm.c Makefile.in .cvsignore 

Log message:
	Moved the functionality of starting Win16 and DOS programs from the
	common process startup into a separate winevdm application.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=7969

Old revision  New revision  Changes     Path
 1.212         1.213         +45 -14     wine/scheduler/process.c
 1.35          1.36          +6 -0       wine/programs/Makefile.in
 1.74          1.75          +0 -1       wine/msdos/dpmi.c
 1.61          1.62          +7 -76      wine/miscemu/main.c
 1.18          1.19          +2 -8       wine/miscemu/Makefile.in
 1.3           1.4           +0 -1       wine/miscemu/.cvsignore
 1.127         1.128         +0 -38      wine/loader/ne/module.c
 1.130         1.131         +1 -7       wine/loader/task.c
 1.2           1.3           +15 -0      wine/libs/wine/loader.c
 1.52          1.53          +0 -1       wine/include/callback.h
 1.15          1.16          +2 -1       wine/dlls/winedos/winedos.spec
 1.31          1.32          +10 -8      wine/dlls/winedos/module.c
 1.151         1.152         +1 -0       wine/configure.ac
 1.423         1.424         +2 -1       wine/configure
 Added         1.1           +0 -0       wine/programs/winevdm/winevdm.c
 Added         1.1           +0 -0       wine/programs/winevdm/Makefile.in
 Added         1.1           +0 -0       wine/programs/winevdm/.cvsignore




More information about the wine-cvs mailing list