ChangeSet ID: 16370 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/01 04:56:18
Modified files: server : thread.h request.c ptrace.c process.h process.c debugger.c console.c
Log message: Convert the per-process thread list to a standard list.
Patch: http://cvs.winehq.org/patch.py?id=16370
Old revision New revision Changes Path 1.59 1.60 +1 -2 wine/server/thread.h 1.83 1.84 +1 -1 wine/server/request.c 1.27 1.28 +4 -3 wine/server/ptrace.c 1.43 1.44 +2 -1 wine/server/process.h 1.121 1.122 +28 -25 wine/server/process.c 1.53 1.54 +18 -11 wine/server/debugger.c 1.54 1.55 +1 -2 wine/server/console.c