aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e1930d7..3b82e350 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2020-06-10 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ Convert exec_count from long long to unsigned long long.
+ * awk.h (INSTRUCTION): Change ldl type from long long to unsigned
+ long long.
+ * debug.c (print_instruction): Fix printf format for exec_count.
+ * profile.c (indent): The argument is now an unsigned long long,
+ and fix the printf format to match.
+
2020-06-10 Arnold D. Robbins <arnold@skeeve.com>
Thanks to Andrew Schorr for suggestion of better way to