oleaut32: Fix differences between the size returned in sizing the
[wine] / dlls / oleaut32 / varformat.c
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.