msvcrt: Added _set_output_format tests.
[wine] / dlls / msvcrt / tests / printf.c
2013-03-27  Piotr Cabanmsvcrt: Added _set_output_format tests.
2013-01-11  Piotr Cabanmsvcrt: Added fwprintf tests.
2012-12-12  Piotr Cabanmsvcrt: Fixed floating point numbers printing when...
2012-04-16  Piotr Cabanmsvcrt: Fixed 'h' modifier handling when printing integers.
2012-03-13  Piotr Cabanmsvcrt: Fixed printf behaviour on hexadecimal, zero...
2011-09-05  Piotr Cabanmsvcrt: Fix _vswprintf* arguments.
2011-04-27  Piotr Cabanmsvcrt: Added sprintf_p_l implementation.
2011-04-25  Piotr Cabanmsvcrt/tests: Added fprintf tests.
2011-03-09  Nikolay Sivovmsvcrt: Add _get_output_format() and return default...
2011-03-07  Francois Gougetmsvcrt/tests: Add a trailing '\n' to an ok() call.
2011-01-31  Nikolay Sivovmsvcrt: Implement _fcvt_s().
2010-12-23  Eryk Wieliczkomsvcrt/tests: Add _fcvt_s tests.
2010-12-13  Francois Gougetmsvcrt/tests: Add a trailing '\n' to an ok() call.
2010-12-10  Eryk Wieliczkomsvcrt/tests: Add _ecvt_s tests.
2010-07-19  Greg Geldorpmsvcrt/tests: ecvt on Win9x and NT4 will corrupt memory...
2010-06-09  Alexander Scott... msvcrt/tests: Move function pointer initialization...
2010-06-07  Alexander Scott... msvcrt/test: Add some simple _vsnwprintf_s tests.
2010-06-07  Alexander Scott... msvcrt/tests: Properly skip if functions are not available.
2009-05-23  Alexandre Julliardmsvcrt/tests: Make all msvcrt function pointers cdecl.
2009-04-14  Rein Klazesmsvcrt: Correct implementation of _ecvt() with tests.
2009-03-26  Hans Leidekkermsvcrt: Add tests for _vscprintf and _vscwprintf.
2009-01-27  Hans Leidekkermsvcrt: Add a test for _vsnwprintf.
2009-01-04  Alexandre Julliardmsvcrt/tests: Fix the printf pointer formatting tests...
2008-09-04  Alexandre Julliardmsvcrt/tests: Fix the %n format test for Vista.
2008-09-03  James Hawkinsmsvcrt: Trace the results of two failing tests.
2008-07-16  Jon Griffithsmsvcrt: Fix exponents in *printf family.
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...