oleaut32: Try to re-use existing memory when unmarshalling variants with byref types.
[wine] / dlls / oleaut32 / varformat.c
2007-12-05  Alexandru Balutoleaut32: Implement VarWeekdayName + tests.
2007-01-16  Andrew Talbotoleaut32: Remove unused items.
2006-11-08  Alex Villacís Lassooleaut32: varformat - Force LCID_US for conversion...
2006-11-08  Andrew Talbotoleaut32: Cast-qual warnings fix.
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-08-04  Benjamin Araioleaut32: Removes extra string allocation for varformat...
2006-07-28  Benjamin Araioleaut32: VarMonthName - Update error codes and helper...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-06  Robert Shearmanoleaut: Fix VarFormat for VT_NULL variants.
2006-01-16  Michael Stefaniucoleaut32: Define missing but useful VTBIT_* macros.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-05  Marcus MeissnerFixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-06-23  Michael Stefaniuc- more VarFormat fixes for number formats (exponent...
2005-06-14  Michael Stefaniuc- Fix VarFormat for formats that mix '0' and '#' in...
2005-06-08  Michael Stefaniuc- implement handling of exponents (e+,e-,E+,E-) when...
2005-05-29  Marcus MeissnerAdded VarMonthName() implementation.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-08-26  Jason EdmeadesEnsure digits are printable characters from oleaut32...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-07-04  Mike HearnMove variant code to its own debug channel.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-11-25  Jon GriffithsImplemented the variant formatting functions.