| Age | Commit message (Expand) | Author |
| 2011-11-25 | Rename locals to avoid shadowing. | Paul Eggert |
| 2011-11-24 | Spelling fixes. | Paul Eggert |
| 2011-11-21 | (wait_reading_process_output): Add comment and URL. | Lars Magne Ingebrigtsen |
| 2011-11-21 | Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library. | Lars Magne Ingebrigtsen |
| 2011-11-19 | Spelling fixes. | Paul Eggert |
| 2011-11-18 | Merge from trunk. | Paul Eggert |
| 2011-11-17 | Spelling fixes. | Paul Eggert |
| 2011-11-14 | Spelling fixes. | Paul Eggert |
| 2011-11-07 | Set members of the struct coding_system before accessing them (bug#9910,9911,... | Kenichi Handa |
| 2011-10-29 | Merge from trunk. | Paul Eggert |
| 2011-10-28 | Revert problematic change to wait_reading_process_output. | Glenn Morris |
| 2011-10-27 | Merge from trunk. | Paul Eggert |
| 2011-10-27 | * process.c: (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_sign... | Paul Eggert |
| 2011-10-27 | More gnutls memory fixes. | Chong Yidong |
| 2011-10-27 | Fix a memory leak in the built-in GnuTLS support. | Chong Yidong |
| 2011-10-13 | * process.c (Fsignal_process): Check for process-ids out of pid_t range rathe... | Paul Eggert |
| 2011-10-10 | * process.c (Fsignal_process): Simplify by avoiding a goto. | Paul Eggert |
| 2011-09-21 | * process.c (Faccept_process_output): Fix typo in duration. | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero |
| 2011-08-29 | * process.c (make_process): Use printmax_t, not int, to format | Paul Eggert |
| 2011-08-24 | Merge from trunk. | Paul Eggert |
| 2011-08-23 | * lisp/mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals | Stefan Monnier |
| 2011-08-18 | Merge from trunk. | Paul Eggert |
| 2011-08-18 | * src/process.c (Fnetwork_interface_list): Correctly determine buffer | Andreas Schwab |
| 2011-08-14 | Merge from trunk. | Paul Eggert |
| 2011-08-14 | Avoid crash with invalid default-process-coding-system. | Kenichi Handa |
| 2011-08-13 | Merge from trunk. | Paul Eggert |
| 2011-08-13 | * process.c (Fnetwork_interface_info): Declare local only if needed. | Paul Eggert |
| 2011-08-13 | Fix network-interface-list|info on newer BSD derived OS:es. | Jan Djärv |
| 2011-08-04 | Adjust in response to jan.h.d's comments. | Paul Eggert |
| 2011-07-28 | * process.c (Fnetwork_interface_list): Check for overflow | Paul Eggert |
| 2011-07-16 | Use the same condition for POLL_FOR_INPUT in both keyboard.c and process.c | Lars Magne Ingebrigtsen |
| 2011-07-06 | Use pthread_sigmask, not sigprocmask. | Paul Eggert |
| 2011-07-01 | * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h | Jan Djärv |
| 2011-06-25 | Fix handling of pending signals in wait_reading_process_output (Bug#8869). | Chong Yidong |
| 2011-06-24 | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero |
| 2011-06-20 | Merge from trunk. | Paul Eggert |
| 2011-06-20 | * src/process.c (Fset_process_buffer): Clarify return value in docstring. | Deniz Dogan |
| 2011-06-19 | * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT. | Paul Eggert |
| 2011-06-14 | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert |
| 2011-06-11 | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert |
| 2011-05-28 | [ChangeLog] | Paul Eggert |
| 2011-05-04 | Merge from mainline. | Paul Eggert |
| 2011-05-05 | src/gnutls.c: Remove unused parameter `fildes'. | Juanma Barranquero |
| 2011-05-04 | Implement dynamic loading of GnuTLS on Windows. | Juanma Barranquero |
| 2011-05-02 | * process.c (Fformat_network_address): Fix typo: args2 -> *args2. | Paul Eggert |
| 2011-04-30 | Don't test HAVE_INTTYPES_H in process.c. | Eli Zaretskii |
| 2011-04-29 | * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now. | Paul Eggert |
| 2011-04-25 | Merge from mainline. | Paul Eggert |