msvcrt: Make tests for [w]makepath pass.
[wine] / dlls / msvcrt / tests / printf.c
2008-06-10  Alexandre Julliardmsvcrt/tests: Fix a couple of tests on Vista.
2008-05-28  Jon Griffithsmsvcrt: Fix a test that fails on win95.
2007-09-25  Karl Reltonmsvcrt: New implementation of fcvt.
2007-05-22  Francois Gougetmsvcrt/tests: When compiling with Visual C++ 2005,...
2007-02-05  Michael Stefaniucmsvcrt: Fix *printf() handling of negative field width.
2006-12-12  Andrew Talbotmsvcrt/tests: Cast-qual warnings fix.
2006-11-14  Jesse Allenmsvcrt: printf buffer overrun tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-16  Peter Beutnermsvcrt: Fix handling of 'h' prefix in swprintf.
2006-01-14  Alexandre Julliardmsvcrt: Make snprintf and snwprintf use the msvcrt...
2005-12-26  Jesse Allenmsvcrt: More printf tests for I64 integer size support.
2005-12-26  Jesse Allenmsvcrt: Parse I, I32, and I64 integer size flags in...
2005-12-21  Jesse Allenmsvcrt: Fix printf sign flags.
2005-12-20  Jesse Allenmsvcrt: Ignore PadZero when LeftAlign is true in printf...
2005-12-19  Jesse Allenmsvcrt: Require exact uppercase and lowercase format...
2005-11-24  Mike McCormackAdd some tests for _fcvt.
2005-10-27  Vijay Kiran KamujuAdded a test case for %0f and %.0f.
2005-05-11   <wine.larry.engho... Add test for correctly interpreting %% printf format...
2005-03-05  Mike McCormackHandle %ls in sprintf.
2005-03-04  Mike McCormackHandle the printf %F format modifier.
2005-02-25  Uwe BonnesAdvance over * argument for precision.
2005-02-14  Mike McCormackAdd handling of %ws, %S and %C to _vns(w)printf, improv...
2004-11-28  Eric PouechFixed file name when opening NUL.
2004-11-04  Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...