Track memory allocations in the SQL parser.
[wine] / dlls / kernel / tests /
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.
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.
next