msvcrt: Added read tests on unicode files.
[wine] / dlls / msvcrt / tests / file.c
2013-01-10  Piotr Cabanmsvcrt: Added read tests on unicode files.
2013-01-10  Piotr Cabanmsvcrt: Added more read tests.
2013-01-10  Piotr Cabanmsvcrt: Added _setmode tests.
2013-01-10  Piotr Cabanmsvcrt: Added write tests on unicode files.
2013-01-10  Piotr Cabanmsvcrt: Added fopen_s test with ccs option.
2012-12-27  Piotr Cabanmsvcrt: Return error in stat function when path is...
2012-03-28  Robert van Herkmsvcrt: Fix file mode T (temporary file).
2012-03-14  Akihiro Sagawamsvcrt: Add support for _flushall to clear all input...
2012-03-14  Akihiro Sagawamsvcrt: Add support for fflush to clear an input buffer.
2012-03-14  Akihiro Sagawamsvcrt/tests: Add tests for fflush on input stream.
2012-02-07  Piotr Cabanmsvcrt: Handle negative file->_cnt value in _flsbuf...
2011-09-28  Frédéric Delanoymsvcrt/tests: Remove dead assignments (Clang).
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Austin Englishmsvcrt/tests: Make sure to use return values.
2011-04-25  Eric Pouechmsvcrt: ungetc must create a buffer, even if _IONBF...
2011-04-25  Eric Pouechmsvcrt: Added tests in fileops with different buffer...
2011-02-25  André Hentschelmsvcrt/tests: Don't test function directly when reporti...
2010-11-17  Alexandre Julliardmsvcrt/tests: Avoid sizeof in traces.
2010-11-11  Eryk Wieliczkomsvcrt: Fixed (_w)fopen_s with test.
2010-06-22  Francois Gougetmsvcrt/tests: Make test_dup2() static.
2010-02-16  Alexandre Julliardmsvcrt/tests: Avoid size_t in a trace.
2010-01-28  Uwe Bonnesmsvcrt: read_i should pull in LF after CR only in unbuf...
2010-01-18  Uwe Bonnesmsvcrt: Handle CR at buffer boundary and test case.
2010-01-14  Jeff Zaroykomsvcrt: Check if argument passed to _dup2 is positive.
2010-01-14  Jeff Zaroykomsvcrt/tests: Test _dup2 for failure when second arg...
2010-01-11  Uwe Bonnesmsvcrt: In unbuffered text mode reading \r\n with fgetc...
2009-12-07  Nikolay Sivovmsvcrt/tests: Free temporary file name after test.
2009-09-10  Alexandre Julliardmsvcrt/tests: Add tests for the handle inheritance...
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2009-02-18  Juan M. Navarromsvcrt/tests: Avoid size_t in printf format.
2009-02-11  Francois GougetAssorted spelling fixes.
2009-01-30  Francois Gougetmsvcrt/tests: Remove a space before a '\n'.
2009-01-29  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode in fseek,...
2009-01-29  Dan Kegelmsvcrt: _flsbuf zeroes _cnt.
2009-01-28  Uwe Bonnesmsvcrt/tests: Test case to show Wine still mishandles...
2009-01-19  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode.
2009-01-03  Alexandre Julliardmsvcrt/tests: Fix some printf formats for 64-bit.
2008-12-23  Michael Stefaniucmsvcrt/tests: Use the C standard for multiline strings.
2008-12-20  Alexandre Julliardmsvcrt/tests: Avoid sizeof in a trace.
2008-12-17  Francois Gougetmsvcrt/tests: Add a trailing '\n' to an ok() call.
2008-12-16  Dan Kegelmsvcrt: fread: Exhaust buffered data before using unbuf...
2008-12-12  Francois Gougetmsvcrt/tests: Add a trailing '\n' to ok() calls.
2008-12-10  Francois Gougetmsvcrt: Fix the permissions returned by fstat*() (with...
2008-12-10  Francois Gougetmsvcrt/tests: Add a stat() test.
2008-12-10  Francois Gougetmsvcrt/tests: Stricter fstat() tests.
2008-09-18  Jeff Zaroykokernel32: Modify DeleteFileW to fail on directories.
2008-09-17  Rob Shearmanmsvcrt: Fix character count passed into fgetws in test_...
2008-08-27  Jeff Zaroykomsvcrt: Add a test for unlinking non-empty directories.
2008-08-19  Michael Karchermsvcrt/file: stdio should clamp characters to 8 bits.
2008-05-28  Jon Griffithsmsvcrt: Fix file test which fails on Vista.
2008-04-09  Erik de Castro Lopomsvcrt: Clear end-of-file flag on fseek.
2008-02-12  Dan Kegelmsvcrt: Fix EOF behavior on read from pipe or console.
2007-10-09  Dan Kegelmsvcrt: Fix ^Z handling in text mode.
2007-10-05  Dan Kegelmsvcrt: Improve CR CR LF handling.
2007-08-21  Paul Vriensmsvcrt/tests: Wait for spawned processes to finish.
2007-05-29  Francois Gougetmsvcrt/tests: Fix a signed/unsigned int mismatch.
2007-05-22  Francois Gougetmsvcrt: When operating on a closed pipe, read() should...
2007-05-22  Francois Gougetmsvcrt: Remove the S_ISXXX() macros as they are not...
2007-02-16  Damjan Jovanovicmsvcrt: Fix fstat's handling of pipes and char devices.
2006-12-13  Andrew Talbotmsvcrt/tests: Cast-qual warnings fix.
2006-11-24  Francois Gougetmsvcrt/tests: The tests must not include msvcrt.h becau...
2006-11-14  Alexandre Julliardmsvcrt/tests: Clean up a temp file.
2006-10-31  Louis. Lendersmsvcrt: Add stub for _setmaxstdio + tiny test.
2006-10-27  Duane Clarkmsvcrt: Fix fread on large buffers in ascii mode.
2006-10-13  Markus Amslermsvcrt: Fix fread eof handling.
2006-10-13  Markus Amslermsvcrt: Add fread eof tests.
2006-10-10  Michael Stefaniucjanitorial: Remove remaining NULL checks before free...
2006-09-26  Duane Clarkmsvcrt: fgetc needs to use unsigned parameters.
2006-08-09  Duane Clarkmsvcrt: In text mode a ctrl-z signals EOF.
2006-07-31  Duane Clarkmsvcrt: Fix fgetwc/s in binary mode.
2006-07-31  Duane Clarkmsvcrt: Test fgetwc/s in binary mode.
2006-07-31  Duane Clarkmsvcrt: Fix _getw.
2006-07-31  Duane Clarkmsvcrt: Fix fread.
2006-07-31  Duane Clarkmsvcrt: Fix _read and fgetc.
2006-07-31  Duane Clarkmsvcrt: File read buffer tests.
2006-07-18  Duane Clarkmsvcrt: Add tests of file operations in ASCII mode.
2006-06-27  Ivan Leomsvcrt/tests: Don't leave files on the disk.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  qingdoa daoomsvcrt: Don't duplicate handle in _get_osfhandle.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-17  Peter Beutnermsvcrt: Correctly set EOF flag in fread().
2006-02-17  Peter Beutnermsvcrt: Add test for fread/feof.
2005-11-21  Saulius KrasuckasMinor MSVCRT test changes:
2005-11-16  Saulius KrasuckasFix _fcloseall() return value.
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-06-25  Paul RupeMake ungetc(EOF) a no-op.
2005-05-16  Uwe BonnesCorrect return value of fsetpos.
2005-03-31  Hans LeidekkerImplement and test _chsize.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-30  Ferenc WagnerFix undeleted temporary file.
2003-10-24  Pavel RoskinAdded test for tmpnam().
2003-10-07  Uwe BonnesAdded some tests around fget(w)s.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
next