include: Assorted spelling fixes.
[wine] / dlls / kernel32 / tests / file.c
2012-12-04  Hans Leidekkerkernel32: Implement SetFileValidData.
2012-10-22  Francois GougetAssorted spelling tweaks and fixes.
2012-10-15  Marcus Meissnerkernel32: Buffer size is in characters (Coverity).
2012-10-12  Vincas Miliūnaskernel32: Added implementation for OpenFileById.
2012-10-12  Vincas Miliūnaskernel32/tests: Added tests for OpenFileById.
2012-10-12  Vincas Miliūnaskernel32: Added implementation of FileIdBothDirectoryIn...
2012-10-12  Vincas Miliūnaskernel32/tests: Added tests of FileIdBothDirectoryInfo...
2012-08-17  André Hentschelinclude: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FILE_...
2012-06-22  Dmitry Timoshkovkernel32: Add a test for deleting a file opened for...
2012-05-14  Alexandre Julliardkernel32/tests: Avoid a non-portable printf format.
2012-03-09  Dmitry Timoshkovkernel32: Add some CreateFile disposition and access...
2012-03-09  Dmitry Timoshkovkernel32: Fix file test compilation with PSDK headers.
2011-11-01  André Hentschelkernel32/tests: Use ARMv7 for PE images.
2011-10-12  Alexander Morozovserver: Fix overlapping shared and exclusive locks...
2011-10-11  Alexander Morozovkernel32/tests: Shared lock can overlap exclusive if...
2011-10-04  Thomas Faberkernel32/tests: Fix MSVC build in file.c and pipe.c.
2011-09-26  André Hentschelkernel32/tests: Don't test function directly when repor...
2011-08-23  Bernhard Looskernel32: CreateFile uses an nonalertable io mode.
2011-07-01  Alexandre Julliardkernel32/tests: Add tests for file sharing with file...
2011-07-01  Alexandre Julliardkernel32/tests: Get rid of the Win9x support in the...
2011-05-26  Alexandre Julliardkernel32/tests: Delete some temporary files.
2011-02-17  Austin Englishkernel32/tests: Make sure to use return values (LLVM...
2010-09-20  André Hentschelkernel32: Add ARM support.
2010-08-24  Austin Englishkernel32/tests: Sparc fixes.
2010-07-28  Austin Englishkernel32/tests: Add a test for CreateFileA.
2010-06-16  Damjan Jovanovickernel32: Stop CopyFile from overwriting a file with...
2010-06-15  Damjan Jovanovickernel32: Add a CopyFile test.
2010-06-14  Damjan Jovanovickernel32: Revert 3f1404bf29676d79dd76ffd31e2630bb9f2b0b...
2010-06-11  Damjan Jovanovickernel32: CopyFile cannot overwrite a file with itself.
2010-02-24  Alexandre Julliardkernel32/tests: Fix broken usage of the ok() macro...
2009-12-21  Nikolay Sivovkernel32/tests: Fix LocalAlloc() allocated leaks.
2009-12-21  Nikolay Sivovkernel32/tests: Fix some find handle leaks.
2009-12-21  Nicolas Le Camkernel32/tests: Simplify dumpmem function.
2009-11-24  Alexandre Julliardkernel32/tests: Specify the correct machine for the...
2009-11-23  Alexandre Julliardserver: Implement the file sharing check for delete...
2009-11-23  Alexandre Julliardserver: Implement the file sharing check when truncatin...
2009-11-23  Alexandre Julliardserver: Implement the special file sharing rules for...
2009-11-20  Alexandre Julliardkernel32/tests: Add more tests for file sharing with...
2009-11-19  Alexandre Julliardkernel32/tests: Add some tests for file sharing against...
2009-11-10  Paul Vrienskernel32/tests: Fix some test failures on Win9x/WinMe.
2009-11-04  Michael Martinkernel32/tests: Additional tests for CopyFile/MoveFile...
2009-10-06  Michael Stefaniuckernel32/tests: Use better types than long.
2009-09-29  Paul Vrienskernel32/tests: Fix some test failures on WinMe.
2009-06-11  Guy Albertellikernel32/tests: Fix tests to pass on Win9x and WinME.
2009-06-08  Guy Albertellikernel32/tests: Fix tests when GetVolumeNameForVolumeMo...
2009-06-03  Guy Albertellikernel32/tests: Add tests for CreateFile errors and...
2009-05-27  Alexandre Julliardkernel32/tests: Run file tests in the temp directory...
2009-05-18  Andrew Nguyenkernel32/tests: Correctly skip when the Unicode file...
2009-02-24  Francois Gougetkernel32/tests: Use win_skip() to skip over unimplement...
2009-02-20  Austin Englishkernel32: Add test for renaming file over itself.
2009-02-13  Juan Langkernel32: Fix some more failures on systems with reduce...
2009-02-13  Juan Langkernel32: Log more information in case of a test failur...
2009-02-13  Juan Langkernel32: Fix some test failures on systems with reduce...
2009-02-03  Alexandre Julliardkernel32/tests: Use a better invalid filename than...
2009-01-22  Nikolay Sivovkernel32: Make GetOverlappedResult crash on NULL args...
2009-01-15  Alexandre Julliardkernel32/tests: Add test cases for reading/writing...
2009-01-08  Alexandre Julliardkernel32/tests: Use _lclose instead of CloseHandle...
2009-01-03  Alexandre Julliardkernel32/tests: Don't compare the result of llseek...
2008-12-29  Ge van Geldorpkernel32/tests: Use shared Windows directory on TS...
2008-12-04  Alexandre JulliardDefine _WIN32_WINNT before including any headers.
2008-12-03  Jeff Zaroykowineserver: Don't use O_CREAT and O_EXCL when attemptin...
2008-12-03  Jeff Zaroykokernel32: Add a test for CreateFile when using OPEN_ALW...
2008-11-18  Alexandre Julliardkernel32/tests: Allow up to 2 seconds of difference...
2008-11-14  Alexandre Julliardkernel32/tests: Fix the file test on various Windows...
2008-10-21  Paul Vrienskernel32/tests: Free memory after use.
2008-09-22  Paul Vrienskernel32/tests: Make sure we can remove a test directory.
2008-09-22  Paul Vrienskernel32/tests: Fix tests on NT4.
2008-09-18  Jeff Zaroykokernel32: Modify DeleteFileW to fail on directories.
2008-09-16  Alexandre Julliardkernel32/tests: Fix a test on win9x.
2008-09-11  Alexandre Julliardkernel32/tests: Fix the async I/O test to handle errors...
2008-09-05  Francois Gougetkernel32/tests: Add a trailing '\n' to an ok() call.
2008-09-03  Jeff Zaroykokernel32: Add some tests for DeleteFile.
2008-08-26  Paul Vrienskernel32/tests: Use a file that is available on all...
2008-08-26  Paul Vrienskernel32/tests: Fix two failures on win9x.
2008-07-02  James Hawkinskernel32: Fix test failures because of a broken Replace...
2008-06-13  Paul Vrienskernel32/tests: Skip tests if function is not implemented.
2008-06-13  Paul Vrienskernel32/tests: Fix a few typos.
2008-02-13  Paul Vrienskernel32/tests: ReplaceFile[AW] doesn't exist on win9x.
2008-02-12  Erich Hooverkernel32: Add tests for ReplaceFileA and ReplaceFileW.
2007-12-10  Francois Gougetkernel32/tests: Get the test to run on Windows 95.
2007-12-10  Francois Gougetkernel32/tests: dll_capable() makes no sense since...
2007-11-16  Dmitry Timoshkovkernel32: Mask out FILE_ATTRIBUTE_NOT_CONTENT_INDEXED...
2007-11-16  Dmitry Timoshkovkernel32: Set last error to ERROR_ALREADY_EXISTS if...
2007-10-19  Mikolaj Zalewskikernel32: FindExSearchLimitToDirectories has no effect...
2007-06-04  Alexandre Julliardkernel32: Rewrite GetOverlappedResult for the new async...
2007-03-05  Jason Edmeadeskernel32/tests: Show wrong behaviour with current direc...
2007-01-08  Dmitry Timoshkovkernel32: Print more information about the reason of...
2007-01-08  Dmitry Timoshkovkernel32: Fix the file sharing test to pass cleanly...
2007-01-08  Francois Gougetkernel32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-01  Alexandre Julliardkernel32/tests: Added test case for . and .. directory...
2006-10-31  Alexandre Julliardkernel32: Fixed behavior of FindFirstFile for DOS devices.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.