- 09 Jan, 1996 1 commit
-
-
Erik Naggum authored
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.
-
- 05 Jan, 1996 1 commit
-
-
Karl Heuer authored
-
- 21 Dec, 1995 1 commit
-
-
Karl Heuer authored
-
- 13 Dec, 1995 1 commit
-
-
Karl Heuer authored
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.
-
- 07 Nov, 1995 1 commit
-
-
Geoff Voelker authored
Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.
-
- 09 Oct, 1995 1 commit
-
-
Richard M. Stallman authored
Call record_asynch_buffer_change only if caller is reading kbd input.
-
- 08 Aug, 1995 1 commit
-
-
Richard M. Stallman authored
record_asynch_buffer_change after any eval. Don't call prepare_menu_bars. (wait_reading_process_input): Don't call prepare_menu_bars.
-
- 02 Aug, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 25 Jul, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 17 Jul, 1995 1 commit
-
-
Karl Heuer authored
-
- 07 Jul, 1995 1 commit
-
-
Richard M. Stallman authored
Error if it is a directory.
-
- 25 Jun, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 19 Jun, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 14 Jun, 1995 1 commit
-
-
Richard M. Stallman authored
Set update_tick at the beginning not at end.
-
- 08 Jun, 1995 1 commit
-
-
Karl Heuer authored
-
- 26 May, 1995 1 commit
-
-
Karl Heuer authored
(wait_reading_process_input) [both versions]: Cast args of select.
-
- 18 May, 1995 1 commit
-
-
Karl Heuer authored
the loop, do the whole loop again.
-
- 07 May, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 06 May, 1995 1 commit
-
-
Richard M. Stallman authored
Clear waiting_for_input around calling redisplay_preserve_echo_area.
-
- 05 May, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 28 Apr, 1995 1 commit
-
-
Karl Heuer authored
-
- 24 Apr, 1995 1 commit
-
-
Richard M. Stallman authored
pty_name in the child. Exit the child instead.
-
- 11 Apr, 1995 1 commit
-
-
Roland McGrath authored
so Fprocess_tty_name returns nil for pipes as its docstring says.
-
- 07 Apr, 1995 2 commits
-
-
Richard M. Stallman authored
(exec_sentinel_error_handler): Fsleep_for wants two args.
-
Karl Heuer authored
-
- 28 Mar, 1995 2 commits
-
-
Karl Heuer authored
-
Richard M. Stallman authored
-
- 03 Mar, 1995 1 commit
-
-
Richard M. Stallman authored
or sentinel changes the local map, call record_asynch_buffer_change.
-
- 14 Feb, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 25 Jan, 1995 1 commit
-
-
Karl Heuer authored
-
- 23 Jan, 1995 1 commit
-
-
Karl Heuer authored
-
- 21 Nov, 1994 1 commit
-
-
Francesco Potortì authored
when a filter or sentinel tries to modify it.
-
- 16 Nov, 1994 1 commit
-
-
Karl Heuer authored
-
- 15 Nov, 1994 1 commit
-
-
Karl Heuer authored
-
- 10 Nov, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 01 Nov, 1994 1 commit
-
-
Richard M. Stallman authored
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.
-
- 26 Oct, 1994 2 commits
-
-
Richard M. Stallman authored
(sigchld_handler): Add a cast.
-
Karl Heuer authored
-
- 25 Oct, 1994 1 commit
-
-
Richard M. Stallman authored
(non_keyboard_wait_mask): New variable. (Fset_process_filter): Update non_keyboard_wait_mask (create_process, Fopen_network_stream, deactivate_process): (init_process, sigchld_handler): Likewise. (wait_reading_process_input): Maybe use non_keyboard_wait_mask. (add_keyboard_wait_descriptor): Renamed from change_keyboard_wait_descriptor. Clear the old descriptor's bit only the first call. (delete_keyboard_wait_descriptor): New function. (keyboard_bit_set): New function. (wait_reading_process_input): Use keyboard_bit_set. Start the loop over process descs from 0, and explicitly ignore non-process input descs. (init_process): Don't init keyboard_descriptor. (keyboard_descriptor): Variable deleted. (add_keyboard_wait_descriptor): Don't set keyboard_descriptor. (delete_keyboard_wait_descriptor): New function.
-
- 04 Oct, 1994 1 commit
-
-
Karl Heuer authored
-