diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-16 17:35:53 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-16 17:35:53 +0300 |
commit | 09ca6ca91db4fd691c4107419c5a4d3f99ae569e (patch) | |
tree | 21f2b7251785b3e10b3258aee43a888536064a91 | |
parent | f667d7da571b76a1a6776ccca1530c2d8dff3af1 (diff) | |
download | egawk-09ca6ca91db4fd691c4107419c5a4d3f99ae569e.tar.gz egawk-09ca6ca91db4fd691c4107419c5a4d3f99ae569e.tar.bz2 egawk-09ca6ca91db4fd691c4107419c5a4d3f99ae569e.zip |
Update NEWS.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -9,6 +9,10 @@ format for error messages. Thanks to Michal Jaegermann for pointing this out. + Unrelated: + + * NEWS: Updated. + 2015-04-14 Arnold D. Robbins <arnold@skeeve.com> * builtin.c (do_strftime): Restore checking for negative result and @@ -55,7 +55,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 --------------------------- |