| Commit message (Expand) | Author | Age | Files | Lines |
* | (sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED. | Roland McGrath | 1994-02-11 | 1 | -0/+2 |
* | (Fprocess_kill_without_query): Doc fix. | Richard M. Stallman | 1994-02-08 | 1 | -1/+1 |
* | (sigchld_handler, status_message): Handle a NULL in sys_siglist. | Richard M. Stallman | 1994-01-14 | 1 | -4/+23 |
* | (read_process_output): Supply second arg to unbind_to. | Richard M. Stallman | 1994-01-11 | 1 | -2/+2 |
* | (create_process): Set line discipline only if pty_flag. | Richard M. Stallman | 1994-01-10 | 1 | -6/+7 |
* | Don't declare sys_nerr. | Roland McGrath | 1994-01-09 | 1 | -4/+6 |
* | Comment changes. | Richard M. Stallman | 1994-01-09 | 1 | -4/+4 |
* | (read_process_output): Use clip_to_bounds when moving | Richard M. Stallman | 1994-01-01 | 1 | -1/+1 |
* | (create_process) [NTTYDISC]: Set the tty line discipline. | Richard M. Stallman | 1993-12-25 | 1 | -1/+9 |
* | (Fopen_network_stream): Turn off SIGIO while connecting. | Richard M. Stallman | 1993-12-24 | 1 | -0/+17 |
* | (Fprocess_status): Use get_process, not Fget_process. | Richard M. Stallman | 1993-12-23 | 1 | -19/+24 |
* | (deactivate_process) [SVR4_PTYS]: If subtty is not nil, close it. | Richard M. Stallman | 1993-12-23 | 1 | -0/+4 |
* | (create_process): Do setpgrp for USG regardless of IRIX. | Richard M. Stallman | 1993-11-25 | 1 | -2/+2 |
* | (Fdelete_process): Fix paren error. | Richard M. Stallman | 1993-11-24 | 1 | -1/+1 |
* | (wait_reading_process_input): | Richard M. Stallman | 1993-11-23 | 1 | -47/+53 |
* | (IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions). | Richard M. Stallman | 1993-11-13 | 1 | -2/+11 |
* | (get_process): Add `static' to definition. | Richard M. Stallman | 1993-11-13 | 1 | -1/+1 |
* | [TERM]: Include client.h. | Richard M. Stallman | 1993-11-04 | 1 | -0/+13 |
* | (Fopen_netwrok_stream): Cast arg to inet_addr to (char *). | Brian Fox | 1993-10-25 | 1 | -1/+1 |
* | (status_notify): Don't read from process if filter is t. | Richard M. Stallman | 1993-10-22 | 1 | -1/+7 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (keyboard_descriptor): New variable. | Richard M. Stallman | 1993-09-08 | 1 | -16/+35 |
* | Include syswait.h. | Richard M. Stallman | 1993-08-15 | 1 | -68/+5 |
* | (wait_reading_process_input): Undo last two changes: | Richard M. Stallman | 1993-07-28 | 1 | -2/+7 |
* | (Fprocess_status): Use Fget_process, to avoid error | Richard M. Stallman | 1993-07-24 | 1 | -3/+1 |
* | (Fget_buffer_process): Delete doc string from | Richard M. Stallman | 1993-07-22 | 1 | -13/+17 |
* | (wait_reading_process_input): If wait_for_cell, do call | Richard M. Stallman | 1993-07-09 | 1 | -2/+3 |
* | (wait_reading_process_input): Do include the keyboard | Richard M. Stallman | 1993-07-02 | 1 | -9/+11 |
* | (wait_reading_process_input): Use SIGIO only if defined. | Richard M. Stallman | 1993-06-29 | 1 | -0/+2 |
* | Changes for Irix 4.0, tested this time: | Jim Blandy | 1993-06-18 | 1 | -1/+1 |
* | * callproc.c (Fcall_process, child_setup): If IRIX is #defined, | Jim Blandy | 1993-06-17 | 1 | -2/+2 |
* | (start_process_unwind): Use XINT. | Richard M. Stallman | 1993-06-12 | 1 | -1/+1 |
* | (read_process_output): Don't deactivate the mark. | Richard M. Stallman | 1993-06-11 | 1 | -21/+2 |
* | Typo. | Jim Blandy | 1993-06-10 | 1 | -1/+1 |
* | * process.c (sigchld_handler): Add cast, to avoid warnings on Linux. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
* | * process.c (sigchld_handler): Add cast, to avoid warnings on Linux. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
* | (read_process_output): Deactivate the mark. | Richard M. Stallman | 1993-06-06 | 1 | -0/+32 |
* | (MAXDESC): Get it from FD_SETSIZE if that exists. | Richard M. Stallman | 1993-05-29 | 1 | -0/+4 |
* | (wait_reading_process_input): Call swallow_events. | Richard M. Stallman | 1993-05-25 | 1 | -1/+5 |
* | (create_process): Ignore retval from TIOCSTTY. | Richard M. Stallman | 1993-05-24 | 1 | -2/+6 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | * process.c (Fopen_network_stream): Deal with older systems, which | Jim Blandy | 1993-05-22 | 1 | -2/+7 |
* | Some more changes from Michael K. Johnson for Linux. | Jim Blandy | 1993-05-20 | 1 | -1/+1 |
* | * process.c (wait_reading_process_input): Undo change of April | Jim Blandy | 1993-05-19 | 1 | -10/+15 |
* | * process.c (wait_reading_process_input): Don't forget to call | Jim Blandy | 1993-05-19 | 1 | -1/+4 |
* | * process.c [__sgi] (allocate_pty): Give up immediately if pty is | Jim Blandy | 1993-05-19 | 1 | -1/+1 |
* | Document sun change. | Jim Blandy | 1993-05-16 | 1 | -1/+7 |
* | * process.c (wait_reading_process_input): If we're running | Jim Blandy | 1993-05-15 | 1 | -1/+1 |
* | (wait_reading_process_input): Move the status_notify | Richard M. Stallman | 1993-04-29 | 1 | -9/+9 |