Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2021-09-14 21:59:28 +0300
committerKen Brown <kbrown@cornell.edu>2021-09-14 21:59:28 +0300
commit593a86f9b0262243510b2d9c97868a6b60f89c69 (patch)
treed3f5c266a6b21494772742cd8ce3baa00b4b66c4 /winsup/doc
parenta217fa98fda80a7b706e93b6a55a0a8b26f2d586 (diff)
Cygwin: document the recent pipe changes
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/new-features.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index ba9231a6d..6285e33bd 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -35,6 +35,11 @@ The speed argument to cfsetspeed(3) can now be a numerical baud rate
rather than a Bnnn constant, as on Linux.
</para></listitem>
+<listitem><para>
+The internal implementation of pipes has been overhauled; this should
+result in improved performance.
+</para></listitem>
+
</itemizedlist>
</sect2>