- Fix VarFormat for formats that mix '0' and '#' in the whole number
[wine] / dlls / oleaut32 / tests /
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.
2003-05-13  Dimitrie O. PaunMake sure winsock.h gets included before stdlib.h.
2003-01-13  Francois GougetFix the case of floats in VarBstrFromR4, VarBstrFromR8 and
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 GougetRemove unnecessary sprintf calls.
2003-01-02  Francois GougetFix signed/unsigned warnings.
2002-12-24  Francois GougetMove the test strings into their own array and convert...
2002-12-23  Marcus MeissnerFixed VarBstrCmp/Cat .spec entries.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-06-21  Alexandre JulliardMoved succeeding test out of todo block.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-26  Marcus MeissnerPorted variant tests to the new testing framework.