Sweden-Number/memory
Eric Pouech b53b5bcb50 - fixed a couple of bugs in ntdll environment functions (one in trace,
the other one in environment variable expansion)
- the process parameters, when passed thru wineserver, are now fully
  handled in ntdll, they are stored in the RTL_USER_PROCESS_PARAMETERS
  structure.
- later on in kernel32 loading sequence, those parameters are copied
  into STARTUPINFO shadow structures
- later modification to those paramters are now reflected to the
  RTL_USER_PROCESS_PARAMETERS structure (and STARTUPINFO is kept
  untouched) (for example, StdHandle setting) (Win 2k behaves like this)
- ENVDB has been removed
- command line inheritance (from unix command line) is now purely in ntdll
- all kernel32 environment functions now rely on their ntdll counterparts
- goodies: input/output handle inheritance while asking for a detached
  console is better handled; a few more kernel32 environment tests now
  pass ; silenced a valgrind warning in process creation
2003-06-18 03:23:22 +00:00
..
codepage.c Added 'wine' prefix to libwine_unicode exports. 2003-03-21 21:30:51 +00:00
environ.c - fixed a couple of bugs in ntdll environment functions (one in trace, 2003-06-18 03:23:22 +00:00
global.c Fix some typos. 2003-06-04 20:29:05 +00:00
heap.c Start to make use of the proper PEB structure for process 2003-05-22 03:44:01 +00:00
instr.c Moved system.dll implementation to dlls/kernel. 2003-05-20 17:50:59 +00:00
local.c Moved most local heap functions to dlls/kernel. 2003-05-16 20:15:26 +00:00
selector.c Moved LDT selector allocation routines to libwine. 2003-02-26 20:34:45 +00:00
string.c Move excpt.h out of include/msvcrt/ as it does not conflict with any 2002-12-12 23:34:01 +00:00
virtual.c Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. 2003-01-07 20:36:20 +00:00