ChangeSet ID: 7146
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/27 18:30:29
Modified files:
dlls/oleaut32 : oleaut.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Do not free the old string in SysReAllocStringLen, reuse the old
string memory (if 'in' is NULL).
Patch: http://cvs.winehq.com/patch.py?id=7146
Old revision New revision Changes Path
1.27 1.28 +20 -10 wine/dlls/oleaut32/oleaut.c
ChangeSet ID: 7144
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/27 18:24:04
Modified files:
server : sock.c
dlls/winsock : socket.c
Log message:
Martin Wilck <Martin.Wilck(a)Fujitsu-Siemens.com>
Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
(currently unused) can thus be used to determine if a stream socket
was ever connected.
Patch: http://cvs.winehq.com/patch.py?id=7144
Old revision New revision Changes Path
1.39 1.40 +6 -3 wine/server/sock.c
1.117 1.118 +1 -1 wine/dlls/winsock/socket.c
ChangeSet ID: 7142
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/27 18:19:21
Modified files:
dlls/winedos : int31.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Replace FIXMEs with TRACEs in those paging functions that really are
not supposed to do anything.
Add simple emulation of coprocessor state functions.
Patch: http://cvs.winehq.com/patch.py?id=7142
Old revision New revision Changes Path
1.16 1.17 +54 -15 wine/dlls/winedos/int31.c
ChangeSet ID: 7140
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/27 18:18:31
Modified files:
dlls/commdlg : fontdlg.c cdlg_En.rc cdlg.h
Log message:
Shachar Shemesh <winecode(a)sun.consumer.org.il>
- Defined IDs for string constants for font color names and for the
various charsets.
- Load the color names from the resources in the fonts dialog.
Patch: http://cvs.winehq.com/patch.py?id=7140
Old revision New revision Changes Path
1.46 1.47 +9 -5 wine/dlls/commdlg/fontdlg.c
1.23 1.24 +20 -0 wine/dlls/commdlg/cdlg_En.rc
1.25 1.26 +37 -0 wine/dlls/commdlg/cdlg.h