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
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
2019-09-21
Revert too-picky file-access tests
Paul Eggert
2019-09-18
Fix permission-denied issue in MS-Windows startup
Paul Eggert
2019-09-16
Fix initialization of shared-game-score-directory on MS-Windows
Eli Zaretskii
2019-09-15
Improve directory-access diagnostics
Paul Eggert
2019-09-11
Omit duplicate test of current directory
Paul Eggert
2019-08-20
Merge from origin/emacs-26
Glenn Morris
2019-08-10
* src/callproc.c (Fcall_process): Doc fix.
Eli Zaretskii
2019-07-09
Mention `call-process-region' in the `call-process' doc string
Lars Ingebrigtsen
2019-07-08
Avoid some unnecessary stdio.h includes
Paul Eggert
[next]