po: Update French translation.
[wine] / dlls / oleaut32 / variant.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-19  Daniel Lehmanoleaut32: Treat years 0 to 29 as 2000 to 2029 in VARIAN...
2011-08-23  Jacek Cabanoleaut32: Correctly test VARIANT_BOOL value in VarCat.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-20  Alistair Leslie... oleaut32: Dont filter out VT_RECORD|VT_REF type in...
2011-05-31  David Hedbergoleaut32: Don't crash in wrapper if variant resides...
2011-02-01  Nikolay Sivovoleaut32/tests: Fix a safearray leak (Valgrind).
2010-11-17  Alexandre Julliardoleaut32: Fix the overflow check in VarNumFromParseNum.
2010-10-07  Jeremy Drakeoleaut32: Fix handling of negative fractional variant...
2010-05-17  Gerald Pfeiferoleaut32: Remove variable rOk which is not really used...
2010-02-08  André Hentscheloleaut32: Fix formula.
2010-02-04  André Hentscheloleaut32: Fix year 0.
2010-02-04  André Hentscheloleaut32: Fix day rolling.
2010-02-02  André Hentscheloleaut32: Rewrite RollUdate to be easier to change...
2009-12-16  Huw Daviesoleaut32: Fix a memory leak.
2009-11-19  Piotr Cabanoleaut32: Ignore milliseconds in VarDateFromUdate imple...
2009-11-18  Rob Shearmanoleaut32: Fix memory leaks in ITypeInfo_fnInvoke.
2009-07-03  Alexandre Julliardoleaut32: Replace long and unsigned long by more approp...
2009-07-02  Michael Stefaniucoleaut32: Fix a small error in a comment.
2009-05-26  Francois Gougetoleaut32: Tweak a comment to make it more explicit.
2009-04-14  Detlef Riekenbergoleaut32: VarCat must use localized names for VT_BOOL.
2008-10-08  Michael Stefaniucoleaut32: Use FAILED instead of !SUCCEEDED.
2008-10-07  Aric Stewartoleaut32: In variants check bOverflow to make sure...
2008-09-25  Michael Stefaniucoleaut32: Remove redundant NULL check before SysFreeStr...
2008-08-18  Rob Shearmanoleaut32: Fix testing of HRESULT types with not operato...
2008-05-19  Michael Karcheroleaut32: Cache localised number chars.
2008-04-21  Austin EnglishSpelling fixes.
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2008-03-12  Andrew Talbotoleaut32: Assign to structs instead of using memcpy.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-10-29  Alexandre Julliardoleaut32: Properly initialize the result variant in...
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarRound.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarNeg.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarInt.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarFix.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarNot.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarAbs.
2007-05-29  Francois GougetAssorted spelling fixes.
2007-04-03  Jason Edmeadesoleaut32: Convert to VT_DECIMAL fails with overflow...
2007-01-22  Andrew Talbotoleaut32: Declare some items static.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarImp.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarPow.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarMod.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarIdiv.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarXor.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarOr.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarSub.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarDiv.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarMul.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarAdd.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarAnd.
2007-01-03  Alex Villacís Lassooleaut32: Add wrapper for dereferencing a VARIANT of...
2006-12-26  Alex Villacís Lassooleaut32: Fix VarMod(VT_DECIMAL) test by properly initi...
2006-11-28  Dmitry Timoshkovoleaut32: Make some data const and static.
2006-11-08  Alex Villacís Lassooleaut32: variant - allow conversion of VT_DISPATCH...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-10-06  Francois GougetTweak TRACE()s to simplify '\n' checks.
2006-09-21  Benjamin Araioleaut32: Implementation for function variant:VarImp.
2006-09-12  Benjamin Araioleaut32: Fixes for function variant:VarIdiv.
2006-09-12  Benjamin Araioleaut32: Fixes for function variant:VarDiv.
2006-09-08  Benjamin Araioleaut32: Fixes for function variant:VarPow.
2006-09-08  Benjamin Araioleaut32: Fixes for function variant:VarAnd.
2006-09-08  Francois Gougetoleaut32: Fix spelling of VARIANT_NUMBER_CHARS's separa...
2006-08-22  Stefan Leichteroleaut32: Print 64bit integers with wine_dbgstr_longlong.
2006-07-28  Benjamin Araioleaut32: VarSub: Fixes several data types and corrects...
2006-07-21  Benjamin Araioleaut32: Fix temp variant initialization issues in...
2006-07-19  Benjamin Araioleaut32: Update error codes for VarMod.
2006-07-18  Benjamin Araioleaut32: VarCmp - Corrected function description.
2006-07-11  Benjamin Araioleaut32: Conformance test and patch for VarCat.
2006-07-10  qingdoa daoooleaut32: Copying a NULL BSTR should result in an empty...
2006-07-03  Robert Shearmanoleaut32: Fix parsing of hex numbers with 'e' in the...
2006-06-08  Robert Shearmanoleaut32: Uncomment a line to implement conversion...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-07  Huw Daviesoleaut32: Remove weird attempt to clear VT_VARIANT.
2006-02-02  Ulrich Czekallaoleaut32: Prevent freeing of random memory.
2006-01-16  Michael Stefaniucoleaut32: Reimplement VarCmp().
2006-01-16  Michael Stefaniucoleaut32: Define missing but useful VTBIT_* macros.
2005-11-03  Uwe BonnesExtend VarCmp() and add test cases.
2005-11-02  Robert ShearmanFix a crash during +variant logging caused by a typo...
2005-10-28  Michael StefaniucHandle VT_DECIMAL in VarCmp().
2005-10-26  Michael StefaniucHandle VT_CY in VarDiv().
2005-09-22  Alex Villacís LassoModify VarDiv() and VarSub() to use the existing VarDec...
2005-08-23  Michael Stefaniuc- VarAdd, VarMul: I4 overflows to R8 and not I8 even...
2005-07-05  Robert ShearmanDocument active object and variant functions.
2005-06-29  Robert Shearman- Conversions between variants types of the same size...
2005-06-28  Michael Stefaniuc- VarCmp: handle comparision of VT_EMPTY with an integer
2005-06-17  Francois GougetAssorted spelling fixes.
2005-05-29  Michael Stefaniuc- Reimplement VarAdd, had missing functionality and...
2005-05-23  Michael StefaniucReimplement VarMul(). It can multiply now all variants...
2005-05-23  Richard Cohen- Remove unused macro.
2005-05-23  Michael StefaniucFix VariantChangeType: calls to VarDecFromCy and VarDec...
2005-04-13  Daniel RemenakImplemented VarIdiv.
2005-04-12  Daniel RemenakReturn DISP_E_DIVBYZERO instead of crashing when asked...
2005-02-22  Jon GriffithsUse variant macros instead of accessing the union directly.
2005-01-25  Alex Villacís LassoInitialize temporary variants before calling VariantCha...
2005-01-17  Alex Villacís LassoWhen parsing an hex/oct integer value, copy value verba...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-08  Robert ShearmanMake the DECIMAL_SETZERO macro take a DECIMAL instead...
next