summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; * src/process.c (Fprocess_running_child_p): Doc fix.Eli Zaretskii2022-12-25
* Initialize child signal handling before posix_spawn too.Paul Eggert2022-11-02
* Fix problem with Glib 2.73.2+ and SIGCHLD handlerPaul Eggert2022-09-09
* Delete two functions obsolete since Emacs 23Stefan Kangas2022-08-19
* Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-18
* Add STREAM argument to 'process-tty-name'Jim Porter2022-08-05
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-05
* Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-01
* Merge branch 'feature/long-lines-and-font-locking'Gregory Heytings2022-07-29
|\
| * Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings2022-07-28
* | Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim2022-07-26
|/
* Fix the MS-DOS buildPo Lu2022-07-06
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
* Fix off-by-one error in Fsignal_namesLars Ingebrigtsen2022-06-27
* Minor clean up of previous Fsignal_names patchLars Ingebrigtsen2022-06-26
* Make `signal-process' allow completing over signal namesLars Ingebrigtsen2022-06-26
* ; * src/process.c (wait_reading_process_output): Fix typo.Eli Zaretskii2022-06-20
* Fix x-selection-timeout if some keyboard input arrives while waitingPo Lu2022-06-20
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-16
* Use `read-process-output-max' when creating pipes on GNU/LinuxFrédéric Giquel2022-06-02
* Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-15
* Make 'delete-process' into a commandLars Ingebrigtsen2022-05-07
* Pacify clang -Wunused-variablePaul Eggert2022-04-08
* Handle remote system processesMichael Albinus2022-04-05
* Extend signal-process and proced.elMichael Albinus2022-03-30
* Improve error message for 'not running' processesRobert Pluim2022-03-16
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-12
* Make async connect_network_socket failures use QfailedLars Ingebrigtsen2022-02-07
* Make use of NILP where possibleAndrea Corallo2022-01-26
* Make kill-process into a commandLars Ingebrigtsen2022-01-23
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Merge from origin/emacs-28Stefan Kangas2021-12-12
|\|
| * Avoid undefined behavior in 'send-process-region' (Bug#52369).Philipp Stephani2021-12-11
| * Fix the DJGPP portPo Lu2021-12-11
* | Add a new variable 'process-error-pause-time'Lars Ingebrigtsen2021-12-02
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-20
* | Fix recent changes related to USABLE_SIGIOEli Zaretskii2021-11-17
* | Avoid delays waiting for input on systems without SIGIOKen Brown2021-11-17
* | Allow :filter t in make-process to work as with set-process-filterLars Ingebrigtsen2021-10-18
|/
* Avoid aborts when a thread is signaled while "waiting for input".Eli Zaretskii2021-10-16
* New function num-processorsPaul Eggert2021-10-10
* Port unused decls to C2xPaul Eggert2021-10-03
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-21
* Clarify :stderr in the make-process doc stringLars Ingebrigtsen2021-08-23
* Block TLS handshake until TCP connection establishedMattias Engdegård2021-07-13
* Ensure 'call-process' interprets INFILE as a local pathJim Porter2021-07-04
* Fix documentation of a recent changeEli Zaretskii2021-05-25
* Try to not prioritise reading from lower file descriptorsMiha Rihtaršič2021-05-25