aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da93370e..f90a00fd 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2019-01-14 Andrew J. Schorr <aschorr@telemetry-investments.com>
+ * awk.h (assoc_set): Add new inline function to set an array element
+ to eliminate code duplication and reduce the chance of memory leaks.
+
+2019-01-14 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
* builtin.c (do_typeof): Fix memory leak when populating the
optional array, and make sure to call the astore method.