log src/process.c @ 5543:dbc1d920ef5c

age author description
Sun, 09 Jan 1994 23:06:40 +0000 Roland McGrath Don't declare sys_nerr.
Sun, 09 Jan 1994 12:16:26 +0000 Richard M. Stallman Comment changes.
Sat, 01 Jan 1994 15:12:52 +0000 Richard M. Stallman (read_process_output): Use clip_to_bounds when moving
Sat, 25 Dec 1993 01:44:47 +0000 Richard M. Stallman (create_process) [NTTYDISC]: Set the tty line discipline.
Fri, 24 Dec 1993 03:49:30 +0000 Richard M. Stallman (Fopen_network_stream): Turn off SIGIO while connecting.
Thu, 23 Dec 1993 01:24:18 +0000 Richard M. Stallman (Fprocess_status): Use get_process, not Fget_process.
Thu, 23 Dec 1993 01:22:23 +0000 Richard M. Stallman (deactivate_process) [SVR4_PTYS]: If subtty is not nil, close it.
Thu, 25 Nov 1993 21:36:51 +0000 Richard M. Stallman (create_process): Do setpgrp for USG regardless of IRIX.
Wed, 24 Nov 1993 22:42:25 +0000 Richard M. Stallman (Fdelete_process): Fix paren error.
Tue, 23 Nov 1993 10:57:16 +0000 Richard M. Stallman (wait_reading_process_input):
Sat, 13 Nov 1993 09:31:34 +0000 Richard M. Stallman (IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions).
Sat, 13 Nov 1993 02:37:58 +0000 Richard M. Stallman (get_process): Add `static' to definition.
Thu, 04 Nov 1993 22:13:15 +0000 Richard M. Stallman [TERM]: Include client.h.
Mon, 25 Oct 1993 05:13:17 +0000 Brian Fox (Fopen_netwrok_stream): Cast arg to inet_addr to (char *).
Fri, 22 Oct 1993 01:16:04 +0000 Richard M. Stallman (status_notify): Don't read from process if filter is t.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Wed, 08 Sep 1993 17:53:11 +0000 Richard M. Stallman (keyboard_descriptor): New variable.
Sun, 15 Aug 1993 03:52:43 +0000 Richard M. Stallman Include syswait.h.
Wed, 28 Jul 1993 08:19:30 +0000 Richard M. Stallman (wait_reading_process_input): Undo last two changes:
Sat, 24 Jul 1993 05:47:16 +0000 Richard M. Stallman (Fprocess_status): Use Fget_process, to avoid error
Thu, 22 Jul 1993 19:38:51 +0000 Richard M. Stallman (Fget_buffer_process): Delete doc string from
Fri, 09 Jul 1993 21:42:51 +0000 Richard M. Stallman (wait_reading_process_input): If wait_for_cell, do call
Fri, 02 Jul 1993 05:43:43 +0000 Richard M. Stallman (wait_reading_process_input): Do include the keyboard
Tue, 29 Jun 1993 16:53:32 +0000 Richard M. Stallman (wait_reading_process_input): Use SIGIO only if defined.
Fri, 18 Jun 1993 23:33:20 +0000 Jim Blandy Changes for Irix 4.0, tested this time:
Thu, 17 Jun 1993 22:03:06 +0000 Jim Blandy * callproc.c (Fcall_process, child_setup): If IRIX is #defined,
Sat, 12 Jun 1993 16:58:31 +0000 Richard M. Stallman (start_process_unwind): Use XINT.
Fri, 11 Jun 1993 21:06:14 +0000 Richard M. Stallman (read_process_output): Don't deactivate the mark.
Thu, 10 Jun 1993 09:32:18 +0000 Jim Blandy Typo.
Wed, 09 Jun 1993 12:39:16 +0000 Jim Blandy * process.c (sigchld_handler): Add cast, to avoid warnings on Linux.