oleaut32/tests: Fix compilation on systems with no nameless unions (e.g. gcc 2.95).
[wine] / dlls / oleaut32 / tests / vartype.c
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