aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline init_callproc a bitPaul Eggert2025-07-241-10/+8
* PATH defaults now act more like GNU and POSIXPaul Eggert2025-07-241-2/+2
* Remove ctags programPaul Eggert2025-03-221-5/+1
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-14/+14
|\
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-14/+14
* | Replace call[1-8] with callnStefan Kangas2025-01-191-1/+1
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas2024-07-251-1/+1
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-2/+6
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Properly run emacsclient under Android if DISPLAY is setPo Lu2023-09-061-2/+18
* | Install rcs2log within Emacs packages for AndroidPo Lu2023-08-241-0/+11
* | Minor adjustments to Android portPo Lu2023-08-111-4/+5
* | Update Android portPo Lu2023-07-271-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-141-0/+1
|\ \ | |/
| * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
* | Work around system restrictions regarding execPo Lu2023-05-011-0/+16
* | Update Android portPo Lu2023-03-111-1/+4
* | Update Android portPo Lu2023-03-071-1/+1
* | Update Android portPo Lu2023-03-011-1/+18
* | Update Android portPo Lu2023-01-251-0/+5
* | Make binaries distributed with Emacs work on AndroidPo Lu2023-01-241-0/+63
|/
* ; Clarify doc strings of 'call-process' and 'call-process-region'Eli Zaretskii2023-01-021-2/+3
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Initialize child signal handling before posix_spawn too.Paul Eggert2022-11-021-0/+1
* Fix Haiku subprocess supportPo Lu2022-10-281-1/+4
* Fix Haiku build for recent changes to system headersPo Lu2022-10-261-13/+13
* Fix broken build on Solaris 10 emacs_spawnPaul Eggert2022-08-171-1/+1
* * src/callproc.c (emacs_spawn): Fix Mac OS X build.Po Lu2022-08-061-1/+1
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-15/+22
* 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