Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / kernel /
2005-08-12  Francois GougetAssorted spelling fixes.
2005-08-12  Alexandre JulliardImplemented DelayLoadFailureHook and use it in the...
2005-08-12  Alexandre JulliardAdd the 16-bit system directory if any to the module...
2005-08-11  Alexandre JulliardMake 16-bit task properly inherit the current directory...
2005-08-11  Frank RichterFix a crash on startup when /proc/ide does not exist.
2005-08-11  Alexandre JulliardAdded a wine_get_dos_file_name function in kernel32...
2005-08-10  Alexandre JulliardDirectly use the PEB version fields in GetVersion.
2005-08-10  Francois GougetAdd trailing '\n's to trace() call.
2005-08-10  Alexandre JulliardMoved the version initialization to ntdll.
2005-08-10  Francois GougetUpdate the documentation to reflect the fact that the...
2005-08-10  Richard Cohen- Fix regression in GetPrivateProfileString16 for key...
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-10  Vitaliy MargolenUse /proc filesystem to create HKLM\HARDWARE\DEVICEMAP...
2005-08-09  Alexandre JulliardSpecify a base address for kernel and ntdll.
2005-08-08  Gerald PfeiferFix autoconf-related #ifdefs in Comm_CheckEvents().
2005-08-03  Uwe BonnesMore comm tests.
2005-08-03  Uwe BonnesImplement WaitCommEvent by polling the appropriate...
2005-08-02  Alexandre JulliardImplemented Get/SetDllDirectory.
2005-08-02  Alexandre JulliardFixed white space handling on the last line (reported...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-08-01  Alexandre JulliardAdded commented out stubs for a bunch of new functions.
2005-08-01  Felix NawothnigFix sync tests on Win98/ME.
2005-08-01  Felix NawothnigFix module tests on Win9x.
2005-07-30  Felix NawothnigFix comm tests on Win9x.
2005-07-30  Felix NawothnigFix remaining thread tests on WinME.
2005-07-28  Dmitry TimoshkovImplement EnumDateFormatsEx.
2005-07-28  Dmitry Timoshkov- Reimplement EnumTimeFormats, make it work for all...
2005-07-27  Dmitry Timoshkov- Reimplement EnumDateFormats, make it work for all...
2005-07-27  Paul VriensFix some tests for win9x and winME.
2005-07-25  Steven EdwardsMove and forward lz32 functions to kernel32.
2005-07-25  Felix NawothnigFix thread tests on WinME.
2005-07-24  Vincent BéronRemove multiple declarations of the same function,...
2005-07-22  Alexandre JulliardAdded small assembly wrapper to call entry points witho...
2005-07-22  Francois GougetAssorted spelling fixes.
2005-07-22  Felix NawothnigConvert long to short path in GetModuleFileName16.
2005-07-21  Alexandre JulliardRegister functions with no arguments should still be...
2005-07-15  Dmitry TimoshkovAdd a test for handling overlapped buffers by WideCharT...
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardGet rid of the boot_done request.
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
2005-07-11  Alexandre JulliardLoad the HKEY_CURRENT_USER branch at server startup...
2005-07-11  Paul VriensBasic tests for LoadLibraryA and GetProcAddress.
2005-07-11  Alexandre JulliardA NULL module handle means 'main exe' in GetProcAddress...
2005-07-11  Uwe BonnesSTATUS_TIMEOUT is no error for Read|WriteFile.
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-07-10  Alexandre JulliardThe ordinal functions should not be exported by name.
2005-07-05  Alexandre JulliardIntercept functions for 16-bit relay debugging by patch...
2005-07-05  Alexandre JulliardAdded vararg argument type so that the relay code can...
2005-07-05  Mike McCormackFix some gcc 4.0 warnings.
2005-07-05  Mike McCormackFix gcc 4.0 warnings.
2005-07-03  Alexandre JulliardMoved all 16-bit relay code to the text section.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-01  Alexandre JulliardMoved most of the implementation of CALL32_CBClient...
2005-06-30  Francois GougetTest the behavior of CreateDirectory() when it has...
2005-06-29  Alexandre JulliardGet rid of the old config conversion code.
2005-06-27  Uwe BonnesAdded test cases. However most added tests need a loopb...
2005-06-27  Eric PouechImplemented OpenThread on top of NtOpenThread.
2005-06-27  Eric PouechImplemented OpenProcess on top of NtOpenProcess.
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2005-06-27  Jacek CabanFix test on NT 4.
2005-06-25  Alexandre JulliardRemove some i386 ifdefs for 16-bit entry points since...
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-21  Alexandre JulliardDon't require execute permission for thread stacks.
2005-06-20  Mike McCormack- avoid winternl.h depending on winbase.h
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-17  Marcus MeissnerSpecify enough buffer for id[] (20 chars are not enough).
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Alexandre JulliardRemoved the DOS version option, specifying the Windows...
2005-06-14  Alexandre JulliardMoved debugging config options to HKCU\Software\Wine...
2005-06-14  Alexandre JulliardMoved network configuration parameters to HKCU\Software...
2005-06-14  Mike McCormackFix warnings from -Wmissing-declarations.
2005-06-14  Mike McCormackFix declaration warnings in the test cases.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-12  Felix NawothnigAdd a workaround for Win9x apps which pass the paramete...
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-06-09  Uwe BonnesDon't try to access floppy if it's not mounted.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2005-06-06  Alexandre JulliardFetch the stack selector to use from the previous stack...
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-06-05  Alexandre JulliardDon't bother looking for a resource directory in free...
2005-06-05  Alexandre JulliardAvoid accessing the htask16 TEB field from ntdll.
2005-06-05  Mike HearnSuppress the noisy SetNamedPipeHandleState fixme.
2005-06-05  Uwe BonnesAdded more pipe tests.
2005-06-02  Mike McCormackMake sure that unused code gets compiled to avoid warnings.
2005-06-02  Marcus MeissnerAdded stubs for GetVolumePathName(A,W).
2005-05-31  Ivan Leo PuotiAdded IDT emulation.
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-05-31  Mike McCormackSome warning fixes for the regression tests.
2005-05-29  Dimi PaunFix indentation.
2005-05-27  Ivan Leo PuotiAdded some privileged instructions emulation.
2005-05-25  Alexandre JulliardRemoved STANDALONE ifdefs.
2005-05-24  Rein KlazesWork around a problem where WriteFile is asked to write...
next