summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2023-10-07Fix updating process-mark position in 'set-process-buffer'Eli Zaretskii
2023-10-06Fix setting the pipe capacity for subprocessesEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-25; * src/process.c (Fprocess_running_child_p): Doc fix.Eli Zaretskii
2022-11-02Initialize child signal handling before posix_spawn too.Paul Eggert
2022-09-09Fix problem with Glib 2.73.2+ and SIGCHLD handlerPaul Eggert
2022-08-19Delete two functions obsolete since Emacs 23Stefan Kangas
2022-08-18Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård
2022-08-05Add STREAM argument to 'process-tty-name'Jim Porter
2022-08-05Allow creating processes where only one of stdin or stdout is a PTYJim Porter
2022-08-01Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings
2022-07-29Merge branch 'feature/long-lines-and-font-locking'Gregory Heytings
2022-07-28Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings
2022-07-26Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim
2022-07-06Fix the MS-DOS buildPo Lu
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-06-27Fix off-by-one error in Fsignal_namesLars Ingebrigtsen
2022-06-26Minor clean up of previous Fsignal_names patchLars Ingebrigtsen
2022-06-26Make `signal-process' allow completing over signal namesLars Ingebrigtsen
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