diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-08 09:51:47 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-08 09:51:47 -0400 |
commit | a6568baf060045cadad1f05af5cfe43e31626b31 (patch) | |
tree | 4471355f7fc25c1549a915a03ab8b14fbeb8783d /NEWS | |
parent | c70ee2ae9fc9fa99c0b3b1af20a7dd0203aaa0d1 (diff) | |
parent | 72882c6a1e76730e6e706941a1a3a855ea023b69 (diff) | |
download | egawk-a6568baf060045cadad1f05af5cfe43e31626b31.tar.gz egawk-a6568baf060045cadad1f05af5cfe43e31626b31.tar.bz2 egawk-a6568baf060045cadad1f05af5cfe43e31626b31.zip |
Merge branch 'master' into feature/cmake
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 --------------------------- |