| Commit message (Expand) | Author | Files | Lines |
| 2012-04-21 | * process.h (struct Lisp_Process): Members tick and update_tick | Paul Eggert | 1 | -2/+2 |
| 2012-04-20 | Fixes for pty handling in gdb-mi.el and process.c. | Chong Yidong | 1 | -10/+17 |
| 2012-04-18 | More small doc and lispref edits related to processes | Glenn Morris | 1 | -4/+3 |
| 2012-04-17 | More process-related doc and manual small edits | Glenn Morris | 1 | -3/+6 |
| 2012-04-09 | Remove * characters from the front of variable docstrings. | Chong Yidong | 1 | -1/+1 |
| 2012-04-09 | Limit number of GnuTLS handshakes per connection. | Ted Zlatanov | 1 | -0/+3 |
| 2012-04-09 | configure: new option --enable-gcc-warnings | Paul Eggert | 1 | -0/+7 |
| 2012-03-23 | * src/process.c (wait_reading_process_output): Handle pty disconnect | Troels Nielsen | 1 | -7/+12 |
| 2012-01-21 | * process.c (read_process_output): Use p instead of XPROCESS (proc). | Andreas Schwab | 1 | -6/+4 |
| 2012-01-10 | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 1 | -1/+1 |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 1 | -1/+1 |
| 2011-12-29 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-12-06 | * src/process.c (start_process_unwind): Treat any pid <= 0, except -2, | Glenn Morris | 1 | -2/+3 |
| 2011-11-28 | Remove GCPRO-related macros that exist only to avoid shadowing locals. | Paul Eggert | 1 | -5/+5 |
| 2011-11-25 | Rename locals to avoid shadowing. | Paul Eggert | 1 | -14/+17 |
| 2011-11-24 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-21 | (wait_reading_process_output): Add comment and URL. | Lars Magne Ingebrigtsen | 1 | -1/+5 |
| 2011-11-21 | Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library. | Lars Magne Ingebrigtsen | 1 | -9/+33 |
| 2011-11-19 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-17 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-14 | Spelling fixes. | Paul Eggert | 1 | -2/+2 |
| 2011-11-07 | Set members of the struct coding_system before accessing them (bug#9910,9911,... | Kenichi Handa | 1 | -0/+1 |
| 2011-10-28 | Revert problematic change to wait_reading_process_output. | Glenn Morris | 1 | -9/+4 |
| 2011-10-27 | * process.c: (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_sign... | Paul Eggert | 1 | -4/+4 |
| 2011-10-27 | More gnutls memory fixes. | Chong Yidong | 1 | -0/+1 |
| 2011-10-27 | Fix a memory leak in the built-in GnuTLS support. | Chong Yidong | 1 | -0/+7 |
| 2011-10-13 | * process.c (Fsignal_process): Check for process-ids out of pid_t range rathe... | Paul Eggert | 1 | -16/+2 |
| 2011-10-10 | * process.c (Fsignal_process): Simplify by avoiding a goto. | Paul Eggert | 1 | -31/+28 |
| 2011-09-21 | * process.c (Faccept_process_output): Fix typo in duration. | Paul Eggert | 1 | -1/+1 |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 1 | -68/+63 |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero | 1 | -20/+20 |
| 2011-08-29 | * process.c (make_process): Use printmax_t, not int, to format | Paul Eggert | 1 | -3/+3 |
| 2011-08-23 | * lisp/mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals | Stefan Monnier | 1 | -0/+3 |
| 2011-08-18 | * src/process.c (Fnetwork_interface_list): Correctly determine buffer | Andreas Schwab | 1 | -22/+41 |
| 2011-08-14 | Avoid crash with invalid default-process-coding-system. | Kenichi Handa | 1 | -1/+4 |
| 2011-08-13 | * process.c (Fnetwork_interface_info): Declare local only if needed. | Paul Eggert | 1 | -1/+2 |
| 2011-08-13 | Fix network-interface-list|info on newer BSD derived OS:es. | Jan Djärv | 1 | -12/+82 |
| 2011-08-04 | Adjust in response to jan.h.d's comments. | Paul Eggert | 1 | -15/+3 |
| 2011-07-28 | * process.c (Fnetwork_interface_list): Check for overflow | Paul Eggert | 1 | -0/+6 |
| 2011-07-16 | Use the same condition for POLL_FOR_INPUT in both keyboard.c and process.c | Lars Magne Ingebrigtsen | 1 | -1/+1 |
| 2011-07-06 | Use pthread_sigmask, not sigprocmask. | Paul Eggert | 1 | -3/+3 |
| 2011-07-01 | * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h | Jan Djärv | 1 | -3/+3 |
| 2011-06-25 | Fix handling of pending signals in wait_reading_process_output (Bug#8869). | Chong Yidong | 1 | -3/+9 |
| 2011-06-24 | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 1 | -160/+83 |
| 2011-06-20 | * src/process.c (Fset_process_buffer): Clarify return value in docstring. | Deniz Dogan | 1 | -1/+2 |
| 2011-06-19 | * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT. | Paul Eggert | 1 | -1/+1 |
| 2011-06-14 | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 1 | -6/+6 |
| 2011-06-11 | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 1 | -0/+4 |
| 2011-05-28 | [ChangeLog] | Paul Eggert | 1 | -1/+1 |
| 2011-05-09 | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 1 | -7/+8 |