aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c7d5fb1..d3d099bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* re.c (make_regexp): Add warnings for unknown escape sequences,
similar to what we already do for strings.
+ * awkgram.y: Add lint warning about concatenation as target
+ of `>' redirection. Always use Op_parens so that
+ print "foo" > ("foo" 1) does not warn.
2018-07-13 Arnold D. Robbins <arnold@skeeve.com>