diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-02 22:50:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-02 22:50:24 +0300 |
commit | 0d077cd026f30a53c7007192a2a98d9ab083e349 (patch) | |
tree | 6a742e09b701819d047b7b655400305445f71669 | |
parent | 800d8dfddf14399e2b6470ef8b0d2b4d30398b2c (diff) | |
download | egawk-0d077cd026f30a53c7007192a2a98d9ab083e349.tar.gz egawk-0d077cd026f30a53c7007192a2a98d9ab083e349.tar.bz2 egawk-0d077cd026f30a53c7007192a2a98d9ab083e349.zip |
Another addition to TODO.
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |