| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/process.c (start_process_unwind): Treat any pid <= 0, except -2, | Glenn Morris | 2011-12-06 | 1 | -2/+3 |
| * | Remove GCPRO-related macros that exist only to avoid shadowing locals. | Paul Eggert | 2011-11-28 | 1 | -5/+5 |
| * | Rename locals to avoid shadowing. | Paul Eggert | 2011-11-25 | 1 | -14/+17 |
| * | Spelling fixes. | Paul Eggert | 2011-11-24 | 1 | -1/+1 |
| * | (wait_reading_process_output): Add comment and URL. | Lars Magne Ingebrigtsen | 2011-11-21 | 1 | -1/+5 |
| * | Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library. | Lars Magne Ingebrigtsen | 2011-11-21 | 1 | -9/+33 |
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -2/+2 |
| * | Set members of the struct coding_system before accessing them (bug#9910,9911,... | Kenichi Handa | 2011-11-07 | 1 | -0/+1 |
| * | Revert problematic change to wait_reading_process_output. | Glenn Morris | 2011-10-28 | 1 | -9/+4 |
| * | More gnutls memory fixes. | Chong Yidong | 2011-10-27 | 1 | -0/+1 |
| * | Fix a memory leak in the built-in GnuTLS support. | Chong Yidong | 2011-10-27 | 1 | -0/+7 |
| * | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -20/+20 |
| * | * process.c (make_process): Use printmax_t, not int, to format | Paul Eggert | 2011-08-29 | 1 | -3/+3 |
| * | Merge from trunk. | Paul Eggert | 2011-08-24 | 1 | -0/+3 |
| |\ |
|
| | * | * lisp/mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals | Stefan Monnier | 2011-08-23 | 1 | -0/+3 |
| * | | Merge from trunk. | Paul Eggert | 2011-08-18 | 1 | -19/+17 |
| |\ \
| |/ |
|
| | * | * src/process.c (Fnetwork_interface_list): Correctly determine buffer | Andreas Schwab | 2011-08-18 | 1 | -22/+41 |
| * | | Merge from trunk. | Paul Eggert | 2011-08-14 | 1 | -1/+4 |
| |\ \
| |/ |
|
| | * | Avoid crash with invalid default-process-coding-system. | Kenichi Handa | 2011-08-14 | 1 | -1/+4 |
| | | | |
| | \ | |
| *-. \ | Merge from trunk. | Paul Eggert | 2011-08-13 | 1 | -10/+83 |
| |\ \ \
| | |/ |
|
| | | * | * process.c (Fnetwork_interface_info): Declare local only if needed. | Paul Eggert | 2011-08-13 | 1 | -1/+2 |
| | | * | Fix network-interface-list|info on newer BSD derived OS:es. | Jan Djärv | 2011-08-13 | 1 | -12/+82 |
| | |/ |
|
| * | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -15/+3 |
| * | | * process.c (Fnetwork_interface_list): Check for overflow | Paul Eggert | 2011-07-28 | 1 | -0/+6 |
| |/ |
|
| * | Use the same condition for POLL_FOR_INPUT in both keyboard.c and process.c | Lars Magne Ingebrigtsen | 2011-07-16 | 1 | -1/+1 |
| * | Use pthread_sigmask, not sigprocmask. | Paul Eggert | 2011-07-06 | 1 | -3/+3 |
| * | * process.c: Add defined (HAVE_GSETTINGS) for xgselect.h | Jan Djärv | 2011-07-01 | 1 | -3/+3 |
| * | Fix handling of pending signals in wait_reading_process_output (Bug#8869). | Chong Yidong | 2011-06-25 | 1 | -3/+9 |
| * | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -160/+83 |
| * | Merge from trunk. | Paul Eggert | 2011-06-20 | 1 | -1/+2 |
| |\ |
|
| | * | * src/process.c (Fset_process_buffer): Clarify return value in docstring. | Deniz Dogan | 2011-06-20 | 1 | -1/+2 |
| * | | * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT. | Paul Eggert | 2011-06-19 | 1 | -1/+1 |
| |/ |
|
| * | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -6/+6 |
| * | * buffer.c (Qclone_number): Remove for now, as it's unused. | Paul Eggert | 2011-06-11 | 1 | -0/+4 |
| * | [ChangeLog] | Paul Eggert | 2011-05-28 | 1 | -1/+1 |
| * | Merge from mainline. | Paul Eggert | 2011-05-04 | 1 | -6/+6 |
| |\ |
|
| | * | src/gnutls.c: Remove unused parameter `fildes'. | Juanma Barranquero | 2011-05-05 | 1 | -4/+3 |
| | * | Implement dynamic loading of GnuTLS on Windows. | Juanma Barranquero | 2011-05-04 | 1 | -3/+4 |
| | * | Don't test HAVE_INTTYPES_H in process.c. | Eli Zaretskii | 2011-04-30 | 1 | -2/+0 |
| * | | * process.c (Fformat_network_address): Fix typo: args2 -> *args2. | Paul Eggert | 2011-05-02 | 1 | -1/+1 |
| * | | * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now. | Paul Eggert | 2011-04-29 | 1 | -4/+1 |
| |/ |
|
| * | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -0/+16 |
| |\ |
|
| | * | Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS. | Ted Zlatanov | 2011-04-24 | 1 | -0/+16 |
| * | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -7/+8 |
| * | | * process.c (Fnetwork_interface_info): Avoid left-shift undefined | Paul Eggert | 2011-04-18 | 1 | -2/+2 |
| * | | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -1/+1 |
| |/ |
|
| * | * process.c (keyboard_bit_set): Define only if SIGIO. | Paul Eggert | 2011-04-16 | 1 | -0/+11 |
| * | * process.c (send_process): Change a size_t to EMACS_INT. | Paul Eggert | 2011-04-15 | 1 | -1/+1 |