1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
emacs/doc
Eli Zaretskii 58a622d473 Make piping to subprocesses more robust on MS-Windows
* src/w32.c (sys_write): Don't write to a pipe more stuff than its
buffer can hold.  Don't return -1 if something has been written to
the pipe.  Zero out 'errno' before calling '_write', to avoid
returning a stale value.  (Bug#22344)
* src/w32proc.c (syms_of_ntproc) <w32-pipe-buffer-size>: New variable.
* src/w32.c (pipe2): Use it to request a user-defined size for the
pipe being created.

* etc/NEWS: Mention 'w32-pipe-buffer-size'.

* doc/emacs/msdos.texi (Windows Processes): Document
'w32-pipe-buffer-size'.
2016-01-12 18:41:58 +02:00
..
emacs Make piping to subprocesses more robust on MS-Windows 2016-01-12 18:41:58 +02:00
lispintro Fix copyright years by hand 2016-01-01 01:38:07 -08:00
lispref Update documentation of 'indirect-function' 2016-01-10 20:22:01 +02:00
man Fix copyright years by hand 2016-01-01 01:38:07 -08:00
misc Document new features if Eshell 2016-01-10 19:24:54 +02:00