diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-18 06:17:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-18 06:17:36 +0300 |
commit | 6df54a8782f6a294fdd40e2bcc021c91b8db219f (patch) | |
tree | a454de4b02c74e130d128b78d64429c45938449e /NEWS | |
parent | a0eb8ce03d34701c836e84c9784faccc77469bd8 (diff) | |
parent | 6ce601e93b93847ab9d369405cbba624fc1c49bb (diff) | |
download | egawk-6df54a8782f6a294fdd40e2bcc021c91b8db219f.tar.gz egawk-6df54a8782f6a294fdd40e2bcc021c91b8db219f.tar.bz2 egawk-6df54a8782f6a294fdd40e2bcc021c91b8db219f.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -114,6 +114,14 @@ Changes from 4.1.3 to 4.1.4 11. The -d option now allows -d- to print to standard output. +12. Error messages for --help and in other instances should now get + translated correctly. + +13. A new environment variable GAWK_LOCALE_DIR may be set to locate the .mo + file for gawk itself. + +14. A number of bugs have been fixed. See the ChangeLog. + Changes from 4.1.2 to 4.1.3 --------------------------- |