- 19 Nov, 2008 1 commit
-
-
Ricardo Filipe authored
-
- 01 Mar, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 13 Jul, 2007 1 commit
-
-
Damjan Jovanovic authored
-
- 26 Jun, 2007 1 commit
-
-
Andrew Talbot authored
-
- 20 Sep, 2006 1 commit
-
-
Andrew Talbot authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 28 Nov, 2005 1 commit
-
-
Ge van Geldorp authored
-
- 12 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
memory functions.
-
- 10 Jul, 2005 1 commit
-
-
Detlef Riekenberg authored
-
- 21 Jun, 2005 1 commit
-
-
Mike McCormack authored
-
- 17 Jun, 2005 1 commit
-
-
Mike McCormack authored
-
- 29 Nov, 2004 1 commit
-
-
Alexandre Julliard authored
null-terminated (spotted by Alexander Yaworsky).
-
- 25 Oct, 2004 1 commit
-
-
Eric Pouech authored
- always return a NULL runtime info buffer in child if parent's runtime info is NULL - fixed typo in startupinfo size
-
- 11 Oct, 2004 1 commit
-
-
Robert Shearman authored
function.
-
- 08 Sep, 2004 1 commit
-
-
Eric Pouech authored
- fixed console-related fields in RTL_USER_PROCESS_PARAMETERS - various clean-up in kernel32.SetConsoleCtrlHandler - only send a console event once to a process and not to all the process' threads
-
- 05 May, 2004 1 commit
-
-
Alexandre Julliard authored
that aren't null-terminated.
-
- 16 Apr, 2004 1 commit
-
-
Alexandre Julliard authored
along with its name.
-
- 12 Mar, 2004 1 commit
-
-
Alexandre Julliard authored
standard APIs instead.
-
- 08 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
properly.
-
- 04 Oct, 2003 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 30 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 09 Jul, 2003 1 commit
-
-
Mike McCormack authored
-
- 18 Jun, 2003 1 commit
-
-
Eric Pouech authored
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
-
- 13 May, 2003 1 commit
-
-
Eric Pouech authored
behavior in RtlQueryEnvironmentString.
-
- 08 May, 2003 1 commit
-
-
Eric Pouech authored
-