summaryrefslogtreecommitdiff
path: root/src/callproc.c
AgeCommit message (Expand)Author
2022-04-12Fix some DISPLAY variable related bugs on PGTKPo Lu
2022-04-04Use correct signal oldset in posix_spawn implementationJürgen Hötzel
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-02-10Silence macOS vfork deprecation warningsMattias Engdegård
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-12Merge from origin/emacs-28Stefan Kangas
2021-12-11Fix the DJGPP portPo Lu
2021-11-13Fix compilation on MS-WindowsEli Zaretskii
2021-11-13Use posix_spawn if possible.Philipp Stephani
2021-11-11Fix compilation on MS-WindowsEli Zaretskii
2021-11-11Use posix_spawn if possible.Philipp Stephani
2021-08-31call-process doc string clarificationLars Ingebrigtsen
2021-07-04Ensure 'call-process' interprets INFILE as a local pathJim Porter
2021-06-26Fix NS native compilation buildsAlan Third
2021-05-03Fix unquoting of file names in subprocesses (Bug#48177)Michael Albinus
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