diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-18 06:17:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-18 06:17:59 +0300 |
commit | c8ea9b44e9957c193137b0fdbbc50dd8af63a2cf (patch) | |
tree | 7df9c1279ed19a673c101d8a7023defe9c4d1a52 /NEWS | |
parent | 615093c3aff4f248a4136f5030aaa3219fe35f62 (diff) | |
parent | 6ce601e93b93847ab9d369405cbba624fc1c49bb (diff) | |
download | egawk-c8ea9b44e9957c193137b0fdbbc50dd8af63a2cf.tar.gz egawk-c8ea9b44e9957c193137b0fdbbc50dd8af63a2cf.tar.bz2 egawk-c8ea9b44e9957c193137b0fdbbc50dd8af63a2cf.zip |
Merge branch 'master' into feature/nocopy
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 --------------------------- |