summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-21 10:55:21 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-21 10:55:21 +0200
commit1fc15398cbd381b83e20bca3913c12ee7aa34bd4 (patch)
treefc532f35b888c3ed14c891a22123161b8a84d014
parenta398513aadb70b98e6e0ad04e5821ea0b6eca00c (diff)
downloadgawk-1fc15398cbd381b83e20bca3913c12ee7aa34bd4.tar.gz
Update ChangeLog for memory fixes.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2162c9c0..bf73f3df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@
Revert changes of 2014-11-20 from Paul Eggert. Causes failures
on z/OS.
+ Unrelated: Avoid unnecessary copying of $0.
+
+ * interpret.h (UNFIELD): New macro.
+ (r_interpret): Use it where *lhs is assigned to.
+
2014-11-20 Paul Eggert <eggert@cs.ucla.edu>
Port to systems where malloc (0) and/or realloc(P, 0) returns NULL.