aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 761ef63c..739f0a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* mpfr.c (mpg_interpret): Make the instruction tracing more sane.
+ Fix the testext test for MPFR.
+
+ * gawkapi.c (awk_value_to_node): Use correct code to copy
+ MPFR/MPN numbers and don't free the original values.
+ * interpret.h (r_interpret): At Op_ext_builtin, separate out calls
+ to the external function and awk_value_to_node, for ease in a
+ debugger.
+
2020-07-10 Arnold D. Robbins <arnold@skeeve.com>
Fix printf issues. Thanks to Michal Jaegermann for the report.