aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 233ec4bd..fe8e49b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2017-06-21 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ Replace malloc/memset combinations with calloc by using the new ezalloc
+ macro.
+ * awkgram.y (yyerror, do_add_srcfile, funcuse): Replace emalloc+memset
+ with ezalloc.
+ * cint_array.c (cint_lookup, cint_copy, tree_lookup, tree_copy,
+ leaf_lookup, leaf_copy): Ditto.
+ * command.y (mk_cmdarg): Ditto.
+ * debug.c (add_item): Ditto.
+ * eval.c (setup_frame): Ditto.
+ * field.c (set_record): Ditto.
+ * gawkapi.c (api_flatten_array_typed): Ditto.
+ * int_array.c (int_copy, grow_int_table): Ditto.
+ * io.c (init_awkpath, iop_alloc): Ditto.
+ * node.c (str2wstr): Ditto.
+ * re.c (make_regexp): Ditto.
+ * str_array.c (str_copy, grow_table): Ditto.
+ * symbol.c (make_params, new_context): Ditto.
+
2017-06-19 Andrew J. Schorr <aschorr@telemetry-investments.com>
* awk.h (ezalloc): Add new macro to allocate memory initialized to zero.