oleaut32: Use DISPATCH_HREF_MASK even for non-dual dispatch types.
[wine] / dlls / oleaut32 / tests / vartype.c
2009-09-08  André Hentscheloleaut32/tests: Add a testcase for vartype.
2009-07-07  Hib Erisoleaut32: Prevent overflow in VarDecCmp.
2009-07-07  Hib Erisoleaut32/tests: Add tests for VarDecCmp.
2009-06-30  Stefan Leichteroleaut32: Add two tests of function VarDateFromStr...
2009-05-08  Alexandre Julliardoleaut32/tests: Use the correct allocator in the ClearC...
2009-03-24  Lei Zhangoleaut32: Fix some corner cases in VarBstrCmp.
2009-02-23  Francois Gougetoleaut32/tests: Use win_skip() to skip over unimplement...
2009-01-29  Michael Stefaniucoleaut32/tests: Remove superfluous pointer casts.
2009-01-08  Nikolay Sivovoleaut32/tests: Fix copy/paste typo in test output.
2008-07-21  Reece Dunnoleaut32: Fix the vartype tests on Vista.
2008-06-20  Jon Griffithsoleaut32/tests: Fix invalid free (found by valgrind).
2008-06-04  Dan Kegeloleaut32/tests: Use VariantInit, not VariantClear,...
2008-05-27  Michael Karcheroleaut32/tests: Call functions via manually obtained...
2008-05-27  Michael Karcheroleaut32: Currency to BSTR must use local decimal separ...
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-11-28  Rob Shearmanoleaut32: Handle integer overflow of len in SysReAllocS...
2007-11-02  Gerald Pfeiferoleaut32: Use -0.0 directly in test_VarBstrFromR4().
2007-08-20  Paul Vriensoleaut32/tests: Add a few skip's to the vartype tests.
2007-08-20  Paul Vriensoleaut32/tests: Use GetModuleHandle and add a few skip's.
2007-05-04  Bill Medlandoleaut32/tests: Some boundary tests on VarBstrFromDate.
2007-01-08  Francois Gougetoleaut32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-07  Alexandre Julliardoleaut32/tests: Use LOCALE_NOUSEROVERRIDE in tests...
2006-11-30  Charles Blacklockoleaut32: Add VarBstrCmp binary comparison for LCID==0.
2006-11-10  Dmitry Timoshkovoleaut32: Constify some data.
2006-10-12  Hans Leidekkeroleaut32/tests: Win64 printf format warning fixes.
2006-08-07  Tijl Coosemansoleaut32/tests: Test relative error, not absolute.
2006-06-22  Juan Langoleaut32: Correctly handle NULLs embedded in BSTRs...
2006-06-19  Kevin Koltzauoleaut32: Fix 64bit warnings in tests.
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-18  Michael Stefaniucoleaut: Merge the VarCmp tests from vartype.c into...
2005-12-05  Michael StefaniucFix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
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-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-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-06-29  Robert Shearman- Conversions between variants types of the same size...
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-18  Jacek CabanFixed vartype test.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2004-12-17  Alexandre JulliardExpand the COPYTEST macro to avoid trouble with 64...
2004-09-22  Huw DaviesDon't trash the dst variant if we can't do the type...
2004-09-16  James HawkinsUse InterlockedDecrement and InterlockedIncrement inste...
2004-09-02  Francois GougetDetect whether Visual Studio can cast __uint64's to...
2004-08-25  Jacek CabanFix handling of VARIANT with VT_BYREF and null pointer in
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
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-05-05  Jon GriffithsTrace the system and user locales upon startup.
2004-04-23  Jon GriffithsTest ClearCustData() and UINT->I4 conversion.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
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-12  Alexandre JulliardAvoid long long constants (reported by Gerald Pfeifer).
2003-12-11  Jon GriffithsTest almost all of the low level variant functions