aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
1995-10-09(exec_sentinel, read_process_output):Richard M. Stallman1-2/+10
1995-08-08(read_process_output, exec_sentinel): CallRichard M. Stallman1-8/+6
1995-08-02Maybe include net/errno.h.Richard M. Stallman1-0/+3
1995-07-25(Fstart_process): Don't expand the file name before trying openp.Richard M. Stallman1-2/+1
1995-07-17(keyboard_bit_set): Fix one-off in loop end.Karl Heuer1-1/+1
1995-07-07(Fstart_process): Expand PROGRAM.Richard M. Stallman1-1/+8
1995-06-25(Fopen_network_stream): Sleep 1 sec before connect retry.Richard M. Stallman1-0/+4
1995-06-19(sigchld_handler): Change XSETFASTINT to XSETINT.Richard M. Stallman1-2/+2
1995-06-14(status_notify): Undo May 18 change.Richard M. Stallman1-77/+74
1995-06-08[!subprocesses]: Include sysselect.h.Karl Heuer1-0/+1
1995-05-26(create_process, send_process): Add volatile qualifiers.Karl Heuer1-8/+14
1995-05-18(status_notify): If Vprocess_alist changes withinKarl Heuer1-70/+75
1995-05-07(wait_reading_process_input): Pass arg in new call to set_waiting_for_input.Richard M. Stallman1-1/+1
1995-05-06(wait_reading_process_input): Don't call prepare_menu_bars.Richard M. Stallman1-6/+6
1995-05-05(list_processes_1): Cast XFASTINT for passing to sprintf.Richard M. Stallman1-1/+1
1995-04-28(create_process): Don't reference pty_name if !HAVE_PTYS.Karl Heuer1-5/+14
1995-04-24(create_process): Don't abort if can't reopenRichard M. Stallman1-3/+8
1995-04-11(create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG,Roland McGrath1-1/+1
1995-04-07(read_process_output_error_handler)Richard M. Stallman1-2/+2
1995-04-07Update copyright.Karl Heuer1-1/+1
1995-03-28(Fsignal_process): SIGCODE is a symbol, not a string.Karl Heuer1-1/+1
1995-03-28(Fsignal_process): Allow signal names as well as numbers.Richard M. Stallman1-7/+119
1995-03-03(exec_sentinel, read_process_output): If running filterRichard M. Stallman1-6/+15
1995-02-14(Fstart_process): Make process marker point into proc buf.Richard M. Stallman1-3/+8
1995-01-25(process_tick, update_tick): Make non-static.Karl Heuer1-3/+4
1995-01-23#include sysselect.h instead of defining things by hand.Karl Heuer1-20/+1
1994-11-21Added code for automatically saving and restoring the match dataFrancesco Potortì1-1/+8
1994-11-16(make_process): Use allocate_vectorlike and VECSIZE.Karl Heuer1-11/+8
1994-11-15(NETCONN_P, kill_buffer_processes): Use the new type-test macros.Karl Heuer1-4/+3
1994-11-10(create_process) [OSF1]: Use setpgid, not setpgrp.Richard M. Stallman1-0/+4
1994-11-01Use macros IS_ANY_SEP, IS_DIRECTORY_SEP,Richard M. Stallman1-9/+60
1994-10-26(status_message): Add a cast.Richard M. Stallman1-2/+4
1994-10-26(list_processes_1): Print tty name.Karl Heuer1-2/+9
1994-10-25Handle multiple keyboard input descriptors.Richard M. Stallman1-26/+86
1994-10-04(read_process_output): Don't use XFASTINT as an lvalue.Karl Heuer1-2/+2
1994-10-04(make_process, list_processes_1, create_process, Faccept_process_output,Karl Heuer1-14/+14
1994-10-04(make_process, create_process, Fopen_network_stream, deactivate_process,Karl Heuer1-10/+10
1994-09-27(decode_status, Fprocessp, Fget_process, Fget_buffer_process, Fprocess_status,Karl Heuer1-14/+14
1994-09-24(Fprocess_send_eof): Delete DID_REMOTE conditional.Richard M. Stallman1-9/+0
1994-09-23(exec_sentinel_error_handler): New function.Richard M. Stallman1-9/+64
1994-08-19(wait_reading_process_input):Richard M. Stallman1-1/+6
1994-07-31(create_process): Set default handling for SIGINT, etc.Richard M. Stallman1-2/+5
1994-07-27(wait_reading_process_input): If wait_for_cell,Richard M. Stallman1-4/+1
1994-07-25[!HAVE_H_ERRNO]: Declare h_errno.Richard M. Stallman1-0/+7
1994-07-19(Fopen_network_stream): Retry gethostbyname after TRY_AGAIN failure.Richard M. Stallman1-1/+9
1994-07-13(Qlast_nonmenu_event): New variable.Richard M. Stallman1-0/+6
1994-06-25(send_process): Major rewrite.Richard M. Stallman1-67/+111
1994-06-17(Fprocess_status): Return nil for process name that has no process.Richard M. Stallman1-1/+7
1994-06-15(create_process): Set input_wait_mask before forking.Karl Heuer1-4/+4
1994-06-14(Fprocess_send_eof): Doc fix.Richard M. Stallman1-1/+4