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