dmusic: Avoid signed-unsigned integer comparisons.
[wine] / dlls / oleaut32 / tests / vartest.c
2012-09-24  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2012-09-04  Nikolay Sivovoleaut32: Added some VT_DECIMAL rounding tests.
2012-06-26  Huw Daviesoleaut32: Add support for boolean strings in VarNot.
2012-04-19  Daniel Lehmanoleaut32: Treat years 0 to 29 as 2000 to 2029 in VARIAN...
2012-01-09  Francois Gougetoleaut32/tests: Dynamically load some functions that...
2012-01-09  Francois Gougetoleaut32/tests: Once we have a function pointer, use...
2012-01-09  Francois Gougetoleaut32/tests: Use win_skip() when detecting an API...
2011-08-25  Marcus Meissneroleaut32: Fixed buffer size to MBtoWC.
2011-08-23  Jacek Cabanoleaut32: Correctly test VARIANT_BOOL value in VarCat.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-02-15  Austin Englisholeaut32/tests: Remove dead assignments (LLVM/Clang).
2011-02-15  Austin Englisholeaut32/tests: Make sure return values are used (LLVM...
2011-01-11  Nikolay Sivovoleaut32/tests: Test for return value directly.
2011-01-07  Michael Stefaniucoleaut32/tests: COM cleanup for vartest.c.
2010-10-07  Jeremy Drakeoleaut32: Fix handling of negative fractional variant...
2010-10-07  Jeremy Drakeoleaut32/tests: Test conversion of ambiguous DATE values.
2010-10-04  Jeremy Drakeoleaut32/tests: Added tests for negative fractional...
2010-05-25  Gerald Pfeiferoleaut32/tests: Remove variable rValid which is not...
2010-05-03  Gerald Pfeiferoleaut32/tests: Remove variable expectedhres which...
2010-02-05  André Hentscheloleaut32/tests: Use testvalues from VarDateFromUdate...
2010-02-04  André Hentscheloleaut32: Fix year 0.
2010-02-04  André Hentscheloleaut32: Fix day rolling.
2010-02-02  André Hentscheloleaut32: Rewrite RollUdate to be easier to change...
2010-01-28  André Hentscheloleaut32/tests: Add tests for backrolled time.
2010-01-28  André Hentscheloleaut32/tests: Add a test for DosTime.
2009-11-19  Piotr Cabanoleaut32: Ignore milliseconds in VarDateFromUdate imple...
2009-09-15  André Hentscheloleaut32: Test for rolled hours and seconds.
2009-09-10  André Hentscheloleaut32: Test for rolled minutes.
2009-06-02  Paul Vriensoleaut32/tests: Fix some intermittent test failures...
2009-05-29  Paul Vriensoleaut32/tests: Spelling fixes.
2009-04-20  Detlef Riekenbergoleaut32/tests: Replace lstrcpyW and lstrcatW with...
2009-04-14  Detlef Riekenbergoleaut32: VarCat must use localized names for VT_BOOL.
2009-01-09  Alexandre Julliardoleaut32/tests: Only compare the initialized part of...
2008-12-04  Alexandre JulliardAvoid including time.h before winsock.h in tests.
2008-07-08  James Hawkinsoleaut32: Fix a few failing tests in win9x.
2008-06-30  James Hawkinsoleaut32: Trace the failing VarCmp result.
2008-06-06  Dan Kegeloleaut32/tests: VariantInit() isn't enough, you have...
2008-06-02  Jon Griffithsoleaut32/tests: Fix memory leaks reported by valgrind.
2008-04-17  James Hawkinsoleaut32: Fix a few tests that fail in win2k.
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2008-04-07  Francois GougetAssorted spelling fixes.
2007-12-17  Alexandre Julliardoleaut32/tests: Avoid relying on system-dependent rounding.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-17  Marcus Meissneroleaut32/tests: Insert the decimal seperator, if it...
2007-10-09  Rob Shearmanoleaut32: Add a check for a test that depends on the...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarCat and VarAnd tests a bit...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarImp tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarIdiv tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarDiv tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarAnd tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarCat tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Fix a few typos.
2007-08-17  Paul Vriensoleaut32/tests: Use GetModuleHandle and check only...
2007-08-09  Francois GougetAssorted spelling fixes.
2007-06-01  Francois Gougetoleaut32/tests: Improve vtstr() and variantstr().
2007-05-31  Francois Gougetoleaut32/tests: Convert some macros to functions.
2007-05-31  Francois Gougetoleaut32/tests: Fix the EQ_DOUBLE() and EQ_FLOAT()...
2007-05-31  Francois Gougetoleaut32/tests: Remove unneeded parentheses.
2007-05-31  Francois Gougetoleaut32/tests: Remove redundant semi-colons.
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetoleaut32/tests: Fix the Visual C++ double to float...
2007-04-11  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2007-04-03  Jason Edmeadesoleaut32: Convert to VT_DECIMAL fails with overflow...
2007-02-14  Francois GougetAssorted spelling fixes.
2007-01-23  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2007-01-15  Alexandre Julliardoleaut32/tests: Replace some macros by functions to...
2007-01-08  Francois Gougetoleaut32/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Francois Gougetoleaut32/tests: Fix compilation on systems with no...
2006-12-26  Alex Villacís Lassooleaut32: Fix VarMod(VT_DECIMAL) test by properly initi...
2006-12-24  Rob Shearmanoleaut32: Fix a crash when executing the VarAnd test...
2006-12-24  Rob Shearmanoleaut32: Fix the VarPow tests for older versions of...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-12  Hans Leidekkeroleaut32/tests: Win64 printf format warning fixes.
2006-10-02  Stefan Leichteroleaut32/tests: Print each 64-bit integers as two 32...
2006-09-21  Benjamin Araioleaut32: Conformance test for function variant:VarImp.
2006-09-12  Benjamin Araioleaut32: Conformance test for function variant:VarIdiv.
2006-09-12  Benjamin Araioleaut32: Conformance test for function variant:VarDiv.
2006-09-08  Benjamin Araioleaut32: Conformance test for function variant:VarPow.
2006-09-08  Benjamin Araioleaut32: Conformance test for function variant:VarAnd.
2006-08-24  Benjamin Araioleaut32: Updated conformance test return string for...
2006-07-31  Benjamin Araioleaut32: Move varformat conformance tests to new file...
2006-07-28  Benjamin Araioleaut32: VarSub: Conformance test.
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.
next