ChangeSet ID: 15143
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/03 14:18:58
Modified files:
tools/winedump : function_grep.pl
Log message:
Peter Berg Larsen <pebl(a)math.ku.dk>
Currently a '//****' is matched as an /* comment - disallow a '/' in
front of the '/*' match. An 'extern "C" {' can be split in several
lines - allow '\n' as space, and lookout for the rest if partial
found.
Patch: http://cvs.winehq.org/patch.py?id=15143
Old revision New revision Changes Path
1.5 1.6 +5 -2 wine/tools/winedump/function_grep.pl
ChangeSet ID: 15142
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/03 14:18:23
Modified files:
tools/winedump : search.c
Log message:
Peter Berg Larsen <pebl(a)math.ku.dk>
In function_grep.pl and symbol.c/symbol_clean_string spaces between
the function name and * are removed. Fx. the type 'void * foo()' is
returned as 'void *foo()'. Recognized this as a valid prototype in
symbol_search.
Patch: http://cvs.winehq.org/patch.py?id=15142
Old revision New revision Changes Path
1.6 1.7 +2 -2 wine/tools/winedump/search.c
ChangeSet ID: 15140
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/03 14:15:56
Modified files:
include : dplobby.h
Log message:
Peter Berg Larsen <pebl(a)math.ku.dk>
Define DirectPlayLobbyCreate to be either the W or A version.
Patch: http://cvs.winehq.org/patch.py?id=15140
Old revision New revision Changes Path
1.22 1.23 +1 -1 wine/include/dplobby.h
ChangeSet ID: 15136
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/03 14:11:23
Modified files:
windows : user.c
Log message:
Use ExitProcess to terminate the process in ExitWindowsEx so that it
gets a chance to clean things up.
Patch: http://cvs.winehq.org/patch.py?id=15136
Old revision New revision Changes Path
1.106 1.107 +1 -1 wine/windows/user.c