oleaut: Only allocate memory once for each array needed for the
[wine] / dlls / oleaut32 / tests /
2005-12-12  Robert ShearmanOLE: Fix SafeArrayCopy for NULL pvData.
2005-12-06  Robert ShearmanOLE: Add tests for the typelib version of ITypeComp_Bind.
2005-12-05  Michael StefaniucFix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-07  Marcus MeissnerAdded support of loading of IPicture data from non...
2005-11-04  Robert ShearmanAdd a test for Invoking an OleFont function.
2005-11-03  Uwe BonnesExtend VarCmp() and add test cases.
2005-11-01  Marcus MeissnerSysReAllocString of same pointer returns TRUE.
2005-10-27  Alex Villacís LassoAdd tests for functionality implemented or corrected...
2005-09-26  Francois GougetAdd trailing '\n's to ok() calls.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-13  Walt OgburnGet IFontDisp type information from stdole2.tlb, instea...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-09  Alex Villacís LassoMake Single|Double->BSTR conversion use the specified...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-23  Michael Stefaniuc- VarAdd, VarMul: I4 overflows to R8 and not I8 even...
2005-08-22  Walt OgburnAdd tests for olefont size functions & conversions.
2005-08-08  Saulius KrasuckasComment out VarDateFromStr() calls that generate except...
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-07-19  Alex Villacís LassoEnsure that underflowing negative float is represented...
2005-07-18  Alex Villacís LassoTest for behavior of negative underflow formatting.
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-06-29  Robert Shearman- Conversions between variants types of the same size...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-23  Michael Stefaniuc- more VarFormat fixes for number formats (exponent...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-14  Saulius KrasuckasChange (long long) to (LONGLONG) to compile with MSVC.
2005-06-14  Michael Stefaniuc- Fix VarFormat for formats that mix '0' and '#' in...
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-06  Marcus MeissnerAdded testcases for OLE Picture handling.
2005-06-05  Jacek CabanTest only stdole32.tlb as we don't have olepro32.dll...
2005-05-29  Michael StefaniucTests for VarAdd.
2005-05-23  Michael StefaniucTests for VarMul().
2005-05-23  Richard Cohen- Remove unused macro.
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-03-18  Jacek CabanFixed vartype test.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-01-31  Rein KlazesSafeArrayDestroy() returns success when called with...
2005-01-24  Rémi Assaillychar -> const char fixes.
2005-01-17  Alex Villacís LassoWhen parsing an hex/oct integer value, copy value verba...
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-12-17  Alexandre JulliardExpand the COPYTEST macro to avoid trouble with 64...
2004-10-21  Walt OgburnVarParseNumFromStr: Keep zeros after decimal point...
2004-10-19  Walt OgburnKeep "trailing" zeros on whole number part of a decimal.
2004-10-19  Walt OgburnTest that SafeArrayDestroyData keeps the pointer if...
2004-10-18  Walt OgburnTest zero exponents with and without signs.
2004-09-22  Huw DaviesDon't trash the dst variant if we can't do the type...
2004-09-20  Marcus MeissnerSafeArrayGetElement on a VARIANT array does not free...
2004-09-16  James HawkinsUse InterlockedDecrement and InterlockedIncrement inste...
2004-09-02  Francois GougetDetect whether Visual Studio can cast __uint64's to...
2004-09-01  Francois GougetRemove references to ICOM_THIS and WINE_UNUSED as they...
2004-08-25  Jacek CabanFix handling of VARIANT with VT_BYREF and null pointer in
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-19  Jacek CabanRef counting fixes.
2004-08-13  Francois GougetThe Windows headers support for NONAMELESSUNION and...
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-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-05-05  Jon GriffithsTrace the system and user locales upon startup.
2004-04-27  Jon GriffithsFix failures under win2k.
2004-04-27  Jon GriffithsUpdate VarXor,VarAbs,VarNot for all input types.
2004-04-23  Jon GriffithsTest ClearCustData() and UINT->I4 conversion.
2004-04-23  Chris MorganSkip over most of the unused variant types to speed...
2004-04-20  Francois GougetMake static Unicode strings const.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-22  Jon GriffithsTests for VarXor/VarEqv.
2004-03-17  Jon GriffithsUse function ptrs for call only present in later versions.
2004-03-16  Fabian CenedeseLet VarParseNumFromStr and VarNumFromParseNum cope...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-26  Fabian CenedeseVarRound implementation (without type DECIMAL yet)...
2004-02-06  Chris MorganImplement tests for VarMod().
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-20  Jon GriffithsRemove tests that are covered by vartype.c.
2004-01-19  Hans LeidekkerAdd missing comma.
2004-01-09  Marcus MeissnerCopy BSTRs byte wise.
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-02  Alexandre JulliardCommented out tests that assume that the current year...
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-12-15  Marcus MeissnerImplemented VarInt, VarPow.
2003-12-12  Alexandre JulliardAvoid long long constants (reported by Gerald Pfeifer).
2003-12-11  Jon GriffithsTest almost all of the low level variant functions
2003-12-11  Jon GriffithsReimplement/document every low level variant function.
2003-12-10  Jon GriffithsFix a couple of tests for w2k (Russian).
2003-12-09  Jon GriffithsFix the tests to pass when locale settings are user...
2003-11-28  Alexandre JulliardPorting fixes.
2003-11-25  Jon GriffithsTests for the non-variant date conversion functions.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Jon GriffithsTests for recent variant changes.
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Marcus MeissnerOleCreateFontIndirect(NULL,...) uses the OLE StdFont.
2003-06-13  Marcus MeissnerFixed index handling for multi dimensional arrays.
next