Sweden-Number/dlls/msvcrt/tests
Peter Beutner 72017cc9ab msvcrt: Correctly set EOF flag in fread().
Setting the EOF flag only if _read() returns zero is not enough as we
could also read something AND hit the end of file.
_read() already sets another internal EOF flag, so just use this too.
Removing todo_wine from the test case.
2006-02-17 17:38:03 +01:00
..
.gitignore msvcrt: Add a regression test for _fullpath. 2006-01-06 21:46:09 +01:00
Makefile.in msvcrt: Add a regression test for _fullpath. 2006-01-06 21:46:09 +01:00
cpp.c Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
dir.c Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
environ.c Assorted spelling fixes. 2005-02-10 19:19:35 +00:00
file.c msvcrt: Correctly set EOF flag in fread(). 2006-02-17 17:38:03 +01:00
headers.c msvcrt: Added EILSEQ definition. 2006-01-23 19:29:36 +01:00
heap.c
printf.c msvcrt: Make snprintf and snwprintf use the msvcrt version of printf. 2006-01-14 17:30:02 +01:00
scanf.c Allow scanf to continue parsing format string after a '%n'. 2005-03-10 11:44:19 +00:00
string.c Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
time.c Implement _wstrdate and _wstrtime with tests. 2005-10-30 19:03:58 +00:00