oleaut32: Fix differences between the size returned in sizing the
[wine] / dlls / oleaut32 / vartype.c
2006-03-06  Robert Shearmanoleaut: Implement VarBstrFromDisp.
2005-12-05  Michael StefaniucFix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
2005-10-26  Alex Villacís LassoImplement complete VarDecDiv() for any valid DECIMAL.
2005-10-26  Alex Villacís LassoImplement complete VarDecMul() for any valid DECIMAL.
2005-10-26  Alex Villacís LassoImplement complete VarBstrFromDec() for any valid DECIM...
2005-09-22  Alex Villacís LassoFix a scaling error in VarR4FromDec() and VarR8FromDec...
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-09  Alex Villacís LassoMake Single|Double->BSTR conversion use the specified...
2005-08-09  Alexandre JulliardMoved a number of definitions that are not needed in...
2005-08-08  Alexandre JulliardRemoved some unnecessary macros, and make some function...
2005-07-19  Alex Villacís LassoEnsure that underflowing negative float is represented...
2005-03-24  Alex Villacís LassoAfter Float->string conversion via sprintfW(), VarDecFr...
2004-10-07  Francois GougetFix the VarI4FromI2 API documentation.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-07-04  Mike HearnMove variant code to its own debug channel.
2004-04-23  Jon GriffithsCheck the correct param for 2 DECIMAL operations.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-02-25  Fabian CenedeseNo sign extension for negative values.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-13  Jon GriffithsUse integer math in VarCyInt, docs.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-15  Marcus MeissnerDo not clear the pointer we just allocated, just the...
2003-12-11  Jon GriffithsReimplement/document every low level variant function.