aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73cf0229..ae49f560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-18 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * gawkapi.c (sym_update_real): If setting a scalar variable that exists
+ already in an undefined state with type set to Node_var_new, we must
+ update the type to Node_var if the new value is not undefined.
+
2012-12-18 Arnold D. Robbins <arnold@skeeve.com>
* awkgram.y (tokentab): "extension" needs to be inside ifdef DYNAMIC.