diff options
-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 |