log src/process.c @ 82100:a26a0d557a69

age author description
Tue, 17 Jul 2007 05:57:35 +0000 Stefan Monnier (Fstart_process, Fmake_network_process, read_process_output):
Sat, 14 Jul 2007 23:03:55 +0000 Jason Rumney Don't undefine AF_INET6.
Thu, 12 Jul 2007 06:36:57 +0000 Stefan Monnier (struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,
Sun, 20 May 2007 02:41:19 +0000 Nick Roberts (gpm_wait_mask, max_gpm_desc): New variables.
Fri, 15 Aug 2008 20:06:44 +0000 Chong Yidong (make_process): Initialize kill_without_query struct member.
Thu, 17 Jul 2008 09:06:58 +0000 YAMAMOTO Mitsuharu (create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
Wed, 27 Feb 2008 15:07:14 +0000 Chong Yidong (wait_reading_process_output): Check for window changes caused by timers.
Thu, 10 Jan 2008 04:07:46 +0000 Glenn Morris Chong Yidong <cyd at stupidchicken.com>
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Mon, 24 Dec 2007 05:25:42 +0000 YAMAMOTO Mitsuharu (make_process): Initialize pty_flag to Qnil instead of 0
Mon, 03 Dec 2007 00:40:41 +0000 Richard M. Stallman (make_process): Initialize pty_flag to 0.
Mon, 26 Nov 2007 09:56:15 +0000 Andreas Schwab (list_processes_1): Fix indentation level of the
Fri, 19 Oct 2007 10:19:51 +0000 Juanma Barranquero (Fset_process_filter): Doc fix.
Thu, 20 Sep 2007 02:46:00 +0000 Glenn Morris (Fmake_network_process): Doc fix.
Wed, 08 Aug 2007 07:49:21 +0000 Glenn Morris Replace `iff' in comments.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 06 May 2007 17:39:53 +0000 Richard M. Stallman Undo May 3 change.
Sat, 05 May 2007 04:02:09 +0000 Richard M. Stallman (Faccept_process_output): Revert 2006-03-22 change so
Mon, 23 Apr 2007 21:27:40 +0000 Richard M. Stallman (Fstart_process): Doc fix.
Mon, 23 Apr 2007 09:02:08 +0000 Eli Zaretskii (Fstart_process): Doc fix.
Thu, 29 Mar 2007 21:24:38 +0000 Kim F. Storm (wait_reading_process_output) [HAVE_PTYS]:
Thu, 29 Mar 2007 13:55:48 +0000 Juanma Barranquero (Fformat_network_address): Return nil when the
Tue, 27 Mar 2007 15:19:33 +0000 Juanma Barranquero (Fformat_network_address): Make room in args array to format IPv6 addresses.
Mon, 26 Mar 2007 02:29:08 +0000 Sam Steingold (sigchld_handler): Delay by 1ms instead of 1s to
Sun, 25 Mar 2007 03:03:40 +0000 Sam Steingold revert the last patch to the original fix: sleep BEFORE the first wait
Tue, 20 Mar 2007 08:51:03 +0000 YAMAMOTO Mitsuharu (Fmake_network_process) [HAVE_GETADDRINFO]: Clear
Sat, 17 Mar 2007 18:24:46 +0000 Chong Yidong (Fdelete_process): Properly handle deletion of first element of
Sat, 17 Mar 2007 18:16:03 +0000 Chong Yidong (sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_list
Sun, 11 Mar 2007 21:08:45 +0000 Sam Steingold tweak last patch: add comment and avoid the first sleep
Sun, 11 Mar 2007 18:16:50 +0000 Sam Steingold (sigchld_handler): Sleep before wait3 to avoid a busyloop.