wine/ server/trace.c server/protocol.def serve ...

Alexandre Julliard julliard at winehq.org
Sun Jun 22 22:37:14 CDT 2003


ChangeSet ID:	8553
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/06/22 22:37:14

Modified files:
	server         : trace.c protocol.def console.h console.c 
	programs/wineconsole: wineconsole.c 
	include/wine   : server_protocol.h 
	dlls/kernel    : console.c 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	In console input record queue, replace semaphore with a manual reset
	event, so that we get correct behavior in synchronization handling.

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

Old revision  New revision  Changes     Path
 1.167         1.168         +1 -2       wine/server/trace.c
 1.70          1.71          +0 -1       wine/server/protocol.def
 1.8           1.9           +1 -1       wine/server/console.h
 1.50          1.51          +8 -15      wine/server/console.c
 1.27          1.28          +1 -4       wine/programs/wineconsole/wineconsole.c
 1.70          1.71          +1 -2       wine/include/wine/server_protocol.h
 1.16          1.17          +4 -7       wine/dlls/kernel/console.c




More information about the wine-cvs mailing list