| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (wait_reading_process_input): | Richard M. Stallman | 1996-03-05 | 1 | -2/+5 |
| | | | | | | | Pass DO_DISPLAY to detect_input_pending_run_timers. (Fopen_network_stream): Set immediate_quit around gethostbyname. | ||||
| * | (wait_reading_process_input): Use getpid when generating SIGIO. | Richard M. Stallman | 1996-03-03 | 1 | -2/+2 |
| | | |||||
| * | (Fopen_network_stream): Set immediate_quit for the connect. | Richard M. Stallman | 1996-02-26 | 1 | -0/+8 |
| | | |||||
| * | (wait_reading_process_input): | Karl Heuer | 1996-02-21 | 1 | -6/+11 |
| | | | | | | | | Pass new arg to swallow_events. (wait_reading_process_input): If read_kbd is 1, use detect_input_pending_run_timers instead of detect_input_pending. | ||||
| * | (Faccept_process_output): Accept sub-second timeouts. | Erik Naggum | 1996-02-21 | 1 | -1/+1 |
| | | |||||
| * | (Fopen_network_stream): Use sizeof, not strlen, for numeric_addr. | Richard M. Stallman | 1996-02-11 | 1 | -1/+2 |
| | | |||||
| * | (remove_process): Don't unlink the process marker. | Richard M. Stallman | 1996-02-08 | 1 | -1/+0 |
| | | |||||
| * | (sigchld_handler): Use cleaner end-of-list test. | Karl Heuer | 1996-02-05 | 1 | -2/+2 |
| | | |||||
| * | (wait_reading_process_input): If select times out, | Richard M. Stallman | 1996-02-01 | 1 | -4/+11 |
| | | | | | | return only if we had no timers to shorten the wait. Don't shorten the wait for timers if time_limit is -1. | ||||
| * | (create_process): Set outchannel to be non-blocking. | Richard M. Stallman | 1996-01-29 | 1 | -1/+4 |
| | | |||||
| * | (wait_reading_process_input): Call timer_check | Richard M. Stallman | 1996-01-29 | 1 | -0/+18 |
| | | | | | and shorten the inner delay if appropriate. | ||||
| * | (wait_reading_process_input) [not subprocesses]: Do | Karl Heuer | 1996-01-24 | 1 | -3/+6 |
| | | | | | not assume SELECT_TYPE is an int. | ||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (create_process): Restore the signal state | Karl Heuer | 1996-01-09 | 1 | -21/+30 |
| | | | | | after vfork whether it succeeds or not. | ||||
| * | (Fprocessp, Fget_buffer_process, Fdelete_process, Fprocess_status, | Erik Naggum | 1996-01-09 | 1 | -100/+100 |
| | | | | | | | | | Fprocess_exit_status, Fprocess_id, Fprocess_name, Fprocess_command, Fprocess_tty_name, Fset_process_buffer, Fprocess_buffer, Fprocess_mark, Fset_process_filter, Fprocess_filter, Fset_process_sentinel, Fprocess_sentinel, Fset_process_window_size, Fprocess_kill_without_query, Faccept_process_output): Harmonize arguments with documentation. | ||||
| * | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
| | | |||||
| * | (Fopen_network_stream): Call bind_polling_period earlier. | Karl Heuer | 1995-12-21 | 1 | -7/+7 |
| | | |||||
| * | (create_process): Use Posix signal handling to | Karl Heuer | 1995-12-13 | 1 | -3/+50 |
| | | | | | | | | block signals, if available. If HAVE_VFORK, save and restore signal handlers that the child might change, since in many systems (e.g. Solaris 2.4) if the child changes the signal handlers this munges the parent's handler. | ||||
| * | [HAVE_NTGUI] (POLL_FOR_INPUT): Define macro. | Geoff Voelker | 1995-11-07 | 1 | -2/+2 |
| | | | | | Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems. | ||||
| * | (exec_sentinel, read_process_output): | Richard M. Stallman | 1995-10-09 | 1 | -2/+10 |
| | | | | | Call record_asynch_buffer_change only if caller is reading kbd input. | ||||
| * | (read_process_output, exec_sentinel): Call | Richard M. Stallman | 1995-08-08 | 1 | -8/+6 |
| | | | | | | | record_asynch_buffer_change after any eval. Don't call prepare_menu_bars. (wait_reading_process_input): Don't call prepare_menu_bars. | ||||
| * | Maybe include net/errno.h. | Richard M. Stallman | 1995-08-02 | 1 | -0/+3 |
| | | |||||
| * | (Fstart_process): Don't expand the file name before trying openp. | Richard M. Stallman | 1995-07-25 | 1 | -2/+1 |
| | | |||||
| * | (keyboard_bit_set): Fix one-off in loop end. | Karl Heuer | 1995-07-17 | 1 | -1/+1 |
| | | |||||
| * | (Fstart_process): Expand PROGRAM. | Richard M. Stallman | 1995-07-07 | 1 | -1/+8 |
| | | | | | Error if it is a directory. | ||||
| * | (Fopen_network_stream): Sleep 1 sec before connect retry. | Richard M. Stallman | 1995-06-25 | 1 | -0/+4 |
| | | |||||
| * | (sigchld_handler): Change XSETFASTINT to XSETINT. | Richard M. Stallman | 1995-06-19 | 1 | -2/+2 |
| | | |||||
| * | (status_notify): Undo May 18 change. | Richard M. Stallman | 1995-06-14 | 1 | -77/+74 |
| | | | | | Set update_tick at the beginning not at end. | ||||
| * | [!subprocesses]: Include sysselect.h. | Karl Heuer | 1995-06-08 | 1 | -0/+1 |
| | | |||||
| * | (create_process, send_process): Add volatile qualifiers. | Karl Heuer | 1995-05-26 | 1 | -8/+14 |
| | | | | | (wait_reading_process_input) [both versions]: Cast args of select. | ||||
| * | (status_notify): If Vprocess_alist changes within | Karl Heuer | 1995-05-18 | 1 | -70/+75 |
| | | | | | the loop, do the whole loop again. | ||||
| * | (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 |
| | | | | | Clear waiting_for_input around calling redisplay_preserve_echo_area. | ||||
| * | (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 |
| | | | | | pty_name in the child. Exit the child instead. | ||||
| * | (create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG, | Roland McGrath | 1995-04-11 | 1 | -1/+1 |
| | | | | | so Fprocess_tty_name returns nil for pipes as its docstring says. | ||||
| * | (read_process_output_error_handler) | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| | | | | | (exec_sentinel_error_handler): Fsleep_for wants two args. | ||||
| * | 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 |
| | | | | | or sentinel changes the local map, call record_asynch_buffer_change. | ||||
| * | (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 |
| | | | | | when a filter or sentinel tries to modify it. | ||||
| * | (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 |
| | | | | | | | | | | | | | | | | | | | | IS_DEVICE_SEP, DIRECTORY_SEP, and DEVICE_SEP. [WINDOWSNT]: Add includes. Don't define sys_siglist. (sigchld_handler): Work around bug in MS C compiler. (sigchld_handler) [WINDOWSNT]: Do not call signal. (signal_process) [WINDOWSNT]: Use win32_kill_process instead of kill. (read_process_output) [WINDOWSNT]: Use read_child_output instead of read. (create_process) [WINDOWSNT]: Use pipe_with_inherited_out and pipe_with_inherited_in. Use the pid returned by child_setup. Deal with not having vfork, Call register_child. (close_process_descs): Do nothing if WINDOWSNT. (proc_buffer_char): No longer static. | ||||