log src/process.c @ 7937:bf963799d8be

age author description
Fri, 17 Jun 1994 13:40:33 +0000 Richard M. Stallman (Fprocess_status): Return nil for process name that has no process.
Wed, 15 Jun 1994 00:24:54 +0000 Karl Heuer (create_process): Set input_wait_mask before forking.
Tue, 14 Jun 1994 19:46:00 +0000 Richard M. Stallman (Fprocess_send_eof): Doc fix.
Wed, 01 Jun 1994 20:36:08 +0000 Richard M. Stallman (kill_buffer_processes): For net conn, use Fdelete_process.
Mon, 30 May 1994 10:19:16 +0000 Richard M. Stallman (create_process): Get a pty for any non-nil Vprocess_connection_type value.
Sat, 21 May 1994 07:28:57 +0000 Richard M. Stallman (create_process): Don't complain about error from TIOCSETD.
Fri, 13 May 1994 08:31:05 +0000 Richard M. Stallman (Fopen_network_stream): Call bind_polling_period; later unbind the binding.
Wed, 11 May 1994 04:04:03 +0000 Karl Heuer (exec_sentinel): Don't deactivate the mark. Check for asynch buffer switch.
Mon, 09 May 1994 03:30:55 +0000 Richard M. Stallman (process_send_signal): If PREFER_VSUSP, use VSUSP instead of VSWTCH.
Fri, 06 May 1994 06:39:48 +0000 Richard M. Stallman (wait_reading_process_input): Don't call prepare_menu_bars
Mon, 02 May 1994 04:07:06 +0000 Richard M. Stallman (create_process): Undo April 19 setsid change.
Sat, 30 Apr 1994 23:28:10 +0000 Paul Reilly (IN_ADDR, NUMERIC_ADDR_ERROR): Made conditional on HAVE_BROKEN_INET_ADDR.
Sat, 30 Apr 1994 06:05:51 +0000 Richard M. Stallman (Fopen_network_stream): Retry the connect if EADDRINUSE. Ignore EISCONN.
Thu, 28 Apr 1994 04:35:39 +0000 Richard M. Stallman (create_process): If vfork fails, close forkin and forkout.
Tue, 26 Apr 1994 21:17:19 +0000 Karl Heuer (create_process) [HAVE_TERMIOS && LDISC1]: Use tcsetattr.
Sun, 24 Apr 1994 03:10:24 +0000 Richard M. Stallman (create_process): Use child_setup_tty only if pty_flag.
Sun, 24 Apr 1994 03:06:55 +0000 Richard M. Stallman (create_process): Use SETUP_SLAVE_PTY only if pty_flag.
Sat, 23 Apr 1994 05:18:09 +0000 Richard M. Stallman (max_process_desc): New variable.
Thu, 21 Apr 1994 19:54:28 +0000 Richard M. Stallman (send_process): If fpathconf fails, use 250.
Wed, 20 Apr 1994 03:49:47 +0000 Richard M. Stallman (create_process): Call setsid only if pty_flag.
Mon, 18 Apr 1994 17:40:25 +0000 Richard M. Stallman (create_process): Fix previous change.
Sat, 16 Apr 1994 07:26:19 +0000 Richard M. Stallman (create_process): Test TIOCSETD along with NTTYDISC.
Tue, 12 Apr 1994 15:11:58 +0000 Richard M. Stallman (Fset_process_window_size): New function.
Tue, 12 Apr 1994 04:39:34 +0000 Richard M. Stallman (send_process): Test pty_flag field for nil, not 0.
Fri, 08 Apr 1994 05:58:12 +0000 Karl Heuer (read_process_output): If buffer changes, record that fact.
Tue, 29 Mar 1994 04:57:16 +0000 Karl Heuer Fix typos in comments.
Fri, 25 Mar 1994 00:40:16 +0000 Karl Heuer (status_notify): Use assignment, not initialization.
Sun, 20 Mar 1994 01:16:55 +0000 Richard M. Stallman (wait_reading_process_input, both versions): Don't call
Fri, 18 Mar 1994 00:23:47 +0000 Karl Heuer (create_process): Skip the ioctl if fd is -1.
Fri, 18 Mar 1994 00:12:41 +0000 Karl Heuer (Fstart_process): GCPRO some things.
Mon, 14 Mar 1994 21:48:09 +0000 Karl Heuer (Fget_buffer_process): Fix typo in comment.
Sat, 12 Mar 1994 03:13:20 +0000 Karl Heuer (get_process): Allow arg to be a buffer object.
Tue, 08 Mar 1994 06:53:48 +0000 Roland McGrath (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF before
Wed, 02 Mar 1994 23:35:11 +0000 Richard M. Stallman (chan_process, Vprocess_alist): No longer static.
Wed, 02 Mar 1994 22:50:31 +0000 Richard M. Stallman Include unistd.h.
Fri, 11 Feb 1994 02:52:17 +0000 Roland McGrath (sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.
Tue, 08 Feb 1994 07:26:28 +0000 Richard M. Stallman (Fprocess_kill_without_query): Doc fix.
Fri, 14 Jan 1994 14:17:12 +0000 Richard M. Stallman (sigchld_handler, status_message): Handle a NULL in sys_siglist.
Tue, 11 Jan 1994 05:49:41 +0000 Richard M. Stallman (read_process_output): Supply second arg to unbind_to.
Mon, 10 Jan 1994 18:13:39 +0000 Richard M. Stallman (create_process): Set line discipline only if pty_flag.
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