diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-08-19 20:52:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-08-19 20:52:59 +0300 |
commit | f209a8dc1991803899d815a1be12da803e852e00 (patch) | |
tree | 70529f7758af3f8fc281e8aae67b8c6f6cdbbbd9 | |
parent | 7d19cbd54ad60474aded4b9fe587c7f53a14d488 (diff) | |
download | egawk-f209a8dc1991803899d815a1be12da803e852e00.tar.gz egawk-f209a8dc1991803899d815a1be12da803e852e00.tar.bz2 egawk-f209a8dc1991803899d815a1be12da803e852e00.zip |
Document additional fix in array.c.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ New functions. (env_array_func): New array vtable. + Unrelated: + + * array.c (force_array): Set symbol->xarray to NULL before + initing the array if it was Node_var_new. + (null_array): Restore assert, undoing change of 2013-05-27. + 2013-08-15 Arnold D. Robbins <arnold@skeeve.com> * debug.c (print_memory): Fix whitespace / indentation. |