hal: Don't cast zero.
[wine] / dlls / kernel32 /
2008-12-04  Alexandre JulliardAvoid including time.h before winsock.h in tests.
2008-12-04  Alexandre Julliardntdll: Implemented RtlCaptureContext.
2008-12-04  Alexandre JulliardDefine _WIN32_WINNT before including any headers.
2008-12-03  Jeff Zaroykowineserver: Don't use O_CREAT and O_EXCL when attemptin...
2008-12-03  Jeff Zaroykokernel32: Add a test for CreateFile when using OPEN_ALW...
2008-12-01  Kai Blinkernel32/tests: logfile can be NULL, avoid dereferencin...
2008-12-01  Vitaly Lipatovkernel32: gethostname returns string in CP_UNIXCP encoding.
2008-12-01  Michael Stefaniuckernel32: Remove some superfluous casts of void pointers.
2008-11-26  Maarten Lankhorstkernel32: Fix 64-bits error in profile.
2008-11-26  Francois GougetStraighten out some ellipses.
2008-11-26  Alexandre Julliardkernel32/tests: Fix the unimplemented check for EnumSys...
2008-11-25  Alexandre Julliardntdll: Add support for virtual write watches.
2008-11-24  Alexandre Julliardkernel32: Fix the base DOS memory address when the...
2008-11-20  Alexandre Julliardkernel32/tests: Fix the mailslot tests on Win9x.
2008-11-20  Alexandre Julliardkernel32/tests: Fix test failures on Win9x and NT4.
2008-11-20  Alexandre Julliardkernel32/tests: Add a couple of tests for write watches.
2008-11-19  Francois Gougetkernel32: Simplify and optimize create_(system,env...
2008-11-19  Francois Gougetkernel32: Fix create_scsi_entry() so it puts properly...
2008-11-18  Alexandre Julliardkernel32: Moved allocation of the DOS memory area to...
2008-11-18  Alexandre Julliardkernel32/tests: Allow up to 2 seconds of difference...
2008-11-17  Alexandre Julliardkernel32/tests: Fix the process tests on NT4.
2008-11-17  Alexandre Julliardkernel32/tests: Fix the mailslot tests on Vista.
2008-11-17  Alexandre Julliardkernel32/test: Fix the timer queue tests on Vista.
2008-11-17  Alexandre Julliardkernel32/tests: Fix pipe test on w2k3.
2008-11-14  Alexandre Julliardkernel32/tests: Fix the write watch tests on Win98...
2008-11-14  Paul Vrienskernel32/tests: Fix timeouts on NT4 and W2K.
2008-11-14  Alexandre Julliardkernel32/tests: Fix the file test on various Windows...
2008-11-14  Alexander Morozovkernel32: NT drivers can handle IOCTL codes with HIWORD...
2008-11-14  Alexandre Julliardkernel32/tests: Added a bunch of tests for write watches.
2008-11-14  Alexandre Julliardkernel32: Added GetWriteWatch and ResetWriteWatch.
2008-11-13  Alexandre Julliardkernel32/tests: Fix the thread test to cope with the...
2008-11-13  Alexandre Julliardkernel32: Don't request unneeded access in OpenFileMapping.
2008-11-11  Alexandre Julliardkernel32: Implemented the Ex variants of CreateEvent...
2008-11-10  Alexandre Julliardkernel32: Get the drive type from the mount manager...
2008-11-10  Huw Davieskernel32: Fix a few Welsh translations.
2008-11-10  Alexandre Julliardkernel32: Explicitly request execute permission in...
2008-11-10  Alexandre Julliardkernel32/tests: Fix the thread test on NT4.
2008-11-10  Alexandre Julliardkernel32/tests: Fix some resource test failures on...
2008-11-10  Alexandre Julliardkernel32/tests: Fix some profile test failures on NT4.
2008-11-07  Alexandre Julliardkernel32/tests: Fix one more failing test on Win9x.
2008-11-06  Alexandre Julliardkernel32/tests: Fix a few more errors on Win9x.
2008-11-05  Alexandre Julliardntdll,server: Fixed access checks for OpenFileMapping...
2008-11-05  Alexandre Julliardntdll: Don't force anonymous file mappings to always...
2008-11-04  Alexandre Julliardkernel32/tests: Add a few more tests, fix some failures...
2008-11-04  Alexandre Julliardkernel32/tests: Fix a couple of failures on Windows.
2008-11-04  Michael Stefaniuckernel32: Do not cast zero.
2008-11-03  Alexandre Julliardntdll: Return more correct information for SystemBasicI...
2008-10-31  Alexandre Julliardkernel32: Call build_envp in the parent process so...
2008-10-31  Alexandre Julliardkernel32: Call build_argv in the parent process so...
2008-10-31  Alexandre Julliardkernel32: Allocate global arenas on the Win32 heap.
2008-10-30  Alexandre Julliardkernel32: Moved the pthread emulation support to ntdll.
2008-10-30  Alexandre Julliardkernel32: Use ntdll functions where possible to impleme...
2008-10-30  Alexandre Julliardkernel32: Only try to open a VxD if opening a normal...
2008-10-29  Alexandre Julliardntdll: Store the exit code in the server in RtlExitUser...
2008-10-29  Alexandre Julliardntdll: Allocate a new virtual region for large blocks...
2008-10-28  Dmitry Timoshkovkernel32: Don't ignore extended keys.
2008-10-24  Alexandre Julliardkernel32: Return the Windows symlink in QueryDosDevice...
2008-10-22  Aric Stewartntdll: Update behavior of ActivationContextBasicInforma...
2008-10-22  Paul Vrienskernel32/tests: Skip a test if needed.
2008-10-22  Paul Vrienskernel32/tests: Fix a few failures on win9x and winme.
2008-10-21  Paul Vrienskernel32/tests: Free memory after use.
2008-10-20  Francois Gougetdirent.h is a conditional include now.
2008-10-18  Alexandre Julliardkernel32: Convert source files to utf-8.
2008-10-17  Rob Shearmankernel32: Fix some Esperanto day and month names.
2008-10-17  Alexandre Julliardkernel32: Delete the .windows-label file if the label...
2008-10-17  Rob Shearmankernel32: Convert NLS resource files using hex-encoded...
2008-10-16  Aric Stewartkernel32/tests: Add test for GetCommandLineW.
2008-10-16  Aric Stewartkernel32/tests: Add a test for CreateProcess with an...
2008-10-16  Jacek Cabankernel32: Added GetLogicalDriveStrings tests.
2008-10-16  Jacek Cabankernel32: Return uppercase drive letter in GetLogicalDr...
2008-10-16  Dmitry Timoshkovkernel32: Add support for foreign process handles in...
2008-10-15  Andrew Talbotkernel32: Sign-compare warnings fix.
2008-10-08  Andrey Turkinkernel32: Add ExitProcess wrapper to please Shrinker.
2008-10-07  Paul Vrienskernel32/tests: Add a missing newline.
2008-10-07  Paul Vrienskernel32/tests: Fix failures on WinMe.
2008-10-07  Paul Vrienskernel32/tests: We need the return value.
2008-10-06  Paul Vrienskernel32/tests: Add some skips to fix failures on WinMe.
2008-10-06  Paul Vrienskernel32/tests: Fix some failures on win9x.
2008-10-06  Paul Vrienskernel32/tests: Fix the remaining errors on win95.
2008-09-30  Reece Dunnkernel32: Be more verbose when reporting the sync test...
2008-09-23  Erik Inge Bolsøkernel32: Fix PROFILE_Load to handle mac line endings.
2008-09-22  Paul Vrienskernel32/tests: Add extra tests for SetCurrentDirectory.
2008-09-22  Paul Vrienskernel32/tests: Make sure we can remove a test directory.
2008-09-22  Paul Vrienskernel32/tests: Fix tests on NT4.
2008-09-22  Paul Vrienskernel32/tests: Skip some tests on win9x.
2008-09-22  Paul Vrienskernel32/tests: Use skip instead of trace.
2008-09-22  Francois Gougetkernel32/tests: Fix compilation on systems that don...
2008-09-19  Alexandre Julliardkernel32/tests: Fix a couple of tests failing on NT4.
2008-09-19  Alexandre Julliardkernel32/tests: Fix race condition in the thread test.
2008-09-18  Jeff Zaroykokernel32: Modify DeleteFileW to fail on directories.
2008-09-17  Alexandre Julliardkernel32/tests: Handle the win2k3 version check behavior.
2008-09-17  Rob Shearmankernel32: Fix character count passed to GlobalGetAtomNa...
2008-09-17  Dmitry Timoshkovkernel32: Fix the target buffer size.
2008-09-17  Vitaliy Margolenkernel32: Use NULL attributes if name and SA are not...
2008-09-16  Alexandre Julliardkernel32/tests: Comment out an UpdateResource call...
2008-09-16  Alexandre Julliardkernel32/tests: Support alternate results in the loader...
2008-09-16  Alexandre Julliardkernel32/tests: Fix a test on win9x.
2008-09-15  Roy Sheakernel32/test: Test import entries of a core windows...
2008-09-15  Marcus Meissnerkernel32/tests: Pass correct size to MultiBytetoWideChar.
2008-09-15  Michael Karcherkernel32: Clean up PROFILE_isspaceW.
next