kernel32: GlobalMemoryStatusEx: memory usage reported only reflects physical memory.
[wine] / dlls / kernel32 / tests /
2007-03-14  Huw Davieskernel32: Fix GetPrivateProfileSectionNamesA when the...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-12  Paul Vrienskernel32/tests: Use skip.
2007-03-09  Alasdair Sinclairkernel32: Fix GetComputerNameA to not count trailing...
2007-03-07  Rob Shearmankernel32: Add tests for ImpersonateNamedPipeClient.
2007-03-05  Jason Edmeadeskernel32/tests: Show wrong behaviour with current direc...
2007-02-20  Rob Shearmankernel32: Don't run the CreateRemoteThread tests if...
2007-02-16  Rob Shearmankernel32: Fix the GetComputerName* functions to not...
2007-02-09  Marcus Meissnerkernel32/tests: Fixed several uninitialized variables.
2007-02-06  Misha Koshelevkernel32: CreateThread returns NULL on error, not INVAL...
2007-02-06  Francois GougetAdd missing '\n's in traces.
2007-02-05  Damjan Jovanovicntdll: Slist support.
2007-02-05  Misha Koshelevkernel32: Added conformance test for nested thread...
2007-01-22  Detlef Riekenbergkernel32/tests: GetVolumeNameForMountPoint not present...
2007-01-22  Detlef Riekenbergkernel32/tests: VirtualAllocEx not present in Win95.
2007-01-22  Detlef Riekenbergkernel32/tests: Fix a declaration and use skip for...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualAllocEx...
2007-01-12  Alexandre Julliardserver: Set the specified in/out buffer sizes on named...
2007-01-11  Mike McCormackkernel32: Merge existing resources in EndUpdateResource.
2007-01-10  Dmitry Timoshkovkernel32: Do not forget to cleanup if the test is skipped.
2007-01-09  Hans Leidekkerkernel32: Add a stub implementation for GetVolumeNameFo...
2007-01-09  Mike McCormackkernel32: Implement EndUpdateResource for the case...
2007-01-08  Paul Vrienskernel32/tests: Prevent memory leak.
2007-01-08  Dmitry Timoshkovkernel32: Print more information about the reason of...
2007-01-08  Dmitry Timoshkovkernel32: Fix the file sharing test to pass cleanly...
2007-01-08  Dmitry Timoshkovkernel32: Skip the VirtualAllocEx test under Win9x.
2007-01-08  Francois Gougetkernel32/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Dmitry Timoshkovkernel32: Skip the OpenProcess test under Win9x.
2007-01-05  Dmitry Timoshkovkernel32: GetTimeFormat and GetDateFormat should fail...
2007-01-04  Francois Gougetkernel32/tests: Use '%d' to print GetLastError().
2007-01-04  Mike McCormackkernel32: Don't try update version resources with inval...
2007-01-04  Rob Shearmankernel32: Be more verbose about the expected and receiv...
2007-01-03  Thomas Khokernel32: Add CreateRemoteThread remote thread conforma...
2007-01-03  Thomas Khokernel32: Add VirtualAllocEx remote thread conformance...
2007-01-03  Mike McCormackkernel32: Store resources to be updated in a tree.
2007-01-02  Dmitry Timoshkovkernel32: Remove a line that was supposed to be deleted...
2007-01-02  Mike McCormackkernel32: Remove incorrect and incomplete implementatio...
2007-01-02  Mike McCormackkernel32: Add a short test for Begin/EndUpdateResource.
2007-01-01  Dmitry Timoshkovkernel32: Make the locale test pass without errors...
2007-01-01  Paul Vrienskernel32/tests: Run tests on NT4 again.
2007-01-01  Paul Vrienskernel32/tests: Moved ok-statement to the appropriate...
2007-01-01  Paul Vrienskernel32/tests: Move USE_EXTENDED_PRIORITIES outside...
2006-12-27  Michael Stefaniuckernel32/tests: In multiline strings there is no need...
2006-12-22  Dmitry Timoshkovkernel32: Fix a typo.
2006-12-21  Alexandre Julliardntdll: File positions should be aligned to sector bound...
2006-12-21  Paul Vrienskernel32/tests: Don't use full path for executable...
2006-12-20  Alexandre Julliardntdll: Fix the libdl refcount when loading the same...
2006-12-20  Francois Gougetkernel32/tests: Test loading and unloading of builtin...
2006-12-19  Dmitry Timoshkovkernel32: Add a minimal PE image that XP is able to...
2006-12-14  Francois GougetAssorted spelling fixes.
2006-12-14  Paul Vrienskernel32/tests: Be a bit more verbose on failure.
2006-12-13  Alexandre Julliardntdll: Map the PE header up to the specified size,...
2006-12-13  Dmitry Timoshkovkernel32: Add the data that mimics the PE image which...
2006-12-11  Andrew Talbotkernel32/tests: Cast-qual warnings fix.
2006-12-07  Dmitry Timoshkovkernel32: Add PE images with section alignment 1 and...
2006-12-07  Alexandre Julliardntdll: Fix the failing loader tests.
2006-12-07  Alexandre Julliardkernel32/tests: Added LOCALE_NOUSEROVERRIDE flag on...
2006-12-06  Detlef Riekenbergkernel32/tests: Add tests for GetWindowsDirectory.
2006-12-06  Detlef Riekenbergkernel32/tests: Add tests for GetSystemDirectory.
2006-12-01  Alexandre Julliardkernel32/tests: Added test case for . and .. directory...
2006-12-01  Dmitry Timoshkovkernel32: Skip the PE loader test under a Win9x platform.
2006-11-28  Dmitry Timoshkovkernel32: Add more obscure PE images that XP is able...
2006-11-27  Dmitry Timoshkovkernel32: Improve the PE loader test.
2006-11-24  Marcus Meissnerkernel32/tests: Test -1 length for NULL ptr too.
2006-11-20  Detlef Riekenbergkernel32/tests: Avoid crash on Win95 (GetLongPathNameW).
2006-11-20  Detlef Riekenbergkernel32/tests: Load tests on Win9x again (VirtualAlloc...
2006-11-16  Dmitry Timoshkovkernel32: Add a basic PE loader test.
2006-11-15  Alexandre Julliardkernel32/tests: Reserve some more memory for the enviro...
2006-11-13  Francois Gougetkernel32: Fix the 'MAP_FOLDCZONE' ok() test.
2006-11-09  Alexandre Julliardkernel32/tests: Fixed the pipe test for MacOS.
2006-11-08  Dmitry Timoshkovkernel32: Add basic OpenProcess test.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-04  Alexandre Julliardkernel32/tests: Don't wait for overlapped result if...
2006-10-31  Alexandre Julliardkernel32: Fixed behavior of FindFirstFile for DOS devices.
2006-10-11  Ge van Geldorpwinapi_test: Regenerate tests.
2006-10-10  Michael Stefaniuckernel32/tests: Win64 printf format warning fixes.
2006-10-03  Francois GougetAdd missing '\n's to ok() calls.
2006-10-02  Louis. Lenderskernel32: Add 2 simple tests for GetLongPathNameW.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.