kernel32: Rewrote toolhelp implementation only on top of ntdll functions.
[wine] / dlls / kernel / tests / process.c
2006-03-27  James Hawkinskernel: Error out of CreateProcess if the specified...
2005-10-27  Uwe BonnesTest for argv handling.
2005-08-17  Francois GougetAssorted spelling fixes.
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-11-22  Kevin KoltzauPrevent environment test from crashing when environment...
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-20  Mike HearnMake STARTUPINFO.lpDesktop tests pass on NT.
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2003-11-18  Francois GougetScale the buffer sizes with MAX_LISTED_ENV_VAR.
2003-11-09  Francois GougetFixed buffer overflow.
2003-09-16  Rolf KalbermatterRemove <ntstatus.h> to allow compilation with MS PSDK...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-26  Eric PouechAdded a small test for process exit code retrieval.
2003-06-18  Eric Pouech- kernel32's environment tests: a few more tests now...
2003-01-13  Eric PouechAdded tests for environment variables, debug and suspen...
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-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-12  Alexandre JulliardAdded some support for cross-compilation using mingw32.
2002-04-21  Eric PouechAdded a framework for testing CreateProcess and a few...