summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2022-06-20; * src/process.c (wait_reading_process_output): Fix typo.Eli Zaretskii
2022-06-20Fix x-selection-timeout if some keyboard input arrives while waitingPo Lu
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-06-02Use `read-process-output-max' when creating pipes on GNU/LinuxFrédéric Giquel
2022-05-15Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen
2022-05-07Make 'delete-process' into a commandLars Ingebrigtsen
2022-04-08Pacify clang -Wunused-variablePaul Eggert
2022-04-05Handle remote system processesMichael Albinus
2022-03-30Extend signal-process and proced.elMichael Albinus
2022-03-16Improve error message for 'not running' processesRobert Pluim
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-02-07Make async connect_network_socket failures use QfailedLars Ingebrigtsen
2022-01-26Make use of NILP where possibleAndrea Corallo
2022-01-23Make kill-process into a commandLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-12Merge from origin/emacs-28Stefan Kangas
2021-12-11Avoid undefined behavior in 'send-process-region' (Bug#52369).Philipp Stephani
2021-12-11Fix the DJGPP portPo Lu
2021-12-02Add a new variable 'process-error-pause-time'Lars Ingebrigtsen
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-11-17Fix recent changes related to USABLE_SIGIOEli Zaretskii
2021-11-17Avoid delays waiting for input on systems without SIGIOKen Brown
2021-10-18Allow :filter t in make-process to work as with set-process-filterLars Ingebrigtsen
2021-10-16Avoid aborts when a thread is signaled while "waiting for input".Eli Zaretskii
2021-10-10New function num-processorsPaul Eggert
2021-10-03Port unused decls to C2xPaul Eggert
2021-09-21Don't quote nil and t in doc strings and commentsLars Ingebrigtsen
2021-08-23Clarify :stderr in the make-process doc stringLars Ingebrigtsen
2021-07-13Block TLS handshake until TCP connection establishedMattias Engdegård
2021-07-04Ensure 'call-process' interprets INFILE as a local pathJim Porter
2021-05-25Fix documentation of a recent changeEli Zaretskii
2021-05-25Try to not prioritise reading from lower file descriptorsMiha Rihtaršič
2021-05-13Process sentinels need to work under X and commandlinedickmao
2021-03-19Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo
2021-02-18Fix typosMattias Engdegård
2021-01-29; * src/process.c (child_signal_read): Don't report EAGAIN as errorMattias Engdegård
2021-01-23; * src/process.c (child_signal_read): Remove FIXME comment.Eli Zaretskii
2021-01-23Add a FIXME comment to improve the SIGCHLD race condition handling.Philipp Stephani
2021-01-23Mark both ends of self-pipe a nonblocking.Philipp Stephani
2021-01-23Clean up the recently added self-pipe mechanism for WINDOWSNTEli Zaretskii
2021-01-19Make child signal read pipe non-blocking.Philipp Stephani
2021-01-17Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani
2021-01-16Don't crash if no asynchronous process has been created yet.Philipp Stephani
2021-01-16Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani
2021-01-10Remove a pointless check for WCOREDUMPED.Philipp Stephani
2021-01-09Don't unblock SIGCHLD too early.Philipp Stephani
2021-01-01Port to Solaris 10Paul Eggert
2021-01-01Merge from origin/emacs-27Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert