aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-02 22:52:11 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-04 06:37:44 +0300
commitb332053a160357e6c30c22f9ca90af9129e4550b (patch)
tree95f48921b1ebc8e5ca0c45114bcd8b6bf37efdd9 /NEWS
parent464aa113b70b30ab9b1b00d1de5ccf4b0230b720 (diff)
downloadegawk-b332053a160357e6c30c22f9ca90af9129e4550b.tar.gz
egawk-b332053a160357e6c30c22f9ca90af9129e4550b.tar.bz2
egawk-b332053a160357e6c30c22f9ca90af9129e4550b.zip
Document about using closed end of two-way pipes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31c8471c..472b05e3 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,10 @@ Changes from 4.1.3 to 4.1.x
8. The return value of system() has been enhanced to convey more information.
See the doc.
+9. Attempting to write to the "to" end of a two-way pipe that has been
+ closed is now a fatal error. Similarly, so is reading from the "from"
+ end that has been closed.
+
Changes from 4.1.2 to 4.1.3
---------------------------