For all DLLs with defined DllMain and which do not require
[wine] / dlls / kernel / tests /
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...
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-10-29  Patrik StridvallUpdated the generated tests.
2002-10-25  Andreas Mohr- fix some pselling
2002-10-25  Bill MedlandFix OLE_GetFormatW so that GetDateFormatW works.
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-15  Patrik StridvallUpdated the generated tests.
2002-10-09  Jeff SmithSpelling corrections.
2002-10-04  Dmitry TimoshkovFixed atom test to work on Windows.
2002-10-04  Dmitry TimoshkovAdded a prototype code page test. Fixed issue regarding...
2002-10-02  Patrik StridvallAdded some more autogenerated tests.
2002-10-01  Patrik StridvallAdded new autogenerated test for data structure packing.
2002-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
2002-09-11  Andriy PalamarchukA few more conformance tests for heap memory allocation.
2002-09-06  Francois GougetSome small typo / phrasing fixes.
2002-09-06  Francois GougetDo not include wine/unicode.h.
2002-08-28  Alexandre JulliardRemoved system specific GetTempPathA test.
2002-08-27  Dmitry TimoshkovAdded a bunch of new regression tests.
2002-08-20  Mike McCormackAdded regression test for FormatMessage.
2002-08-20  Dmitry TimoshkovAdded unit test for environment functions and fixed...
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-07-31  Alexandre JulliardRewrote atom test in C.
2002-07-16  Paul MillarRemoved drive assumptions in the path handling regressi...
2002-07-05  Duane ClarkAdd drive letter and Unix path tests of GetFullPathNameA.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-06-05  Alexandre JulliardCheck access rights before renaming or deleting files...
2002-06-04  Patrik StridvallFixed some issues found by winapi_check.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Jakob ErikssonRemoved redundant checks and variables, fixed some...
2002-05-29  Alexandre JulliardFixed some tests that were failing under Wine.
2002-05-29  Mehmet YasarAdded test for locale functions.
2002-05-23  Francois GougetImprove the failure messages.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-12  Alexandre JulliardAdded some support for cross-compilation using mingw32.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-10  Alexandre JulliardRemoved extra return statement.
2002-05-09  Jakob ErikssonAdded some more tests.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-06  Alexandre JulliardFixed handling of GetLongPathNameA.
2002-05-06  Jakob ErikssonTests for _lcreat,_llseek and _llopen added.
2002-04-29  Jakob ErikssonAdded unit tests for file functions.
2002-04-25  Paul MillarFixed minor typo.
2002-04-21  Eric PouechAdded a framework for testing CreateProcess and a few...
2002-04-11  Geoffrey HausheerAdded test for GetFullPathNamesA, GetLongPathNamesA,
2002-04-03  Geoffrey HausheerCleaned up a bit, removed todos for OpenThread, avoid...
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-04-01  Francois GougetDon't bother with declare, just 'use kernel32'.
next