log src/process.c @ 112434:9de5a68b57e1

age author description
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Fri, 14 Jan 2011 10:14:17 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sat, 04 Dec 2010 20:23:22 -0500 Chong Yidong * src/process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
Thu, 18 Nov 2010 08:57:00 -0800 Dan Nicolaescu Move declarations from .c files to .h files.
Tue, 09 Nov 2010 20:36:21 +0200 Eli Zaretskii Fix revno 100152.
Sun, 14 Nov 2010 22:27:41 -0800 Dan Nicolaescu * src/process.c: Include <sys/ioctl.h> unconditionally,
Thu, 04 Nov 2010 15:54:28 -0400 Chong Yidong Backport r99752 from trunk
Thu, 04 Nov 2010 15:54:14 -0400 Chong Yidong Backport r99751 from trunk
Thu, 04 Nov 2010 15:53:28 -0400 Chong Yidong Backport r99750 from trunk
Mon, 01 Nov 2010 12:30:33 +0100 Jan D. Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.
Fri, 08 Oct 2010 12:14:47 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Thu, 30 Sep 2010 13:28:34 +0900 Kenichi Handa Complement a coding system for encoding arguments and input to a process.
Sun, 03 Oct 2010 07:48:21 -0700 Dan Nicolaescu * src/process.c: Do not include <sys/wait.h>, syswait.h does it.
Sun, 03 Oct 2010 07:16:48 -0700 Dan Nicolaescu Remove unused code.
Fri, 01 Oct 2010 06:56:33 -0700 Dan Nicolaescu Do not include stdlib.h and string.h, config.h does it.
Fri, 01 Oct 2010 06:04:07 -0700 Dan Nicolaescu Small process.c cleanups.
Wed, 29 Sep 2010 14:48:29 +0200 Lars Magne Ingebrigtsen Make sure all reads/writes to gnutls streams go via the gnutls functions.
Mon, 27 Sep 2010 22:43:03 +0200 Jan D * process.c (wait_reading_process_output): Add missing FD_CLR
Mon, 27 Sep 2010 18:44:31 +0200 Lars Magne Ingebrigtsen Add gnutls logging and clean up various gnutls bits.
Sun, 26 Sep 2010 22:48:13 +0200 Jan D Don¸«£t give write_mask to select for W32.
Sun, 26 Sep 2010 22:21:29 +0200 Jan D Reinstate ifdef subprocesses.
Sun, 26 Sep 2010 18:20:01 +0200 Jan D Add fd handling with callbacks to select, dbus needs it for async operation.
Sun, 26 Sep 2010 01:06:28 -0500 Ted Zlatanov Set up GnuTLS support.
Sat, 25 Sep 2010 08:31:15 -0400 Eli Zaretskii Fix int/EMACS_INT use in process.c and term.c.
Sat, 25 Sep 2010 02:32:09 +0200 Juanma Barranquero Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".
Fri, 17 Sep 2010 17:47:49 +0200 Lars Magne Ingebrigtsen * process.c (wait_reading_process_output): Don't message about
Sun, 22 Aug 2010 08:14:37 -0700 Dan Nicolaescu Simplify termio code.
Mon, 09 Aug 2010 02:35:21 -0700 Dan Nicolaescu Use const char* instead of char*.
Fri, 06 Aug 2010 13:08:26 -0700 Dan Nicolaescu * src/process.c: Simplify include logic.
Fri, 06 Aug 2010 12:07:16 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Fri, 06 Aug 2010 12:12:41 +0200 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
Thu, 05 Aug 2010 17:36:12 -0700 Dan Nicolaescu Cleanup process.c.
Mon, 26 Jul 2010 20:59:42 -0700 Dan Nicolaescu * src/process.c: Move definitions earlier to minimize #ifdefs.
Tue, 13 Jul 2010 13:57:00 +0300 Eli Zaretskii Remove more "#ifdef subprocesses".
Tue, 13 Jul 2010 13:03:22 +0300 Eli Zaretskii Fix the MS-DOS build (fallout from revno 100807).
Mon, 12 Jul 2010 21:54:28 -0700 Dan Nicolaescu Remove subprocesses #ifdefs from term.c.
Mon, 12 Jul 2010 21:44:35 +0300 Eli Zaretskii (wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C.
Mon, 12 Jul 2010 21:36:48 +0300 Eli Zaretskii Fix the MS-DOS build (fallout from revs 100791, 100794, 100795).
Mon, 12 Jul 2010 21:23:00 +0300 Eli Zaretskii Fix the MS-DOS build (fallout from revno 100791, 100794, 100795).
Mon, 12 Jul 2010 19:47:17 +0200 Andreas Schwab Convert old-style definitions
Mon, 12 Jul 2010 10:04:38 -0700 Dan Nicolaescu * src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
Sun, 11 Jul 2010 20:34:43 +0200 Andreas Schwab Use offsetof instead of own definition
Sun, 11 Jul 2010 20:19:16 +0200 Andreas Schwab * process.c: Remove obsolete comment.
Sun, 11 Jul 2010 08:55:06 +0300 Eli Zaretskii Don't use `subprocesses' in msdos.c.
Sat, 10 Jul 2010 16:26:44 +0300 Eli Zaretskii Unify the two branches, with and without subprocesses.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 20:30:58 +0300 Eli Zaretskii Fix MS-DOS build broken by revno 100745.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Wed, 07 Jul 2010 19:39:49 +0200 Jan D If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).
Wed, 07 Jul 2010 11:45:28 +0200 Juanma Barranquero Fix whitespace to follow coding guidelines.
Mon, 05 Jul 2010 09:29:35 -0700 Dan Nicolaescu Convert function definitions and declarations to standard C.
Mon, 05 Jul 2010 12:36:06 +0200 Juanma Barranquero Convert most remaining function definitions to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Thu, 01 Jul 2010 01:07:11 +0200 Andreas Schwab Avoid erroneous syscalls
Thu, 10 Jun 2010 00:08:50 +0200 Andreas Schwab Merge from emacs-23
Fri, 04 Jun 2010 00:47:35 +0200 Andreas Schwab * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
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.
Fri, 14 Aug 2009 09:16:41 +0000 Eli Zaretskii (create_pty): Fix last change.
Thu, 13 Aug 2009 13:22:55 +0000 Nick Roberts (create_pty): New function.
Sat, 18 Jul 2009 21:06:45 +0000 Juri Linkov (Fset_process_query_on_exit_flag): Mention killing
Sun, 28 Jun 2009 20:25:49 +0000 Andreas Schwab Simplify last change.
Sun, 28 Jun 2009 20:12:20 +0000 Andreas Schwab (send_process): Keep decoded string in a local
Sat, 20 Jun 2009 23:23:48 +0000 Ken Raeburn (status_message): Pass Faset index argument as a lisp object, so as to work
Mon, 15 Jun 2009 13:20:53 +0000 Kenichi Handa (status_message): Fix previous change. Be sure to
Tue, 09 Jun 2009 18:26:36 +0000 Chong Yidong * process.c (status_message): Fix handling of multibyte signal
Sat, 02 May 2009 11:54:43 +0000 Andreas Schwab (read_process_output): Make sure the current buffer is
Wed, 29 Apr 2009 05:15:34 +0000 YAMAMOTO Mitsuharu (create_process): Clean up merger residues of 2008-07-17 change.
Tue, 28 Apr 2009 19:02:26 +0000 Andreas Schwab * fns.c (Flocale_info): Protect vector from GC during decoding.
Mon, 23 Feb 2009 05:06:36 +0000 Miles Bader Rename `system-process-attributes' to `process-attributes'
Tue, 10 Feb 2009 22:32:39 +0000 Andreas Schwab (send_process): Properly relocate pointer into data
Thu, 29 Jan 2009 14:34:38 +0000 Chong Yidong (wait_reading_process_output): Use process_pending_signals.
Sun, 18 Jan 2009 03:58:09 +0000 Juanma Barranquero * dbusbind.c (Fdbus_register_signal):
Sat, 03 Jan 2009 15:03:59 +0000 Eli Zaretskii (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
Fri, 02 Jan 2009 15:06:02 +0000 Eli Zaretskii (top level) <Qtime, Qctime>: New variables.
Thu, 01 Jan 2009 15:58:38 +0000 Andreas Schwab (conv_sockaddr_to_lisp): Add workaround for
Fri, 19 Dec 2008 22:53:15 +0000 Dan Nicolaescu * process.c: (Flist_system_processes):
Fri, 19 Dec 2008 22:19:49 +0000 Dan Nicolaescu * process.c: (Flist_system_processes):
Fri, 19 Dec 2008 19:50:35 +0000 Dan Nicolaescu Reorganize implementation of Flist_system_processes and
Tue, 16 Dec 2008 08:04:45 +0000 Dan Nicolaescu Include <limits.h>.
Thu, 11 Dec 2008 08:46:35 +0000 Juanma Barranquero * process.c (Fsystem_process_attributes, syms_of_process):
Fri, 05 Dec 2008 16:44:56 +0000 Eli Zaretskii (procfs_system_process_attributes): If `nread' has a negative value, assign
Fri, 05 Dec 2008 07:07:53 +0000 Eli Zaretskii (procfs_system_process_attributes): Don't use cmd, cmdsize, and q without
Thu, 02 Oct 2008 20:03:05 +0000 Eli Zaretskii (procfs_system_process_attributes): Multiply `pcpu' by 100, so it's in
Thu, 02 Oct 2008 08:03:44 +0000 Martin Rudalics (Faccept_process_output): Fix doc-string.
Fri, 19 Sep 2008 17:22:25 +0000 Eli Zaretskii (procfs_system_process_attributes): Fix last change.
Fri, 19 Sep 2008 17:19:28 +0000 Eli Zaretskii (procfs_system_process_attributes): Fix cmdline in case /proc/PID/cmdline
Sun, 07 Sep 2008 19:46:39 +0000 Roland Winkler (Fsystem_process_attributes): Doc fix.