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
ChangeSet ID: 10135394370643566939979792
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/12 13:43:57
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
When the commandID was being treated as the index, no check for index
greater than number of buttons was done. Now fixed.
Patch: http://cvs.winehq.com/patch.py?id=10135394370643566939979792
Revision Changes Path
1.103 +1 -0 wine/dlls/comctl32/toolbar.c