ChangeSet ID: 9700
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/08 23:59:03
Modified files:
include : thread.h
dlls/ntdll : thread.c
dlls/kernel : thread.c process.c
Log message:
Moved the constructor for the initial TEB to ntdll so that it runs as
early as possible on startup.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9700
Old revision New revision Changes Path
1.84 1.85 +1 -2 wine/include/thread.h
1.5 1.6 +49 -0 wine/dlls/ntdll/thread.c
1.7 1.8 +0 -31 wine/dlls/kernel/thread.c
1.21 1.22 +24 -30 wine/dlls/kernel/process.c
ChangeSet ID: 9696
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/08 23:27:08
Modified files:
programs/wineconsole: wineconsole.c
Log message:
Peter Berg Larsen <pebl(a)math.ku.dk>
Use CONSOLE_RENDERER_NONE_EVENT to compress an event instead of
deleting it with a memmove.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9696
Old revision New revision Changes Path
1.30 1.31 +22 -23 wine/programs/wineconsole/wineconsole.c