| Commit message (Expand) | Author | Age | Files | Lines |
* | (create_process, send_process): Add volatile qualifiers. | Karl Heuer | 1995-05-26 | 1 | -8/+14 |
* | (status_notify): If Vprocess_alist changes within | Karl Heuer | 1995-05-18 | 1 | -70/+75 |
* | (wait_reading_process_input): Pass arg in new call to set_waiting_for_input. | Richard M. Stallman | 1995-05-07 | 1 | -1/+1 |
* | (wait_reading_process_input): Don't call prepare_menu_bars. | Richard M. Stallman | 1995-05-06 | 1 | -6/+6 |
* | (list_processes_1): Cast XFASTINT for passing to sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -1/+1 |
* | (create_process): Don't reference pty_name if !HAVE_PTYS. | Karl Heuer | 1995-04-28 | 1 | -5/+14 |
* | (create_process): Don't abort if can't reopen | Richard M. Stallman | 1995-04-24 | 1 | -3/+8 |
* | (create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG, | Roland McGrath | 1995-04-11 | 1 | -1/+1 |
* | (read_process_output_error_handler) | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (Fsignal_process): SIGCODE is a symbol, not a string. | Karl Heuer | 1995-03-28 | 1 | -1/+1 |
* | (Fsignal_process): Allow signal names as well as numbers. | Richard M. Stallman | 1995-03-28 | 1 | -7/+119 |
* | (exec_sentinel, read_process_output): If running filter | Richard M. Stallman | 1995-03-03 | 1 | -6/+15 |
* | (Fstart_process): Make process marker point into proc buf. | Richard M. Stallman | 1995-02-14 | 1 | -3/+8 |
* | (process_tick, update_tick): Make non-static. | Karl Heuer | 1995-01-25 | 1 | -3/+4 |
* | #include sysselect.h instead of defining things by hand. | Karl Heuer | 1995-01-23 | 1 | -20/+1 |
* | Added code for automatically saving and restoring the match data | Francesco Potortì | 1994-11-21 | 1 | -1/+8 |
* | (make_process): Use allocate_vectorlike and VECSIZE. | Karl Heuer | 1994-11-16 | 1 | -11/+8 |
* | (NETCONN_P, kill_buffer_processes): Use the new type-test macros. | Karl Heuer | 1994-11-15 | 1 | -4/+3 |
* | (create_process) [OSF1]: Use setpgid, not setpgrp. | Richard M. Stallman | 1994-11-10 | 1 | -0/+4 |
* | Use macros IS_ANY_SEP, IS_DIRECTORY_SEP, | Richard M. Stallman | 1994-11-01 | 1 | -9/+60 |
* | (status_message): Add a cast. | Richard M. Stallman | 1994-10-26 | 1 | -2/+4 |
* | (list_processes_1): Print tty name. | Karl Heuer | 1994-10-26 | 1 | -2/+9 |
* | Handle multiple keyboard input descriptors. | Richard M. Stallman | 1994-10-25 | 1 | -26/+86 |
* | (read_process_output): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
* | (make_process, list_processes_1, create_process, Faccept_process_output, | Karl Heuer | 1994-10-04 | 1 | -14/+14 |
* | (make_process, create_process, Fopen_network_stream, deactivate_process, | Karl Heuer | 1994-10-04 | 1 | -10/+10 |
* | (decode_status, Fprocessp, Fget_process, Fget_buffer_process, Fprocess_status, | Karl Heuer | 1994-09-27 | 1 | -14/+14 |
* | (Fprocess_send_eof): Delete DID_REMOTE conditional. | Richard M. Stallman | 1994-09-24 | 1 | -9/+0 |
* | (exec_sentinel_error_handler): New function. | Richard M. Stallman | 1994-09-23 | 1 | -9/+64 |
* | (wait_reading_process_input): | Richard M. Stallman | 1994-08-19 | 1 | -1/+6 |
* | (create_process): Set default handling for SIGINT, etc. | Richard M. Stallman | 1994-07-31 | 1 | -2/+5 |
* | (wait_reading_process_input): If wait_for_cell, | Richard M. Stallman | 1994-07-27 | 1 | -4/+1 |
* | [!HAVE_H_ERRNO]: Declare h_errno. | Richard M. Stallman | 1994-07-25 | 1 | -0/+7 |
* | (Fopen_network_stream): Retry gethostbyname after TRY_AGAIN failure. | Richard M. Stallman | 1994-07-19 | 1 | -1/+9 |
* | (Qlast_nonmenu_event): New variable. | Richard M. Stallman | 1994-07-13 | 1 | -0/+6 |
* | (send_process): Major rewrite. | Richard M. Stallman | 1994-06-25 | 1 | -67/+111 |
* | (Fprocess_status): Return nil for process name that has no process. | Richard M. Stallman | 1994-06-17 | 1 | -1/+7 |
* | (create_process): Set input_wait_mask before forking. | Karl Heuer | 1994-06-15 | 1 | -4/+4 |
* | (Fprocess_send_eof): Doc fix. | Richard M. Stallman | 1994-06-14 | 1 | -1/+4 |
* | (kill_buffer_processes): For net conn, use Fdelete_process. | Richard M. Stallman | 1994-06-01 | 1 | -1/+1 |
* | (create_process): Get a pty for any non-nil Vprocess_connection_type value. | Richard M. Stallman | 1994-05-30 | 1 | -1/+1 |
* | (create_process): Don't complain about error from TIOCSETD. | Richard M. Stallman | 1994-05-21 | 1 | -2/+1 |
* | (Fopen_network_stream): Call bind_polling_period; later unbind the binding. | Richard M. Stallman | 1994-05-13 | 1 | -1/+19 |
* | (exec_sentinel): Don't deactivate the mark. Check for asynch buffer switch. | Karl Heuer | 1994-05-11 | 1 | -1/+8 |
* | (process_send_signal): If PREFER_VSUSP, use VSUSP instead of VSWTCH. | Richard M. Stallman | 1994-05-09 | 1 | -1/+1 |
* | (wait_reading_process_input): Don't call prepare_menu_bars | Richard M. Stallman | 1994-05-06 | 1 | -3/+9 |
* | (create_process): Undo April 19 setsid change. | Richard M. Stallman | 1994-05-02 | 1 | -1/+3 |
* | (IN_ADDR, NUMERIC_ADDR_ERROR): Made conditional on HAVE_BROKEN_INET_ADDR. | Paul Reilly | 1994-04-30 | 1 | -2/+2 |
* | (Fopen_network_stream): Retry the connect if EADDRINUSE. Ignore EISCONN. | Richard M. Stallman | 1994-04-30 | 1 | -6/+16 |