aboutsummaryrefslogtreecommitdiff
path: root/TODO
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 /TODO
parentde6284e0377e1c10f6249586df1a67311e9c5b2f (diff)
downloadone-true-awk-5a18f63b8dfc35fb7bcda4688661e354783d2bb7.tar.gz
Set the close-on-exec flag for file and pipe redirections.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index 3067377..13f2925 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-Fri Jan 17 14:04:29 IST 2020
+Wed Jan 22 02:10:35 MST 2020
============================
Here are some things that it'd be nice to have volunteer
@@ -17,6 +17,3 @@ and see exactly which tests fail:
a test suite target that runs valgrind on all the tests and
reports if there are any definite losses or any invalid reads
or writes (similar to gawk's test of this nature).
-
-4. Set the "close on exec" flag for file and pipe redirection
- file descriptors.