ChangeSet ID: 9972
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/04 18:52:30
Modified files:
dlls/ntdll : signal_i386.c ntdll.spec
dlls/kernel : syslevel.c
Log message:
Use the signal stack pointer to determine the current thread.
Converted the SIGUSR2 handler to use setup_exception (probably still
not working properly).
Patch: http://cvs.winehq.com/patch.py?id=9972
Old revision New revision Changes Path
1.77 1.78 +45 -248 wine/dlls/ntdll/signal_i386.c
1.134 1.135 +0 -1 wine/dlls/ntdll/ntdll.spec
1.2 1.3 +1 -6 wine/dlls/kernel/syslevel.c
ChangeSet ID: 9969
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/04 18:36:47
Modified files:
dlls/winspool : info.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Make sure that all printer entries have a valid Name and Port key.
Cope with cups printer deletion.
Patch: http://cvs.winehq.com/patch.py?id=9969
Old revision New revision Changes Path
1.84 1.85 +184 -76 wine/dlls/winspool/info.c
ChangeSet ID: 9966
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/04 18:35:28
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Correctly place a toolbar with CCS_BOTTOM style at the bottom, not the
top.
Patch: http://cvs.winehq.com/patch.py?id=9966
Old revision New revision Changes Path
1.142 1.143 +16 -9 wine/dlls/comctl32/toolbar.c