ChangeSet ID: 20840
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/26 07:06:21
Modified files:
dlls/msi : action.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Enumerate the substorage transforms for any patches that are passed on
the command line with PATCH=. Need to implement
table_apply_transform() before this will do anything interesting.
Patch: http://cvs.winehq.org/patch.py?id=20840
Old revision New revision Changes Path
1.211 1.212 +170 -0 wine/dlls/msi/action.c
ChangeSet ID: 20835
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/26 05:12:49
Modified files:
dlls/ole32 : defaulthandler.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Implement a Stop function and use this to properly implement
IOleObject_Close, IAdviseSink_OnClose and the destructor.
Patch: http://cvs.winehq.org/patch.py?id=20835
Old revision New revision Changes Path
1.33 1.34 +42 -8 wine/dlls/ole32/defaulthandler.c
ChangeSet ID: 20834
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/26 05:12:30
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Forward IDispatch functions to the MIDL-generated proxy.
- Remove special cases caused by previous marshaling of IDispatch &
IUnknown that is no longer done.
- Add error messages if an IUnknown or IDispatch method is called when
it no longer should be.
Patch: http://cvs.winehq.org/patch.py?id=20834
Old revision New revision Changes Path
1.67 1.68 +148 -688 wine/dlls/oleaut32/tmarshal.c
ChangeSet ID: 20833
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/26 05:12:20
Modified files:
dlls/oleaut32 : vartype.c
Log message:
Alex VillacĂs Lasso <a_villacis(a)palosanto.com>
Implement complete VarBstrFromDec() for any valid DECIMAL, with
internationalization support borrowed from VARIANT_BstrFromReal(). The
decimal fix for VARIANT_BstrFromReal was encapsulated in a separate
function and reused.
Patch: http://cvs.winehq.org/patch.py?id=20833
Old revision New revision Changes Path
1.18 1.19 +214 -59 wine/dlls/oleaut32/vartype.c