po: Update French translation.
[wine] / dlls / oleaut32 / vartype.c
2011-11-23  Frédéric Delanoyoleaut32: Avoid hardcoding array lengths.
2011-10-08  Michael Stefaniucoleaut32: Fix some VarCyFrom* tests.
2011-06-27  Marcus Meissneroleaut32: Unshadow cmp to make code work (Coverity).
2011-06-13  Francois Gougetoleaut32: Fix a typo in a documentation comment.
2011-04-26  John Fremlinoleau32: Stop incorrectly parsing dates in bogus YDM...
2010-06-01  Nikolay Sivovoleaut32: Copy bytes instead of WCHARs in VarBstrCat.
2010-05-10  Michael Stefaniucoleaut32: Avoid using long.
2010-05-08  André Hentscheloleaut32: Check if the delimiter is a date delimiter.
2010-04-09  Alexandre Julliardoleaut32: Use the x87 assembly code for rounding on...
2010-03-04  André Hentscheloleaut32: Fix localized date and time parsing.
2010-03-04  André Hentscheloleaut32: Fix localized date parsing.
2009-10-09  Alexandre Julliardoleaut32: Avoid floating point for some VarCy conversions.
2009-07-07  Hib Erisoleaut32: Prevent overflow in VarDecCmp.
2009-04-14  Detlef Riekenbergoleaut32: VarCat must use localized names for VT_BOOL.
2009-03-24  Lei Zhangoleaut32: Fix some corner cases in VarBstrCmp.
2009-02-19  Juan Langoleaut32: Implement VarDecInt.
2009-02-19  Juan Langoleaut32: Implement VarDecFix.
2009-02-19  Juan Langoleaut32: Constify input parameter to VarR8FromDec.
2009-02-18  Juan Langoleaut32: Remove an errant semicolon.
2008-12-08  Francois Gougetoleaut32: Remove unneeded casts of zero.
2008-12-02  Alexandre Julliardoleaut32: Register interfaces through dlldata.c as...
2008-09-12  Rob Shearmanoleaut32: Add explicit "!= S_OK" to expressions that...
2008-08-18  Rob Shearmanoleaut32: Fix buffer length passed to VARIANT_DI_tostri...
2008-08-18  Rob Shearmanoleaut32: Fix testing of HRESULT types with not operato...
2008-05-27  Michael Karcheroleaut32: Currency to BSTR must use local decimal separ...
2008-04-21  Austin EnglishSpelling fixes.
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2007-08-06  Andrew Talbotoleaut32: Constify some variables.
2007-07-20  Michael Stefaniucoleaut32: Remove a return after return.
2007-05-23  Marcus Meissneroleau32: Fix one entry overflow (Coverity).
2007-04-13  Andrew Talbotoleaut32: Remove superfluous semicolons.
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.