Assorted spelling fixes.
[wine] / dlls / kernel / tests / file.c
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-19  Stefan LeichterExclude crashing CreateFileW test on NT4.
2005-03-31  Rein KlazesFix some incorrect uses of the ok macro where the resul...
2005-03-22  Alexandre JulliardFetch again the file time to compare against to avoid...
2005-03-22  Jakob ErikssonFix patching error in file time test.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-01  Dmitry TimoshkovAdd another test case for file sharing.
2005-02-10  Francois GougetAssorted spelling fixes.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-08-30  Filip Navara- Don't expect that drive C: exists, use the drive...
2004-08-19  Robert Shearman- Errors should only be reported to I/O completion...
2004-07-06  Mike HearnCorrect error code returned by CreateFile when given...
2004-05-25  Dmitry TimoshkovAvoid a failure under Win9x.
2004-05-22  Dmitry TimoshkovAdd a test for opening an already opened file for writi...
2004-04-28  Jakob ErikssonFixed tests to succeed on all Windows versions.
2004-04-27  Alexandre JulliardRemoved todo_wine from some tests that succeed now.
2004-04-22  Jakob ErikssonWhen the Windows directory was something else than...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-08  Alexandre JulliardReplace the get_file_info request by an fstat() on...
2004-04-03  Alexandre JulliardReimplemented DeleteFile by using CreateFile with
2004-03-27  Alexandre JulliardCheck file sharing permissions based on the file inode...
2004-03-17  Alexandre JulliardReimplemented FindFirstFile/FindNextFile on top of
2004-02-09  Dmitry TimoshkovAllow compilation with MSVC.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-16  Mike Hearn- Ensure we correctly add a backslash like Windows...
2004-01-09  Mike McCormackRegression test for files with zero length.
2003-12-15  Hans LeidekkerMoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_E...
2003-12-08  Hans LeidekkerInclude tests for MoveFile[W|A].
2003-10-21  Ferenc WagnerAccount for unique NT4 behaviour.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-17  Rolf KalbermatterFix another error under Win9x (hopefully).
2003-09-16  Alex Pasadyn- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
2003-09-16  Rolf KalbermatterAdded a few todo_wine tests with filenames with wildcards.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-19  Jon GriffithsFix MSVC warning.
2003-05-19  Ferenc WagnerNew _lcreat tests for filename ending in a slash and...
2003-04-17  Uwe BonnesFindFirstFile on root directory should fail.
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-02-11  Alexandre JulliardAuthors: Francois Gouget <fgouget@free.fr>, With help...
2002-12-18  Francois GougetUse strlen or lstrlenA as appropriate to avoid signed...
2002-12-12  Francois GougetFix the error codes returned by DeleteFile{A,W} to...
2002-11-12  Ryan CummingAdd test for DeleteFileA with empty paths.
2002-08-27  Dmitry TimoshkovAdded a bunch of new regression tests.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-06-05  Alexandre JulliardCheck access rights before renaming or deleting files...
2002-05-29  Jakob ErikssonRemoved redundant checks and variables, fixed some...
2002-05-23  Francois GougetImprove the failure messages.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-10  Alexandre JulliardRemoved extra return statement.
2002-05-09  Jakob ErikssonAdded some more tests.
2002-05-06  Jakob ErikssonTests for _lcreat,_llseek and _llopen added.
2002-04-29  Jakob ErikssonAdded unit tests for file functions.