| Age | Commit message (Expand) | Author |
| 2010-07-11 | * process.c: Remove obsolete comment. | Andreas Schwab |
| 2010-07-11 | Don't use `subprocesses' in msdos.c. | Eli Zaretskii |
| 2010-07-10 | Unify the two branches, with and without subprocesses. | Eli Zaretskii |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu |
| 2010-07-08 | Fix MS-DOS build broken by 2010-07-07T17:39:49Z!jan.h.d@swipnet.se. | Eli Zaretskii |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab |
| 2010-07-07 | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571). | Jan D |
| 2010-07-07 | Fix whitespace to follow coding guidelines. | Juanma Barranquero |
| 2010-07-05 | Convert function definitions and declarations to standard C. | Dan Nicolaescu |
| 2010-07-05 | Convert most remaining function definitions to standard C. | Juanma Barranquero |
| 2010-07-02 | Remove __P and P_ from .c and .m files and definition of P_ | Jan D |
| 2010-07-01 | Avoid erroneous syscalls | Andreas Schwab |
| 2010-06-10 | Merge from emacs-23 | Andreas Schwab |
| 2010-06-04 | * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 | Andreas Schwab |
| 2010-05-24 | * process.c (Fmake_network_process): Set :host to nil if it's not used. | Stefan Monnier |
| 2010-05-03 | Remove POSIX_SIGNALS. | Dan Nicolaescu |
| 2010-04-29 | Don't burp if process sentinel/filter kills the current buffer. | Stefan Monnier |
| 2010-04-12 | Try to solve the problem of spurious EOF chars in long lines of text | Stefan Monnier |
| 2010-04-12 | * process.c (status_notify): Remove unused var `ro'. | Stefan Monnier |
| 2010-04-11 | * process.c (exec_sentinel): Preserve current-buffer. | Stefan Monnier |
| 2010-04-11 | (read_process_output): Move the save-current-buffer to | Stefan Monnier |
| 2010-04-01 | Remove extern errno declarations. | Dan Nicolaescu |
| 2010-03-31 | Clean up BSD_SYSTEM use. | Dan Nicolaescu |
| 2010-03-26 | * process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows. | Chong Yidong |
| 2010-03-25 | Don't call turn_on_atimers around `connect' (Bug#5723). | YAMAMOTO Mitsuharu |
| 2010-03-25 | Call `select' for interrupted `connect' rather than creating new socket (Bug#... | Helmut Eller |
| 2010-03-22 | Remove dead code dealing with POSIX_SIGNALS. | Dan Nicolaescu |
| 2010-01-13 | Add 2010 to copyright years. | Glenn Morris |
| 2009-12-29 | process.c: Fix typo in comment. | Juanma Barranquero |
| 2009-12-03 | (Fmake_network_process): Fix up the tests for | Stefan Monnier |
| 2009-12-03 | (Qseqpacket): New symbol. | Stefan Monnier |
| 2009-11-21 | Use a select wrapper around the GLib event loop, thus taking into account GLib | Jan Djärv |
| 2009-11-21 | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab |
| 2009-11-11 | * process.c (ifflag_def): Make flag_sym constant. | Dan Nicolaescu |
| 2009-11-10 | Bug #4574. Common code for file/font dialog. Handle timers with glib-timers. | Jan Djärv |
| 2009-11-06 | * xterm.c (syms_of_xterm): | Dan Nicolaescu |
| 2009-11-06 | * process.c (socket_options): Make it const. | Dan Nicolaescu |
| 2009-10-19 | * process.c (create_pty): Remove conditionals for no longer | Dan Nicolaescu |
| 2009-10-19 | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu |
| 2009-10-13 | (list_processes_1): Use long format in printf, and cast argument. | Adrian Robert |
| 2009-08-30 | *** empty log message *** | Nick Roberts |
| 2009-08-30 | (wait_reading_process_output): Keep the descriptor | Nick Roberts |
| 2009-08-27 | (send_process): Use encode_coding_object instead of | Kenichi Handa |
| 2009-08-17 | * process.c (status_notify): Don't perform redisplay. | Chong Yidong |
| 2009-08-14 | (create_pty): Fix last change. | Eli Zaretskii |
| 2009-08-13 | (create_pty): New function. | Nick Roberts |
| 2009-07-18 | (Fset_process_query_on_exit_flag): Mention killing | Juri Linkov |
| 2009-06-28 | Simplify last change. | Andreas Schwab |
| 2009-06-28 | (send_process): Keep decoded string in a local | Andreas Schwab |
| 2009-06-20 | (status_message): Pass Faset index argument as a lisp object, so as to work | Ken Raeburn |