aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5e1f367..dacc02a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2020-09-21 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awk.h (enum redirect_flags): Add RED_NONE.
+ (redirect_flags_t): New typedef.
+ * io.c (redflags2str): Handle RED_NONE.
+ (check_duplicated_redirections): New function.
+ (redirect_string): Use new typedef. Call new function if do_lint
+ instead of using inline code.
+ (close_redir): Add error message for failure on close of two-way pipe.
+
2020-09-04 Arnold D. Robbins <arnold@skeeve.com>
* awkgram.y [GRAMMAR]: Install arrays as Node_var_array. Improves