index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
lispref
/
processes.texi
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix markup in manuals
Eli Zaretskii
2024-05-26
1
-2
/
+2
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * doc/lispref/processes.texi (Network): Fix wording and punctuation.
Eli Zaretskii
2023-12-09
1
-13
/
+15
*
Document, that PROCESS of signal-process can be a string
Michael Albinus
2023-11-30
1
-0
/
+3
*
; * doc/lispref/processes.texi (Process Buffers): More accurate wording.
Eli Zaretskii
2023-10-07
1
-2
/
+4
*
Fix some Texinfo markup in manuals
Basil L. Contovounesios
2023-06-13
1
-2
/
+2
*
Note that Emacs pauses when handling sentinel errors
Spencer Baugh
2023-05-02
1
-2
/
+6
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Add the parameter :noquery to open-network-stream (bug#58948)
Juri Linkov
2022-11-02
1
-0
/
+4
*
; Fix quoting of non-nil in texinfo sources
Stefan Kangas
2022-10-27
1
-1
/
+1
*
Delete many references to Emacs 23 or older from docs
Stefan Kangas
2022-08-13
1
-1
/
+0
*
Add STREAM argument to 'process-tty-name'
Jim Porter
2022-08-05
1
-6
/
+15
*
Allow creating processes where only one of stdin or stdout is a PTY
Jim Porter
2022-08-05
1
-18
/
+10
*
; Fix documentation of 'network-lookup-address-info'
Eli Zaretskii
2022-07-26
1
-15
/
+16
*
Teach 'network-lookup-address-info' to validate numeric addresses
Robert Pluim
2022-07-26
1
-14
/
+32
*
; Fix typos.
Mattias Engdegård
2022-07-02
1
-1
/
+1
*
Fix typo in signal-process-functions
Daniel Martín
2022-06-26
1
-1
/
+1
*
bindat (strz): Null terminate fixed-length strings if there is room
Richard Hansen
2022-06-22
1
-13
/
+14
*
; Fix last change in documentation of 'strz' bindat type
Eli Zaretskii
2022-06-16
1
-14
/
+19
*
bindat (strz): Write null terminator after variable length string
Richard Hansen
2022-06-16
1
-13
/
+4
*
bindat (str, strz): Reject non-ASCII, non-`eight-bit' characters
Richard Hansen
2022-06-12
1
-4
/
+10
*
Bindat: Document `sint`; add `le` arg to `uint`; deprecate `uintr`
Stefan Monnier
2022-06-11
1
-4
/
+6
*
bindat (strz): Fix documentation for strz with pre-allocated string
Richard Hansen
2022-06-10
1
-2
/
+11
*
; * doc/lispref/processes.texi (Bindat Types): Fix wording. (Bug#55815)
Eli Zaretskii
2022-06-09
1
-2
/
+2
*
bindat: Improve str, strz documentation
Richard Hansen
2022-06-09
1
-3
/
+33
*
Make 'delete-process' into a command
Lars Ingebrigtsen
2022-05-07
1
-6
/
+8
*
Handle remote system processes
Michael Albinus
2022-04-05
1
-3
/
+8
*
Extend signal-process and proced.el
Michael Albinus
2022-03-30
1
-3
/
+20
*
Fix grep-like functions when running on a remote host
Michael Albinus
2022-03-22
1
-1
/
+10
*
%CPU can exceed 100 on GNU/Linux
Paul Eggert
2022-03-04
1
-2
/
+3
*
Make kill-process into a command
Lars Ingebrigtsen
2022-01-23
1
-4
/
+6
*
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
*
|
Add a new variable 'process-error-pause-time'
Lars Ingebrigtsen
2021-12-02
1
-0
/
+9
|
/
*
; * doc/lispref/processes.texi (Filter Functions): Fix last change.
Eli Zaretskii
2021-10-14
1
-1
/
+2
*
Document the t value for set-process-filter in the manual
Lars Ingebrigtsen
2021-10-14
1
-3
/
+5
*
New function num-processors
Paul Eggert
2021-10-10
1
-0
/
+13
*
Rename shell-split-string to split-string-shell-command
Lars Ingebrigtsen
2021-07-15
1
-2
/
+2
*
Add a new function 'shell-split-string'
Lars Ingebrigtsen
2021-07-15
1
-0
/
+10
*
* lisp/emacs-lisp/bindat.el: Allow non-fixed size of `strz`
Stefan Monnier
2021-04-15
1
-2
/
+3
*
* doc/lispref/processes.texi: Fix small misprint
Filipp Gunbin
2021-04-13
1
-1
/
+1
*
; Fix last change.
Eli Zaretskii
2021-03-06
1
-2
/
+2
*
Improve documentation of Bindat
Eli Zaretskii
2021-03-06
1
-24
/
+37
*
Bindat: new macro-expansion based data layout language
Stefan Monnier
2021-03-05
1
-144
/
+134
*
* lisp/emacs-lisp/bindat.el: Add 64bit int support
Stefan Monnier
2021-02-15
1
-3
/
+8
*
* lisp/emacs-lisp/bindat.el (bindat-spec): New macro.
Stefan Monnier
2021-02-15
1
-12
/
+16
*
Clarify the "Sentinels" node in the lispref manual
Lars Ingebrigtsen
2021-02-04
1
-1
/
+5
*
Add a bit more clarification around standard error processes.
Philipp Stephani
2021-01-17
1
-1
/
+26
*
Merge from origin/emacs-27
Paul Eggert
2021-01-01
1
-1
/
+2
|
\
|
*
Improve documentation of 'network-lookup-address-info'
Eli Zaretskii
2020-12-31
1
-1
/
+2
[next]