aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17d4595a..12bcbb97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2020-02-09 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkgram.y: Add lint check for assignment in condition to
+ if and for statements. Thanks to Jannick <thirdedition@gmx.net>
+ for the suggestion.
+ * debug.c (do_eval): Remove @eval from the symbol table if there
+ was a syntax error in the statement being evaluated. Thanks again
+ to Jannick, for the report.
+
2020-02-04 John E. Malmberg <wb8tyw@qsl.net>
* custom.h: Fix OpenVMS SIZE_MAX value.