aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-10 21:42:18 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-10 21:42:18 +0200
commit2fe4775356a1042a90f0236d69df1d0379b1a9bc (patch)
tree0987884859894fe9aeba7d6139ee7960987d5a9b /ChangeLog
parenta92d9e310f119d61752b38bcb232e0cbe867c34f (diff)
downloadegawk-2fe4775356a1042a90f0236d69df1d0379b1a9bc.tar.gz
egawk-2fe4775356a1042a90f0236d69df1d0379b1a9bc.tar.bz2
egawk-2fe4775356a1042a90f0236d69df1d0379b1a9bc.zip
Bug fixes for SYMTAB.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af8c2b86..58bf10ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
remove_element, run_ext_exit_handlers): Add null pointer checks.
Everywhere: Add / fixup leading comments.
+ * interpret.h (Op_store_sub): If assigning to an unitialized variable
+ through SYMTAB, change it to Node_var. Add explanatory comments.
+ * symbol.c (get_symbol): Rationalized. Skip non-variables in SYMTAB.
+
2012-11-04 Arnold D. Robbins <arnold@skeeve.com>
* gawkapi.h: Minor documentation edit.