kernel32/profile: Add a few NULL checks (Coverity).
[wine] / dlls / oleaut32 / vartype.c
2007-03-23  Andrew Talbotoleaut32: Replace inline static with static inline.
2007-01-16  Andrew Talbotoleaut32: Remove unused items.
2006-12-21  Alex Villacís Lassooleaut32: VarBstrFromCy - Remove use of sprintfW by...
2006-12-19  Alex Villacís Lassooleaut32: Bypass conversion to string in R4/R8 -> DECIM...
2006-12-07  Alexandre Julliardoleaut32: Use LOCALE_NOUSEROVERRIDE where necessary...
2006-12-04  Charles Blacklockoleaut32: Cleanup of previous VarBstrCmp patch.
2006-11-30  Charles Blacklockoleaut32: Add VarBstrCmp binary comparison for LCID==0.
2006-11-08  Andrew Talbotoleaut32: Cast-qual warnings fix.
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-06-22  Juan Langoleaut32: Correctly handle NULLs embedded in BSTRs...
2006-06-13  Alexandre Julliardoleaut32: Use unsigned int instead of size_t to avoid...
2006-06-08  Robert Shearmanoleaut32: Handle BSTRs in VARIANT_CopyData.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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.