aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-01-22 02:10:59 -0700
committerArnold D. Robbins <arnold@skeeve.com>2020-01-22 02:10:59 -0700
commit5a18f63b8dfc35fb7bcda4688661e354783d2bb7 (patch)
tree2290f0ee846b4fc34eef9090e97da10230b2eddb /ChangeLog
parentde6284e0377e1c10f6249586df1a67311e9c5b2f (diff)
downloadone-true-awk-5a18f63b8dfc35fb7bcda4688661e354783d2bb7.tar.gz
Set the close-on-exec flag for file and pipe redirections.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1afd9de..4e95699 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-20 Arnold D. Robbins <arnold@skeeve.com>
+
+ * run.c (openfile): Set the close-on-exec flag for file
+ and pipe redirections that aren't stdin/stdout/stderr.
+
2020-01-06 Arnold D. Robbins <arnold@skeeve.com>
Minor fixes.