oleaut32/tests: Use GetModuleHandle and add a few skip's.
[wine] / dlls / oleaut32 / tests / safearray.c
2007-08-20  Paul Vriensoleaut32/tests: Use GetModuleHandle and add a few skip's.
2007-01-08  Francois Gougetoleaut32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-28  Rob Shearmanoleaut32: SafeArrayAllocData should succeed when cbElem...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-10-12  Hans Leidekkeroleaut32/tests: Win64 printf format warning fixes.
2006-06-19  Kevin Koltzauoleaut32: Fix 64bit warnings in tests.
2006-06-09  qingdoa daoooleaut32: Fix safearray data destruction.
2006-06-06  qingdoa daoooleaut32: safearray: Convert dimension index at the...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-12  Robert ShearmanOLE: Fix SafeArrayCopy for NULL pvData.
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-20  Richard CohenCheck if VT_R8 and VT_INT_PTR are supported before...
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-01-31  Rein KlazesSafeArrayDestroy() returns success when called with...
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-10-19  Walt OgburnTest that SafeArrayDestroyData keeps the pointer if...
2004-09-20  Marcus MeissnerSafeArrayGetElement on a VARIANT array does not free...
2004-09-01  Francois GougetRemove references to ICOM_THIS and WINE_UNUSED as they...
2004-08-24  Robert ShearmanMore safe array tests.
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-04-27  Jon GriffithsFix failures under win2k.
2004-03-17  Jon GriffithsUse function ptrs for call only present in later versions.
2003-12-30  Marcus MeissnerDimensions with cElements=0 are valid and needed by...
2003-12-15  Jon GriffithsI8/UI8 are accepted in arrays in recent native dlls.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-13  Marcus MeissnerFixed index handling for multi dimensional arrays.
2003-05-13  Dimitrie O. PaunMake sure winsock.h gets included before stdlib.h.
2003-01-07  Francois GougetMany oleaut32 APIs are missing on Win95/IE3. Load them...
2003-01-05  Francois GougetThe vt field should be a VARTYPE not a VARENUM.
2003-01-02  Marcus MeissnerImplemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRe...
2003-01-02  Francois GougetFix signed/unsigned warnings.
2002-12-23  Marcus MeissnerFixed VarBstrCmp/Cat .spec entries.