wined3d: Whitelist pixelformats instead of blacklisting.
[wine] / dlls / oleaut32 / tests / vartest.c
2006-07-21  Benjamin Araioleaut32: Fix missing tests and heap errors for VarCat...
2006-07-19  Benjamin Araioleaut32: Update error codes for VarMod.
2006-07-17  Robert Shearmanoleaut32: Test the return value of VarCat in the tests.
2006-07-11  Benjamin Araioleaut32: Conformance test and patch for VarCat.
2006-07-10  qingdoa daoooleaut32: Copying a NULL BSTR should result in an empty...
2006-07-03  Robert Shearmanoleaut32: Fix parsing of hex numbers with 'e' in the...
2006-06-19  Kevin Koltzauoleaut32: Fix 64bit warnings in tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-07  Huw Daviesoleaut32: Remove weird attempt to clear VT_VARIANT.
2006-03-06  Robert Shearmanoleaut: Fix VarFormat for VT_NULL variants.
2006-03-06  Robert Shearmanoleaut: Add some more VarFormat tests and fix the VarMo...
2006-01-18  Michael Stefaniucoleaut: Add missing SysFreeString to the Var{Mul,Add...
2006-01-18  Michael Stefaniucoleaut: Merge the VarCmp tests from vartype.c into...
2006-01-16  Michael Stefaniucoleaut32: Tests for the VarCmp reimplementation.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-08-23  Michael Stefaniuc- VarAdd, VarMul: I4 overflows to R8 and not I8 even...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-06-23  Michael Stefaniuc- more VarFormat fixes for number formats (exponent...
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-05-29  Michael StefaniucTests for VarAdd.
2005-05-23  Michael StefaniucTests for VarMul().
2005-05-23  Richard Cohen- Remove unused macro.
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
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...
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-18  Walt OgburnTest zero exponents with and without signs.
2004-08-13  Francois GougetThe Windows headers support for NONAMELESSUNION and...
2004-04-27  Jon GriffithsUpdate VarXor,VarAbs,VarNot for all input types.
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-22  Jon GriffithsTests for VarXor/VarEqv.
2004-03-16  Fabian CenedeseLet VarParseNumFromStr and VarNumFromParseNum cope...
2004-02-26  Fabian CenedeseVarRound implementation (without type DECIMAL yet)...
2004-02-06  Chris MorganImplement tests for VarMod().
2004-01-20  Jon GriffithsRemove tests that are covered by vartype.c.
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-02  Alexandre JulliardCommented out tests that assume that the current year...
2003-12-15  Marcus MeissnerImplemented VarInt, VarPow.
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-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-02  Francois GougetRemove unnecessary sprintf calls.
2002-12-24  Francois GougetMove the test strings into their own array and convert...
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-03-26  Marcus MeissnerPorted variant tests to the new testing framework.