aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b32c5767..0a392ced 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,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
---------------------------