ChangeSet ID: 1013714430823063623160124
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/14 14:20:30
Modified files:
dlls/shell32 : shell.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
In ShellExecute16, make sure there is a space between command and
parameters.
Patch: http://cvs.winehq.com/patch.py?id=1013714430823063623160124
Revision Changes Path
1.36 +4 -1 wine/dlls/shell32/shell.c
ChangeSet ID: 1013539575187844871543348
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/12 13:46:15
Modified files:
tools/winebuild: relay.c
Log message:
Gavriel State <gav(a)transgaming.com>
Some older versions of GDB need to have the filename data available
for each section, so we need to output it again for the data section.
Patch: http://cvs.winehq.com/patch.py?id=1013539575187844871543348
Revision Changes Path
1.15 +11 -1 wine/tools/winebuild/relay.c
ChangeSet ID: 1013539546855340873356909
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/12 13:45:46
Modified files:
win32 : editline.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Make Home, End and Enter on the keypad work in the debugger.
Patch: http://cvs.winehq.com/patch.py?id=1013539546855340873356909
Revision Changes Path
1.4 +3 -0 wine/win32/editline.c