summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some DISPLAY variable related bugs on PGTKPo Lu2022-04-121-0/+18
* Use correct signal oldset in posix_spawn implementationJürgen Hötzel2022-04-041-26/+9
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-15/+16
* Silence macOS vfork deprecation warningsMattias Engdegård2022-02-101-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-121-0/+27
|\ \ | |/
| * Fix the DJGPP portPo Lu2021-12-111-0/+27
| * Fix compilation on MS-WindowsEli Zaretskii2021-11-131-0/+2
| * Use posix_spawn if possible.Philipp Stephani2021-11-131-1/+189
* | Fix compilation on MS-WindowsEli Zaretskii2021-11-111-0/+2
* | Use posix_spawn if possible.Philipp Stephani2021-11-111-1/+188
|/
* call-process doc string clarificationLars Ingebrigtsen2021-08-311-0/+2
* Ensure 'call-process' interprets INFILE as a local pathJim Porter2021-07-041-10/+15
* Fix NS native compilation buildsAlan Third2021-06-261-32/+4
* Fix unquoting of file names in subprocesses (Bug#48177)Michael Albinus2021-05-031-2/+11
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-191-1/+1
* Merge from origin/emacs-27Glenn Morris2021-02-191-1/+5
|\
| * Avoid assertion violation in callproc.cEli Zaretskii2021-02-101-1/+5
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Add functions to open a file without quitting.Philipp Stephani2021-01-101-1/+1
* | Don't unblock SIGCHLD too early.Philipp Stephani2021-01-091-11/+20
* | Port to Solaris 10Paul Eggert2021-01-011-0/+5
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Revert "Use posix_spawn if possible."Eli Zaretskii2020-12-251-147/+1
* | Use posix_spawn if possible.Philipp Stephani2020-12-251-1/+147
* | ; * src/callproc.c (emacs_spawn) [!WINDOWSNT]: Fix last change.Eli Zaretskii2020-12-241-2/+2
* | Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-241-41/+30
* | Centralize subprocess creation in a single function.Philipp Stephani2020-12-241-77/+193
* | Declare argument vector as char *const *.Philipp Stephani2020-12-231-2/+2
* | Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-231-7/+9
* | Allocate environment block before forking.Philipp Stephani2020-12-231-115/+125
* | Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-231-6/+4
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-3/+2
* | Mention `exec-path' in some process related doc stringsLars Ingebrigtsen2020-08-211-0/+6
* | Fix error in 'call-process-region' when START is nil (Bug#40576)Philipp Stephani2020-04-121-1/+11
|/
* Make after-change-functions called from call-process get the correct BEGAlan Mackenzie2020-02-131-2/+3
* ; Spelling and URL fixesPaul Eggert2020-01-271-1/+1
* Make call_process call signal_after_change. This fixes bug #38691.Alan Mackenzie2020-01-221-3/+34
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix data-directory when executing from an out-of-source buildÓscar Fuentes2019-11-021-1/+1
* Revert too-picky file-access testsPaul Eggert2019-09-211-2/+2
* Fix permission-denied issue in MS-Windows startupPaul Eggert2019-09-181-5/+4
* Fix initialization of shared-game-score-directory on MS-WindowsEli Zaretskii2019-09-161-2/+13
* Improve directory-access diagnosticsPaul Eggert2019-09-151-0/+2
* Omit duplicate test of current directoryPaul Eggert2019-09-111-13/+3
* Merge from origin/emacs-26Glenn Morris2019-08-201-1/+1
|\
| * * src/callproc.c (Fcall_process): Doc fix.Eli Zaretskii2019-08-101-1/+1
* | Mention `call-process-region' in the `call-process' doc stringLars Ingebrigtsen2019-07-091-0/+3
* | Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0