log src/process.c @ 54226:448dbcee98d6

age author description
Fri, 06 Feb 2004 23:52:09 +0000 Kim F. Storm (wait_reading_process_input): Don't do adaptive read
Tue, 27 Jan 2004 21:34:43 +0000 Jan Dj¸«£rv * process.c (sigchld_handler): Add comment about not calling malloc
Mon, 26 Jan 2004 23:39:30 +0000 Jan Dj¸«£rv (sigchld_handler): Set synch_process_termsig
Wed, 21 Jan 2004 05:27:58 +0000 Stefan Monnier (wait_reading_process_input) [SYNC_INPUT]: Check interrupt_input_pending.
Tue, 20 Jan 2004 21:19:17 +0000 Stefan Monnier (wait_reading_process_input): Lisp_Object/int mixup.
Tue, 06 Jan 2004 23:34:45 +0000 Kim F. Storm (read_process_output): Only activate adaptive
Thu, 01 Jan 2004 23:34:14 +0000 Kim F. Storm (ADAPTIVE_READ_BUFFERING): New conditional.
Sun, 16 Nov 2003 16:17:09 +0000 Jan Dj¸«£rv Remove period at end of error message.
Sat, 27 Sep 2003 00:25:40 +0000 Kenichi Handa (send_process): Delete unused temp_buf.
Tue, 23 Sep 2003 21:57:51 +0000 Kim F. Storm (set_socket_option): Fix :bindtodevice option.
Tue, 23 Sep 2003 12:40:39 +0000 Dave Love (Fnetwork_interface_info): Use
Thu, 18 Sep 2003 10:39:47 +0000 Dave Love (Fnetwork_interface_info): Fix type error.
Wed, 17 Sep 2003 21:31:53 +0000 Kim F. Storm (Fnetwork_interface_list, Fnetwork_interface_info):
Tue, 16 Sep 2003 23:05:24 +0000 Kim F. Storm (Fset_process_sentinel): Add sentinel to childp plist
Sat, 13 Sep 2003 23:34:33 +0000 Kim F. Storm [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Thu, 31 Jul 2003 01:24:27 +0000 Kenichi Handa (read_process_output): Return the actually read bytes
Sun, 22 Jun 2003 00:04:44 +0000 Richard M. Stallman (wait_reading_process_input): Don't signal SIGIO in batch mode.
Wed, 04 Jun 2003 23:21:11 +0000 Stefan Monnier (allocate_pty): Revert part of the previous patch.
Sun, 25 May 2003 17:43:20 +0000 Stefan Monnier (allocate_pty): Remove `unused var stb' and
Sat, 17 May 2003 20:03:22 +0000 David Kastrup (read_process_output): Back out change from 2003-03-09.
Sun, 09 Mar 2003 22:48:08 +0000 David Kastrup (read_process_output): We have allocated enough space
Fri, 21 Feb 2003 18:13:53 +0000 Jan Dj¸«£rv Removed subtty, workaround for when TIOCSIGSEND fails.
Fri, 21 Feb 2003 08:05:55 +0000 Juanma Barranquero (wait_reading_process_input): Use POLL_INTERRUPTED_SYS_CALL, not
Thu, 20 Feb 2003 01:54:09 +0000 Kenichi Handa (setup_process_coding_systems): If the process's
Mon, 10 Feb 2003 13:51:43 +0000 Kim F. Storm Doc fixes.
Mon, 10 Feb 2003 07:58:29 +0000 Kenichi Handa (QCfilter_multibyte): New variable.
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Thu, 16 Jan 2003 12:59:18 +0000 Kim F. Storm (set-process-filter): Document unibyte/multibyte-ness of string argument.
Tue, 14 Jan 2003 13:36:14 +0000 Kim F. Storm (Fset_process_plist): Fixed return value.