aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb96f1ff..0de3b7af 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,12 @@
* builtin.c (do_typeof): Fix memory leak when populating the
optional array, and make sure to call the astore method.
+2019-01-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * builtin.c (do_intdiv): Add unref of subscripts.
+ * mpfr.c (do_mpfr_intdiv): Ditto.
+ Thanks to Andy Schorr for noticing.
+
2019-01-09 Andrew J. Schorr <aschorr@telemetry-investments.com>
* awkgram.y (tokentab): Indicate that typeof may take 2 arguments.