log src/process.c @ 109358:a9586dc942d5

age author description
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.