diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-25 19:48:11 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-25 19:48:11 +0200 |
commit | 271c0a2c9a4e3000684c2c61c926f2011aba6a2c (patch) | |
tree | cb33440a07f1058f8ed6d949131a95c5c0f42fe2 /NEWS | |
parent | 521679e82cba143a0ac852cc7a246dea4d19cc56 (diff) | |
parent | 6c93e97d0f76cb688543943f64f6154be3927de5 (diff) | |
download | egawk-271c0a2c9a4e3000684c2c61c926f2011aba6a2c.tar.gz egawk-271c0a2c9a4e3000684c2c61c926f2011aba6a2c.tar.bz2 egawk-271c0a2c9a4e3000684c2c61c926f2011aba6a2c.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -30,7 +30,12 @@ Changes from 4.2.0 to 4.2.1 4. extension/configure.ac has been improved considerably. -5. A number of bugs, some of them quite significant, have been fixed. +5. In MPFR mode, When ROUNDMODE changes, string values for numerically + type values will be redone. + +6. The various 'inplace' tests now pass on modern BSD systems. + +7. A number of bugs, some of them quite significant, have been fixed. See the ChangeLog for details. Changes from 4.1.4 to 4.2.0 |