summaryrefslogtreecommitdiff
path: root/src/w32proc.c
Commit message (Collapse)AuthorAgeFilesLines
* Change all uses of win95, winnt, and win32Geoff Voelker1997-01-201-3/+3
| | | | | | | into Windows 95, Windows NT, and W32, respectively. Expand "win" substring in variables referring to Microsoft Windows constructs into "windows". Canonicalize header comments to use same terminology.
* (compare_env, merge_and_sort_env): New functions.Geoff Voelker1997-01-041-8/+58
| | | | | (sys_spawnve): Sort environment variables for subprocess. (ppid_env_var_buffer): Variable deleted.
* Use new names for w32 filesGeoff Voelker1996-11-191-1/+1
|
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-26/+26
|
* (Vwin32_start_process_show_window): New variable.Richard M. Stallman1996-08-311-1/+14
| | | | | (create_child): Conditionally force subprocess to hide window. (syms_of_ntproc): DEFVAR it.
* (restrict_dos_process): Variable deleted.Richard M. Stallman1996-06-121-6/+3
| | | | (sys_spawnve): Restrict DOS processes on NT as well.
* (restrict_dos_process): Renamed from can_run_dos_process.Richard M. Stallman1996-06-121-4/+5
| | | | (sys_spawnve): Refer to restrict_dos_process.
* (Fwin32_has_winsock, Fwin32_unload_winsock) [HAVE_SOCKETS]: New functions.Richard M. Stallman1996-06-081-0/+73
| | | | (syms_of_ntproc) [HAVE_SOCKETS]: defsubr them.
* (sys_kill): Don't try to terminate a DOS process.Richard M. Stallman1996-06-071-3/+5
|
* (Vwin32_downcase_file_names): New variable.Richard M. Stallman1996-06-031-0/+9
| | | | (syms_of_win32fns): DEF_VAR it.
* (Vwin32_pipe_read_delay): New var.Karl Heuer1996-05-171-0/+91
| | | | | | | (can_run_dos_process, dos_process_running): New vars. (win32_is_dos_binary): New function. (reap_subprocess, sys_spawnve): Use them. (syms_of_ntproc): Defvar and initialize Vwin32_pipe_read_delay.
* (Vwin32_quote_process_args): New variable.Richard M. Stallman1996-05-101-10/+33
| | | | | (sys_spawnve): If Vwin32_quote_process_args, quote the args. (syms_of_ntproc): Set up Lisp variable.
* Include config.h after CRT headers. Include fcntl.h.Geoff Voelker1996-05-031-346/+523
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (child_process, MAX_CHILDREN, CHILD_ACTIVE): Moved to nt.h. (DebugPrint): New macro. (new_child): Create input event structures for child processes. (delete_child): New function. (reader_thread): Return nonzero upon failure. Use _sys_read_ahead. (create_child): Add child_process and parent PID arguments. Don't create input event or thread structures here. Fixup Win95 negative process IDs. (register_child): Don't set consumed event; instead, set thread status so that select will release it. (remove_child): Renamed to reap_process. Only free resources of synchronous children. (win32_wait): Renamed to sys_wait. Sanity check to make sure handle to subprocess exists. Don't reclaim thread resources here. (win32_spawnve): Renamed to sys_spawnve. Check for proper wait mode first thing. Convert command name to DOS format. Quote whitespace and quotes in arguments to subprocess. Use alloca instead of malloc. If max subprocesses, return EAGAIN in hopes of another completing. (sys_select): Add support for socket input. Remove dead code. Check input from children fairly. (sys_select) [HAVE_TIMEVAL]: Remove conditional check and code. (win32_kill_process): Renamed to sys_kill. Use OpenProcess to terminate process. (prepate_standard_handles, reset_standard_handles): Moved here from nt.c.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-15/+16
|
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* (win32_wait): fixed bad synch_process_retcodeGeoff Voelker1996-01-041-5/+24
| | | | and initialized synch_process_death if signaled.
* [HAVE_NTGUI] (create_child): Pass handles to children.Geoff Voelker1995-11-071-2/+39
| | | | [HAVE_NTGUI1] (sys_select): Support alternate keyboard handling.
* (win32_wait): Massage retval into what is expected in Unix.Richard M. Stallman1995-06-191-1/+10
|
* (win32_spawnve): Accept program names without executable suffixes.Richard M. Stallman1995-06-151-1/+21
|
* Include config.h before stdio.h.Geoff Voelker1995-06-101-2/+2
|
* (win32_wait): Reap synchronous subprocesses, and placeKarl Heuer1995-04-121-12/+36
| | | | return code in synch_process_retcode.
* Initial revisionRichard M. Stallman1994-11-141-0/+780