oleaut32: Fix several memory leaks in tests.
[wine] / dlls / oleaut32 / tests / typelib.c
2009-09-16  Vincent Povirkoleaut32: Use DISPATCH_HREF_MASK even for non-dual...
2009-09-16  Vincent Povirkoleaut32: Add test for HREFTYPE's from inherited methods.
2009-08-26  Vincent Povirkoleaut32: Make ITypeInfo2::GetCustData succeed when...
2009-06-11  Huw Daviesoleaut32: Calling SetLcid with LOCALE_NEUTRAL is a...
2009-05-25  Alexandre Julliardoleaut32/tests: Fix a test broken on XP 64.
2009-05-21  Alexandre Julliardoleaut32/tests: Fix some pointer sizes in typelib tests...
2009-05-21  Alexandre Julliardoleaut32/tests: Fix some pointer sizes in typelib tests...
2009-05-08  Alexandre Julliardoleaut32/tests: Don't crash if ITypeInfo_GetTypeAttr...
2009-04-13  Dmitry Timoshkovoleaut32: Add some additional tests for QueryPathOfRegT...
2009-01-29  Rob Shearmanoleaut32: Fix the typelib tests on 64-bit platforms.
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2008-09-15  Paul Vriensoleaut32/tests: Don't crash on Win95.
2008-08-28  Paul Vriensoleaut32/tests: Skip some tests on win9x.
2008-07-21  Detlef Riekenbergoleaut32/tests: Run more typelib tests on win9x.
2008-06-24  Alexandre Julliardoleaut32/tests: Allow UuidCreate to return RPC_S_UUID_L...
2008-04-25  Alexandre Julliardoleaut32/tests: Store the test typelib in resources...
2007-12-18  Francois Gougetoleaut32/tests: Avoid SHDeleteKeyW() because shlwapi...
2007-10-15  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2007-10-10  Mikolaj Zalewskioleaut32: Function kind for dispatch interfaces should...
2007-05-18  Huw Daviesoleaut32: Fix CreateDispTypeInfo to store the correct...
2007-05-18  Huw Daviesoleaut32: Test for interface that derives from IUnknown.
2007-05-18  Huw Daviesoleaut32: Tests for more 'syntax 2' dispinterfaces.
2007-05-18  Huw Daviesoleaut32: GetRefTypeOfImplType(0) on TKIND_DISPATCH...
2007-05-18  Huw Daviesoleaut32: Fix return value in the element not found...
2007-05-18  Huw Daviesoleaut32: Typelib inheritance tests.
2007-05-17  Huw Daviesoleaut32: Type references are global to the typelib.
2007-01-24  Paul Vriensoleaut32/tests: Cast-qual warning fixes.
2006-11-10  Dmitry Timoshkovshlwapi: Unify SHDeleteKeyW implementation with SHDelet...
2006-11-07  Francois Gougetoleau32: The PSDK's ELEMDESC's union is nameless, alway...
2006-10-24  Rob Shearmanoleaut32: Fix a reference count leak in the typelib...
2006-10-23  Dmitry Timoshkovoleaut32: Make QueryPathOfRegTypeLib test pass under...
2006-10-23  Dmitry Timoshkovoleaut32: Add a test for QueryPathOfRegTypeLib.
2006-10-12  Hans Leidekkeroleaut32/tests: Win64 printf format warning fixes.
2006-07-31  Robert Shearmanoleaut32: Add some validation for the DISPPARAMS struct...
2006-07-18  Robert Shearmanoleaut32: Revert check for FUNCFLAG_FRESTRICTED in...
2006-07-14  Robert Shearmanoleaut32: Don't execute a function in ITypeInfo::Invoke...
2006-07-07  Robert Shearmanoleaut32: ITypeComp_fnBind should do case-insensitive...
2006-07-07  Robert Shearmanoleaut32: Fix the error code returned by ITypeComp...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Robert Shearmanoleaut: ITypeInfo::GetIDsOfNames should search inherite...
2006-02-16  Robert Shearmanoleaut: Test some error conditions in ITypeInfo::GetIDs...
2006-02-06  Huw Daviesoleaut32: Fixes and tests for CreateDispTypeInfo.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2005-12-06  Robert ShearmanOLE: Add tests for the typelib version of ITypeComp_Bind.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-05  Jacek CabanTest only stdole32.tlb as we don't have olepro32.dll...
2004-08-19  Jacek CabanRef counting fixes.