Implemented file locking functions (partly based on my old Corel
[wine] / dlls / kernel / tests / file.c
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.