aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-24Prefer static_assert to verifyscratch/static_assertStefan Kangas1-7/+6
2024-07-16Make error messages adhere to our standardsStefan Kangas1-2/+2
2024-06-14; Update comments in a recent commitEli Zaretskii1-0/+1
2024-06-14"Insert before markers" in read_and_insert_process_output properlyDmitry Gutov1-3/+4
2024-06-11read_and_insert_process_output: Insert before markersDmitry Gutov1-1/+4
2024-06-11; * src/process.c (read_and_dispose_of_process_output): Fix style.Eli Zaretskii1-4/+3
2024-06-11fast-read-process-output: Make saferDmitry Gutov1-15/+20
2024-06-11read_process_output_set_last_coding_system: Extract, reuseDmitry Gutov1-39/+45
2024-06-11read_and_insert_process_output: Call 'prepare_to_modify_buffer' firstDmitry Gutov1-0/+2
2024-06-11; * src/process.c (syms_of_process): Fix ommission.Po Lu1-1/+1
2024-06-10; * src/process.c (read_process_output): Check in missing hunk.Po Lu1-1/+1
2024-06-10Rename new variable in process.cPo Lu1-2/+2
2024-06-09Unbreak build with Clang 15 on macOS 14.5Stefan Kangas1-2/+2
2024-06-09Fix a recent change in reading from sub-processesEli Zaretskii1-2/+2
2024-06-09; Fix coding style of last changePo Lu1-13/+13
2024-06-09read-process-output-max: Increase the default valueDmitry Gutov1-1/+1
2024-06-09Remember the value of read_process_output_max when process is createdDmitry Gutov1-6/+5
2024-06-09Go around calling the default process filter (reducing GC churn)Dmitry Gutov1-55/+143
2024-05-14; * src/process.c (network_lookup_address_info_1): Quote functionRobert Pluim1-1/+1
2024-05-04Fix implementation of the --terminal command-line switchEli Zaretskii1-1/+1
2024-03-10* src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing1-4/+4
2024-02-06Implement Lisp threading on AndroidPo Lu1-3/+30
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-10; Fix typosStefan Kangas1-1/+1
2023-11-30Document, that PROCESS of signal-process can be a stringMichael Albinus1-0/+2
2023-10-07Fix updating process-mark position in 'set-process-buffer'Eli Zaretskii1-1/+2
2023-10-06Fix setting the pipe capacity for subprocessesEli Zaretskii1-2/+8
2023-09-15; * src/process.c (child_signal_notify): Avoid compiler warning (bug#65919).Eli Zaretskii1-6/+12
2023-09-15Correct bug#65919Po Lu1-1/+18
2023-09-07Port Proced to AndroidPo Lu1-2/+3
2023-08-08Better error for missing or bad :name arg in make-process etcMattias EngdegÄrd1-9/+18
2023-08-04; Last-minute updates to Android portPo Lu1-1/+1
2023-07-27Update Android portPo Lu1-0/+10
2023-07-13Port NaN, infinity handling better to VAXPaul Eggert1-1/+2
2023-03-07Update Android portPo Lu1-1/+1
2023-02-17Fix build and running on Android 2.2Po Lu1-1/+1
2023-02-15Update Android portPo Lu1-0/+1
2023-01-26Update Android portPo Lu1-1/+2
2023-01-17Update Android portPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-31Bring up the Android operating system and its window systemPo Lu1-1/+16
2022-12-25; * src/process.c (Fprocess_running_child_p): Doc fix.Eli Zaretskii1-4/+7
2022-11-02Initialize child signal handling before posix_spawn too.Paul Eggert1-2/+1
2022-09-09Fix problem with Glib 2.73.2+ and SIGCHLD handlerPaul Eggert1-14/+24
2022-08-19Delete two functions obsolete since Emacs 23Stefan Kangas1-42/+0
2022-08-18Copy-edit doc strings and comments wrt bignum and fixnumMattias EngdegÄrd1-2/+2
2022-08-05Add STREAM argument to 'process-tty-name'Jim Porter1-4/+21
2022-08-05Allow creating processes where only one of stdin or stdout is a PTYJim Porter1-49/+80
2022-08-01Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings1-1/+1
2022-07-28Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings1-1/+1