summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
1996-02-21(Faccept_process_output): Accept sub-second timeouts.Erik Naggum
1996-02-11(Fopen_network_stream): Use sizeof, not strlen, for numeric_addr.Richard M. Stallman
1996-02-08(remove_process): Don't unlink the process marker.Richard M. Stallman
1996-02-05(sigchld_handler): Use cleaner end-of-list test.Karl Heuer
1996-02-01(wait_reading_process_input): If select times out,Richard M. Stallman
1996-01-29(create_process): Set outchannel to be non-blocking.Richard M. Stallman
1996-01-29(wait_reading_process_input): Call timer_checkRichard M. Stallman
1996-01-24(wait_reading_process_input) [not subprocesses]: DoKarl Heuer
1996-01-15Update FSF's address in the preamble.Erik Naggum
1996-01-09(create_process): Restore the signal stateKarl Heuer
1996-01-09(Fprocessp, Fget_buffer_process, Fdelete_process, Fprocess_status,Erik Naggum
1996-01-05Comment fixes.Karl Heuer
1995-12-21(Fopen_network_stream): Call bind_polling_period earlier.Karl Heuer
1995-12-13(create_process): Use Posix signal handling toKarl Heuer
1995-11-07[HAVE_NTGUI] (POLL_FOR_INPUT): Define macro.Geoff Voelker
1995-10-09(exec_sentinel, read_process_output):Richard M. Stallman
1995-08-08(read_process_output, exec_sentinel): CallRichard M. Stallman
1995-08-02Maybe include net/errno.h.Richard M. Stallman
1995-07-25(Fstart_process): Don't expand the file name before trying openp.Richard M. Stallman
1995-07-17(keyboard_bit_set): Fix one-off in loop end.Karl Heuer
1995-07-07(Fstart_process): Expand PROGRAM.Richard M. Stallman
1995-06-25(Fopen_network_stream): Sleep 1 sec before connect retry.Richard M. Stallman
1995-06-19(sigchld_handler): Change XSETFASTINT to XSETINT.Richard M. Stallman
1995-06-14(status_notify): Undo May 18 change.Richard M. Stallman
1995-06-08[!subprocesses]: Include sysselect.h.Karl Heuer
1995-05-26(create_process, send_process): Add volatile qualifiers.Karl Heuer
1995-05-18(status_notify): If Vprocess_alist changes withinKarl Heuer
1995-05-07(wait_reading_process_input): Pass arg in new call to set_waiting_for_input.Richard M. Stallman
1995-05-06(wait_reading_process_input): Don't call prepare_menu_bars.Richard M. Stallman
1995-05-05(list_processes_1): Cast XFASTINT for passing to sprintf.Richard M. Stallman
1995-04-28(create_process): Don't reference pty_name if !HAVE_PTYS.Karl Heuer
1995-04-24(create_process): Don't abort if can't reopenRichard M. Stallman
1995-04-11(create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG,Roland McGrath
1995-04-07(read_process_output_error_handler)Richard M. Stallman
1995-04-07Update copyright.Karl Heuer
1995-03-28(Fsignal_process): SIGCODE is a symbol, not a string.Karl Heuer
1995-03-28(Fsignal_process): Allow signal names as well as numbers.Richard M. Stallman
1995-03-03(exec_sentinel, read_process_output): If running filterRichard M. Stallman
1995-02-14(Fstart_process): Make process marker point into proc buf.Richard M. Stallman
1995-01-25(process_tick, update_tick): Make non-static.Karl Heuer
1995-01-23#include sysselect.h instead of defining things by hand.Karl Heuer
1994-11-21Added code for automatically saving and restoring the match dataFrancesco Potortì
1994-11-16(make_process): Use allocate_vectorlike and VECSIZE.Karl Heuer
1994-11-15(NETCONN_P, kill_buffer_processes): Use the new type-test macros.Karl Heuer
1994-11-10(create_process) [OSF1]: Use setpgid, not setpgrp.Richard M. Stallman
1994-11-01Use macros IS_ANY_SEP, IS_DIRECTORY_SEP,Richard M. Stallman
1994-10-26(status_message): Add a cast.Richard M. Stallman
1994-10-26(list_processes_1): Print tty name.Karl Heuer
1994-10-25Handle multiple keyboard input descriptors.Richard M. Stallman
1994-10-04(read_process_output): Don't use XFASTINT as an lvalue.Karl Heuer