log src/process.c @ 82140:b98604865ea0

age author description
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
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.
Thu, 01 Mar 2007 10:17:41 +0000 Kenichi Handa (send_process_object): Check the process status and
Fri, 23 Feb 2007 03:43:57 +0000 Kenichi Handa (send_process_object_unwind): New function.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Sat, 13 Jan 2007 21:57:35 +0000 Eli Zaretskii (Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INT
Wed, 27 Dec 2006 21:46:25 +0000 Kim F. Storm Fix typo in comment.
Tue, 19 Dec 2006 15:37:34 +0000 Kim F. Storm (Qsignal): Declare here.
Sat, 09 Dec 2006 22:00:18 +0000 Eli Zaretskii (Fsignal_process): Doc fix. Use XFLOAT_DATA to extract the process ID from
Thu, 07 Dec 2006 11:12:21 +0000 Kim F. Storm (parse_signal): Use xstricmp instead of strcasecmp.
Mon, 04 Dec 2006 15:21:39 +0000 Kim F. Storm (parse_signal): Rename macro from handle_signal.
Mon, 04 Dec 2006 12:26:50 +0000 Kim F. Storm (Qsignal): Declare extern.
Sun, 12 Nov 2006 22:32:14 +0000 Juanma Barranquero (syms_of_process) <delete-exited-processes>: Doc fix.
Tue, 03 Oct 2006 09:14:40 +0000 Kim F. Storm (list_processes_1): Run sentinels before removing dead
Fri, 08 Sep 2006 12:08:54 +0000 Richard M. Stallman (inhibit_sentinels): New variable.
Sat, 05 Aug 2006 01:38:42 +0000 Chong Yidong * process.c: Reapply 2006-08-01 change.
Thu, 03 Aug 2006 15:19:20 +0000 Chong Yidong * process.c: Revert last change.
Tue, 01 Aug 2006 00:13:08 +0000 Kim F. Storm (wait_reading_process_output_unwind): New function.
Mon, 10 Jul 2006 18:51:42 +0000 Chong Yidong Doc fix.
Thu, 01 Jun 2006 14:08:25 +0000 Kim F. Storm 2006-06-01 Michal Cadilhac <michael.cadilhac@lrde.org>
Wed, 31 May 2006 08:58:02 +0000 Kim F. Storm (select_wrapper): Add wrapper around select to work around
Mon, 08 May 2006 05:19:42 +0000 Kenichi Handa (setup_process_coding_systems): Use system_eol_type
Thu, 13 Apr 2006 01:08:00 +0000 Richard M. Stallman (conv_lisp_to_sockaddr): Fix previous change.
Wed, 12 Apr 2006 15:01:37 +0000 Richard M. Stallman (Fprocess_send_eof): Abort if fail to open null device.
Wed, 12 Apr 2006 15:00:32 +0000 Richard M. Stallman (conv_lisp_to_sockaddr): If FAMILY unknown, just return.
Sat, 08 Apr 2006 15:07:35 +0000 Stefan Monnier * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
Wed, 22 Mar 2006 22:33:35 +0000 Kim F. Storm (Faccept_process_output): Fix to comply with lisp reference.
Sat, 11 Mar 2006 14:42:17 +0000 Romain Francoise (Vprocess_adaptive_read_buffering): Doc fix.
Sat, 25 Feb 2006 16:49:00 +0000 Stefan Monnier (Fmake_network_process): Init the process's mark.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 12 Jan 2006 08:15:50 +0000 YAMAMOTO Mitsuharu [HAVE_INTTYPES_H]: Include inttypes.h.
Thu, 05 Jan 2006 09:24:11 +0000 Kim F. Storm (Fmake_network_process): Use AF_INET instead of
Wed, 04 Jan 2006 17:51:58 +0000 Eli Zaretskii [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.
Wed, 04 Jan 2006 00:16:54 +0000 Kim F. Storm Add IPv6 support.
Fri, 30 Dec 2005 11:03:20 +0000 Andreas Schwab (Fnetwork_interface_info): Correctly terminate the
Tue, 08 Nov 2005 21:38:37 +0000 Kim F. Storm (Fsignal_process): Recognize signal names with and
Fri, 30 Sep 2005 22:38:16 +0000 Dan Nicolaescu * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
Tue, 27 Sep 2005 18:48:59 +0000 Dan Nicolaescu * xlwmenu.c (find_next_selectable):
Wed, 21 Sep 2005 08:03:30 +0000 YAMAMOTO Mitsuharu (create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
Mon, 15 Aug 2005 08:44:53 +0000 Kim F. Storm (deactivate_process, status_notify, read_process_output)
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Thu, 23 Jun 2005 16:13:54 +0000 Juanma Barranquero (Fstop_process, Fcontinue_process): Follow error conventions.
Tue, 21 Jun 2005 13:30:39 +0000 Juanma Barranquero (Fmake_network_process): Fix spellings.
Fri, 10 Jun 2005 14:19:26 +0000 Juanma Barranquero (syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.
Wed, 08 Jun 2005 22:33:36 +0000 Kim F. Storm * composite.c (compose_chars_in_text):
Wed, 08 Jun 2005 15:18:10 +0000 Richard M. Stallman (Fstart_process): Don't touch command_channel_p slot.
Tue, 07 Jun 2005 13:19:25 +0000 Kim F. Storm Improve commentary for adaptive read buffering.
Sun, 22 May 2005 09:48:37 +0000 Andreas Schwab (send_process): Move misplaced volatile.
Sun, 22 May 2005 09:33:46 +0000 Andreas Schwab (send_process): Remove misplaced volatile.
Sat, 21 May 2005 11:58:49 +0000 Eli Zaretskii (send_process): Restore the SIGPIPE handler if we catch a SIGPIPE.
Sat, 14 May 2005 14:06:33 +0000 Richard M. Stallman (send_process_trap): Unblock SIGPIPE.
Thu, 24 Mar 2005 19:14:05 +0000 Stefan Monnier (Vfile_name_coding_system, Vdefault_file_name_coding_system):
Wed, 16 Mar 2005 08:09:28 +0000 YAMAMOTO Mitsuharu (init_process): Change `#ifdef DARWIN' to `#if defined (DARWIN) ||
Sat, 22 Jan 2005 15:54:04 +0000 Steven Tamm * s/darwin.h: Removed PTY_ITERATION from here.
Mon, 27 Dec 2004 16:06:43 +0000 Richard M. Stallman (list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.
Wed, 15 Dec 2004 21:40:41 +0000 Jan Djrv * syssignal.h: Declare main_thread.
Tue, 09 Nov 2004 11:15:46 +0000 Kim F. Storm (Fmake_network_process): Remove unused var 'retry'.
Tue, 09 Nov 2004 09:40:37 +0000 Kim F. Storm (Fmake_network_process): Remove kludge for interrupted
Mon, 01 Nov 2004 11:04:11 +0000 Kim F. Storm (connect_wait_mask, num_pending_connects): Only
Wed, 29 Sep 2004 23:43:08 +0000 Kenichi Handa (send_process): Be sure to free composition data.
Sun, 22 Aug 2004 17:45:36 +0000 Richard M. Stallman (process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]:
Fri, 20 Aug 2004 10:33:25 +0000 Kim F. Storm (wait_reading_process_output): Rename from
Thu, 19 Aug 2004 13:57:17 +0000 Kim F. Storm * process.c (wait_reading_process_input): Clean up.
Thu, 19 Aug 2004 10:08:00 +0000 Kim F. Storm (process_send_signal): Use CDISABLE.
Tue, 17 Aug 2004 22:24:29 +0000 Kim F. Storm (Faccept_process_output): Add arg JUST-THIS-ONE;
Tue, 17 Aug 2004 21:59:07 +0000 Kim F. Storm (process_send_signal): Fix last change--use
Mon, 16 Aug 2004 22:57:26 +0000 Richard M. Stallman (process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
Sun, 01 Aug 2004 23:10:06 +0000 Kim F. Storm (read_process_output): Use whole read buffer.
Mon, 19 Jul 2004 04:42:43 +0000 Steven Tamm Fixes for Ctrl-G support on carbon, replacing old timeout based polling
Sun, 13 Jun 2004 22:37:07 +0000 Richard M. Stallman Comment change.
Sun, 06 Jun 2004 22:17:53 +0000 Kim F. Storm (Fdelete_process): Undo 2004-05-28 change.
Fri, 28 May 2004 21:58:31 +0000 Noah Friedman process.c (Fdelete_process): Do not call remove_process.
Tue, 25 May 2004 11:17:43 +0000 Kim F. Storm (wait_reading_process_input): Check connect_wait_mask
Thu, 13 May 2004 23:07:07 +0000 Kim F. Storm (wait_reading_process_input): Make reentrant.
Tue, 11 May 2004 15:16:10 +0000 Kim F. Storm (read_process_output): Grow decoding_buf when needed;
Mon, 10 May 2004 17:47:38 +0000 Juanma Barranquero (Fstart_process): Fix docstring.
Sat, 08 May 2004 16:11:42 +0000 Juanma Barranquero (Fwaiting_for_user_input_p, Fmake_network_process)
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 Djrv * process.c (sigchld_handler): Add comment about not calling malloc
Mon, 26 Jan 2004 23:39:30 +0000 Jan Djrv (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 Djrv 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 Djrv 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.
Tue, 14 Jan 2003 09:55:27 +0000 Kim F. Storm Reworked 2003-01-12 change -- call a plist a plist!
Sun, 12 Jan 2003 20:24:06 +0000 Kim F. Storm (QCvars): New variable.
Fri, 10 Jan 2003 22:24:41 +0000 Kim F. Storm (Fset_process_contact): New function.
Wed, 08 Jan 2003 22:16:12 +0000 Kim F. Storm (Fmake_network_process): Convert new port number
Wed, 08 Jan 2003 15:35:03 +0000 Kim F. Storm (format-network-address): Added optional OMIT-PORT arg. Callers changed.
Wed, 08 Jan 2003 10:38:06 +0000 Kim F. Storm (server_accept_connection): Fixed recording of new
Mon, 18 Nov 2002 15:40:28 +0000 Dave Love (_GNU_SOURCE): Don't define.
Thu, 07 Nov 2002 23:18:45 +0000 Kim F. Storm (Fformat_network_address): Removed unused locals p, cp, and i.
Wed, 06 Nov 2002 05:01:46 +0000 Richard M. Stallman (wait_reading_process_input):
Thu, 31 Oct 2002 16:21:38 +0000 Stefan Monnier (Fformat_network_address): Fix int/Lisp_Object mixup.
Wed, 30 Oct 2002 19:16:32 +0000 Dave Love Include sys/wait.h.
Mon, 28 Oct 2002 23:18:50 +0000 Kim F. Storm (Fsignal_process): Allow PROCESS to be specified by
Thu, 24 Oct 2002 08:03:41 +0000 Kim F. Storm (Fformat_network_address): New function.
Wed, 18 Sep 2002 19:30:26 +0000 Kim F. Storm (make-network-process): Doc fix (there is no network-server-log-function hook).
Thu, 12 Sep 2002 03:27:40 +0000 Richard M. Stallman (wait_reading_process_input, both versions):
Sat, 24 Aug 2002 03:16:03 +0000 Richard M. Stallman (Fstart_process): Remove /: from program name.
Tue, 16 Jul 2002 15:49:48 +0000 Ken Raeburn * process.c (status_message): Use SSET.
Tue, 16 Jul 2002 13:41:16 +0000 Richard M. Stallman (create_process): Test USG_SUBTTY_WORKS.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Fri, 12 Jul 2002 11:13:47 +0000 Richard M. Stallman (process_send_signal): Add abort call.
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Mon, 20 May 2002 08:06:32 +0000 Ken Raeburn * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
Thu, 16 May 2002 12:00:33 +0000 Juanma Barranquero Fix typo.
Sat, 04 May 2002 14:55:19 +0000 Jason Rumney (init_process): Only add server subfeature if we can
Fri, 03 May 2002 21:24:27 +0000 Jason Rumney (Fmake_network_process): Only support server sockets
Tue, 30 Apr 2002 01:01:37 +0000 Stefan Monnier (Fstart_process): Update call to openp.
Fri, 26 Apr 2002 23:39:06 +0000 Andrew Choi Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Wed, 03 Apr 2002 15:19:39 +0000 Richard M. Stallman Comment change.
Mon, 01 Apr 2002 19:49:47 +0000 Stefan Monnier (DATAGRAM_CONN_P, list_processes_1)
Thu, 28 Mar 2002 06:42:43 +0000 Miles Bader (DATAGRAM_CONN_P): Make sure PROC is really a process.
Wed, 27 Mar 2002 07:55:56 +0000 Pavel Jank (set-network-process-options): Add usage.
Thu, 21 Mar 2002 13:01:14 +0000 Kim F. Storm (init_process): Only provide make-network-process feature and
Thu, 21 Mar 2002 12:20:24 +0000 Kim F. Storm (QCfeature, QCdatagram): Removed variables.
Wed, 20 Mar 2002 20:37:41 +0000 Jason Rumney (QCfamily, QCfiler): Remove duplicate declaration and initialization.
Wed, 20 Mar 2002 18:10:01 +0000 Eli Zaretskii (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
Mon, 18 Mar 2002 18:21:25 +0000 Pavel Jank (wait_reading_process_input): Move variables `pname' and `pnamelen' down
Mon, 18 Mar 2002 14:09:57 +0000 Kim F. Storm Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
Mon, 18 Mar 2002 11:27:06 +0000 Pavel Jank (Fmake_network_process): Remove unused variable `sa'.
Sun, 17 Mar 2002 20:20:33 +0000 Kim F. Storm (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
Sun, 03 Mar 2002 00:31:22 +0000 Kim F. Storm (Fopen_network_stream): Always call turn_on_atimers around connect.
Fri, 01 Mar 2002 21:02:44 +0000 Kim F. Storm (Fopen_network_stream): Use GCPRO6.
Thu, 28 Feb 2002 23:59:19 +0000 Kim F. Storm (Fprocess_status): Document connect and failed return values.
Thu, 28 Feb 2002 23:53:59 +0000 Kim F. Storm (Qconnect, Qfailed): New variables.
Mon, 07 Jan 2002 21:16:38 +0000 Eli Zaretskii (send_process): Set src_multibyte to 1 after the call
Tue, 11 Dec 2001 22:20:20 +0000 Richard M. Stallman Test GNU_LINUX, not LINUX.
Fri, 07 Dec 2001 05:52:35 +0000 Paul Eggert (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Fri, 02 Nov 2001 07:01:10 +0000 Pavel Jank (Fstart_process): Add usage to doc-string.
Wed, 24 Oct 2001 06:29:38 +0000 Pavel Jank Don't define max.
Sat, 20 Oct 2001 20:54:39 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Mon, 15 Oct 2001 14:51:57 +0000 Pavel Jank (process-inherit-coding-system-flag, get-buffer-process): Do not confuse
Fri, 12 Oct 2001 03:37:43 +0000 Stefan Monnier Update calls to openp.
Tue, 25 Sep 2001 08:21:22 +0000 Gerd Moellmann (send_process): Disable composition if from_byte < 0.
Mon, 24 Sep 2001 09:18:19 +0000 Gerd Moellmann (sigchld_handler) [LINUX]: Don't return from
Thu, 20 Sep 2001 11:44:03 +0000 Gerd Moellmann (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
Wed, 16 May 2001 16:04:52 +0000 Gerd Moellmann (read_process_output): Don't call signal_after_change
Wed, 25 Apr 2001 15:12:21 +0000 Gerd Moellmann (wait_reading_process_input): Call
Sat, 21 Apr 2001 19:50:38 +0000 Eli Zaretskii (wait_reading_process_input) [!subprocesses]: Don't
Thu, 19 Apr 2001 12:47:33 +0000 Gerd Moellmann (wait_reading_process_input): Call
Thu, 08 Mar 2001 11:31:50 +0000 Gerd Moellmann (Fset_process_window_size): Fix a typo.
Wed, 07 Mar 2001 12:55:01 +0000 Gerd Moellmann (Fset_process_filter): Don't crash if the input
Wed, 28 Feb 2001 13:29:03 +0000 Gerd Moellmann (make_process): Use allocate_process.
Tue, 16 Jan 2001 12:42:22 +0000 Gerd Moellmann Call redisplay_preserve_echo_area with additional arg.
Mon, 18 Dec 2000 10:53:51 +0000 Gerd Moellmann (wait_reading_process_input): Check for pending
Mon, 18 Dec 2000 00:39:59 +0000 Kenichi Handa (read_process_output): Don't run a filter if the code
Thu, 07 Dec 2000 15:50:30 +0000 Gerd Moellmann (read_process_output): Make sure the process marker's
Wed, 25 Oct 2000 11:06:51 +0000 Kenichi Handa (send_process): If OBJECT is t, it means that the data
Wed, 11 Oct 2000 23:56:30 +0000 Kenichi Handa (read_process_output): Cancel previous change.
Wed, 11 Oct 2000 01:20:59 +0000 Kenichi Handa (read_process_output): Fix previous change. Adjust multibyteness of
Mon, 09 Oct 2000 20:01:10 +0000 Andreas Schwab (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
Mon, 02 Oct 2000 16:42:47 +0000 Dave Love (Fopen_network_stream): Use HAVE_GAI_STRERROR.
Sat, 30 Sep 2000 13:51:15 +0000 Gerd Moellmann (Fopen_network_stream) [HAVE_GETADDRINFO]: Use
Thu, 21 Sep 2000 11:48:48 +0000 Gerd Moellmann (process_sent_to): New variable.
Thu, 07 Sep 2000 01:14:20 +0000 Kenichi Handa (read_process_output): Before inserting the decoded
Thu, 24 Aug 2000 02:06:43 +0000 Kenichi Handa (create_process): Don't setup raw-text coding here.
Tue, 22 Aug 2000 22:36:52 +0000 Andrew Innes Include keyboard.h before frame.h.
Fri, 04 Aug 2000 05:53:39 +0000 Kenichi Handa *** empty log message ***
Fri, 04 Aug 2000 02:26:32 +0000 Kenichi Handa (read_process_output): Big simplification. Handle
Sat, 24 Jun 2000 06:06:53 +0000 Ken Raeburn * process.c (Fopen_network_stream): Turn off atimers for duration of call to
Sat, 20 May 2000 15:54:05 +0000 Gerd Moellmann (toplevel) [UNIX98_PTYS]: Include stdlib.h.
Sat, 20 May 2000 00:04:37 +0000 Kenichi Handa (Fstart_process): GCPRO current_dir before calling
Wed, 15 Mar 2000 19:58:03 +0000 Gerd Moellmann (send_process): Add a hint that the function
Mon, 06 Mar 2000 12:41:53 +0000 Gerd Moellmann (send_process): Remove local variable `procname' that
Fri, 25 Feb 2000 13:30:07 +0000 Gerd Moellmann (wait_reading_process_input): Remove busy-cursor code.
Tue, 15 Feb 2000 10:27:23 +0000 Gerd Moellmann (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
Sat, 12 Feb 2000 13:12:17 +0000 Gerd Moellmann (Fopen_network_stream) [POLL_FOR_INPUT]: Register
Tue, 01 Feb 2000 15:01:28 +0000 Dave Love (Fstart_process): Doc fix.
Tue, 25 Jan 2000 15:56:42 +0000 Gerd Moellmann (toplevel): Include atimer.h.
Wed, 29 Dec 1999 00:57:25 +0000 Kenichi Handa (read_process_output): Fix the args CHARPOS and LENINS
Fri, 24 Dec 1999 01:06:50 +0000 Kenichi Handa (read_process_output): Fix the arg FROM to
Wed, 15 Dec 1999 00:17:54 +0000 Kenichi Handa Include composite.h.
Mon, 22 Nov 1999 08:19:51 +0000 Paul Eggert * callproc.c (strerror): Remove decl.
Tue, 02 Nov 1999 22:40:17 +0000 Dave Love Undo last change and define _GNU_SOURCE before config.h.
Tue, 02 Nov 1999 14:22:15 +0000 Dave Love Use string.h for strsignal.
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Thu, 14 Oct 1999 11:18:39 +0000 Gerd Moellmann (Fopen_network_stream): Don't loop if gethostbyname
Thu, 07 Oct 1999 11:37:40 +0000 Gerd Moellmann (wait_reading_process_input): When trying to suck
Mon, 20 Sep 1999 00:34:43 +0000 Gerd Moellmann (list_processes_1): Remove unused variables.
Sun, 19 Sep 1999 15:48:09 +0000 Dave Love (Fopen_network_stream): Use strerror, not gai_strerror.
Tue, 14 Sep 1999 08:33:24 +0000 Andreas Schwab (Fopen_network_stream): Avoid socket decriptor leak.
Sun, 12 Sep 1999 05:07:01 +0000 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
Sat, 21 Aug 1999 19:30:35 +0000 Gerd Moellmann Call change_frame_size and do_pending_window_change with