diff options
Diffstat (limited to 'FUTURES')
-rw-r--r-- | FUTURES | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -34,6 +34,19 @@ In 3.1 For 3.2 ======= + Simplify awk.h. + + Consider moving var_value info into Node_var itself + to reduce memory usage. + + Add IPv6 support. + + Look at ISO C 99 printf features. + + Add %'d for putting in commas in formatting? + + Consider integrating Fred Fish's DBUG library into gawk. + Move the loadable modules interface to libtool. Redo the loadable modules interface from the awk level. @@ -45,12 +58,6 @@ For 3.2 DBM storage of awk arrays. Try to allow multiple dbm packages. - Look at ISO C 99 printf features. - - Add %'d for putting in commas in formatting? - - Consider integrating Fred Fish's DBUG library into gawk. - Consider removing use of and/or need for the protos.h file. Additional manual features: |