aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcGerd Möllmann2025-07-311-12/+10
|\
| * Streamline init_callproc a bitPaul Eggert2025-07-241-10/+8
| * PATH defaults now act more like GNU and POSIXPaul Eggert2025-07-241-2/+2
* | Merge branch 'master' into feature/igcGerd Möllmann2025-04-051-5/+1
|\ \ | |/
| * Remove ctags programPaul Eggert2025-03-221-5/+1
* | Merge 'master' into 'feature/igc'Pip Cet2025-02-011-14/+14
|\ \ | |/
| * 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
* | | Merge branch 'master' into feature/igcGerd Möllmann2025-01-191-1/+1
|\ \ \ | |/ /
| * | Replace call[1-8] with callnStefan Kangas2025-01-191-1/+1
* | | ; * src/callproc.c (call_process): Fix a typo.Eli Zaretskii2025-01-111-2/+2
* | | Restore old make_environment_block code for !HAVE_MPS buildsPip Cet2025-01-101-3/+17
* | | Don't use SAFE_NALLOCA for Lisp_ObjectsGerd Möllmann2025-01-081-3/+3
* | | Reapply "Don't put string data pointers into xmalloc'd memory (bug#75292)"Gerd Möllmann2025-01-081-3/+13
* | | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-1/+1
|\ \ \ | |/ /
| * | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| |/
* | * src/callproc.c (call_process): Move encoding of 'path'.Eli Zaretskii2025-01-061-1/+3
* | Revert "Don't put string data pointers into xmalloc'd memory (bug#75292)"Pip Cet2025-01-031-13/+3
* | Don't put string data pointers into xmalloc'd memory (bug#75292)Pip Cet2025-01-031-3/+13
|/
* 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
|\ \ | |/