| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor getenv-related fixes. | Paul Eggert | 2013-02-12 | 1 | -6/+4 |
* | Fix bug #13661 with w32-downcase-file-names and shell-command. | Eli Zaretskii | 2013-02-09 | 1 | -2/+20 |
* | Avoid encoding file names run through dostounix_filename on MS-Windows. | Eli Zaretskii | 2013-02-02 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.com | Glenn Morris | 2013-02-01 | 1 | -21/+27 |
|\ |
|
| * | Make sure program names are encoded before using them to invoke subprocesses. | Eli Zaretskii | 2013-02-01 | 1 | -21/+27 |
* | | Fix bug #13079 on MS-Windows with temp files not being deleted. | Eli Zaretskii | 2012-12-15 | 1 | -4/+25 |
* | | Improve and correct commentary to w32proc-related data and functions. | Eli Zaretskii | 2012-12-15 | 1 | -1/+1 |
* | | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert | 2012-12-07 | 1 | -6/+2 |
* | | Fix a recently-introduced delete-process race condition. | Paul Eggert | 2012-12-05 | 1 | -7/+23 |
* | | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.org | Glenn Morris | 2012-12-05 | 1 | -2/+11 |
|\ \
| |/ |
|
| * | Don't pass un-encoded file name to mkstemp. | Eli Zaretskii | 2012-12-05 | 1 | -2/+3 |
| * | Fix one part of bug #13079 with temporary files in call-process-region. | Eli Zaretskii | 2012-12-05 | 1 | -0/+8 |
* | | Minor call-process cleanups. | Paul Eggert | 2012-12-05 | 1 | -15/+11 |
* | | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous | Andreas Schwab | 2012-12-04 | 1 | -1/+1 |
* | | Don't let call-process be a zombie factory. | Paul Eggert | 2012-12-03 | 1 | -109/+129 |
* | | Use execve to avoid need to munge environ. | Paul Eggert | 2012-12-02 | 1 | -16/+1 |
* | | * callproc.c (Fcall_process): Don't misreport vfork failure. | Paul Eggert | 2012-11-28 | 1 | -0/+3 |
* | | * callproc.c (Fcall_process): Fix vfork portability problems. | Paul Eggert | 2012-11-28 | 1 | -38/+48 |
* | | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert | 2012-11-17 | 1 | -10/+1 |
* | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -7/+5 |
* | | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert | 2012-11-04 | 1 | -9/+1 |
|/ |
|
* | Fix crash when using Emacs as commit editor for git. | Paul Eggert | 2012-10-31 | 1 | -18/+5 |
* | Move pid_t related decls out of lisp.h. | Paul Eggert | 2012-09-23 | 1 | -0/+1 |
* | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -6/+5 |
* | Remove no-longer-needed Solaris 2.4 vfork bug workaround. | Paul Eggert | 2012-09-16 | 1 | -25/+0 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -4/+0 |
* | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert | 2012-08-24 | 1 | -18/+18 |
* | Rely on <unistd.h> to declare 'environ', | Paul Eggert | 2012-08-19 | 1 | -4/+0 |
* | Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp. | Eli Zaretskii | 2012-08-04 | 1 | -16/+11 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -6/+4 |
* | Stop ns builds setting the EMACSPATH environment variable | Glenn Morris | 2012-07-09 | 1 | -2/+15 |
* | Stop ns builds polluting the environment with EMACSDATA, EMACSDOC | Glenn Morris | 2012-07-09 | 1 | -2/+30 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -3/+3 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -1/+1 |
* | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -2/+0 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | Improve call-process-region error message. | Jim Meyering | 2012-05-30 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com | Glenn Morris | 2012-05-26 | 1 | -1/+1 |
|\ |
|
| * | * src/callproc.c (Fcall_process): Restore a line that was accidentally commen... | Ken Brown | 2012-05-24 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -3/+3 |
|\ \ |
|
| * | | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -3/+3 |
| |/ |
|
* | | Merge from trunk. | Paul Eggert | 2012-02-10 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Tiny doc tweaks for call-process's :file spec. | Glenn Morris | 2012-02-01 | 1 | -2/+3 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | callproc.c (Fcall_process): Set the member dst_multibyte of process_coding. | Kenichi Handa | 2011-11-11 | 1 | -0/+3 |
| * | Set members of the struct coding_system before accessing them (bug#9910,9911,... | Kenichi Handa | 2011-11-07 | 1 | -0/+1 |
* | | (Fcall_process): Fix typo in volatile load/restore. | Paul Eggert | 2011-09-21 | 1 | -1/+1 |