ChangeSet ID: 20328
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/21 05:22:29
Modified files:
tools/winebuild: winebuild.man.in utils.c main.c import.c
build.h
Log message:
Now that we have to be able to run the assembler from winebuild, added
an option to generate a .spec.o file in a single step.
Added --save-temps and --verbose options for easier debugging.
Patch: http://cvs.winehq.org/patch.py?id=20328
Old revision New revision Changes Path
1.35 1.36 +21 -11 wine/tools/winebuild/winebuild.man.in
1.34 1.35 +35 -10 wine/tools/winebuild/utils.c
1.70 1.71 +35 -7 wine/tools/winebuild/main.c
1.108 1.109 +3 -9 wine/tools/winebuild/import.c
1.80 1.81 +3 -0 wine/tools/winebuild/build.h
ChangeSet ID: 20325
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/21 05:19:42
Modified files:
dlls/msi : dialog.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Make sure not to free a a pointer that has been modified.
Check that the text identifier doesn't contain invalid characters.
Patch: http://cvs.winehq.org/patch.py?id=20325
Old revision New revision Changes Path
1.45 1.46 +23 -15 wine/dlls/msi/dialog.c
ChangeSet ID: 20321
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/21 04:45:09
Modified files:
dlls/comctl32 : comboex.c
Log message:
Jason Edmeades <us(a)edmeades.me.uk>
Fix some off by one calculations in the comboboxex functions, and
handle an out of range positive index the same as windows + unit test
case.
Patch: http://cvs.winehq.org/patch.py?id=20321
Old revision New revision Changes Path
1.84 1.85 +5 -5 wine/dlls/comctl32/comboex.c