msxml3: Corrected Entity Reference Test.
[wine] / dlls / kernel32 /
2008-02-04  Dmitry Timoshkovkernel32: LOADPARAMS16->showCmd can be NULL, do not...
2008-01-24  Paul Vrienskernel32/tests: Win9x returns a different last error.
2008-01-24  Alexandre JulliardAvoid sizeof in traces.
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-23  Francois Gougetkernel32/tests: Test the expansion of indirect environm...
2008-01-21  Gerald Pfeiferkernel32: Use setproctitle where applicable to set...
2008-01-18  Rob Shearmankernel32: Initialise the top 16-bit stack frame to...
2008-01-16  Alexandre Julliardkernel32: Fix the system affinity returned by GetProces...
2008-01-16  Alexandre Julliardwineboot: Add a --init option used when launched automa...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-16  Francois Gougetkernel32/tests: Small spelling fix in a parameter name.
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2008-01-15  Alexandre Julliardkernel32/tests: Avoid size_t in traces.
2008-01-15  Paul Vrienskernel32/tests: FindFirstVolumeA is not available on...
2008-01-14  Marcus Meissnerserver: Enumerate process in reverse.
2008-01-14  Alexandre Julliardkernel32: Don't inherit stdin/stdout handles in wineboot.
2008-01-14  Alexandre Julliardkernel32: Close the stdio handles when creating a detac...
2008-01-14  Gerald Pfeiferkernel32: Fix type of a loop variable in SNOOP16_Entry().
2008-01-11  Francois Gougetkernel32/tests: Despite the MSDN claims, GetComputerNam...
2008-01-11  Francois Gougetkernel32/tests: Add more ExpandEnvironmentStringsA...
2008-01-10  Paul Vrienskernel32/tests: Skip not implemented functions.
2008-01-10  Paul Vrienskernel32/tests: Skip not implemented functions.
2008-01-10  Paul Vrienskernel32/tests: Skip not implemented functions.
2008-01-09  Andrew Talbotkernel32: Remove unneeded casts.
2008-01-07  Alexandre Julliardkernel32: Fail more gracefully in GetVolumeInformation...
2008-01-07  Michael Stefaniuckernel32: Add missing HeapFree(). Found by Smatch.
2008-01-07  Alexandre Julliardkernel32/tests: Avoid using size_t in traces.
2008-01-07  Rob Shearmankernel32: Implement RegisterWaitForSingleObjectEx.
2008-01-07  Hans Leidekkerkernel32: Add Surinam Dutch and Belgian Dutch translati...
2008-01-07  Hans Leidekkerkernel32: Fix two test failures on Win98 due to missing...
2008-01-04  Alexandre Julliardkernel32/tests: Added tests for FindFirstVolume/FindNex...
2008-01-04  Alexandre Julliardkernel32: Implemented FindFirstVolume/FindNextVolume...
2008-01-04  Kirill K. Smirnovkernel32: Convert newborn wineserver handle to kernel32...
2008-01-04  Alexandre Julliardkernel32: Launch wineboot on first startup of a wine...
2008-01-02  Rob Shearmankernel32: Add tests for RegisterWaitForSingleObject...
2008-01-02  Rob Shearmankernel32: Implement RegisterWaitForSingleObject and...
2007-12-31  Gerald Pfeiferkernel32/tests: Remove extraneous check.
2007-12-23  Stefan Leichterkernel32: Silence a fixme in GetNativeSystemInfo.
2007-12-23  Alexandre Julliardwinedos: Add the possibility of refusing to emulate...
2007-12-23  Alexandre Julliardkernel32: Initialize MaximumLength of the user params...
2007-12-21  Alexandre Julliardkernel32: Yet another workaround for broken apps in...
2007-12-21  Kirill K. Smirnovkernel32: Invalidate local copy of console input event...
2007-12-21  Andrey Turkinntdll: Implement BindIoCompletionCallback.
2007-12-21  Alexandre Julliardkernel32: Store the initial directory as a full path...
2007-12-21  Rob Shearmankernel32: Add a test for calling VirtualAlloc on a...
2007-12-21  Andrew Talbotkernel32: Revert the removal of a cast from a macro.
2007-12-21  Andrew Talbotkernel32: Remove unneeded casts.
2007-12-20  Alexandre Julliardkernel32: Forward interrupts in 32-bit code to winedos...
2007-12-20  Andrew Talbotkernel32: Remove unneeded casts.
2007-12-19  Andrew Talbotkernel32: Remove unneeded casts.
2007-12-18  Kirill K. Smirnovkernel32: ReadConsoleW should wait for at least one...
2007-12-18  Rico Schüllerkernel32: Fix typo.
2007-12-18  Stefan Dösingerkernel32: Add a test for BindIoCompletionCallback.
2007-12-14  Michael Stefaniuckernel32: Do not reuse the name of a function argument...
2007-12-14  Andrew Talbotkernel32: Remove unneeded casts.
2007-12-11  Alexandre JulliardMakedll.rules: Add a generic EXTRADLLFLAGS variable...
2007-12-10  Hans Leidekkerkernel32: GetConsoleInputExeNameW returns TRUE even...
2007-12-10  Francois Gougetkernel32/tests: Get the test to run on Windows 95.
2007-12-10  Francois Gougetkernel32/tests: dll_capable() makes no sense since...
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-08  Alexandre Julliardkernel32: Read label and serial from the filesystem...
2007-12-08  Alexandre Julliardkernel32: Revert change that slipped in commit db24d3af...
2007-12-07  Francois GougetAssorted spelling fixes.
2007-12-06  Michael Stefaniuckernel32: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead...
2007-12-06  Paul Vrienskernel32/tests: Test for functions should be or-ed.
2007-12-05  Paul Vrienskernel32: Make tests run on Win98 again.
2007-12-05  Alexandre Julliardkernel32: Remove the no-exec fault workaround, it shoul...
2007-12-03  Hans Leidekkerkernel32: Implement and test {G, S}etConsoleInputExeNam...
2007-12-03  Paul Vrienskernel32: Add some simple tests for GetVersionExA.
2007-11-30  Stefan Leichterkernel32: Added stub for FindVolumeClose.
2007-11-29  Gerald Pfeiferkernel32: Handle default case in Local32_FromHandle().
2007-11-26  Jacek Cabankernel32: Terminate child process in virtual tests.
2007-11-26  Rob Shearmankernel32: Change the shared manifest test to depend...
2007-11-20  Alexandre Julliardkernel32/tests: Don't crash the test if GetThreadContex...
2007-11-19  Michael Stefaniuckernel32: Remove duplicate includes.
2007-11-19  Hans Leidekkerkernel32: Add stub implementations for FindFirstVolume...
2007-11-16  Dmitry Timoshkovkernel32: Mask out FILE_ATTRIBUTE_NOT_CONTENT_INDEXED...
2007-11-16  Dmitry Timoshkovkernel32: Set last error to ERROR_ALREADY_EXISTS if...
2007-11-13  Francois Gougetkernel32/tests: Fix a signed/unsigned warning.
2007-11-13  EA Durbinkernel32: Add stub for GetConsoleKeyboardLayoutNameW.
2007-11-13  EA Durbinkernel32: Add stub implementation of GetConsoleKeyboard...
2007-11-13  EA Durbinkernel32: Add stub implementation of GetConsoleInputExe...
2007-11-13  EA Durbinkernel32: Add stub implementation of GetConsoleInputExe...
2007-11-13  Rob Shearmankernel32: Implement GetThreadId.
2007-11-12  Hans Leidekkerkernel32: Loosen requirements on what QueryDosDevice...
2007-11-09  Francois GougetAssorted spelling fixes.
2007-11-06  Alexandre Julliardkernel32: Add spec entries for LocaleNameToLCID and...
2007-11-06  Rob Shearmanserver: Don't do access checks on the security descript...
2007-11-05  Francois Gougetkernel32: Fix the image size in a test to avoid a BSOD...
2007-11-01  Vitaliy Margolenkernel32: Implement GetProcessHandleCount.
2007-10-31  Chris Wulffkernel32: Added a stub for FindVolumeMountPointClose.
2007-10-29  Detlef Riekenbergkernel32: Fix description for SetDefaultCommConfig.
2007-10-26  Aric Stewartkernel32: Set last error to ERROR_INSUFFICIENT_BUFFER...
2007-10-25  Rob Shearmankernel32: Add tests for creating events with different...
2007-10-22  Lionel Debrouxkernel32/tests: Fix memory leaks (found by Smatch).
2007-10-19  Mikolaj Zalewskikernel32: FindExSearchLimitToDirectories has no effect...
2007-10-18  EA Durbinkernel32: Partially implement GetUserGeoID().
2007-10-18  Mikolaj Zalewskintdll: Support for UTF-16 manifests with reverse endian...
2007-10-18  Mikolaj Zalewskintdll: Manifests should be parsed as UTF-16 only if...
2007-10-18  Mikolaj Zalewskikernel32/tests: Make the actctx test pass when the...
next