Use wine_get_dos_file_name rather than relying on GetFullPathNameW
[wine] / dlls / kernel / tests /
2005-09-28  Eric PouechAdded a bunch of test cases for atoms.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-08-18  Saulius KrasuckasTest passing NULL source to WideCharToMultiByte.
2005-08-17  Francois GougetAssorted spelling fixes.
2005-08-12  Francois GougetAssorted spelling fixes.
2005-08-10  Francois GougetAdd trailing '\n's to trace() call.
2005-08-10  Richard Cohen- Fix regression in GetPrivateProfileString16 for key...
2005-08-03  Uwe BonnesMore comm tests.
2005-08-01  Felix NawothnigFix sync tests on Win98/ME.
2005-08-01  Felix NawothnigFix module tests on Win9x.
2005-07-30  Felix NawothnigFix comm tests on Win9x.
2005-07-30  Felix NawothnigFix remaining thread tests on WinME.
2005-07-28  Dmitry Timoshkov- Reimplement EnumTimeFormats, make it work for all...
2005-07-27  Dmitry Timoshkov- Reimplement EnumDateFormats, make it work for all...
2005-07-27  Paul VriensFix some tests for win9x and winME.
2005-07-25  Felix NawothnigFix thread tests on WinME.
2005-07-22  Francois GougetAssorted spelling fixes.
2005-07-15  Dmitry TimoshkovAdd a test for handling overlapped buffers by WideCharT...
2005-07-11  Paul VriensBasic tests for LoadLibraryA and GetProcAddress.
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Francois GougetTest the behavior of CreateDirectory() when it has...
2005-06-27  Uwe BonnesAdded test cases. However most added tests need a loopb...
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2005-06-27  Jacek CabanFix test on NT 4.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-14  Mike McCormackFix declaration warnings in the test cases.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-09  Uwe BonnesDon't try to access floppy if it's not mounted.
2005-06-05  Uwe BonnesAdded more pipe tests.
2005-06-02  Mike McCormackMake sure that unused code gets compiled to avoid warnings.
2005-05-31  Mike McCormackSome warning fixes for the regression tests.
2005-05-25  Alexandre JulliardRemoved STANDALONE ifdefs.
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-24  Mike McCormackTests for SignalObjectAndWait.
2005-04-19  Stefan LeichterExclude crashing CreateFileW test on NT4.
2005-04-18  Eric PouechCopied the atom tests for global atom so that we can...
2005-04-11  Mike McCormackCalculate the size of the next mailslot message correctly.
2005-03-31  Rein KlazesFix some incorrect uses of the ok macro where the resul...
2005-03-30  Mike McCormackImplement mailslots.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-03-28  Jakob ErikssonRemove tests that fail badly on Windows 98.
2005-03-25  Jakob ErikssonFix thread affinity test for SMP machines.
2005-03-24  Alexandre JulliardTake into account the more correct behavior of recent...
2005-03-23  Alex Villacís LassoTest for PeekNamedPipe with zero-length buffer.
2005-03-22  Alexandre JulliardFetch again the file time to compare against to avoid...
2005-03-22  Jakob ErikssonAbort if we can't create a named pipe at all.
2005-03-22  Jakob ErikssonIf the variable does not exist, just return.
2005-03-22  Jakob ErikssonFix patching error in file time test.
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-03-17  Jakob ErikssonMore trace info.
2005-03-16  Jakob ErikssonFix broken test.
2005-03-15  Jakob ErikssonMore trace info.
2005-03-10  Uwe BonnesTest for %Systemroot%.
2005-03-04  Huw DaviesFix regression in GetPrivateProfileSection for lines...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-02  Jakob ErikssonAccept (shorter) date format in Win NT and Win 95.
2005-03-02  Rein KlazesWhen enumerating keys using Get(Private)ProfileString...
2005-03-01  Dmitry TimoshkovAdd another test case for file sharing.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-28  Rémi Assaillychar -> const char fixes.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-11-29  Gunnar DalsnesAdded a test to make sure that CreateDirectoryA/W does...
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-22  Kevin KoltzauPrevent environment test from crashing when environment...
2004-11-21  Dmitry TimoshkovCall CompareStringA with LOCALE_USE_CP_ACP flag set...
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-11-01  Stefan LeichterSet the correct last error in EnumUILanguagesA, with...
2004-10-29  Rein Klazes- Simplify the calculation in TIME_DaylightCompareDate;
2004-10-26  Mike McCormackAdd some tests for time conversion functions.
2004-10-26  Rein KlazesCorrectly use the return value of GetTimeZoneInformation.
2004-10-08  Ferenc WagnerUnconditionally open a fresh console for the tests.
2004-09-13  Eric PouechFixed (finally) ScrollConsoleScreenBuffer implementation.
2004-09-10  Rein KlazesAdd tests of TzSpecificLocalTimeToSystemTime and
2004-09-09  Alexandre JulliardComment out an unreliable test.
2004-09-08  Francois GougetSet _WIN32_WINNT to 0x0501 so we get the definition of
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-09-07  Mike McCormackAdd a test for timers.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-08-30  Filip Navara- Don't expect that drive C: exists, use the drive...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Francois GougetFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I...
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-19  Robert Shearman- Errors should only be reported to I/O completion...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-20  Mike HearnMake STARTUPINFO.lpDesktop tests pass on NT.
2004-07-06  Mike HearnCorrect error code returned by CreateFile when given...
2004-06-17  Stefan LeichterFix the GetPrivateProfileIntA tests for the win9x platform.
2004-06-17  Alexandre JulliardAdded a couple of tests for SetCurrentDirectoryA.
2004-06-15  Francois GougetAssorted spelling and case fixes.
next