log src/process.c @ 12429:d6d785d96455

age author description
Sun, 25 Jun 1995 18:57:25 +0000 Richard M. Stallman (Fopen_network_stream): Sleep 1 sec before connect retry.
Mon, 19 Jun 1995 23:18:54 +0000 Richard M. Stallman (sigchld_handler): Change XSETFASTINT to XSETINT.
Wed, 14 Jun 1995 14:10:27 +0000 Richard M. Stallman (status_notify): Undo May 18 change.
Thu, 08 Jun 1995 19:21:05 +0000 Karl Heuer [!subprocesses]: Include sysselect.h.
Fri, 26 May 1995 03:21:30 +0000 Karl Heuer (create_process, send_process): Add volatile qualifiers.
Thu, 18 May 1995 16:54:42 +0000 Karl Heuer (status_notify): If Vprocess_alist changes within
Sun, 07 May 1995 22:23:26 +0000 Richard M. Stallman (wait_reading_process_input): Pass arg in new call to set_waiting_for_input.
Sat, 06 May 1995 23:07:51 +0000 Richard M. Stallman (wait_reading_process_input): Don't call prepare_menu_bars.
Fri, 05 May 1995 02:16:54 +0000 Richard M. Stallman (list_processes_1): Cast XFASTINT for passing to sprintf.
Fri, 28 Apr 1995 01:43:02 +0000 Karl Heuer (create_process): Don't reference pty_name if !HAVE_PTYS.
Mon, 24 Apr 1995 05:52:11 +0000 Richard M. Stallman (create_process): Don't abort if can't reopen
Tue, 11 Apr 1995 22:46:18 +0000 Roland McGrath (create_process): Set PROCESS's tty_name to Qnil when !PTY_FLAG,
Fri, 07 Apr 1995 22:41:58 +0000 Richard M. Stallman (read_process_output_error_handler)
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Tue, 28 Mar 1995 23:33:32 +0000 Karl Heuer (Fsignal_process): SIGCODE is a symbol, not a string.
Tue, 28 Mar 1995 17:34:52 +0000 Richard M. Stallman (Fsignal_process): Allow signal names as well as numbers.
Fri, 03 Mar 1995 10:31:49 +0000 Richard M. Stallman (exec_sentinel, read_process_output): If running filter
Tue, 14 Feb 1995 14:23:49 +0000 Richard M. Stallman (Fstart_process): Make process marker point into proc buf.
Wed, 25 Jan 1995 02:02:37 +0000 Karl Heuer (process_tick, update_tick): Make non-static.
Mon, 23 Jan 1995 23:10:11 +0000 Karl Heuer #include sysselect.h instead of defining things by hand.
Mon, 21 Nov 1994 12:50:27 +0000 Francesco Potort Added code for automatically saving and restoring the match data
Wed, 16 Nov 1994 05:03:02 +0000 Karl Heuer (make_process): Use allocate_vectorlike and VECSIZE.
Tue, 15 Nov 1994 23:55:26 +0000 Karl Heuer (NETCONN_P, kill_buffer_processes): Use the new type-test macros.
Thu, 10 Nov 1994 08:12:48 +0000 Richard M. Stallman (create_process) [OSF1]: Use setpgid, not setpgrp.
Tue, 01 Nov 1994 08:31:31 +0000 Richard M. Stallman Use macros IS_ANY_SEP, IS_DIRECTORY_SEP,
Wed, 26 Oct 1994 09:30:46 +0000 Richard M. Stallman (status_message): Add a cast.
Wed, 26 Oct 1994 00:21:05 +0000 Karl Heuer (list_processes_1): Print tty name.
Tue, 25 Oct 1994 09:48:44 +0000 Richard M. Stallman Handle multiple keyboard input descriptors.
Tue, 04 Oct 1994 17:35:21 +0000 Karl Heuer (read_process_output): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 16:10:39 +0000 Karl Heuer (make_process, list_processes_1, create_process, Faccept_process_output,
Tue, 04 Oct 1994 12:21:04 +0000 Karl Heuer (make_process, create_process, Fopen_network_stream, deactivate_process,
Tue, 27 Sep 1994 01:53:42 +0000 Karl Heuer (decode_status, Fprocessp, Fget_process, Fget_buffer_process, Fprocess_status,
Sat, 24 Sep 1994 00:15:23 +0000 Richard M. Stallman (Fprocess_send_eof): Delete DID_REMOTE conditional.
Fri, 23 Sep 1994 22:28:08 +0000 Richard M. Stallman (exec_sentinel_error_handler): New function.
Fri, 19 Aug 1994 07:23:05 +0000 Richard M. Stallman (wait_reading_process_input):
Sun, 31 Jul 1994 00:00:24 +0000 Richard M. Stallman (create_process): Set default handling for SIGINT, etc.
Wed, 27 Jul 1994 00:12:59 +0000 Richard M. Stallman (wait_reading_process_input): If wait_for_cell,
Mon, 25 Jul 1994 20:47:57 +0000 Richard M. Stallman [!HAVE_H_ERRNO]: Declare h_errno.
Tue, 19 Jul 1994 19:35:43 +0000 Richard M. Stallman (Fopen_network_stream): Retry gethostbyname after TRY_AGAIN failure.
Wed, 13 Jul 1994 03:52:05 +0000 Richard M. Stallman (Qlast_nonmenu_event): New variable.
Sat, 25 Jun 1994 22:35:28 +0000 Richard M. Stallman (send_process): Major rewrite.
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.