diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-07 14:33:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-07 14:33:48 +0200 |
commit | f634938f90ef8c85cfd9ca7421f10f4b70c0137e (patch) | |
tree | baaf1167db893a04b774c5ba71a2b51ecd9686c9 /NEWS | |
parent | 32323fa42c2c9079abf9a5fe92b2af8c523fd84b (diff) | |
parent | d20af67ae8a6a573a0db906f9c9960a092f21b41 (diff) | |
download | egawk-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-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 --------------------------- |