Do not check for non NULL pointer before HeapFree'ing it. It's
[wine] / dlls / kernel / tests /
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.
2004-06-04  Dimitrie O. PaunIn Win9x, {Create,Remove}Directory returns ERROR_PATH_N...
2004-06-04  Dimitrie O. PaunWin9x does not convert FIXED to MOVEABLE. It also disca...
2004-06-03  Robert ReifI got the test for failure on NT wrong in my last patch...
2004-06-02  Dimitrie O. PaunDo not fix the drive letter to 'C', it fails on other...
2004-05-30  Robert ReifNT 4.0 doesn't support MAP_EXPAND_LIGATURES so skip...
2004-05-25  Dmitry TimoshkovAvoid a failure under Win9x.
2004-05-24  Dmitry TimoshkovExplicitly specify name of the pipe in the pipe test.
2004-05-22  Dmitry TimoshkovAdd a test for opening an already opened file for writi...
2004-05-21  Alexandre JulliardConverted the memory views list to use the standard...
2004-05-20  Alexandre JulliardDon't use the Wine debug functions.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-14  Alexandre JulliardFixed some of the GetShortPathName tests to use the...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Alexandre JulliardAvoid killing threads with TerminateThread, this can...
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-05-03  Jakob ErikssonPrevent from crashing/hanging in Windows 95 OSR2.
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-26  Duane ClarkAdd testing of PeekNamedPipe, multiple writes, and...
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-05  Lionel UlmerAdd better NULL checks to lstrcmp[i](A/W) functions.
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-22  Uwe BonnesAdded tests for time functions.
2004-03-17  Alexandre JulliardReimplemented FindFirstFile/FindNextFile on top of
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-10  Dmitry TimoshkovFix a couple of copy/paste errors.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Dmitry TimoshkovAdd a test case for Virtual* APIs, fix a few bugs disco...
2004-02-09  Dmitry TimoshkovAllow compilation with MSVC.
2004-02-07  Bill MedlandCorrect GetNumberFormat for negative numbers with e...
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2004-02-05  Hans LeidekkerImproved error reporting.
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-16  Mike Hearn- Ensure we correctly add a backslash like Windows...
2004-01-15  Mike McCormackPreserve trailing backslashes in GetFullPathName.
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...
2004-01-09  Mike McCormackRegression test for files with zero length.
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-15  Hans LeidekkerMoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_E...
2003-12-15  Hans Leidekker[Global|Local]ReAlloc don't fail with size 0.
2003-12-08  Hans LeidekkerInclude tests for MoveFile[W|A].
2003-12-08  Hans LeidekkerDeal with kernels that don't have IsValidLanguageGroup.
2003-12-08  Hans LeidekkerCheck for ERROR_CALL_NOT_IMPLEMENTED error from RemoveD...
2003-12-04  Dimitrie O. PaunMore tests for {Local,Global}{,Re}Alloc() calls.
2003-11-25  Dimitrie O. PaunRtlHeapReAllocate() should not allocate memory.
2003-11-22  Dmitry TimoshkovMove CompareString implementation to libwine_unicode...
2003-11-18  Hans LeidekkerAccount for the fact that the temporary directory may...
2003-11-18  Francois GougetScale the buffer sizes with MAX_LISTED_ENV_VAR.
2003-11-09  Francois GougetFixed buffer overflow.
2003-10-30  Mike McCormackAdded a test for mailslots.
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-24  Jon GriffithsAdded tests for FoldStringA/W.
2003-10-21  Ferenc WagnerAccount for unique NT4 behaviour.
2003-09-29  Francois GougetSome spelling fixes.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-24  Jon GriffithsMore locale tests.
2003-09-17  Jon GriffithsMore tests for kernel NLS functions.
2003-09-17  Rolf KalbermatterFix another error under Win9x (hopefully).
2003-09-16  Alex Pasadyn- Use HeapAlloc instead of GlobalAlloc in FindNextFile.
next