aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.