- 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.
-
- 14 Apr, 1996 1 commit
-
-
Richard M. Stallman authored
the case of READ_KBD being a cons cell. Retry the timer check after a timer fired. (All of these make this definition consistent with the one that supports async subprocesses.) (wait_reading_process_input, both definitions): Use plain detect_input_pending just before the select call.
-
- 12 Apr, 1996 1 commit
-
-
Richard M. Stallman authored
Don't call detect_input_pending; use detect_input_pending_run_timers.
-
- 03 Apr, 1996 1 commit
-
-
Richard M. Stallman authored
wait_reading_process_input_1 if time_limit is -1.
-
- 27 Mar, 1996 1 commit
-
-
Richard M. Stallman authored
(wait_reading_process_input): Call wait_reading_process_input_1. If timer_check runs some timers, retry it.
-
- 22 Mar, 1996 1 commit
-
-
Richard M. Stallman authored
that was trying to check read_kbd and failing.
-
- 19 Mar, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 14 Mar, 1996 1 commit
-
-
Karl Heuer authored
timers and redisplay if they were run, like the code for systems which support subprocesses does.
-
- 10 Mar, 1996 1 commit
-
-
Richard M. Stallman authored
Port the timer changes from the other wait_reading_process_input.
-
- 08 Mar, 1996 1 commit
-
-
Richard M. Stallman authored
Redisplay after timer_check if timers were actually run.
-
- 05 Mar, 1996 1 commit
-
-
Richard M. Stallman authored
Pass DO_DISPLAY to detect_input_pending_run_timers. (Fopen_network_stream): Set immediate_quit around gethostbyname.
-