summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAge
* Merge from origin/emacs-28Stefan Kangas2021-12-12
|\
| * Fix the DJGPP portPo Lu2021-12-11
| * Fix compilation on MS-WindowsEli Zaretskii2021-11-13
| * Use posix_spawn if possible.Philipp Stephani2021-11-13
* | Fix compilation on MS-WindowsEli Zaretskii2021-11-11
* | Use posix_spawn if possible.Philipp Stephani2021-11-11
|/
* call-process doc string clarificationLars Ingebrigtsen2021-08-31
* Ensure 'call-process' interprets INFILE as a local pathJim Porter2021-07-04
* Fix NS native compilation buildsAlan Third2021-06-26
* Fix unquoting of file names in subprocesses (Bug#48177)Michael Albinus2021-05-03
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-19
* Merge from origin/emacs-27Glenn Morris2021-02-19
|\
| * Avoid assertion violation in callproc.cEli Zaretskii2021-02-10
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Add functions to open a file without quitting.Philipp Stephani2021-01-10
* | Don't unblock SIGCHLD too early.Philipp Stephani2021-01-09
* | Port to Solaris 10Paul Eggert2021-01-01
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Revert "Use posix_spawn if possible."Eli Zaretskii2020-12-25
* | Use posix_spawn if possible.Philipp Stephani2020-12-25
* | ; * src/callproc.c (emacs_spawn) [!WINDOWSNT]: Fix last change.Eli Zaretskii2020-12-24
* | Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-24
* | Centralize subprocess creation in a single function.Philipp Stephani2020-12-24
* | Declare argument vector as char *const *.Philipp Stephani2020-12-23
* | Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-23
* | Allocate environment block before forking.Philipp Stephani2020-12-23
* | Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-23
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* | Mention `exec-path' in some process related doc stringsLars Ingebrigtsen2020-08-21
* | Fix error in 'call-process-region' when START is nil (Bug#40576)Philipp Stephani2020-04-12
|/
* Make after-change-functions called from call-process get the correct BEGAlan Mackenzie2020-02-13
* ; Spelling and URL fixesPaul Eggert2020-01-27
* Make call_process call signal_after_change. This fixes bug #38691.Alan Mackenzie2020-01-22
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix data-directory when executing from an out-of-source buildÓscar Fuentes2019-11-02
* Revert too-picky file-access testsPaul Eggert2019-09-21
* Fix permission-denied issue in MS-Windows startupPaul Eggert2019-09-18
* Fix initialization of shared-game-score-directory on MS-WindowsEli Zaretskii2019-09-16
* Improve directory-access diagnosticsPaul Eggert2019-09-15
* Omit duplicate test of current directoryPaul Eggert2019-09-11
* Merge from origin/emacs-26Glenn Morris2019-08-20
|\
| * * src/callproc.c (Fcall_process): Doc fix.Eli Zaretskii2019-08-10
* | Mention `call-process-region' in the `call-process' doc stringLars Ingebrigtsen2019-07-09
* | Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-14
* | Merge from origin/emacs-26Glenn Morris2019-02-08
|\|
| * Minor improvements to do strings in callproc.cEli Zaretskii2019-02-08
* | Add portable dumperDaniel Colascione2019-01-15
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|