aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-02* src/callproc.c (call_process): Don't check read-only if we don't insertStefan Monnier1-2/+5
2014-04-16Fix the MSDOS build.Eli Zaretskii1-7/+13
2014-01-30Don't ignore SIGPROF in subprocessesAndreas Schwab1-0/+4
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+2
2013-12-27Shell completion for filenames from current directory, related docs.Jarek Czekalski1-1/+5
2013-12-18Minor fixes for recent openp changes.Paul Eggert1-1/+2
2013-12-17Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris1-1/+1
2013-12-07Fixed initialization code and default-printer-name.Eli Zaretskii1-5/+12
2013-11-25Preload leim-list.elGlenn Morris1-4/+4
2013-11-22Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris1-8/+8
2013-11-05* src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier1-4/+0
2013-11-05Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.Eli Zaretskii1-0/+1
2013-11-04Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii1-3/+3
2013-08-23Don't let very long directory names overrun the stack.Paul Eggert1-22/+37
2013-08-21* callproc.c: Fix race that killed background processes.Paul Eggert1-17/+28
2013-08-12Fix some fd issues when running subprocesses.Paul Eggert1-395/+367
2013-08-04Fix some minor races in hosts lacking mkostemp.Paul Eggert1-13/+1
2013-07-30Fix tempfile bug on platforms lacking mkostemp and mkstemp.Paul Eggert1-2/+3
2013-07-23src/callproc.c (child_setup): Silence compiler warnings.Juanma Barranquero1-2/+3
2013-07-20Avoid vfork-related deadlock more cleanly.Paul Eggert1-5/+9
2013-07-16A few more minor file errno-reporting bugs.Paul Eggert1-1/+5
2013-07-16Fix w32 bug with call-process-region.Paul Eggert1-6/+4
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert1-10/+5
2013-07-16* fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert1-11/+8
2013-07-16Fix porting bug to older POSIXish platforms.Paul Eggert1-1/+1
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert1-9/+8
2013-07-14* callproc.c (Fcall_process_region): Fix minor race and tune.Paul Eggert1-59/+77
2013-07-13* callproc.c (child_setup, relocate_fd) [!DOS_NT]:Paul Eggert1-12/+7
2013-07-12Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert1-37/+37
2013-07-11Fix races with threads and file descriptors.Paul Eggert1-1/+1
2013-07-09Handle errno and exit status a bit more carefully.Paul Eggert1-12/+9
2013-07-07MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.Eli Zaretskii1-0/+1
2013-07-07Make file descriptors close-on-exec when possible.Paul Eggert1-12/+9
2013-07-07Fix openp errno handling.Paul Eggert1-0/+2
2013-07-05Use emacs_open more consistently when opening files.Paul Eggert1-16/+13
2013-06-27Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert1-1/+0
2013-06-23A more-conservative workaround for Cygwin SIGCHLD issues.Paul Eggert1-0/+1
2013-06-23Try to avoid malloc SEGVs on Cygwin.Paul Eggert1-2/+2
2013-05-25* callproc.c (call_process): Refine the doc string. (Bug#14045)Xue Fuqiao1-4/+4
2013-03-24Reorder conditions that are written backwardsAndreas Schwab1-4/+4
2013-02-12Minor getenv-related fixes.Paul Eggert1-6/+4
2013-02-09Fix bug #13661 with w32-downcase-file-names and shell-command.Eli Zaretskii1-2/+20
2013-02-02Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii1-1/+1
2013-02-01Make sure program names are encoded before using them to invoke subprocesses.Eli Zaretskii1-21/+27
2012-12-15Fix bug #13079 on MS-Windows with temp files not being deleted.Eli Zaretskii1-4/+25
2012-12-15Improve and correct commentary to w32proc-related data and functions.Eli Zaretskii1-1/+1
2012-12-07Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert1-6/+2
2012-12-05Fix a recently-introduced delete-process race condition.Paul Eggert1-7/+23
2012-12-05Minor call-process cleanups.Paul Eggert1-15/+11
2012-12-05Don't pass un-encoded file name to mkstemp.Eli Zaretskii1-2/+3