Added a few stubs.
[wine] / dlls / oleaut32 / tests /
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.