ChangeSet ID: 7147
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/27 18:32:25
Modified files:
documentation : packaging.sgml
Log message:
Tom Wickline <twickline2(a)triad.rr.com>
Removed the old win.ini sample replaced it with a RH 8.0 rpm .spec.
Changed title name of section 5.1.
Other small fixes.
Patch: http://cvs.winehq.com/patch.py?id=7147
Old revision New revision Changes Path
1.12 1.13 +213 -290 wine/documentation/packaging.sgml
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