summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAge
* 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
* Process sentinels need to work under X and commandlinedickmao2021-05-13
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-19
* Fix typosMattias Engdegård2021-02-18
* ; * src/process.c (child_signal_read): Don't report EAGAIN as errorMattias Engdegård2021-01-29
* ; * src/process.c (child_signal_read): Remove FIXME comment.Eli Zaretskii2021-01-23
* Add a FIXME comment to improve the SIGCHLD race condition handling.Philipp Stephani2021-01-23
* Mark both ends of self-pipe a nonblocking.Philipp Stephani2021-01-23
* Clean up the recently added self-pipe mechanism for WINDOWSNTEli Zaretskii2021-01-23
* Make child signal read pipe non-blocking.Philipp Stephani2021-01-19
* Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani2021-01-17
* Don't crash if no asynchronous process has been created yet.Philipp Stephani2021-01-16
* Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani2021-01-16
* Remove a pointless check for WCOREDUMPED.Philipp Stephani2021-01-10
* Don't unblock SIGCHLD too early.Philipp Stephani2021-01-09
* Port to Solaris 10Paul Eggert2021-01-01
* Merge from origin/emacs-27Paul Eggert2021-01-01
|\
| * Improve documentation of 'network-lookup-address-info'Eli Zaretskii2020-12-31
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Minor improvements to FD_SETSIZE overflow checks.Philipp Stephani2020-12-31
* | Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani2020-12-31
* | Consistently check for FD_SETSIZE overflow.Philipp Stephani2020-12-30
* | Fix test/src/process-tests on MS-WindowsEli Zaretskii2020-12-26
* | Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-24
* | Centralize subprocess creation in a single function.Philipp Stephani2020-12-24
* | Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-23
* | Allocate environment block before forking.Philipp Stephani2020-12-23
* | Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-23
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* | Remove some unused process.c variablesLars Ingebrigtsen2020-12-12
* | * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-12
* | Work around glib messing with signal handlers more than it shouldAkira Kyle2020-11-14
* | Tweak updating the process mark in set-process-bufferLars Ingebrigtsen2020-09-25
* | Make set-process-buffer also update the process markLars Ingebrigtsen2020-09-24