ddraw: Avoid LPD3DINSTRUCTION.
[wine] / dlls / oleaut32 / varformat.c
2011-03-09  Austin Englisholeaut32: Avoid shadowing a parameter.
2011-02-22  Peter Schellenbacholeaut32: Fixed short time & medium time named formats.
2010-12-20  Nikolay Sivovoleaut32/varformat: Fix day string representation forma...
2010-06-08  Alexandre Julliardoleaut32: Fix handling of 'c' format for non-date varia...
2010-03-04  André Hentscheloleaut32: Fix FormatString (valgrind).
2010-03-01  André Hentscheloleaut32: Fix fractional calculation.
2010-02-23  André Hentscheloleaut32: Reorder some code to make it easier to read...
2010-02-22  André Hentscheloleaut32: Fix rounding.
2009-05-14  Damjan Jovanovicoleaut32: Strip trailing decimal zeroes when rounding...
2009-05-13  Damjan Jovanovicoleaut32: fix a rounding bug in VarFormat.
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2008-11-19  Ricardo Filipeoleaut32: Fixed dead increment (llvm/clang).
2008-09-25  Damjan Jovanovicoleaut32: Fix double negative sign regression in VarFormat.
2008-09-17  Rob Shearmanoleaut32: Fix a typo in VarTokenizeFormatString.
2008-08-26  Damjan Jovanovicoleaut32: Thousands separator support for VarFormat.
2008-08-25  Damjan Jovanovicoleaut32: Fix negative number handling in VarFormat.
2008-07-07  Jon Griffithsoleaut32: Don't read past the digits array in VARIANT_F...
2008-07-07  Jon GriffithsFix minor comment typos.
2008-04-23  Andrew Talbotoleaut32: Remove unused variables.
2008-04-14  Austin Englisholeaut32: Spelling fixes.
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.