include: Add rstinf.idl.
[wine] / dlls / kernel32 /
2009-10-26  Alexander Nicolays... kernel32: Implement GetProductInfo on top of ntdll...
2009-10-23  Louis Lenderskernel32: Add stub for GetVolumePathNamesForVolumeNameW.
2009-10-23  Paul Vrienskernel32/tests: Fix an intermittent test failure on...
2009-10-23  Nikolay Sivovkernel32: Fix copied data length.
2009-10-22  Alexandre Julliardkernel32: Create the syswow64 directory if necessary.
2009-10-22  Alexandre Julliardkernel32: Store the symlink target directly into the...
2009-10-21  Alexandre Julliardkernel32: Make sure the 32/64-bit state of the winepref...
2009-10-21  Alexandre Julliardkernel32: Return the appropriate binary type for 64...
2009-10-21  Dan Kegelkernel32: Fix two little leaks in heap test.
2009-10-21  Aurimas Fišeraskernel32/nls: Add genitive forms for Lithuanian locale.
2009-10-21  Nikolay Sivovkernel32/locale: Add support for LOCALE_RETURN_GENITIVE...
2009-10-21  Nikolay Sivovkernel32/tests: Add tests for LOCALE_RETURN_GENITIVE_NA...
2009-10-15  Alexandre Julliardkernel32: Use the PWD variable to set the initial curre...
2009-10-14  Paul Vrienskernel32/tests: Fix some test failures on Win9x/WinMe.
2009-10-14  Ray Hinchliffekernel32: Correct ullTotalVirtual for GlobalMemoryStatu...
2009-10-14  Stefan Dösingerkernel32: Make some functions hookable.
2009-10-12  Dmitry Timoshkovkernel32: Implement HeapQueryInformation, add some...
2009-10-08  Alexandre Julliardkernel32: Moved the DeviceIoControl function to file.c.
2009-10-08  Alexandre Julliardkernel32: Move some 16-bit definitions to kernel16_priv...
2009-10-08  Alexandre Julliardkernel32: Move the DOS file handle functions to file16.c.
2009-10-08  Alexandre Julliardkernel32: Reimplement GetPrivateProfileString16 on...
2009-10-08  Alexandre Julliardkernel32: Fix handling of overflows in GetPrivateProfil...
2009-10-08  Ge van Geldorpkernel32/tests: Check last error before calling lstrcmp...
2009-10-08  Alexandre Julliardkernel32: Don't export the large integer functions...
2009-10-08  Alexandre Julliardkernel32: Move the k32 kernel32->user32 helpers to...
2009-10-08  Alexandre Julliardkernel32: Move Get/SetProcessDword to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Fix a couple of compiler warnings on 64-bit.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit version functions to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit PE module functions to kernel...
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit handle functions to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit thread and process functions...
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit debugger functions to kernel16.c.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit synchronization functions...
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit error functions to error16.c.
2009-10-07  Alexandre Julliardkernel32: Move the 16-bit string functions to kernel16.c.
2009-10-07  Ge van Geldorpkernel32/tests: Skip some resource tests on Win7.
2009-10-07  Paul Vrienskernel32/tests: Don't crash on WinMe.
2009-10-06  Alexandre Julliardkernel32: Fix empty function prototypes.
2009-10-06  Alexandre Julliardkernel32: Use call_entry_point to call functions with...
2009-10-06  Andrey Turkinkernel32: Send debug strings to system-wide monitor.
2009-10-06  Andrey Turkinkernel32: Always use ANSI version of OutputDebugString.
2009-10-06  Ge van Geldorpkernel32/tests: Add acceptable error codes for Win7...
2009-10-06  Ge van Geldorpkernel32/tests: Fix atom tests on Win7.
2009-10-06  Michael Stefaniuckernel32/tests: Use better types than long.
2009-10-05  Andrey Turkinkernel32: Catch invalid memory accesses in resource...
2009-10-05  Dmitry Kislyukkernel32/tests: Pass test on error code returned by...
2009-10-01  Juan Langkernel32: Set time between interrupts in GetSystemTimeA...
2009-09-29  Paul Vrienskernel32/tests: Fix some test failures on WinMe.
2009-09-28  Alexandre Julliardkernel32: Make toolhelp.dll into a stand-alone 16-bit...
2009-09-28  Alexandre Julliardkernel32: Moved private function prototypes out of...
2009-09-28  Alexandre Julliardkernel32: Moved GetThreadSelectorEntry to thread.c.
2009-09-28  Alexandre Julliardkernel32: Moved ToolHelpHook16 to kernel16.c, it's...
2009-09-28  Alexandre Julliardkernel32: Moved MemManInfo16 to toolhelp16.c.
2009-09-28  Alexandre Julliardkernel32: Allocate the global arena array only once...
2009-09-28  Alexandre Julliardkernel32: Make system.drv into a stand-alone 16-bit...
2009-09-28  Alexandre Julliardwinedos: Always run the BIOS tick timer.
2009-09-28  Stefan Leichterkernel32: Check parameter of CheckRemoteDebuggerPresent...
2009-09-24  Alexandre Julliardkernel32/tests: Fix a couple of failures in the comm...
2009-09-24  Alexandre Julliardkernel32: Cope with an empty resource section in Update...
2009-09-23  Michael Stefaniuckernel32: Add missing stdarg.h include.
2009-09-22  Eric Pouechkernel32: Rewrite GetSystemInfo() purely on ntdll calls.
2009-09-22  Eric Pouechntdll: Moved CPU related registry key creation from...
2009-09-22  Eric Pouechkernel32: Store the process features flag in the KUSER_...
2009-09-22  Eric Pouechntdll: In SYSTEM_BASIC_INFORMATION, the active processo...
2009-09-15  Ge van Geldorpkernel32/tests: Fix actctx tests on Vista+.
2009-09-15  Akihiro Sagawakernel32: Add Japanese system error messages.
2009-09-10  Alexandre Julliardntdll: Make sure that serial ioctl calls fail on non...
2009-09-09  Alexandre Julliardkernel32: Use explicit prototypes for function pointers.
2009-09-02  Alexandre Julliardkernel32/tests: Avoid size_t in traces.
2009-09-02  Ge van Geldorpkernel32/tests: Fix locale tests on Vista and higher.
2009-08-29  Eric Pouechkernel32: Handle the case where wineconsole isn't prope...
2009-08-29  Alexandre Julliardkernel32: Fix the GetThreadPriorityBoost return value.
2009-08-29  Alexandre Julliardntdll: Route the process startup through the platform...
2009-08-27  Alexandre Julliardntdll: Fix a couple of system information structures...
2009-08-26  Ge van Geldorpkernel32/tests: Remove test that crashes on Win7.
2009-08-25  Jeff Zaroykokernel32: sLanguage is LOCALE_SABBREVLANGNAME.
2009-08-24  Alexandre Julliardntdll: The large integer functions are 32-bit only.
2009-08-21  Alexandre Julliardserver: Define an architecture-independent structure...
2009-08-21  Stefan Leichterkernel32: Test GetPrivateProfileString with empty strin...
2009-08-19  Alexandre Julliardkernel32/tests: Use the global wine_dbgstr_w instead...
2009-08-19  Alexandre Julliardtests: Make wine_dbgstr_w available in test.h for all...
2009-08-18  Mike Kaplinskiykernel32: Implement CancelIoEx.
2009-08-18  Alexandre Julliardkernel32: Use a longer wineboot timeout for the initial...
2009-08-18  Alexandre Julliardkernel32: Don't wait for wineboot once the process...
2009-08-17  Michael Karcherserver: Don't report LOAD_DLL debug event for exe module.
2009-08-12  Alexandre Julliardkernel32: Check the 64-bit flag when starting a process.
2009-08-12  Alexandre Julliardkernel32: Add a 64-bit flag to the MODULE_GetBinaryType...
2009-08-12  Alexandre Julliardkernel32: Check for a 32-bit NT header before getting...
2009-08-12  Alexandre Julliardkernel32: Return the dll flag in MODULE_GetBinaryType...
2009-08-12  Alexandre Julliardkernel32: Change MODULE_GetBinaryType return value...
2009-08-12  Alexandre Julliardntdll: Add a ret to DEFINE_REGS_ENTRYPOINT to make...
2009-08-07  Andrew Nguyenkernel32: Revise SetThreadIdealProcessor to return...
2009-08-06  Vladimir Pankratovkernel32: Convert the Russian resources to UTF-8.
2009-08-05  Alexandre Julliardkernel32/tests: Add one more possible error code.
2009-08-03  Nicolas Le Camkernel32/tests: Skip GetVolumeInformation test on curre...
2009-08-03  Nicolas Le Camkernel32/tests: Test GetVolumeInformation when current...
2009-08-03  Ricardo Filipekernel32: Add Portuguese translation.
2009-07-24  Alexandre Julliardkernel32: Fetch more information from the DosDevices...
2009-07-21  Alexandre Julliardkernel32: Try to load a 32-bit builtin in WinExec16...
2009-07-20  Frédéric Delanoykernel32: Update French translation of error messages.
next