summaryrefslogtreecommitdiff
path: root/src/callproc.c
AgeCommit message (Expand)Author
2014-09-07* callproc.c (exec_failed) [DOS_NT]: Define a dummy.Paul Eggert
2014-09-07Fix the MS-Windows build broken by SAFE_ALLOCA changes.Eli Zaretskii
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-09-02* callproc.c (egetenv_internal): Add arg and rename from egetenv ...Dmitry Antipov
2014-09-01Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov
2014-07-14Use binary-io module, O_BINARY, and "b" flag.Paul Eggert
2014-06-07Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris
2014-06-02* src/callproc.c (call_process): Don't check read-only if we don't insertStefan Monnier
2014-06-01Port signal-handling to DragonFly BSD.Paul Eggert
2014-05-29Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert
2014-04-16Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert
2014-04-16Fix the MSDOS build.Eli Zaretskii
2014-03-25Handle sigmask better with nested signal handlers.Paul Eggert
2014-03-22Make some files in etc obsoleteGlenn Morris
2014-01-30Don't ignore SIGPROF in subprocessesAndreas Schwab
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-27Shell completion for filenames from current directory, related docs.Jarek Czekalski
2013-12-18Minor fixes for recent openp changes.Paul Eggert
2013-12-17Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris
2013-11-25Preload leim-list.elGlenn Morris
2013-11-22Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris
2013-11-05* src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier
2013-11-05Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.Eli Zaretskii
2013-11-04Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii
2013-08-23Don't let very long directory names overrun the stack.Paul Eggert
2013-08-21* callproc.c: Fix race that killed background processes.Paul Eggert
2013-08-12Fix some fd issues when running subprocesses.Paul Eggert
2013-08-04Fix some minor races in hosts lacking mkostemp.Paul Eggert
2013-07-30Fix tempfile bug on platforms lacking mkostemp and mkstemp.Paul Eggert
2013-07-23src/callproc.c (child_setup): Silence compiler warnings.Juanma Barranquero
2013-07-20Avoid vfork-related deadlock more cleanly.Paul Eggert
2013-07-16A few more minor file errno-reporting bugs.Paul Eggert
2013-07-16Fix w32 bug with call-process-region.Paul Eggert
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-07-16* fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert
2013-07-16Fix porting bug to older POSIXish platforms.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-14* callproc.c (Fcall_process_region): Fix minor race and tune.Paul Eggert
2013-07-13* callproc.c (child_setup, relocate_fd) [!DOS_NT]:Paul Eggert
2013-07-12Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert
2013-07-11Fix races with threads and file descriptors.Paul Eggert
2013-07-09Handle errno and exit status a bit more carefully.Paul Eggert
2013-07-07MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.Eli Zaretskii
2013-07-07Make file descriptors close-on-exec when possible.Paul Eggert
2013-07-07Fix openp errno handling.Paul Eggert
2013-07-05Use emacs_open more consistently when opening files.Paul Eggert
2013-06-27Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert
2013-06-23A more-conservative workaround for Cygwin SIGCHLD issues.Paul Eggert
2013-06-23Try to avoid malloc SEGVs on Cygwin.Paul Eggert
2013-05-25* callproc.c (call_process): Refine the doc string. (Bug#14045)Xue Fuqiao