Handle VT_CY in VarDiv().
[wine] / dlls / oleaut32 / variant.c
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...
2003-09-08  Mike McCormackCreate a propper stub for oleaut32.VarMod.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-18  Jon GriffithsAdd a bunch of missing stuff.
2003-07-09  Francois GougetSpelling fixes.
2003-06-24  Marcus MeissnerVarAdd: Added VT_R8, VT_EMPTY, VT_NULL handling.
2003-06-24  Marcus MeissnerOleCreateFontIndirect(NULL,...) uses the OLE StdFont.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-17  Stefan LeichterPartial implementaion of VarBstrFromDec.
2003-05-16  Stefan LeichterFixed DECIMAL_SETZERO
2003-05-15  Stefan LeichterAdded stub for VarBstrFromDec.
2003-05-15  Stefan LeichterPartial implementation of VarDecFromStr.
2003-03-06  Adam GundyHandle coercing VT_DISPATCH into VT_PTR.
2003-03-04  Marcus MeissnerVarAdd: set 'rc' correctly from BSTR addition.
2003-01-28  Marcus MeissnerAdded R4 and R8 comparison to VarCmp.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-13  Francois GougetFix the case of floats in VarBstrFromR4, VarBstrFromR8 and
2003-01-11  Marcus MeissnerCoerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-05  Ove KaavenAvoid direct ICOM_CALL usage.
2003-01-02  Marcus MeissnerHandle VT_ERROR->VT_I4/VT_R4 coercion.
2002-12-23  Marcus MeissnerVariantChangeTypeEx for VT_ARRAY | type style variants.
2002-12-16  Andreas MohrImplemented VarOr().
2002-12-10  Jason EdmeadesVarAdd support for integers.
2002-12-03  Ove KaavenAdded more types to wtypes.idl.
2002-11-25  Jason EdmeadesAdd support for VarAnd between integers.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-08  Jason Edmeades- VarFormat now supports VT_R8 and BYREF variant types.
2002-07-05  Jason EdmeadesEnsure VarBstrCat handles null parms as per windows...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  John K. HohmImplemented SizeOfVariantData cases for VT_DISPATCH...
2002-06-20  Mike McCormackFixed ordinals to match the Windows values.
2002-06-20  Jason Edmeades- VarAnd, VarCmp (Strings only), VarNot implemented.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-03-26  Marcus MeissnerPorted variant tests to the new testing framework.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-19  Patrick HallerFix crash in VariantTimeToDosDateTime.
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2002-02-04  Marcus MeissnerVT_EMPTY can be coerced to VT_I4, value 0.
2002-01-29  Bill MedlandA couple of additions.
2002-01-02  Ove KaavenFixed a looks-like-nobody-ever-tested-this-function...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-10-04  Ove KaavenImplement coercion to VT_UNKNOWN from VT_DISPATCH.
2001-10-02  Andreas MohrMake OaBuildVersion() return the highest version value...
2001-09-21  Ove KaavenVariants and safe arrays is now able to copy BSTR swith...
2001-09-10  Patrik StridvallDocumentation fixes.
next