| Commit message (Expand) | Author | Age | Files | Lines |
* | * process.c (make_serial_process_unwind, send_process_trap): | Paul Eggert | 2011-03-16 | 1 | -3/+4 |
* | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars. | Paul Eggert | 2011-03-16 | 1 | -1/+1 |
* | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling. | Paul Eggert | 2011-03-16 | 1 | -1/+1 |
* | Move editfns decls to lisp.h to check interfaces. | Paul Eggert | 2011-03-15 | 1 | -2/+0 |
* | Use functions, not macros, for up- and down-casing. | Paul Eggert | 2011-03-15 | 1 | -1/+1 |
* | * process.c (serial_open, serial_configure): Move decls from here ... | Paul Eggert | 2011-03-14 | 1 | -4/+0 |
* | * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly. | Stefan Monnier | 2011-02-18 | 1 | -8/+8 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -29/+29 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -29/+29 |
* | * callproc.c (Fcall_process): | Jan D | 2011-02-13 | 1 | -1/+1 |
* | Make sure SIGPIPE is reset in child processes | Andreas Schwab | 2011-02-12 | 1 | -0/+6 |
* | * process.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -14/+16 |
* | xstrcasecmp: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -2/+2 |
* | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -9/+9 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+3 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -10/+9 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -15/+3 |
* | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | * | Fix 2010-05-05T22:14:15Z!lekktu@gmail.com. | Eli Zaretskii | 2010-11-09 | 1 | -1/+1 |
| | * | Backport 2010-03-27T00:45:32Z!cyd@stupidchicken.com from trunk | Chong Yidong | 2010-11-04 | 1 | -13/+22 |
| | * | Backport 2010-03-25T08:56:15Z!mituharu@math.s.chiba-u.ac.jp from trunk | YAMAMOTO Mitsuharu | 2010-11-04 | 1 | -14/+0 |
| | * | Backport 2010-03-25T08:48:52Z!mituharu@math.s.chiba-u.ac.jp from trunk | Helmut Eller | 2010-11-04 | 1 | -5/+32 |
| | * | Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts. | Jan Djärv | 2010-11-01 | 1 | -1/+34 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+0 |
|/ / |
|
* | | * src/process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484). | Chong Yidong | 2010-12-04 | 1 | -4/+4 |
* | | Move declarations from .c files to .h files. | Dan Nicolaescu | 2010-11-18 | 1 | -4/+0 |
* | | * src/process.c: Include <sys/ioctl.h> unconditionally, | Dan Nicolaescu | 2010-11-14 | 1 | -2/+0 |
* | | 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 |