summaryrefslogtreecommitdiff
path: root/src/callproc.c
AgeCommit message (Expand)Author
2021-03-19Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo
2021-02-19Merge from origin/emacs-27Glenn Morris
2021-02-10Avoid assertion violation in callproc.cEli Zaretskii
2021-01-10Add functions to open a file without quitting.Philipp Stephani
2021-01-09Don't unblock SIGCHLD too early.Philipp Stephani
2021-01-01Port to Solaris 10Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-25Revert "Use posix_spawn if possible."Eli Zaretskii
2020-12-25Use posix_spawn if possible.Philipp Stephani
2020-12-24; * src/callproc.c (emacs_spawn) [!WINDOWSNT]: Fix last change.Eli Zaretskii
2020-12-24Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii
2020-12-24Centralize subprocess creation in a single function.Philipp Stephani
2020-12-23Declare argument vector as char *const *.Philipp Stephani
2020-12-23Pass C string pointer to current directory to 'child_setup'.Philipp Stephani
2020-12-23Allocate environment block before forking.Philipp Stephani
2020-12-23Remove an unused parameter from 'child_setup' function.Philipp Stephani
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-08-21Mention `exec-path' in some process related doc stringsLars Ingebrigtsen
2020-04-12Fix error in 'call-process-region' when START is nil (Bug#40576)Philipp Stephani
2020-02-13Make after-change-functions called from call-process get the correct BEGAlan Mackenzie
2020-01-27; Spelling and URL fixesPaul Eggert
2020-01-22Make call_process call signal_after_change. This fixes bug #38691.Alan Mackenzie
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-02Fix data-directory when executing from an out-of-source buildÓscar Fuentes
2019-09-21Revert too-picky file-access testsPaul Eggert
2019-09-18Fix permission-denied issue in MS-Windows startupPaul Eggert
2019-09-16Fix initialization of shared-game-score-directory on MS-WindowsEli Zaretskii
2019-09-15Improve directory-access diagnosticsPaul Eggert
2019-09-11Omit duplicate test of current directoryPaul Eggert
2019-08-20Merge from origin/emacs-26Glenn Morris
2019-08-10* src/callproc.c (Fcall_process): Doc fix.Eli Zaretskii
2019-07-09Mention `call-process-region' in the `call-process' doc stringLars Ingebrigtsen
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-04-18Mark _Noreturn error functions as coldPaul Eggert
2019-04-14Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky
2019-02-08Merge from origin/emacs-26Glenn Morris
2019-02-08Minor improvements to do strings in callproc.cEli Zaretskii
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-10Dissociate controlling tty better on DarwinPaul Eggert
2018-10-31Merge from origin/emacs-26Glenn Morris
2018-10-30Improve doc string of 'call-process'Eli Zaretskii
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-28Tune SAFE_FREEPaul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-25maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert