diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-24 22:12:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-24 22:12:38 +0300 |
commit | 966c15e4ad185e4abc7eccc6ede7ab9334c6866f (patch) | |
tree | 36752b0f657d9b1393ec048d85f5629bc2c5a73a | |
parent | 38bd2eff2ea99abb535ee5d2bd14f2b7b2c303de (diff) | |
download | egawk-966c15e4ad185e4abc7eccc6ede7ab9334c6866f.tar.gz egawk-966c15e4ad185e4abc7eccc6ede7ab9334c6866f.tar.bz2 egawk-966c15e4ad185e4abc7eccc6ede7ab9334c6866f.zip |
Update TODO.
-rw-r--r-- | TODO | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Thu Oct 17 22:10:09 IDT 2013 +Thu Oct 24 22:11:44 IDT 2013 ============================ There were too many files tracking different thoughts and ideas for @@ -37,6 +37,8 @@ Minor Cleanups and Code Improvements Consider removing use of and/or need for the protos.h file. + Recheck if gnulib regex can be dropped in + Minor New Features ------------------ @@ -49,6 +51,13 @@ Minor New Features Consider relaxing the strictness of --posix. + Make it possible to put print/printf + redirections into + an expression. + + Have pretty printing not run the program and nuke the + undocumented GAWK_NO_PP_RUN env var. Requires test suite + adjustments. + ? Add an optional base to strtonum, allowing 2-36. ? Optional third argument for index indicating where to start the @@ -157,7 +166,7 @@ Major New Features ------------------ Things That We Decided We Will Never Do ---------------------------------------- +======================================= Consider moving var_value info into Node_var itself to reduce memory usage. This would break all uses of get_lhs in the |