summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-08-05 20:20:51 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-08-05 20:20:51 +0300
commit16780824a151506e0712bdde02384d90cc2cb0ad (patch)
tree04b4e1aed148e7d4ecbe611bbac42eaf6b3e1eaf /ChangeLog
parent41a3d7fd84134022cf31659fabd8fe150c3e27bc (diff)
parent492c24d65f760edea1f9228260930728eb747cf7 (diff)
downloadgawk-zos-debug.tar.gz
Merge branch 'gawk-5.1-stable' into zos-debugzos-debug
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a03edc8b..c598dac5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2021-08-05 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * mpfr.c (do_mpfr_func): New argument, warn_negative. If true,
+ print a warning message about a negative argument. Bring -M
+ code into line with regular code. Bug report from Neil Ormos
+ in the help-gawk list.
+
+ Unrelated:
+
+ * mpfr.c (do_mpfr_int_div, mpg_div, mpg_mod): If dividing by
+ zero, print a fatal error messages. Brings MPFR code into line
+ with the regular code. Thanks to Peng Yu for noticing the bug, in
+ the help-gawk list.
+
2021-07-23 Arnold D. Robbins <arnold@skeeve.com>
* awk.h (exec_count_t): Add typedef for Vax VMS C and everyone else.