aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-05-02 22:50:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-05-02 22:50:24 +0300
commit0d077cd026f30a53c7007192a2a98d9ab083e349 (patch)
tree6a742e09b701819d047b7b655400305445f71669
parent800d8dfddf14399e2b6470ef8b0d2b4d30398b2c (diff)
downloadegawk-0d077cd026f30a53c7007192a2a98d9ab083e349.tar.gz
egawk-0d077cd026f30a53c7007192a2a98d9ab083e349.tar.bz2
egawk-0d077cd026f30a53c7007192a2a98d9ab083e349.zip
Another addition to TODO.
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 62c61a13..da7c527f 100644
--- a/TODO
+++ b/TODO
@@ -43,6 +43,9 @@ Minor New Features
Add a readfile() function in awk from mail.
+ Make writes to ENVIRON / deletions affect the real environment
+ using setenv / unsetenv.
+
Consider relaxing the strictness of --posix.
? Add an optional base to strtonum, allowing 2-36.