aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* delete_temp_file fixBT Templeton2015-04-191-3/+9
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-7/+10
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-8/+10
* record_unwind_protect error handlingBT Templeton2015-04-181-42/+35
* SAFE_ALLOCA updatedBT Templeton2015-04-181-4/+0
* use guile-snarf for subr definitionBT Templeton2015-04-181-4/+2
* Merge from emacs-24; up to 2014-06-01T23:37:[email protected]Glenn Morris2014-06-071-2/+5
|\
| * * src/callproc.c (call_process): Don't check read-only if we don't insertStefan Monnier2014-06-021-2/+5
* | Port signal-handling to DragonFly BSD.Paul Eggert2014-06-011-24/+0
* | Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert2014-05-291-0/+1
* | Merge from emacs-24; up to 2014-04-16T15:28:[email protected]Paul Eggert2014-04-161-7/+13
|\|
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-7/+13
* | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-251-9/+11
* | Make some files in etc obsoleteGlenn Morris2014-03-221-2/+2
|/
* Don't ignore SIGPROF in subprocessesAndreas Schwab2014-01-301-0/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* Shell completion for filenames from current directory, related docs.Jarek Czekalski2013-12-271-1/+5
* Minor fixes for recent openp changes.Paul Eggert2013-12-181-1/+2
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-1/+1
* Preload leim-list.elGlenn Morris2013-11-251-4/+4
* Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-221-8/+8
* * src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier2013-11-051-4/+0
* Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.Eli Zaretskii2013-11-051-0/+1
* Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-041-3/+3
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-231-22/+37
* * callproc.c: Fix race that killed background processes.Paul Eggert2013-08-211-17/+28
* Fix some fd issues when running subprocesses.Paul Eggert2013-08-121-395/+367
* Fix some minor races in hosts lacking mkostemp.Paul Eggert2013-08-041-13/+1
* Fix tempfile bug on platforms lacking mkostemp and mkstemp.Paul Eggert2013-07-301-2/+3
* src/callproc.c (child_setup): Silence compiler warnings.Juanma Barranquero2013-07-231-2/+3
* Avoid vfork-related deadlock more cleanly.Paul Eggert2013-07-201-5/+9
* A few more minor file errno-reporting bugs.Paul Eggert2013-07-161-1/+5
* Fix w32 bug with call-process-region.Paul Eggert2013-07-161-6/+4
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-10/+5
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-11/+8
* Fix porting bug to older POSIXish platforms.Paul Eggert2013-07-161-1/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-9/+8
* * callproc.c (Fcall_process_region): Fix minor race and tune.Paul Eggert2013-07-141-59/+77
* * callproc.c (child_setup, relocate_fd) [!DOS_NT]:Paul Eggert2013-07-131-12/+7
* Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert2013-07-121-37/+37
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-1/+1
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-12/+9
* MS-Windows followup for 2013-07-07T18:00:[email protected].Eli Zaretskii2013-07-071-0/+1
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-12/+9
* Fix openp errno handling.Paul Eggert2013-07-071-0/+2
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-16/+13
* Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert2013-06-271-1/+0
* A more-conservative workaround for Cygwin SIGCHLD issues.Paul Eggert2013-06-231-0/+1
* Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-231-2/+2
* * callproc.c (call_process): Refine the doc string. (Bug#14045)Xue Fuqiao2013-05-251-4/+4