summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2023-09-07Port Proced to AndroidPo Lu
2023-08-08Better error for missing or bad :name arg in make-process etcMattias Engdegård
2023-08-04; Last-minute updates to Android portPo Lu
2023-07-27Update Android portPo Lu
2023-07-14Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-13Port NaN, infinity handling better to VAXPaul Eggert
2023-03-07Update Android portPo Lu
2023-02-17Fix build and running on Android 2.2Po Lu
2023-02-15Update Android portPo Lu
2023-01-26Update Android portPo Lu
2023-01-17Update Android portPo Lu
2023-01-02Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2022-12-31Bring up the Android operating system and its window systemPo Lu
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