Assorted spelling and case fixes.
[wine] / dlls / kernel / tests /
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.
2003-09-16  Rolf KalbermatterAdded a few todo_wine tests with filenames with wildcards.
2003-09-16  Rolf KalbermatterRemove <ntstatus.h> to allow compilation with MS PSDK...
2003-09-15  Kevin Groeneveld- Fix small bug with parsing of numbers in BuildCommDCB...
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-06  Alexandre JulliardWarning fixes.
2003-07-19  Jon GriffithsFix MSVC warning.
2003-07-03  Dmitry TimoshkovExit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
2003-06-30  Dmitry TimoshkovAdd tests for NORM_IGNORENONSPACE and NORM_IGNORESYMBOL...
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-06-26  Eric PouechAdded a small test for process exit code retrieval.
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-18  Eric Pouech- kernel32's environment tests: a few more tests now...
2003-05-21  Gerald PfeiferAvoid "might be used uninitialized" warning in exercize...
2003-05-20  Alexandre JulliardUse the trace macro for debugging output.
2003-05-19  Ferenc WagnerNew _lcreat tests for filename ending in a slash and...
2003-05-15  Dan KegelMore named pipes tests.
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-13  Alexandre JulliardMake the test pass on NT4 too.
2003-05-13  Francois GougetAdded a test for GetLongPathNameA("c:").
2003-05-13  Dimitrie O. PaunMake sure winsock.h gets included before stdlib.h.
2003-05-13  Eric PouechAdded a set of tests for the console API.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-17  Uwe BonnesFindFirstFile on root directory should fail.
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-14  Alexandre JulliardWarning fixes.
2003-03-04  Stefan LeichterAdded tests for GetPrivateProfileInt.
2003-02-25  Dan KegelNow compiles on windows. Added a couple more checks.
2003-02-19  Alexandre JulliardAdded pipe.ok.
2003-02-19  Dan KegelAdded check for illegal pipe names.
2003-02-11  Alexandre JulliardAuthors: Francois Gouget <fgouget@free.fr>, With help...
2003-01-20  Francois Gouget{Get,Set}ThreadPriorityBoost are stubs on Win98.
2003-01-16  Bill MedlandCorrect GetDateFormat handling of uninitialised fields...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-13  Eric PouechAdded tests for environment variables, debug and suspen...
2003-01-02  Chris MorganUse the locale id we created instead of the system...
2002-12-19  Francois GougetOn Win9x "hi\n" gives us "hi\r\n".
2002-12-19  Chris MorganAdd additional tests for GetTimeFormat() and GetDateFor...
2002-12-19  Francois GougetDeclare LocalDiscard and GlobalDiscard (used by kernel...
2002-12-18  Francois GougetImprove error reporting.
2002-12-18  Francois GougetAll filenames containing a ":" are invalid on Win9x...
2002-12-18  Francois Gouget#ifdef-out decodeW since it is not used yet.
2002-12-18  Francois GougetUse strlen or lstrlenA as appropriate to avoid signed...
2002-12-12  Francois GougetMention the applications that depend on the behavior...
2002-12-12  Francois GougetDon't test whether Get{Currency,Date,Number,Time}Format...
2002-12-12  Francois GougetSkip the Unicode tests on Win9x.
2002-12-12  Francois GougetFix the error codes returned by DeleteFile{A,W} to...
2002-12-12  Francois GougetThe Win9x platforms support WideCharToMultiByte and
2002-12-11  Francois Gouget'"' is an illegal character on Win9x so we cannot test it.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-30  Francois Gouget{Get,Set}ThreadPriorityBoost and SetThreadIdealProcesso...
2002-11-30  Francois GougetGetDiskFreeSpace(all NULLs) crashes on NT4 -> removed.
2002-11-30  Francois GougetSetEnvironmentVariableA(NULL, NULL) crashes on Win98...
2002-11-30  Alexandre JulliardPartially implemented kernel/user times in GetThreadTim...
2002-11-27  Bill MedlandCorrect GetNumberFormatA for zero decimals and for...
2002-11-25  Alexandre JulliardMoved some GetThreadTimes tests out of the todo block.
2002-11-12  Ryan CummingAdd test for DeleteFileA with empty paths.
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-08  Ryan CummingRemove OLE_GetFormatA, reimplement GetDateFormatA and...
next