diff options
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |