- 02 Jul, 1997 1 commit
-
-
Kenichi Handa authored
(Fopen_network_stream): Likewise.
-
- 01 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
(read_process_output): Use read instead of READ_CHILD_OUTPUT.
-
- 29 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
do check for keyboard input and swallow events, just don't exit. (max): New macro. (wait_reading_process_input): Pass a smaller first arg to select.
-
- 22 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
keyboard input if wait_for_cell.
-
- 19 Jun, 1997 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Don't close the output descriptor if that is also the input descriptor.
-
- 18 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 17 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 16 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
the process WAIT_PROC has terminated, first read all its output.
-
- 13 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 09 Jun, 1997 1 commit
-
-
Kenichi Handa authored
Vdefault_process_coding_system. (Fopen_network_stream): Likewise.
-
- 30 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
based on actual buffer change rather than size of string. old_begv and old_zv are now ints. (status_notify): Likewise for opoint.
-
- 25 Mar, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 22 Mar, 1997 1 commit
-
-
Richard M. Stallman authored
ignore subprocess input and respond only to keyboard. (non_process_wait_mask): New variable. (add_keyboard_wait_descriptor): Update it. (delete_keyboard_wait_descriptor): Update it. (init_process): Initialize it.
-
- 27 Feb, 1997 1 commit
-
-
Kenichi Handa authored
character code conversion if enable-multibyte-characters is nil.
-
- 20 Feb, 1997 1 commit
-
-
Karl Heuer authored
(proc_decode_coding_system, proc_encode_coding_system): New variables. (Fstart_process, create_process, Fopen_network_stream): Setup coding systems for character code conversion. (READ_CHILD_OUTPUT): New macro. (read_process_output): Perform character code conversion of a process output. (send_process): Perform character code conversion of a text sent to a process. (Fset_process_coding_system, Fprocess_coding_system): New functions. (syms_of_process): Handle them.
-
- 30 Dec, 1996 1 commit
-
-
Richard M. Stallman authored
(create_process): Block input around the fork.
-
- 19 Dec, 1996 1 commit
-
-
Richard M. Stallman authored
Call Fmatch_data with new explicit arguments.
-
- 18 Dec, 1996 1 commit
-
-
Richard M. Stallman authored
When we wait for the buffer to clear, wait just .02 second.
-
- 08 Dec, 1996 1 commit
-
-
Richard M. Stallman authored
before each call to read_process_output. (read_process_output): Handle match data properly in recursive calls. (exec_sentinel): Likewise.
-
- 26 Oct, 1996 1 commit
-
-
Richard M. Stallman authored
just before running the sentinel, in case it dies.
-
- 17 Sep, 1996 1 commit
-
-
Karl Heuer authored
-
- 16 Sep, 1996 1 commit
-
-
Richard M. Stallman authored
(syms_of_process): staticpro deleted.
-
- 04 Sep, 1996 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Don't reestablish handler.
-
- 03 Sep, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 01 Sep, 1996 3 commits
-
-
Richard M. Stallman authored
(Fopen_network_stream): Store a cons cell in childp. (NETCONN_P): Use GC_CONSP. (list_processes_1): Use new childp format.
-
Richard M. Stallman authored
and defined (HAVE_SETSID) instead of DONT_REOPEN_PTY.
-
Karl Heuer authored
-
- 22 Aug, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 16 Jul, 1996 1 commit
-
-
Karl Heuer authored
-
- 15 Jul, 1996 1 commit
-
-
Karl Heuer authored
Don't reinstall sig handler if POSIX_SIGNALS.
-
- 13 Jul, 1996 1 commit
-
-
Karl Heuer authored
annoying messages.
-
- 11 Jun, 1996 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
O_NDELAY conditionals out of the EWOULDBLOCK conditional.
-
- 09 Jun, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 08 Jun, 1996 1 commit
-
-
Richard M. Stallman authored
socket library is loaded if available.
-
- 26 Apr, 1996 1 commit
-
-
Richard M. Stallman authored
(create_process, read_process_output, Fsignal_process) [WINDOWSNT]: Remove conditional NT code.
-
- 23 Apr, 1996 1 commit
-
-
Richard M. Stallman authored
If wait_for_cell, don't call timer_check, and use detect_input_pending instead of detect_input_pending_run_timers.
-
- 15 Apr, 1996 1 commit
-
-
Richard M. Stallman authored
Get rid of the loop around the detect_input_pending call.
-