diff options
Diffstat (limited to 'FUTURES')
-rw-r--r-- | FUTURES | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -30,10 +30,14 @@ In 3.1 Additional manual features: DONE: Document NLS support - DONE: Use a new or improved dfa and/or regex library. + DONE: Add %'d for putting in commas in formatting. For 3.2 ======= + Enable \s, \S in regexes (regcomp.c and dfa.c) and document them. + + Make POSIX 2001 behavior the default for sub/gsub. + Simplify awk.h. Consider moving var_value info into Node_var itself @@ -43,19 +47,19 @@ For 3.2 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. - Rework management of array index storage. + Rework management of array index storage. (Partially DONE.) A RECLEN variable for fixed-length record input. PROCINFO["RS"] would be "RS" or "RECLEN" depending upon what's in use. + Use a new or improved dfa and/or regex library. + DBM storage of awk arrays. Try to allow multiple dbm packages. Consider removing use of and/or need for the protos.h file. @@ -67,7 +71,6 @@ For 3.2 For 3.3 ======= - ? Have strftime() pay attention to the value of ENVIRON["TZ"] Add a lint check if the return value of a function is used but |