aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-05 21:41:39 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-05 21:41:39 +0300
commitdb6e8faca70e60d2fa80e0affda3d9bef1e82eae (patch)
tree2ede6812410f1bfdba4e098a3d9dd92d725232f1 /NEWS
parent2adf64c7b99ec6e8d1e4689b6484ace5295580b6 (diff)
parent1b5d1b8870cb0ac1c4b99f6cf67e3277427df864 (diff)
downloadegawk-db6e8faca70e60d2fa80e0affda3d9bef1e82eae.tar.gz
egawk-db6e8faca70e60d2fa80e0affda3d9bef1e82eae.tar.bz2
egawk-db6e8faca70e60d2fa80e0affda3d9bef1e82eae.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6978d2be..91f19902 100644
--- a/NEWS
+++ b/NEWS
@@ -103,6 +103,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
---------------------------