diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-21 10:55:21 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-21 10:55:21 +0200 |
commit | 1fc15398cbd381b83e20bca3913c12ee7aa34bd4 (patch) | |
tree | fc532f35b888c3ed14c891a22123161b8a84d014 | |
parent | a398513aadb70b98e6e0ad04e5821ea0b6eca00c (diff) | |
download | egawk-1fc15398cbd381b83e20bca3913c12ee7aa34bd4.tar.gz egawk-1fc15398cbd381b83e20bca3913c12ee7aa34bd4.tar.bz2 egawk-1fc15398cbd381b83e20bca3913c12ee7aa34bd4.zip |
Update ChangeLog for memory fixes.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |