aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-27 22:39:58 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-27 22:39:58 +0200
commitdb20bfeba4c618f380315e18e6433fb6b8e63c26 (patch)
treed09dc26e43b519983c473a88fdc1ab64fc938bbb /NEWS
parenta2e0c35036b884486d05cbb4f71fc041dd30b98b (diff)
downloadegawk-db20bfeba4c618f380315e18e6433fb6b8e63c26.tar.gz
egawk-db20bfeba4c618f380315e18e6433fb6b8e63c26.tar.bz2
egawk-db20bfeba4c618f380315e18e6433fb6b8e63c26.zip
Change fflush() behavior to match BWK and document.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9c98f7a2..bc0e147e 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,8 @@ Changes from 4.0.2 to 4.1
with a minimum of two.
8. New arrays: SYMTAB, FUNCTAB, and PROCINFO["identifiers"]. See the manual.
+
+9. fflush() and fflush("") now both flush everything. See the manual.
Changes from 4.0.1 to 4.0.2
---------------------------