In GetDiskFreeSpace:
[wine] / dlls / msvcrt / tests /
2005-10-10  Vitaliy MargolenFix _ismbblead test to pass on windows.
2005-10-10  Richard CohenFix an error message.
2005-10-08  Vitaliy MargolenAdd a few tests that fail under wine.
2005-10-07  Vitaliy MargolenFix initial position for files opened with O_APPEND...
2005-09-06  Vijay Kiran KamujuAdded a test for failing _ismbblead.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-19  Jason Edmeades_swab failed if src == dest, plus some testcases.
2005-08-11  Mike McCormackTurn off gcc 4.0's builtin wchar inlines.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-25  Paul RupeMake ungetc(EOF) a no-op.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-16  Uwe BonnesCorrect return value of fsetpos.
2005-05-11   <wine.larry.engho... Add test for correctly interpreting %% printf format...
2005-03-31  Hans LeidekkerImplement and test _chsize.
2005-03-10  C. Scott AnanianAllow scanf to continue parsing format string after...
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  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Mike McCormackAdd handling of %ws, %S and %C to _vns(w)printf, improv...
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-28  Francois GougetFix handling of EOF for the '%c' and '%C' cases in...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-11-28  Eric PouechFixed file name when opening NUL.
2004-11-08  Eric PouechNow that name undecoration works, fix the type info.
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
2004-11-04  Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...
2004-10-25  Rein KlazesCorrectly use the returned value from GetTimeZoneInform...
2004-09-08  Uwe BonnesAdded MSVCRT_CLOCKS_PER_SEC define.
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-11  Francois GougetDon't define __WINE_USE_MSVCRT in the Visual C++ projec...
2004-07-19  Mike HearnAdd some test cases for _wputenv, fix deletion of non...
2004-07-12  Pierre d'HerbemontDon't test i386 types on non i386.
2004-07-06  Alexandre JulliardAdded tests for div_t and ldiv_t.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-03-25  Uwe BonnesCorrect errors with move to kernel time functions.
2004-03-19  Uwe BonnesRelay msvcrt_memcpy to memmove, CString::Insert seems...
2004-03-11  Dimitrie O. PaunHeap tests cleanup.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
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-30  Ferenc WagnerFix undeleted temporary file.
2003-12-15  Uwe BonnesPatch and test for scanf %i.
2003-12-15  Ferenc WagnerAdded snprintf test.
2003-11-20  Dimitrie O. PaunFix realloc() to match the documented behaviour.
2003-10-28  Uwe BonnesAnother difference in the printf family.
2003-10-24  Uwe BonnesAdded a test case for sprintf.
2003-10-24  Pavel RoskinAdded test for tmpnam().
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-10  Uwe BonnesAdded test for %n.
2003-10-07  Uwe BonnesAdded some tests around fget(w)s.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-24  Jon GriffithsAdded tests for cpp objects/RTTI.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Uwe BonnesFix some sscanf cases and testcase to get wxtide32...
2003-05-13  Francois GougetChange the #include order so the test compiles with...
2003-02-19  Uwe BonnesRough implementation of _O_TEXT/_O_BINARY translation...
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-12-17  Bill Curriefdopen: don't rewind the file after creating the FILE...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-10-30  Uwe BonnesFirst version of msvcrt scanf test.