Fixed calls with wrong pointer: COMCTL32_Free(&lpttsi) should be
[wine] / dlls / oleaut32 / variant.c
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.