summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2024-06-09; Fix coding style of last changePo Lu
2024-06-09read-process-output-max: Increase the default valueDmitry Gutov
2024-06-09Remember the value of read_process_output_max when process is createdDmitry Gutov
2024-06-09Go around calling the default process filter (reducing GC churn)Dmitry Gutov
2024-05-14; * src/process.c (network_lookup_address_info_1): Quote functionRobert Pluim
2024-05-04Fix implementation of the --terminal command-line switchEli Zaretskii
2024-03-10* src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing
2024-02-06Implement Lisp threading on AndroidPo Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix typosStefan Kangas
2023-12-02Merge from origin/emacs-29Eli Zaretskii
2023-11-30Document, that PROCESS of signal-process can be a stringMichael Albinus
2023-10-13Merge from origin/emacs-29Michael Albinus
2023-10-07Fix updating process-mark position in 'set-process-buffer'Eli Zaretskii
2023-10-07Merge from origin/emacs-29Eli Zaretskii
2023-10-06Fix setting the pipe capacity for subprocessesEli Zaretskii
2023-09-15; * src/process.c (child_signal_notify): Avoid compiler warning (bug#65919).Eli Zaretskii
2023-09-15Correct bug#65919Po Lu
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