Assorted spelling fixes.
[wine] / dlls / oleaut32 / usrmarshal.c
2007-08-03  Andrew Talbotoleaut32: Constify some variables.
2007-08-02  Andrew Talbotoleaut32: Constify some variables.
2007-06-25  Huw Daviesoleaut32: Handle marshaling of VARTYPE-less FADF_VARIAN...
2007-06-25  Huw Daviesoleaut32: Implement marshaling of VT_BYREF interfaces.
2007-03-20  Rob Shearmanoleaut32: Clear the input pvar structure in VARIANT_Use...
2007-02-05  Huw Daviesoleaut32: Fix marshaling of VARTYPE-less safearrays.
2006-11-28  Dmitry Timoshkovoleaut32: Make some data const and static.
2006-11-09  Michael Stefaniucoleaut32: Fix the warnings introduced by the "unsigned...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before CoTaskM...
2006-06-09  Alexandre Julliardoleaut32: Use the standard DEFINE_OLEGUID macro to...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Huw Daviesoleaut32: Correctly handle the case when the number...
2006-05-08  Huw Daviesoleaut32: Preserve the 'auto' features before copying...
2006-05-08  Huw Daviesoleaut32: Implement GetVarDesc_Proxy and friends.
2006-05-08  Huw Daviesoleaut32: Change CLEANLOCALSTORAGE flag constants to...
2006-05-07  Huw Daviesoleaut32: Fix VARIANT_UserFree.
2006-05-07  Huw Daviesoleaut32: Rewrite VARIANT user marshaling.
2006-05-05  Huw Daviesoleaut32: Alignment fixes for safearrays.
2006-05-05  Huw Daviesoleaut32: Fix BSTR marshaling to be wire compatible...
2006-05-05  Huw Daviesoleaut32: Implement GetDocumentation_Proxy/Stub.
2006-05-05  Huw Daviesoleaut32: Implement GetFuncDesc_Proxy and friends.
2006-05-05  Huw Daviesoleaut32: Implement GetTypeAttr_Proxy and friends.
2006-04-19  Huw Daviesoleaut32: Implement CLEANLOCALSTORAGE marshalling and...
2006-04-18  Robert Shearmanoleaut32: Fix differences between the size returned...
2006-04-18  Robert Shearmanoleaut32: Initialise BSTR pointer to NULL in VARIANT_Us...
2006-04-07  Robert Shearmanoleaut32: Fix typo in LPSAFEARRAY_Unmarshal.
2006-01-27  Robert Shearmanole: Test and implement LPSAFEARRAY marshaling.
2005-10-31  Huw DaviesDeal with pExcepInfo == NULL.
2005-10-20  Huw DaviesProxies and stubs for GetTypeInfoCont, GetLibAttr and...
2005-10-18  Huw DaviesImplement GetContainingTypelib_{Proxy,Stub}.
2005-09-02  Robert ShearmanAdd VT_UNKNOWN support for VARIANT marshaling by genera...
2005-06-12  Robert Shearman- Don't print out cryptic message if IDispatch or IUnkn...
2005-02-22  Jon GriffithsUse variant macros instead of accessing the union directly.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2003-09-12  Mike HearnImplement dispatch variant marshalling.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-27  Alexandre JulliardAdded NONAMELESSUNION/STRUCT defines.
2003-04-26  Ove KaavenPreliminary implementation of proper IDispatch marshalling.