diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-14 22:19:47 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-05-14 22:19:47 -0400 |
commit | b74638e1e7119397cec6fc789529ccc824ac4d90 (patch) | |
tree | 5d7ae25ebe6507d7878c9c5b22f6f532754acdfe | |
parent | 8ac5eaaab1beff32be754dd29d648d9b5a2bb62f (diff) | |
parent | 1be050479218a7698945c253e192a760ad305182 (diff) | |
download | egawk-b74638e1e7119397cec6fc789529ccc824ac4d90.tar.gz egawk-b74638e1e7119397cec6fc789529ccc824ac4d90.tar.bz2 egawk-b74638e1e7119397cec6fc789529ccc824ac4d90.zip |
Merge branch 'gawk-4.2-stable'
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2018-05-14 Arnold D. Robbins <arnold@skeeve.com> + + * NEWS: Minor edits. + 2018-05-13 Arnold D. Robbins <arnold@skeeve.com> * config.sub: Update from GNULIB. @@ -18,10 +18,10 @@ Changes from 4.2.x to 5.0.0 Changes from 4.2.1 to 4.2.2 --------------------------- -1. Support for the POSIX standard %a and %A formats has been added. +1. Support for the POSIX standard %a and %A printf formats has been added. 2. The test infrastructure has been greatly improved, simplifying the - contents of Makefile.am and making it possible to generate + contents of test/Makefile.am and making it possible to generate pc/Makefile.tst from test/Makefile.in. Changes from 4.2.0 to 4.2.1 @@ -40,7 +40,7 @@ Changes from 4.2.0 to 4.2.1 4. extension/configure.ac has been improved considerably. 5. In MPFR mode, When ROUNDMODE changes, string values for numerically - type values will be redone. + typed values will be redone. 6. The various 'inplace' tests now pass on modern BSD systems. @@ -139,7 +139,7 @@ Changes from 4.1.4 to 4.2.0 20. Programs that toggle IGNORECASE a lot should now be noticeably faster. -21. The mktime function now accepts an optional second argument. If this +21. The mktime() function now accepts an optional second argument. If this argument is present and is non-zero or non-null, the time will be converted from UTC instead of from the local timezone. |