aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cca95d4..d23a6793 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2020-05-06 Arnold D. Robbins <arnold@skeeve.com>
+
+ Add lint check for string + string. It's not concatenation
+ in awk, but is in most other languages. Thanks to Roland Illig
+ <roland.illig@gmx.de> for the suggestion.
+
+ * awk.h (Op_lint_plus): New opcode.
+ * awkgram.y (mk_binary): Add it into the list in the right place
+ if do_lint.
+ * eval.c (optypes): Add case for Op_lint_plus.
+ * interpret.h (r_interpret): Ditto.
+
2020-04-14 Arnold D. Robbins <arnold@skeeve.com>
* 5.1.0: Release tar ball made.