Moved build_command_line back to kernel and make it handle Unicode
[wine] / dlls / kernel / process.c
2003-10-08  Alexandre JulliardMoved build_command_line back to kernel and make it...
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-19  Alexandre JulliardMoved the 32-bit builtin loader and the remaining bits...
2003-09-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-18  Eric PouechSet default StdError to fd 2 (was on 1).
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-07-08  Alexandre JulliardImplemented NtRead/WriteVirtualMemory.
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.