summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Properly run emacsclient under Android if DISPLAY is setPo Lu2023-09-06
* | Install rcs2log within Emacs packages for AndroidPo Lu2023-08-24
* | Minor adjustments to Android portPo Lu2023-08-11
* | Update Android portPo Lu2023-07-27
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-14
|\|
| * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-29
* | Work around system restrictions regarding execPo Lu2023-05-01
* | Update Android portPo Lu2023-03-11
* | Update Android portPo Lu2023-03-07
* | Update Android portPo Lu2023-03-01
* | Update Android portPo Lu2023-01-25
* | Make binaries distributed with Emacs work on AndroidPo Lu2023-01-24
|/
* ; Clarify doc strings of 'call-process' and 'call-process-region'Eli Zaretskii2023-01-02
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Initialize child signal handling before posix_spawn too.Paul Eggert2022-11-02
* Fix Haiku subprocess supportPo Lu2022-10-28
* Fix Haiku build for recent changes to system headersPo Lu2022-10-26
* Fix broken build on Solaris 10 emacs_spawnPaul Eggert2022-08-17
* * src/callproc.c (emacs_spawn): Fix Mac OS X build.Po Lu2022-08-06
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-05
* Fix some DISPLAY variable related bugs on PGTKPo Lu2022-04-12
* Use correct signal oldset in posix_spawn implementationJürgen Hötzel2022-04-04
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* Silence macOS vfork deprecation warningsMattias Engdegård2022-02-10
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | 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