| Commit message (Expand) | Author | Age | Files | Lines |
| * | Try to solve the problem of spurious EOF chars in long lines of text | Stefan Monnier | 2010-04-12 | 1 | -33/+4 |
| * | * process.c (status_notify): Remove unused var `ro'. | Stefan Monnier | 2010-04-12 | 1 | -3/+1 |
| * | * process.c (exec_sentinel): Preserve current-buffer. | Stefan Monnier | 2010-04-11 | 1 | -0/+5 |
| * | (read_process_output): Move the save-current-buffer to | Stefan Monnier | 2010-04-11 | 1 | -21/+16 |
| * | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -4/+0 |
| * | Clean up BSD_SYSTEM use. | Dan Nicolaescu | 2010-03-31 | 1 | -2/+2 |
| * | * process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows. | Chong Yidong | 2010-03-26 | 1 | -13/+22 |
| * | Don't call turn_on_atimers around `connect' (Bug#5723). | YAMAMOTO Mitsuharu | 2010-03-25 | 1 | -14/+0 |
| * | Call `select' for interrupted `connect' rather than creating new socket (Bug#... | Helmut Eller | 2010-03-25 | 1 | -5/+32 |
| * | Remove dead code dealing with POSIX_SIGNALS. | Dan Nicolaescu | 2010-03-22 | 1 | -38/+7 |
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | process.c: Fix typo in comment. | Juanma Barranquero | 2009-12-29 | 1 | -1/+1 |
| * | (Fmake_network_process): Fix up the tests for | Stefan Monnier | 2009-12-03 | 1 | -4/+4 |
| * | (Qseqpacket): New symbol. | Stefan Monnier | 2009-12-03 | 1 | -3/+17 |
| * | Use a select wrapper around the GLib event loop, thus taking into account GLib | Jan Djärv | 2009-11-21 | 1 | -1/+7 |
| * | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -1/+1 |
| * | * process.c (ifflag_def): Make flag_sym constant. | Dan Nicolaescu | 2009-11-11 | 1 | -3/+3 |
| * | Bug #4574. Common code for file/font dialog. Handle timers with glib-timers. | Jan Djärv | 2009-11-10 | 1 | -1/+0 |
| * | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -115/+115 |
| * | * process.c (socket_options): Make it const. | Dan Nicolaescu | 2009-11-06 | 1 | -3/+3 |
| * | * process.c (create_pty): Remove conditionals for no longer | Dan Nicolaescu | 2009-10-19 | 1 | -2/+2 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+2 |
| * | (list_processes_1): Use long format in printf, and cast argument. | Adrian Robert | 2009-10-13 | 1 | -1/+1 |
| * | *** empty log message *** | Nick Roberts | 2009-08-30 | 1 | -1/+1 |
| * | (wait_reading_process_output): Keep the descriptor | Nick Roberts | 2009-08-30 | 1 | -4/+9 |
| * | (send_process): Use encode_coding_object instead of | Kenichi Handa | 2009-08-27 | 1 | -1/+2 |
| * | * process.c (status_notify): Don't perform redisplay. | Chong Yidong | 2009-08-17 | 1 | -9/+13 |
| * | (create_pty): Fix last change. | Eli Zaretskii | 2009-08-14 | 1 | -1/+6 |
| * | (create_pty): New function. | Nick Roberts | 2009-08-13 | 1 | -68/+158 |
| * | (Fset_process_query_on_exit_flag): Mention killing | Juri Linkov | 2009-07-18 | 1 | -1/+1 |
| * | Simplify last change. | Andreas Schwab | 2009-06-28 | 1 | -11/+6 |
| * | (send_process): Keep decoded string in a local | Andreas Schwab | 2009-06-28 | 1 | -5/+7 |
| * | (status_message): Pass Faset index argument as a lisp object, so as to work | Ken Raeburn | 2009-06-20 | 1 | -1/+1 |
| * | (status_message): Fix previous change. Be sure to | Kenichi Handa | 2009-06-15 | 1 | -5/+14 |
| * | * process.c (status_message): Fix handling of multibyte signal | Chong Yidong | 2009-06-09 | 1 | -1/+3 |
| * | (read_process_output): Make sure the current buffer is | Andreas Schwab | 2009-05-02 | 1 | -2/+3 |
| * | (create_process): Clean up merger residues of 2008-07-17 change. | YAMAMOTO Mitsuharu | 2009-04-29 | 1 | -8/+0 |
| * | * fns.c (Flocale_info): Protect vector from GC during decoding. | Andreas Schwab | 2009-04-28 | 1 | -18/+32 |
| * | Rename `system-process-attributes' to `process-attributes' | Miles Bader | 2009-02-23 | 1 | -10/+8 |
| * | (send_process): Properly relocate pointer into data | Andreas Schwab | 2009-02-10 | 1 | -2/+6 |
| * | (wait_reading_process_output): Use process_pending_signals. | Chong Yidong | 2009-01-29 | 1 | -6/+1 |
| * | * dbusbind.c (Fdbus_register_signal): | Juanma Barranquero | 2009-01-18 | 1 | -1/+1 |
| * | (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess) | Eli Zaretskii | 2009-01-03 | 1 | -3/+74 |
| * | (top level) <Qtime, Qctime>: New variables. | Eli Zaretskii | 2009-01-02 | 1 | -1/+9 |
| * | (conv_sockaddr_to_lisp): Add workaround for | Andreas Schwab | 2009-01-01 | 1 | -32/+41 |
| * | * process.c: (Flist_system_processes): | Dan Nicolaescu | 2008-12-19 | 1 | -2/+2 |
| * | * process.c: (Flist_system_processes): | Dan Nicolaescu | 2008-12-19 | 1 | -2/+2 |
| * | Reorganize implementation of Flist_system_processes and | Dan Nicolaescu | 2008-12-19 | 1 | -437/+2 |
| * | Include <limits.h>. | Dan Nicolaescu | 2008-12-16 | 1 | -0/+4 |
| * | * process.c (Fsystem_process_attributes, syms_of_process): | Juanma Barranquero | 2008-12-11 | 1 | -4/+4 |