diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-27 22:56:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-27 22:56:50 +0200 |
commit | 87347b80c8821cae07e4f530e75d200bedf9c9d6 (patch) | |
tree | 1107c461d0b2ee151aaf67a36416157c80bc8e48 /NEWS | |
parent | bd53bb875a7aaae81b2a44810cfe532bb53f08d6 (diff) | |
parent | 4d396858eb897f2bb6d318b851a369ee92e50147 (diff) | |
download | egawk-87347b80c8821cae07e4f530e75d200bedf9c9d6.tar.gz egawk-87347b80c8821cae07e4f530e75d200bedf9c9d6.tar.bz2 egawk-87347b80c8821cae07e4f530e75d200bedf9c9d6.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -57,7 +57,10 @@ Changes from 4.1.0 to 4.1.1 If the thousands separator is a string, it will be correctly added to decimal numbers. -14. A number of bugs have been fixed. See the ChangeLog. +14. The readfile extension now has an input parser that will read whole + files as a single record. + +15. A number of bugs have been fixed. See the ChangeLog. Changes from 4.0.2 to 4.1.0 --------------------------- |