summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* (Fopen_network_stream): Use sizeof, not strlen, for numeric_addr.Richard M. Stallman1996-02-111-1/+2
* (remove_process): Don't unlink the process marker.Richard M. Stallman1996-02-081-1/+0
* (sigchld_handler): Use cleaner end-of-list test.Karl Heuer1996-02-051-2/+2
* (wait_reading_process_input): If select times out,Richard M. Stallman1996-02-011-4/+11
* (create_process): Set outchannel to be non-blocking.Richard M. Stallman1996-01-291-1/+4
* (wait_reading_process_input): Call timer_checkRichard M. Stallman1996-01-291-0/+18
* (wait_reading_process_input) [not subprocesses]: DoKarl Heuer1996-01-241-3/+6
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (create_process): Restore the signal stateKarl Heuer1996-01-091-21/+30
* (Fprocessp, Fget_buffer_process, Fdelete_process, Fprocess_status,Erik Naggum1996-01-091-100/+100
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (Fopen_network_stream): Call bind_polling_period earlier.Karl Heuer1995-12-211-7/+7
* (create_process): Use Posix signal handling toKarl Heuer1995-12-131-3/+50
* [HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.Geoff Voelker1995-11-071-2/+2
* (exec_sentinel, read_process_output):Richard M. Stallman1995-10-091-2/+10
* (read_process_output, exec_sentinel): CallRichard M. Stallman1995-08-081-8/+6
* Maybe include net/errno.h.Richard M. Stallman1995-08-021-0/+3
* (Fstart_process): Don't expand the file name before trying openp.Richard M. Stallman1995-07-251-2/+1
* (keyboard_bit_set): Fix one-off in loop end.Karl Heuer1995-07-171-1/+1
* (Fstart_process): Expand PROGRAM.Richard M. Stallman1995-07-071-1/+8
* (Fopen_network_stream): Sleep 1 sec before connect retry.Richard M. Stallman1995-06-251-0/+4
* (sigchld_handler): Change XSETFASTINT to XSETINT.Richard M. Stallman1995-06-191-2/+2
* (status_notify): Undo May 18 change.Richard M. Stallman1995-06-141-77/+74
* [!subprocesses]: Include sysselect.h.Karl Heuer1995-06-081-0/+1
* (create_process, send_process): Add volatile qualifiers.Karl Heuer1995-05-261-8/+14
* (status_notify): If Vprocess_alist changes withinKarl Heuer1995-05-181-70/+75
* (wait_reading_process_input): Pass arg in new call to set_waiting_for_input.Richard M. Stallman1995-05-071-1/+1
* (wait_reading_process_input): Don't call prepare_menu_bars.Richard M. Stallman1995-05-061-6/+6
* (list_processes_1): Cast XFASTINT for passing to sprintf.Richard M. Stallman1995-05-051-1/+1
* (create_process): Don't reference pty_name if !HAVE_PTYS.Karl Heuer1995-04-281-5/+14
* (create_process): Don't abort if can't reopenRichard M. Stallman1995-04-241-3/+8
* (create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG,Roland McGrath1995-04-111-1/+1
* (read_process_output_error_handler)Richard M. Stallman1995-04-071-2/+2
* Update copyright.Karl Heuer1995-04-071-1/+1
* (Fsignal_process): SIGCODE is a symbol, not a string.Karl Heuer1995-03-281-1/+1
* (Fsignal_process): Allow signal names as well as numbers.Richard M. Stallman1995-03-281-7/+119
* (exec_sentinel, read_process_output): If running filterRichard M. Stallman1995-03-031-6/+15
* (Fstart_process): Make process marker point into proc buf.Richard M. Stallman1995-02-141-3/+8
* (process_tick, update_tick): Make non-static.Karl Heuer1995-01-251-3/+4
* #include sysselect.h instead of defining things by hand.Karl Heuer1995-01-231-20/+1
* Added code for automatically saving and restoring the match dataFrancesco Potortì1994-11-211-1/+8
* (make_process): Use allocate_vectorlike and VECSIZE.Karl Heuer1994-11-161-11/+8
* (NETCONN_P, kill_buffer_processes): Use the new type-test macros.Karl Heuer1994-11-151-4/+3
* (create_process) [OSF1]: Use setpgid, not setpgrp.Richard M. Stallman1994-11-101-0/+4
* Use macros IS_ANY_SEP, IS_DIRECTORY_SEP,Richard M. Stallman1994-11-011-9/+60
* (status_message): Add a cast.Richard M. Stallman1994-10-261-2/+4
* (list_processes_1): Print tty name.Karl Heuer1994-10-261-2/+9
* Handle multiple keyboard input descriptors.Richard M. Stallman1994-10-251-26/+86
* (read_process_output): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (make_process, list_processes_1, create_process, Faccept_process_output,Karl Heuer1994-10-041-14/+14