diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-31 12:04:23 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-31 12:04:23 -0400 |
commit | 72882c6a1e76730e6e706941a1a3a855ea023b69 (patch) | |
tree | e2b3c5ac2c94993e637318a0d1ef0d1bfb2e3234 /NEWS | |
parent | 22ea6af9c93cbbfce581a00c7a41b0c92fd8507d (diff) | |
download | egawk-72882c6a1e76730e6e706941a1a3a855ea023b69.tar.gz egawk-72882c6a1e76730e6e706941a1a3a855ea023b69.tar.bz2 egawk-72882c6a1e76730e6e706941a1a3a855ea023b69.zip |
POSIX now allows \n for default field splitting. Fix code and doc.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ Changes from 4.1.x to 4.2.0 12. The API minor version has been increased to two; the get_file() API provides access to open redirections. Also see the manual. +13. Revisions in the POSIX standard remove the special case for POSIX + mode when FS = " " where newline was not a field separator. The code + and doc have been updated. + Changes from 4.1.2 to 4.1.3 --------------------------- |