aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-12-07 14:33:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-12-07 14:33:48 +0200
commitf634938f90ef8c85cfd9ca7421f10f4b70c0137e (patch)
treebaaf1167db893a04b774c5ba71a2b51ecd9686c9 /NEWS
parent32323fa42c2c9079abf9a5fe92b2af8c523fd84b (diff)
parentd20af67ae8a6a573a0db906f9c9960a092f21b41 (diff)
downloadegawk-f634938f90ef8c85cfd9ca7421f10f4b70c0137e.tar.gz
egawk-f634938f90ef8c85cfd9ca7421f10f4b70c0137e.tar.bz2
egawk-f634938f90ef8c85cfd9ca7421f10f4b70c0137e.zip
Merge branch 'gawk-4.0-stable'. fflush is now POSIX.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bc0e147e..b9b8e6ba 100644
--- a/NEWS
+++ b/NEWS
@@ -36,7 +36,12 @@ Changes from 4.0.1 to 4.0.2
1. Infrastructure upgrades: Autoconf 2.69, Automake 1.12.4, bison 2.6.5.
-2. Various minor bug fixes and documentation updates.
+2. `fflush()', `nextfile', and `delete array' are all now part of POSIX.
+
+3. fflush() behavior changed to match BWK awk and for POSIX - now both
+ fflush() and fflush("") flush all open output redirections.
+
+4. Various minor bug fixes and documentation updates.
Changes from 4.0.0 to 4.0.1
---------------------------