diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-16 18:02:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-16 18:02:29 +0300 |
commit | 6f250fa2a01864e07c1e9022f36eab740a2793c5 (patch) | |
tree | e77711678bef18e003b614f3c7e3e6c222bb23b4 /NEWS | |
parent | 340c6b9945fcf57666648939bb8702a6f64c8e8e (diff) | |
parent | aaa85643b352f867cfe7198f313b4481ad1f544d (diff) | |
download | egawk-6f250fa2a01864e07c1e9022f36eab740a2793c5.tar.gz egawk-6f250fa2a01864e07c1e9022f36eab740a2793c5.tar.bz2 egawk-6f250fa2a01864e07c1e9022f36eab740a2793c5.zip |
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -101,7 +101,10 @@ Changes from 4.1.1 to 4.1.2 with the names of any functions. Gawk has checked for the former since 3.1.7. With --posix, it now also checks for the latter. -13. A number of bugs have been fixed. See the ChangeLog. +13. The test suite should check for necessary locales and skip the tests + where it matters if support isn't what it should be. + +14. A number of bugs have been fixed. See the ChangeLog. Changes from 4.1.0 to 4.1.1 --------------------------- |