index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-28
Stefan Kangas
2021-12-12
1
-3
/
+17
|
\
|
*
Avoid undefined behavior in 'send-process-region' (Bug#52369).
Philipp Stephani
2021-12-11
1
-0
/
+3
|
*
Fix the DJGPP port
Po Lu
2021-12-11
1
-3
/
+14
*
|
Add a new variable 'process-error-pause-time'
Lars Ingebrigtsen
2021-12-02
1
-2
/
+10
*
|
Add support for the Haiku operating system and its window system
Po Lu
2021-11-20
1
-3
/
+7
*
|
Fix recent changes related to USABLE_SIGIO
Eli Zaretskii
2021-11-17
1
-1
/
+1
*
|
Avoid delays waiting for input on systems without SIGIO
Ken Brown
2021-11-17
1
-0
/
+9
*
|
Allow :filter t in make-process to work as with set-process-filter
Lars Ingebrigtsen
2021-10-18
1
-4
/
+8
|
/
*
Avoid aborts when a thread is signaled while "waiting for input".
Eli Zaretskii
2021-10-16
1
-3
/
+19
*
New function num-processors
Paul Eggert
2021-10-10
1
-0
/
+18
*
Port unused decls to C2x
Paul Eggert
2021-10-03
1
-1
/
+1
*
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-09-21
1
-2
/
+2
*
Clarify :stderr in the make-process doc string
Lars Ingebrigtsen
2021-08-23
1
-1
/
+4
*
Block TLS handshake until TCP connection established
Mattias Engdegård
2021-07-13
1
-1
/
+4
*
Ensure 'call-process' interprets INFILE as a local path
Jim Porter
2021-07-04
1
-1
/
+1
*
Fix documentation of a recent change
Eli Zaretskii
2021-05-25
1
-4
/
+7
*
Try to not prioritise reading from lower file descriptors
Miha Rihtaršič
2021-05-25
1
-1
/
+25
*
Process sentinels need to work under X and commandline
dickmao
2021-05-13
1
-7
/
+8
*
Do not load native code when `load' is explicitly called on a .elc file
Andrea Corallo
2021-03-19
1
-1
/
+1
*
Fix typos
Mattias Engdegård
2021-02-18
1
-1
/
+1
*
; * src/process.c (child_signal_read): Don't report EAGAIN as error
Mattias Engdegård
2021-01-29
1
-1
/
+1
*
; * src/process.c (child_signal_read): Remove FIXME comment.
Eli Zaretskii
2021-01-23
1
-1
/
+0
*
Add a FIXME comment to improve the SIGCHLD race condition handling.
Philipp Stephani
2021-01-23
1
-0
/
+5
*
Mark both ends of self-pipe a nonblocking.
Philipp Stephani
2021-01-23
1
-0
/
+2
*
Clean up the recently added self-pipe mechanism for WINDOWSNT
Eli Zaretskii
2021-01-23
1
-2
/
+21
*
Make child signal read pipe non-blocking.
Philipp Stephani
2021-01-19
1
-0
/
+2
*
Ensure that sentinels are called during 'accept-process-output'.
Philipp Stephani
2021-01-17
1
-0
/
+9
*
Don't crash if no asynchronous process has been created yet.
Philipp Stephani
2021-01-16
1
-2
/
+2
*
Fix deadlock when receiving SIGCHLD during 'pselect'.
Philipp Stephani
2021-01-16
1
-1
/
+93
*
Remove a pointless check for WCOREDUMPED.
Philipp Stephani
2021-01-10
1
-2
/
+1
*
Don't unblock SIGCHLD too early.
Philipp Stephani
2021-01-09
1
-1
/
+9
*
Port to Solaris 10
Paul Eggert
2021-01-01
1
-9
/
+0
*
Merge from origin/emacs-27
Paul Eggert
2021-01-01
1
-2
/
+3
|
\
|
*
Improve documentation of 'network-lookup-address-info'
Eli Zaretskii
2020-12-31
1
-2
/
+3
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Minor improvements to FD_SETSIZE overflow checks.
Philipp Stephani
2020-12-31
1
-1
/
+2
*
|
Manually limit file descriptors that we select on to FD_SETSIZE.
Philipp Stephani
2020-12-31
1
-0
/
+25
*
|
Consistently check for FD_SETSIZE overflow.
Philipp Stephani
2020-12-30
1
-0
/
+42
*
|
Fix test/src/process-tests on MS-Windows
Eli Zaretskii
2020-12-26
1
-0
/
+6
*
|
Unbreak the MinGW build broken by recent changes in callproc.c
Eli Zaretskii
2020-12-24
1
-1
/
+1
*
|
Centralize subprocess creation in a single function.
Philipp Stephani
2020-12-24
1
-142
/
+7
*
|
Pass C string pointer to current directory to 'child_setup'.
Philipp Stephani
2020-12-23
1
-2
/
+4
*
|
Allocate environment block before forking.
Philipp Stephani
2020-12-23
1
-2
/
+10
*
|
Remove an unused parameter from 'child_setup' function.
Philipp Stephani
2020-12-23
1
-2
/
+2
*
|
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-20
1
-6
/
+6
*
|
Remove some unused process.c variables
Lars Ingebrigtsen
2020-12-12
1
-5
/
+0
*
|
* src/keyboard.c: Fix bug#5803.
Stefan Monnier
2020-12-12
1
-38
/
+0
*
|
Work around glib messing with signal handlers more than it should
Akira Kyle
2020-11-14
1
-5
/
+21
*
|
Tweak updating the process mark in set-process-buffer
Lars Ingebrigtsen
2020-09-25
1
-2
/
+5
*
|
Make set-process-buffer also update the process mark
Lars Ingebrigtsen
2020-09-24
1
-9
/
+11
[next]