oleaut32: Support for VT_DISPATCH in VarNot.
[wine] / dlls / oleaut32 / variant.c
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...
2004-10-21  Walt OgburnVarParseNumFromStr: Keep zeros after decimal point...
2004-10-19  Walt OgburnKeep "trailing" zeros on whole number part of a decimal.
2004-10-11  Walt OgburnAllow exponents of zero (like "1.000E0") to parse
2004-09-22  Huw DaviesDon't trash the dst variant if we can't do the type...
2004-08-25  Jacek CabanFix handling of VARIANT with VT_BYREF and null pointer in
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
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-30  Jon GriffithsImplement VarDateFromUdateEx.
2004-04-27  Jon GriffithsImplement VarOr.
2004-04-23  Jon GriffithsConversion from VT_UINT to VT_I4 ignores overflow.
2004-04-12  Francois GougetAssorted spelling fixes.
2004-03-22  Jon GriffithsImplement VarXor and simplify VarEqv to use it.
2004-03-17  Jon GriffithsImplement VarEqv.
2004-03-16  Fabian CenedeseLet VarParseNumFromStr and VarNumFromParseNum cope...
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-26  Fabian CenedeseVarRound implementation (without type DECIMAL yet)...
2004-02-25  Alexandre JulliardFixed callers of GetLocaleInfoW to use the correct...
2004-02-17  Fabian CenedeseAccept VT_BOOL mixed with another type as valid combina...
2004-02-06  Chris MorganImplement VarMod().
2004-01-13  Jon GriffithsImplemented VarInt, VarFix, VarNeg.
2004-01-09  Marcus MeissnerCopy BSTRs byte wise.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-15  Jon GriffithsUse the SafeArray conversion functions when coercing...
2003-12-15  Marcus MeissnerImplemented VarInt, VarPow.
2003-12-11  Jon GriffithsOops - VT_EMPTY->VT_RECORD is not allowed.
2003-12-11  Jon GriffithsReimplement/document every low level variant function.
2003-12-09  Jon GriffithsImplement conversions between dates and strings.
2003-11-25  Jon GriffithsImplemented the variant formatting functions.
2003-11-14  Jon GriffithsImplement the non-variant date conversions correctly...
2003-11-09  Gerald PfeiferRemoved dead code in VarDateFromUI2().
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Jon GriffithsAdd VarParseNumFromStr()/VarNumFromParseNum(), use...
2003-09-16   <develop@stueben... Use SysAllocStringByteLen/SysStringByteLen to copy...
next