| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-08 | 1 | -8/+28 |
| |\ |
|
| | * | Complement a coding system for encoding arguments and input to a process. | Kenichi Handa | 2010-09-30 | 1 | -8/+28 |
| * | | * src/process.c: Do not include <sys/wait.h>, syswait.h does it. | Dan Nicolaescu | 2010-10-03 | 1 | -4/+0 |
| * | | Remove unused code. | Dan Nicolaescu | 2010-10-03 | 1 | -6/+1 |
| * | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+0 |
| * | | Small process.c cleanups. | Dan Nicolaescu | 2010-10-01 | 1 | -15/+7 |
| * | | Make sure all reads/writes to gnutls streams go via the gnutls functions. | Lars Magne Ingebrigtsen | 2010-09-29 | 1 | -6/+7 |
| * | | * process.c (wait_reading_process_output): Add missing FD_CLR | Jan D | 2010-09-27 | 1 | -0/+1 |
| * | | Add gnutls logging and clean up various gnutls bits. | Lars Magne Ingebrigtsen | 2010-09-27 | 1 | -0/+1 |
| * | | Donät give write_mask to select for W32. | Jan D | 2010-09-26 | 1 | -0/+6 |
| * | | Reinstate ifdef subprocesses. | Jan D | 2010-09-26 | 1 | -0/+4 |
| * | | Add fd handling with callbacks to select, dbus needs it for async operation. | Jan D | 2010-09-26 | 1 | -72/+131 |
| * | | Set up GnuTLS support. | Ted Zlatanov | 2010-09-26 | 1 | -3/+35 |
| * | | Fix int/EMACS_INT use in process.c and term.c. | Eli Zaretskii | 2010-09-25 | 1 | -13/+13 |
| * | | Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost". | Juanma Barranquero | 2010-09-25 | 1 | -1/+3 |
| * | | * process.c (wait_reading_process_output): Don't message about | Lars Magne Ingebrigtsen | 2010-09-17 | 1 | -1/+1 |
| * | | Simplify termio code. | Dan Nicolaescu | 2010-08-22 | 1 | -84/+5 |
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -4/+5 |
| * | | * src/process.c: Simplify include logic. | Dan Nicolaescu | 2010-08-06 | 1 | -9/+3 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-06 | 1 | -2/+1 |
| * | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -1/+7 |
| * | | Cleanup process.c. | Dan Nicolaescu | 2010-08-05 | 1 | -52/+5 |
| * | | * src/process.c: Move definitions earlier to minimize #ifdefs. | Dan Nicolaescu | 2010-07-26 | 1 | -23/+19 |
| * | | Remove more "#ifdef subprocesses". | Eli Zaretskii | 2010-07-13 | 1 | -13/+17 |
| * | | Fix the MS-DOS build (fallout from 2010-07-13T04:54:28Z!dann@ics.uci.edu). | Eli Zaretskii | 2010-07-13 | 1 | -0/+2 |
| * | | Remove subprocesses #ifdefs from term.c. | Dan Nicolaescu | 2010-07-12 | 1 | -30/+32 |
| * | | (wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C. | Eli Zaretskii | 2010-07-12 | 1 | -6/+4 |
| * | | Fix the MS-DOS build (fallout from 2010-07-12T14:16:38Z!schwab@linux-m68k.org... | Eli Zaretskii | 2010-07-12 | 1 | -57/+61 |
| |\ \ |
|
| | * | | Fix the MS-DOS build (fallout from 2010-07-12T14:16:38Z!schwab@linux-m68k.org... | Eli Zaretskii | 2010-07-12 | 1 | -57/+61 |
| * | | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -6/+4 |
| |/ / |
|
| * | | * src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional. | Dan Nicolaescu | 2010-07-12 | 1 | -1/+1 |
| * | | Use offsetof instead of own definition | Andreas Schwab | 2010-07-11 | 1 | -2/+2 |
| * | | * process.c: Remove obsolete comment. | Andreas Schwab | 2010-07-11 | 1 | -9/+0 |
| * | | Don't use `subprocesses' in msdos.c. | Eli Zaretskii | 2010-07-11 | 1 | -4/+4 |
| * | | Unify the two branches, with and without subprocesses. | Eli Zaretskii | 2010-07-10 | 1 | -576/+362 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -124/+61 |
| * | | Fix MS-DOS build broken by 2010-07-07T17:39:49Z!jan.h.d@swipnet.se. | Eli Zaretskii | 2010-07-08 | 1 | -0/+28 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -26/+26 |
| * | | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571). | Jan D | 2010-07-07 | 1 | -1/+33 |
| * | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -11/+11 |
| * | | Convert function definitions and declarations to standard C. | Dan Nicolaescu | 2010-07-05 | 1 | -3/+3 |
| * | | Convert most remaining function definitions to standard C. | Juanma Barranquero | 2010-07-05 | 1 | -106/+50 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -5/+5 |
| * | | Avoid erroneous syscalls | Andreas Schwab | 2010-07-01 | 1 | -3/+6 |
| * | | Merge from emacs-23 | Andreas Schwab | 2010-06-10 | 1 | -1/+3 |
| |\ \
| |/ |
|
| | * | * process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4 | Andreas Schwab | 2010-06-04 | 1 | -1/+3 |
| * | | * process.c (Fmake_network_process): Set :host to nil if it's not used. | Stefan Monnier | 2010-05-24 | 1 | -11/+16 |
| * | | Remove POSIX_SIGNALS. | Dan Nicolaescu | 2010-05-03 | 1 | -26/+0 |
| * | | Don't burp if process sentinel/filter kills the current buffer. | Stefan Monnier | 2010-04-29 | 1 | -2/+2 |
| * | | Try to solve the problem of spurious EOF chars in long lines of text | Stefan Monnier | 2010-04-12 | 1 | -33/+4 |