Separated out 16bit sources for ole2disp.dll.
[wine] / dlls / oleaut32 / variant.c
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.
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-18  Marcus MeissnerDo not pass the high level wFlags from VariantChangeTyp...
2001-08-18  Mike McCormackImplemented oleaut32.VarBstrCat.
2001-08-16  Mike McCormackPartially implement oleaut32.VarBstrCmp.
2001-08-15  Marcus MeissnerImplemented VarParseNumFromStr, VarNumFromParseNum.
2001-08-15  Marcus MeissnerDateTimeStringToTm and DateToTm must use dwFlags instea...
2001-08-13  Daniel Walker- implemented SystemTimetoVariantTime/VariantTimetoSyst...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-31  Francois GougetFix the VarXxxFromCy conversions.
2001-05-18  Francois GougetSpelling typos.
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-22  Josh DuBoisChanged VarCyFromI1 to take a signed char.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-11-25  Francois JacquesImplemented VT_EMPTY to VT_BSTR type coercion.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-09  Lawson WhitneyTake type from referenced variant for VT_BYREF && VT_VA...
2000-03-08  Lawson WhitneyCorrected value for DAYS_IN_ONE_YEAR.
2000-02-18  Owen WangSet the type of VarBstrFromDate to dwFlags, instead...
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.