po: Update French translation.
[wine] / dlls / oleaut32 / usrmarshal.c
2011-11-21  Frédéric Delanoyoleaut32: Avoid harcoding array lengths.
2011-08-03  Francois Gougetoleaut32: Fix the spelling of an internal structure...
2011-05-18  Alexandre Julliardoleaut32: Reallocate in BSTR_UserUnmarshal to avoid...
2011-02-22  Alistair Leslie... oleaut32: Implement ITypeInfo_GetNames Stub/Proxy.
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeLib2_GetDocum...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeLib_GetDocume...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeInfo2_GetDocu...
2011-02-11  Huw Daviesoleaut32: Implement proxy / stub for ITypeInfo_GetDllEntry.
2011-02-10  Huw Daviesoleaut32: Rewrite ITypeInfo_GetDocumentation proxy...
2011-01-24  Nikolay Sivovoleaut32: Unmarshalled safearray is always unlocked.
2010-10-19  Nikolay Sivovoleaut32: Fix multidimensional SAFEARRAY marshalling.
2010-02-25  Huw Daviesoleaut32: Correctly marshal NULL interface ptrs.
2009-12-11  Jeremy Whiteoleaut32: Use wire sizes for marshaled safe arrays...
2009-11-29  Rob Shearmanoleaut32: Fix size of memory allocated for byrefs in...
2009-11-18  Rob Shearmanoleaut32: Unmarshall byref types correctly in IDispatch...
2009-07-10  Alexandre Julliardoleaut32: Fix safe array marshalling on 64-bit.
2009-04-07  Rob Shearmanoleaut32: Fix the SAFEARRAY marshalling on 64-bit platf...
2009-04-06  Marcus Meissneroleaut32: IPropertyBag_Read_Proxy return on unknown...
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2009-01-04  Michael Karcheroleaut32: Implement IPropertyBag::Read proxying.
2008-12-02  Alexandre Julliardoleaut32: Use a dlldata.c file instead of maintaining...
2008-11-28  Alexandre Julliardwidl: Fix the handling of proxy delegation.
2008-09-25  Michael Stefaniucoleaut32: Remove redundant NULL check before SysFreeStr...
2008-09-02  Dan Hipschmanoleaut32: Add a widl-generated proxy file for ocidl...
2007-12-07  Rob Shearmanoleaut32: Try to re-use existing memory when unmarshall...
2007-12-07  Rob Shearmanoleaut32: Don't call SafeArrayAllocData in LPSAFEARRAY_...
2007-11-12  Rob Shearmanoleaut32: Handle non-byref safe arrays in VARIANT_UserFree.
2007-10-25  Dan Hipschmanoleaut32: Use widl to generate oaidl_p.c.
2007-10-24  Dan Hipschmanoleaut32: Add stubs for IPropertyBag_Read.
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.