aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-08-19 20:52:59 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-08-19 20:52:59 +0300
commitf209a8dc1991803899d815a1be12da803e852e00 (patch)
tree70529f7758af3f8fc281e8aae67b8c6f6cdbbbd9
parent7d19cbd54ad60474aded4b9fe587c7f53a14d488 (diff)
downloadegawk-f209a8dc1991803899d815a1be12da803e852e00.tar.gz
egawk-f209a8dc1991803899d815a1be12da803e852e00.tar.bz2
egawk-f209a8dc1991803899d815a1be12da803e852e00.zip
Document additional fix in array.c.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0097da96..6e385f81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.