| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | Document, that PROCESS of signal-process can be a string | Michael Albinus | 2023-11-30 | 1 | -0/+2 |
* | Fix updating process-mark position in 'set-process-buffer' | Eli Zaretskii | 2023-10-07 | 1 | -1/+2 |
* | Fix setting the pipe capacity for subprocesses | Eli Zaretskii | 2023-10-06 | 1 | -2/+8 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | ; * src/process.c (Fprocess_running_child_p): Doc fix. | Eli Zaretskii | 2022-12-25 | 1 | -4/+7 |
* | Initialize child signal handling before posix_spawn too. | Paul Eggert | 2022-11-02 | 1 | -2/+1 |
* | Fix problem with Glib 2.73.2+ and SIGCHLD handler | Paul Eggert | 2022-09-09 | 1 | -14/+24 |
* | Delete two functions obsolete since Emacs 23 | Stefan Kangas | 2022-08-19 | 1 | -42/+0 |
* | Copy-edit doc strings and comments wrt bignum and fixnum | Mattias Engdegård | 2022-08-18 | 1 | -2/+2 |
* | Add STREAM argument to 'process-tty-name' | Jim Porter | 2022-08-05 | 1 | -4/+21 |
* | Allow creating processes where only one of stdin or stdout is a PTY | Jim Porter | 2022-08-05 | 1 | -49/+80 |
* | Fix the bytecode incompatibility due to the change to 'narrow-to-region'. | Gregory Heytings | 2022-08-01 | 1 | -1/+1 |
* | Merge branch 'feature/long-lines-and-font-locking' | Gregory Heytings | 2022-07-29 | 1 | -1/+1 |
|\ |
|
| * | Add an optional 'lock' parameter to 'narrow-to-region' | Gregory Heytings | 2022-07-28 | 1 | -1/+1 |
* | | Teach 'network-lookup-address-info' to validate numeric addresses | Robert Pluim | 2022-07-26 | 1 | -8/+19 |
|/ |
|
* | Fix the MS-DOS build | Po Lu | 2022-07-06 | 1 | -1/+8 |
* | Allow plist-get/plist-put/plist-member to take a comparison function | Lars Ingebrigtsen | 2022-06-27 | 1 | -82/+82 |
* | Fix off-by-one error in Fsignal_names | Lars Ingebrigtsen | 2022-06-27 | 1 | -1/+1 |
* | Minor clean up of previous Fsignal_names patch | Lars Ingebrigtsen | 2022-06-26 | 1 | -3/+1 |
* | Make `signal-process' allow completing over signal names | Lars Ingebrigtsen | 2022-06-26 | 1 | -1/+18 |
* | ; * src/process.c (wait_reading_process_output): Fix typo. | Eli Zaretskii | 2022-06-20 | 1 | -1/+1 |
* | Fix x-selection-timeout if some keyboard input arrives while waiting | Po Lu | 2022-06-20 | 1 | -1/+11 |
* | Use BASE_EQ instead of EQ where obviously safe | Mattias Engdegård | 2022-06-16 | 1 | -1/+1 |
* | Use `read-process-output-max' when creating pipes on GNU/Linux | Frédéric Giquel | 2022-06-02 | 1 | -1/+8 |
* | Add OVERRIDES argument to prin1/prin1-to-string | Lars Ingebrigtsen | 2022-05-15 | 1 | -1/+1 |
* | Make 'delete-process' into a command | Lars Ingebrigtsen | 2022-05-07 | 1 | -2/+16 |
* | Pacify clang -Wunused-variable | Paul Eggert | 2022-04-08 | 1 | -11/+2 |
* | Handle remote system processes | Michael Albinus | 2022-04-05 | 1 | -0/+17 |
* | Extend signal-process and proced.el | Michael Albinus | 2022-03-30 | 1 | -8/+36 |
* | Improve error message for 'not running' processes | Robert Pluim | 2022-03-16 | 1 | -2/+2 |
* | Replace ptrdiff_t with new specpdl_ref type for specpdl references | Mattias Engdegård | 2022-02-12 | 1 | -22/+18 |
* | Make async connect_network_socket failures use Qfailed | Lars Ingebrigtsen | 2022-02-07 | 1 | -1/+1 |
* | Make use of NILP where possible | Andrea Corallo | 2022-01-26 | 1 | -1/+1 |
* | Make kill-process into a command | Lars Ingebrigtsen | 2022-01-23 | 1 | -1/+2 |
* | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\ |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Merge from origin/emacs-28 | Stefan Kangas | 2021-12-12 | 1 | -3/+17 |
|\| |
|
| * | Avoid undefined behavior in 'send-process-region' (Bug#52369). | Philipp Stephani | 2021-12-11 | 1 | -0/+3 |
| * | Fix the DJGPP port | Po Lu | 2021-12-11 | 1 | -3/+14 |
* | | Add a new variable 'process-error-pause-time' | Lars Ingebrigtsen | 2021-12-02 | 1 | -2/+10 |
* | | Add support for the Haiku operating system and its window system | Po Lu | 2021-11-20 | 1 | -3/+7 |
* | | Fix recent changes related to USABLE_SIGIO | Eli Zaretskii | 2021-11-17 | 1 | -1/+1 |
* | | Avoid delays waiting for input on systems without SIGIO | Ken Brown | 2021-11-17 | 1 | -0/+9 |
* | | Allow :filter t in make-process to work as with set-process-filter | Lars Ingebrigtsen | 2021-10-18 | 1 | -4/+8 |
|/ |
|
* | Avoid aborts when a thread is signaled while "waiting for input". | Eli Zaretskii | 2021-10-16 | 1 | -3/+19 |
* | New function num-processors | Paul Eggert | 2021-10-10 | 1 | -0/+18 |
* | Port unused decls to C2x | Paul Eggert | 2021-10-03 | 1 | -1/+1 |
* | Don't quote nil and t in doc strings and comments | Lars Ingebrigtsen | 2021-09-21 | 1 | -2/+2 |
* | Clarify :stderr in the make-process doc string | Lars Ingebrigtsen | 2021-08-23 | 1 | -1/+4 |