ChangeSet ID: 19739
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/23 04:33:37
Modified files:
dlls/oleaut32/tests: vartest.c
dlls/oleaut32 : variant.c
Log message:
Michael Stefaniuc <mstefani(a)redhat.de>
- VarAdd, VarMul: I4 overflows to R8 and not I8 even if the result
would fit in I8. Fix tests.
- Document a brokeness in the handling of I8 numbers in
VarNumFromParseNum. Fix tests.
Patch: http://cvs.winehq.org/patch.py?id=19739
Old revision New revision Changes Path
1.44 1.45 +11 -15 wine/dlls/oleaut32/tests/vartest.c
1.121 1.122 +17 -4 wine/dlls/oleaut32/variant.c
ChangeSet ID: 19735
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/23 04:30:39
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Make index INT not UINT because it can be -1.
Patch: http://cvs.winehq.org/patch.py?id=19735
Old revision New revision Changes Path
1.178 1.179 +1 -1 wine/dlls/msi/action.c
ChangeSet ID: 19734
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/22 19:26:08
Modified files:
include : user.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Fix User::getAppDataQuery() copy/paste bug that was causing super maintainers to not be able to process app data for applications they super maintain
Patch: http://cvs.winehq.org/patch.py?id=19734
Old revision New revision Changes Path
1.48 1.49 +1 -1 appdb/include/user.php