diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-10 21:42:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-10 21:42:18 +0200 |
commit | 2fe4775356a1042a90f0236d69df1d0379b1a9bc (patch) | |
tree | 0987884859894fe9aeba7d6139ee7960987d5a9b /ChangeLog | |
parent | a92d9e310f119d61752b38bcb232e0cbe867c34f (diff) | |
download | egawk-2fe4775356a1042a90f0236d69df1d0379b1a9bc.tar.gz egawk-2fe4775356a1042a90f0236d69df1d0379b1a9bc.tar.bz2 egawk-2fe4775356a1042a90f0236d69df1d0379b1a9bc.zip |
Bug fixes for SYMTAB.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |