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