diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-23 12:43:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-23 12:43:50 +0300 |
commit | 0aa0451ebbbc6326d0ab785e40e6dd40fb93b77e (patch) | |
tree | ac1e821dbb9a6a599a781dd6b763404f68a3712f /NEWS | |
parent | 026dc68781797e6829426d41e57b63710b8070ad (diff) | |
parent | 09fa9d26d41cc70e63469522d71674883bae5521 (diff) | |
download | egawk-0aa0451ebbbc6326d0ab785e40e6dd40fb93b77e.tar.gz egawk-0aa0451ebbbc6326d0ab785e40e6dd40fb93b77e.tar.bz2 egawk-0aa0451ebbbc6326d0ab785e40e6dd40fb93b77e.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -74,10 +74,14 @@ Changes from 5.1.0 to 5.1.1 14. The manual has been updated with much more information about what is and is not a bug, and the changes in the gawk mailing lists. -15. Similar to item #4 above, division by zero is now fatal in MPFR +15. The behavior of strongly-typed regexp constants when passed as the + third argument to sub() or gsub() has been clarified in the code and + in the manual. + +16. Similar to item #4 above, division by zero is now fatal in MPFR mode, as it is in regular mode. -16. There have been numerous minor code cleanups and bug fixes. See the +17. There have been numerous minor code cleanups and bug fixes. See the ChangeLog for details. Changes from 5.0.1 to 5.1.0 |