.spec.c files are no longer used for 32-bit dlls.
[wine] / dlls / kernel / process.c
2004-03-11  Alexandre JulliardGet rid of the WINEOPTIONS variable and instead use...
2004-03-11  Alexandre JulliardDo not put the TEMP and TMP variables into the Unix...
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-12  Alexandre JulliardStore the kernel32 module handle globally to avoid...
2004-02-07  Alexandre JulliardGet pointer to CreateFileW earlier on during startup.
2004-02-05  Mike McCormackFix incorrect GetLongPathName usage exposed by Eric...
2004-01-20  Francois GougetAvoid duplicate '=C:' entries in the child process...
2004-01-20  Francois GougetFix a file descriptor leak in create_process().
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-17  Alexandre JulliardFixed regression in loading of builtin apps from the...
2003-11-17  Alexandre JulliardMoved a few definitions used in only one source file...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-10-30  Mike McCormackFix incorrectly sized buffer.
2003-10-28  Alexandre JulliardFixed typo that broke handling of .com and .bat files.
2003-10-24  Alexandre JulliardCall the application entry point from kernel32, some...
2003-10-16  Alexandre JulliardReplaced a few more 0xffffffff by the appropriate const...
2003-10-14  Alexandre JulliardMoved codepage functions to dlls/kernel.
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-11  Alexandre JulliardUpdate __wine_main_argc after option processing.
2003-10-10  Alexandre JulliardDon't reference the environ global variable from kernel...
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-09  Alexandre JulliardUse the Rtl bitmap functions to implement Tls allocation.
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
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.