Changed MoveFileEx to use ntdll functions, and moved it to
[wine] / dlls / oleaut32 / tests /
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.