aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-03-27 06:35:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-03-27 06:35:32 +0300
commit7d3d7d27391db40c0561ea47e6b8a5a1ae24c6fb (patch)
tree6468071d4a6b888f9cdbf220be5b3688d6bb8dd1 /NEWS
parent9d43b510f74f63806279ce40f65245ea7e5b0d53 (diff)
downloadegawk-7d3d7d27391db40c0561ea47e6b8a5a1ae24c6fb.tar.gz
egawk-7d3d7d27391db40c0561ea47e6b8a5a1ae24c6fb.tar.bz2
egawk-7d3d7d27391db40c0561ea47e6b8a5a1ae24c6fb.zip
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1613cd8d..0c27c2c0 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,12 @@ Changes from 4.1.x to 4.2.0
system, these files belong in /etc/profile.d, but the appropriate location
may be different on other platforms.
+11. Gawk now supports retryable I/O via PROCINFO[input-file, "RETRY"]; see
+ the manual.
+
+12. The API minor version has been increased to two; the get_file()
+ API provides access to open redirections. Also see the manual.
+
Changes from 4.1.1 to 4.1.2
---------------------------