diff options
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 |