ChangeSet ID: 14216
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/19 16:08:40
Modified files:
dlls/oleaut32/tests: vartest.c
dlls/oleaut32 : variant.c
Log message:
Walt Ogburn <reuben(a)ugcs.caltech.edu>
Keep "trailing" zeros on whole number part of a decimal.
Add an example of this to tests.
Patch: http://cvs.winehq.org/patch.py?id=14216
Old revision New revision Changes Path
1.31 1.32 +6 -0 wine/dlls/oleaut32/tests/vartest.c
1.103 1.104 +0 -7 wine/dlls/oleaut32/variant.c
ChangeSet ID: 14213
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/18 23:03:07
Modified files:
dlls/msvcrt : cppexcept.h cppexcept.c cpp.c
Log message:
Output the virtual tables for the exception classes using assembly so
that they can have the correct layout, and get rid of the
corresponding hacks in RTTI_GetObjectLocator.
Build more of the code on non-i386 platforms too.
Protect __RTDynamicCast and friends with exception handlers.
Fix handling of the vtable pointer so that we don't need to declare
all object pointers as type_info.
Patch: http://cvs.winehq.org/patch.py?id=14213
Old revision New revision Changes Path
1.3 1.4 +19 -5 wine/dlls/msvcrt/cppexcept.h
1.11 1.12 +1 -1 wine/dlls/msvcrt/cppexcept.c
1.20 1.21 +164 -211 wine/dlls/msvcrt/cpp.c