msvcrt: More printf tests for I64 integer size support.
[wine] / dlls / msvcrt / tests / scanf.c
2005-03-10  C. Scott AnanianAllow scanf to continue parsing format string after...
2005-01-28  Francois GougetFix handling of EOF for the '%c' and '%C' cases in...
2004-11-04  Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-06  Peter Berg Larsen%[a-z] and %[z-a] are interpreted as equivalent to...
2003-12-15  Uwe BonnesPatch and test for scanf %i.
2003-12-15  Ferenc WagnerAdded snprintf test.
2003-10-28  Uwe BonnesAnother difference in the printf family.
2003-10-24  Uwe BonnesAdded a test case for sprintf.
2003-10-10  Uwe BonnesAdded test for %n.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-05-13  Uwe BonnesFix some sscanf cases and testcase to get wxtide32...
2003-01-11  Mehmet Yasar- return EOF when stream is empty
2002-12-20  Alexandre JulliardHandle unknown format chars correctly (spotted by Györg...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-10-30  Uwe BonnesFirst version of msvcrt scanf test.