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