summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #13079 on MS-Windows with temp files not being deleted.Eli Zaretskii2012-12-151-4/+25
* Improve and correct commentary to w32proc-related data and functions.Eli Zaretskii2012-12-151-1/+1
* Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-071-6/+2
* Fix a recently-introduced delete-process race condition.Paul Eggert2012-12-051-7/+23
* Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-051-2/+11
|\
| * Don't pass un-encoded file name to mkstemp.Eli Zaretskii2012-12-051-2/+3
| * Fix one part of bug #13079 with temporary files in call-process-region.Eli Zaretskii2012-12-051-0/+8
* | Minor call-process cleanups.Paul Eggert2012-12-051-15/+11
* | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronousAndreas Schwab2012-12-041-1/+1
* | Don't let call-process be a zombie factory.Paul Eggert2012-12-031-109/+129
* | Use execve to avoid need to munge environ.Paul Eggert2012-12-021-16/+1
* | * callproc.c (Fcall_process): Don't misreport vfork failure.Paul Eggert2012-11-281-0/+3
* | * callproc.c (Fcall_process): Fix vfork portability problems.Paul Eggert2012-11-281-38/+48
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-10/+1
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-7/+5
* | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-041-9/+1
|/
* Fix crash when using Emacs as commit editor for git.Paul Eggert2012-10-311-18/+5
* Move pid_t related decls out of lisp.h.Paul Eggert2012-09-231-0/+1
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+5
* Remove no-longer-needed Solaris 2.4 vfork bug workaround.Paul Eggert2012-09-161-25/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Signal-handler cleanup.Paul Eggert2012-09-061-4/+0
* * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-241-18/+18
* Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-191-4/+0
* Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp.Eli Zaretskii2012-08-041-16/+11
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-6/+4
* Stop ns builds setting the EMACSPATH environment variableGlenn Morris2012-07-091-2/+15
* Stop ns builds polluting the environment with EMACSDATA, EMACSDOCGlenn Morris2012-07-091-2/+30
* More xmalloc and related cleanup.Paul Eggert2012-07-051-3/+3
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-2/+0
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Improve call-process-region error message.Jim Meyering2012-05-301-1/+1
* Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-261-1/+1
|\
| * * src/callproc.c (Fcall_process): Restore a line that was accidentally commen...Ken Brown2012-05-241-1/+1
* | Merge from trunk.Paul Eggert2012-04-091-3/+3
|\ \
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-3/+3
| |/
* | Merge from trunk.Paul Eggert2012-02-101-2/+3
|\ \ | |/
| * Tiny doc tweaks for call-process's :file spec.Glenn Morris2012-02-011-2/+3
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-0/+4
|\ \ | |/
| * callproc.c (Fcall_process): Set the member dst_multibyte of process_coding.Kenichi Handa2011-11-111-0/+3
| * Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa2011-11-071-0/+1
* | (Fcall_process): Fix typo in volatile load/restore.Paul Eggert2011-09-211-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-29/+38
|/
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* Merge from trunk.Paul Eggert2011-08-041-0/+6
|\
| * * callproc.c (Fcall_process): Avoid vfork clobberingPaul Eggert2011-08-031-0/+6
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-6/+4