index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
callproc.c
Age
Commit message (
Expand
)
Author
2023-03-29
Remove labeled restrictions before calling Fwiden
Gregory Heytings
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-02
Initialize child signal handling before posix_spawn too.
Paul Eggert
2022-10-28
Fix Haiku subprocess support
Po Lu
2022-10-26
Fix Haiku build for recent changes to system headers
Po Lu
2022-08-17
Fix broken build on Solaris 10 emacs_spawn
Paul Eggert
2022-08-06
* src/callproc.c (emacs_spawn): Fix Mac OS X build.
Po Lu
2022-08-05
Allow creating processes where only one of stdin or stdout is a PTY
Jim Porter
2022-04-12
Fix some DISPLAY variable related bugs on PGTK
Po Lu
2022-04-04
Use correct signal oldset in posix_spawn implementation
Jürgen Hötzel
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-10
Silence macOS vfork deprecation warnings
Mattias Engdegård
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-12
Merge from origin/emacs-28
Stefan Kangas
2021-12-11
Fix the DJGPP port
Po Lu
2021-11-13
Fix compilation on MS-Windows
Eli Zaretskii
2021-11-13
Use posix_spawn if possible.
Philipp Stephani
2021-11-11
Fix compilation on MS-Windows
Eli Zaretskii
2021-11-11
Use posix_spawn if possible.
Philipp Stephani
2021-08-31
call-process doc string clarification
Lars Ingebrigtsen
2021-07-04
Ensure 'call-process' interprets INFILE as a local path
Jim Porter
2021-06-26
Fix NS native compilation builds
Alan Third
2021-05-03
Fix unquoting of file names in subprocesses (Bug#48177)
Michael Albinus
2021-03-19
Do not load native code when `load' is explicitly called on a .elc file
Andrea Corallo
2021-02-19
Merge from origin/emacs-27
Glenn Morris
2021-02-10
Avoid assertion violation in callproc.c
Eli Zaretskii
2021-01-10
Add functions to open a file without quitting.
Philipp Stephani
2021-01-09
Don't unblock SIGCHLD too early.
Philipp Stephani
2021-01-01
Port to Solaris 10
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-25
Revert "Use posix_spawn if possible."
Eli Zaretskii
2020-12-25
Use posix_spawn if possible.
Philipp Stephani
2020-12-24
; * src/callproc.c (emacs_spawn) [!WINDOWSNT]: Fix last change.
Eli Zaretskii
2020-12-24
Unbreak the MinGW build broken by recent changes in callproc.c
Eli Zaretskii
2020-12-24
Centralize subprocess creation in a single function.
Philipp Stephani
2020-12-23
Declare argument vector as char *const *.
Philipp Stephani
2020-12-23
Pass C string pointer to current directory to 'child_setup'.
Philipp Stephani
2020-12-23
Allocate environment block before forking.
Philipp Stephani
2020-12-23
Remove an unused parameter from 'child_setup' function.
Philipp Stephani
2020-12-20
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-08-21
Mention `exec-path' in some process related doc strings
Lars Ingebrigtsen
2020-04-12
Fix error in 'call-process-region' when START is nil (Bug#40576)
Philipp Stephani
2020-02-13
Make after-change-functions called from call-process get the correct BEG
Alan Mackenzie
2020-01-27
; Spelling and URL fixes
Paul Eggert
2020-01-22
Make call_process call signal_after_change. This fixes bug #38691.
Alan Mackenzie
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-11-02
Fix data-directory when executing from an out-of-source build
Óscar Fuentes
[next]