index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process.c
Age
Commit message (
Expand
)
Author
2022-06-20
; * src/process.c (wait_reading_process_output): Fix typo.
Eli Zaretskii
2022-06-20
Fix x-selection-timeout if some keyboard input arrives while waiting
Po Lu
2022-06-16
Use BASE_EQ instead of EQ where obviously safe
Mattias Engdegård
2022-06-02
Use `read-process-output-max' when creating pipes on GNU/Linux
Frédéric Giquel
2022-05-15
Add OVERRIDES argument to prin1/prin1-to-string
Lars Ingebrigtsen
2022-05-07
Make 'delete-process' into a command
Lars Ingebrigtsen
2022-04-08
Pacify clang -Wunused-variable
Paul Eggert
2022-04-05
Handle remote system processes
Michael Albinus
2022-03-30
Extend signal-process and proced.el
Michael Albinus
2022-03-16
Improve error message for 'not running' processes
Robert Pluim
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-07
Make async connect_network_socket failures use Qfailed
Lars Ingebrigtsen
2022-01-26
Make use of NILP where possible
Andrea Corallo
2022-01-23
Make kill-process into a command
Lars Ingebrigtsen
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
Avoid undefined behavior in 'send-process-region' (Bug#52369).
Philipp Stephani
2021-12-11
Fix the DJGPP port
Po Lu
2021-12-02
Add a new variable 'process-error-pause-time'
Lars Ingebrigtsen
2021-11-20
Add support for the Haiku operating system and its window system
Po Lu
2021-11-17
Fix recent changes related to USABLE_SIGIO
Eli Zaretskii
2021-11-17
Avoid delays waiting for input on systems without SIGIO
Ken Brown
2021-10-18
Allow :filter t in make-process to work as with set-process-filter
Lars Ingebrigtsen
2021-10-16
Avoid aborts when a thread is signaled while "waiting for input".
Eli Zaretskii
2021-10-10
New function num-processors
Paul Eggert
2021-10-03
Port unused decls to C2x
Paul Eggert
2021-09-21
Don't quote nil and t in doc strings and comments
Lars Ingebrigtsen
2021-08-23
Clarify :stderr in the make-process doc string
Lars Ingebrigtsen
2021-07-13
Block TLS handshake until TCP connection established
Mattias Engdegård
2021-07-04
Ensure 'call-process' interprets INFILE as a local path
Jim Porter
2021-05-25
Fix documentation of a recent change
Eli Zaretskii
2021-05-25
Try to not prioritise reading from lower file descriptors
Miha Rihtaršič
2021-05-13
Process sentinels need to work under X and commandline
dickmao
2021-03-19
Do not load native code when `load' is explicitly called on a .elc file
Andrea Corallo
2021-02-18
Fix typos
Mattias Engdegård
2021-01-29
; * src/process.c (child_signal_read): Don't report EAGAIN as error
Mattias Engdegård
2021-01-23
; * src/process.c (child_signal_read): Remove FIXME comment.
Eli Zaretskii
2021-01-23
Add a FIXME comment to improve the SIGCHLD race condition handling.
Philipp Stephani
2021-01-23
Mark both ends of self-pipe a nonblocking.
Philipp Stephani
2021-01-23
Clean up the recently added self-pipe mechanism for WINDOWSNT
Eli Zaretskii
2021-01-19
Make child signal read pipe non-blocking.
Philipp Stephani
2021-01-17
Ensure that sentinels are called during 'accept-process-output'.
Philipp Stephani
2021-01-16
Don't crash if no asynchronous process has been created yet.
Philipp Stephani
2021-01-16
Fix deadlock when receiving SIGCHLD during 'pselect'.
Philipp Stephani
2021-01-10
Remove a pointless check for WCOREDUMPED.
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
Merge from origin/emacs-27
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
[prev]
[next]