Added a test for mailslots.
[wine] / dlls / kernel / tests / file.c
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.