oleaut32: Fix day rolling.
[wine] / dlls / oleaut32 / typelib2.c
2009-07-03  Alexandre Julliardoleaut32: Replace long and unsigned long by more approp...
2009-06-11  Huw Daviesoleaut32: Calling SetLcid with LOCALE_NEUTRAL is a...
2008-11-03  Andrew Talbotoleaut32: Sign-compare warnings fix.
2008-10-08  Michael Stefaniucoleaut32: Use FAILED instead of !SUCCEEDED.
2008-07-11  Andrew Talbotoleaut32: Remove unneeded address-of operators from...
2008-07-08  Jon Griffithsoleaut32: Implement ICreateTypeLib2::SetHelpStringConte...
2008-07-01  Jon Griffithsoleaut32: Implement ICreateTypeLib2_SetHelpContext.
2008-06-30  Jon Griffithsoleaut32: Null doc string params return E_INVALIDARG.
2008-06-30  Jon Griffithsoleaut32: ICreateTypeLib2_SetLcid sets both LCID's.
2008-06-30  Jon Griffithsoleaut32: Use users default LCID for type libraries.
2008-01-24  Dan Hipschmanoleaut32: Use the symbolic name for TYPEFLAG_FDISPATCHABLE.
2007-11-26  Gerald Pfeiferoleaut32: Simplify two conditions based on the fact...
2007-07-27  Andrew Talbotoleaut32: Constify some variables.
2007-05-16  Andrew Talbotoleaut32: Exclude unused headers.
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-07-10  Robert Shearmanoleaut32: Make ctl2_hash_guid match the same function...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Jacek Cabanoleaut32: res50 is number of impinfos. Fix its usage.
2005-08-08  Mike McCormackgcc 4.0 warning fixes.
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-29  Huw DaviesCope with the index in a import table entry being a...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-01-10  Alexandre JulliardAnother warning fix.
2005-01-09  Alexandre JulliardAvoid warnings.
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-27  Huw DaviesFix typelib generation of CARRAYs.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-22  Alexandre JulliardConverted more of the (Un)RegisterTypeLib code to Unicode.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-30  Filip NavaraFor non-overlapped writes the lpNumberOfBytesWritten...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-04-23  Jon GriffithsImplement ClearCustData.
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-03-15  Alastair BridgewaterImplementation of ICreateTypeInfo2_SetHelpContext,
2004-03-13  Alastair BridgewaterImplemented ITypeLib2_GetTypeInfo() and
2004-03-13  Alastair BridgewaterImprove how the GUID hash system works. Mainly a cleanu...
2004-03-13  Alastair BridgewaterRename some of the fields in typelib.h to makes more...
2004-02-10  Alastair BridgewaterSupport for a small handful more return value/argument...
2004-02-10  Alastair BridgewaterFixes and support for TypeInfo alignment values.
2004-02-10  Alastair BridgewaterStubbed-out implementation of the ITypeLib interface.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Alastair BridgewaterPreliminary support for ICreateTypeInfo::AddImplType().
2004-02-09  Alastair BridgewaterPreliminary support for recording custom data in a...
2004-02-09  Alastair BridgewaterSupport for recording the SYSKIND of the type library.
2004-02-03  Alastair BridgewaterStubbed-out implementation of the ITypeInfo2 interface...
2004-01-28  Alastair BridgewaterPreliminary implementation of ICreateTypeInfo2_fnAddFun...
2004-01-28  Alastair BridgewaterImprovements to ICreateTypeInfo2_fnAddVarDesc().
2004-01-27  Alastair BridgewaterA small number of cleanups.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-21  Alastair BridgewaterInitial implementation of CreateTypeLib2() and the...