summaryrefslogtreecommitdiff
path: root/doc/lispref/processes.texi
AgeCommit message (Expand)Author
2026-02-25New function multiple-command-partition-argumentsSean Whitton
2026-01-06; Consistently use "window point" and "buffer point" in Elisp manualMartin Rudalics
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-11Allow creating a pipe process without a bufferSpencer Baugh
2025-09-20Improve documentation of 'accept-process-output'Eli Zaretskii
2025-07-22Add function exec-suffixesMichael Albinus
2025-03-22Remove ctags programPaul Eggert
2025-01-25Merge from origin/emacs-30Eli Zaretskii
2025-01-24Avoid double spaces around abbrevations in TexinfoStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-13Add support for TCP_NODELAY on network streamsEric Marsden
2024-11-21; Fix typosStefan Kangas
2024-11-16; Fix typo in recent changeStefan Kangas
2024-11-05Improve 'open-network-stream' documentation.Robert Pluim
2024-07-21; Fix punctuation in docsStefan Kangas
2024-05-25Improve documentation of sending commands to shellsEli Zaretskii
2024-04-01; * doc/lispref/processes.texi: use @code for keywords in @tableMattias Engdegård
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-09Merge from origin/emacs-29Eli Zaretskii
2023-12-09; * doc/lispref/processes.texi (Network): Fix wording and punctuation.Eli Zaretskii
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-07; * doc/lispref/processes.texi (Process Buffers): More accurate wording.Eli Zaretskii
2023-09-17; Grammar fixes ("allow to" et al)Stefan Kangas
2023-09-10Correct many instances of ``allows to''Po Lu
2023-08-24Correct invalid Texinfo markupPo Lu
2023-08-24Install rcs2log within Emacs packages for AndroidPo Lu
2023-08-22Correct invalid Texinfo markupPo Lu
2023-06-17Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-06-13Fix some Texinfo markup in manualsBasil L. Contovounesios
2023-05-06Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-02Note that Emacs pauses when handling sentinel errorsSpencer Baugh
2023-01-24Make binaries distributed with Emacs work on AndroidPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-02Add the parameter :noquery to open-network-stream (bug#58948)Juri Linkov
2022-10-27; Fix quoting of non-nil in texinfo sourcesStefan Kangas
2022-08-13Delete many references to Emacs 23 or older from docsStefan Kangas
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-07-26; Fix documentation of 'network-lookup-address-info'Eli Zaretskii
2022-07-26Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim
2022-07-02; Fix typos.Mattias Engdegård
2022-06-26Fix typo in signal-process-functionsDaniel Martín
2022-06-22bindat (strz): Null terminate fixed-length strings if there is roomRichard Hansen
2022-06-16; Fix last change in documentation of 'strz' bindat typeEli Zaretskii
2022-06-16bindat (strz): Write null terminator after variable length stringRichard Hansen
2022-06-12bindat (str, strz): Reject non-ASCII, non-`eight-bit' charactersRichard Hansen