summaryrefslogtreecommitdiff
path: root/src/callproc.c
AgeCommit message (Expand)Author
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-06Properly run emacsclient under Android if DISPLAY is setPo Lu
2023-08-24Install rcs2log within Emacs packages for AndroidPo Lu
2023-08-11Minor adjustments to Android portPo Lu
2023-07-27Update Android portPo Lu
2023-05-14Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-01Work around system restrictions regarding execPo Lu
2023-03-29Remove labeled restrictions before calling FwidenGregory Heytings
2023-03-11Update Android portPo Lu
2023-03-07Update Android portPo Lu
2023-03-01Update Android portPo Lu
2023-01-25Update Android portPo Lu
2023-01-24Make binaries distributed with Emacs work on AndroidPo Lu
2023-01-02; Clarify doc strings of 'call-process' and 'call-process-region'Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-02Initialize child signal handling before posix_spawn too.Paul Eggert
2022-10-28Fix Haiku subprocess supportPo Lu
2022-10-26Fix Haiku build for recent changes to system headersPo Lu
2022-08-17Fix broken build on Solaris 10 emacs_spawnPaul Eggert
2022-08-06* src/callproc.c (emacs_spawn): Fix Mac OS X build.Po Lu
2022-08-05Allow creating processes where only one of stdin or stdout is a PTYJim Porter
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