wine/dlls/msvcrt/tests
Francois Gouget cf218621fd msvcrt: When operating on a closed pipe, read() should return 0, not -1.
Add tests to make sure read() and fread() work right on closed pipes.
2007-05-22 12:01:35 +02:00
..
cpp.c msvcrt: Demangle a C++ mangled string that is only a name with it's template argument list. 2007-04-06 12:31:05 +02:00
data.c msvcrt: Remove unused variable. 2007-03-15 12:25:12 +01:00
dir.c msvcrt/tests: Properly remove temporary directory. 2007-03-06 22:00:11 +01:00
environ.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
file.c msvcrt: When operating on a closed pipe, read() should return 0, not -1. 2007-05-22 12:01:35 +02:00
headers.c msvcrt: Implemented stat64, wstat64 and fstat64. 2007-02-14 12:31:14 +01:00
heap.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Makefile.in msvcrt/tests: Win64 printf format warning fixes. 2006-10-06 12:33:29 +02:00
printf.c msvcrt/tests: When compiling with Visual C++ 2005, one must define _CRT_NON_CONFORMING_SWPRINTFS otherwise swprintf() takes an extra parameter. 2007-05-22 11:59:56 +02:00
scanf.c msvcrt: If we're at EOF in the buffer and we have pattern %n in format string we should not count the EOF in the total. 2007-01-17 11:23:34 +01:00
string.c msvcrt: Add function _mbsspnp. 2006-12-24 13:07:22 +01:00
time.c msvcrt/tests: Win64 printf format warning fixes. 2006-10-06 12:33:29 +02:00