log src/process.c @ 108885:b008fff91985

age author description
Mon, 24 May 2010 16:46:41 -0400 Stefan Monnier * process.c (Fmake_network_process): Set :host to nil if it's not used.
Mon, 03 May 2010 21:00:10 -0700 Dan Nicolaescu Remove POSIX_SIGNALS.
Thu, 29 Apr 2010 10:29:09 -0400 Stefan Monnier Don't burp if process sentinel/filter kills the current buffer.
Mon, 12 Apr 2010 22:07:48 -0400 Stefan Monnier Try to solve the problem of spurious EOF chars in long lines of text
Mon, 12 Apr 2010 19:49:29 -0400 Stefan Monnier * process.c (status_notify): Remove unused var `ro'.
Sun, 11 Apr 2010 12:15:09 -0400 Stefan Monnier * process.c (exec_sentinel): Preserve current-buffer.
Sun, 11 Apr 2010 11:53:13 -0400 Stefan Monnier (read_process_output): Move the save-current-buffer to
Thu, 01 Apr 2010 20:10:33 -0700 Dan Nicolaescu Remove extern errno declarations.
Wed, 31 Mar 2010 13:39:03 -0700 Dan Nicolaescu Clean up BSD_SYSTEM use.
Fri, 26 Mar 2010 20:45:32 -0400 Chong Yidong * process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.
Thu, 25 Mar 2010 17:56:15 +0900 YAMAMOTO Mitsuharu Don't call turn_on_atimers around `connect' (Bug#5723).
Thu, 25 Mar 2010 17:48:52 +0900 YAMAMOTO Mitsuharu Call `select' for interrupted `connect' rather than creating new socket (Bug#5173).
Mon, 22 Mar 2010 12:51:59 -0700 Dan Nicolaescu Remove dead code dealing with POSIX_SIGNALS.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Tue, 29 Dec 2009 01:51:07 +0100 Juanma Barranquero process.c: Fix typo in comment.
Thu, 03 Dec 2009 19:01:36 +0000 Stefan Monnier (Fmake_network_process): Fix up the tests for
Thu, 03 Dec 2009 18:51:32 +0000 Stefan Monnier (Qseqpacket): New symbol.
Sat, 21 Nov 2009 15:28:59 +0000 Jan Dj¸«£rv Use a select wrapper around the GLib event loop, thus taking into account GLib
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Wed, 11 Nov 2009 20:11:51 +0000 Dan Nicolaescu * process.c (ifflag_def): Make flag_sym constant.
Tue, 10 Nov 2009 19:06:40 +0000 Jan Dj¸«£rv Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Fri, 06 Nov 2009 06:07:46 +0000 Dan Nicolaescu * process.c (socket_options): Make it const.
Mon, 19 Oct 2009 05:13:31 +0000 Dan Nicolaescu * process.c (create_pty): Remove conditionals for no longer
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Tue, 13 Oct 2009 01:03:46 +0000 Adrian Robert (list_processes_1): Use long format in printf, and cast argument.
Sun, 30 Aug 2009 05:00:59 +0000 Nick Roberts *** empty log message ***
Sun, 30 Aug 2009 04:54:34 +0000 Nick Roberts (wait_reading_process_output): Keep the descriptor
Thu, 27 Aug 2009 11:12:54 +0000 Kenichi Handa (send_process): Use encode_coding_object instead of
Mon, 17 Aug 2009 21:04:05 +0000 Chong Yidong * process.c (status_notify): Don't perform redisplay.