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 Micha¸«³l 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):
|