aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45c2de22..94511c8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2020-07-09 Arnold D. Robbins <arnold@skeeve.com>
+
+ Fix dbugeval2 test for MPFR.
+
+ * debug.c (do_eval): Preserve DO_MPFR flag in do_flags before
+ parsing the string to be evaluated.
+
+ Fix indirect call tests for MPFR:
+
+ * awkgram.y (lookup_builtin): Only return the MPFR builtin
+ function if the pointer is not NULL.
+
+ Unrelated:
+
+ * config.guess, config.sub: Updated from GNULIB.
+
2020-07-08 Arnold D. Robbins <arnold@skeeve.com>
* str_array.c (str_lookup): If a pure number, copy to a string. Fixes