diff options
Diffstat (limited to 'FUTURES')
-rw-r--r-- | FUTURES | 25 |
1 files changed, 16 insertions, 9 deletions
@@ -21,15 +21,15 @@ now, though. :-) For 3.1.8 + bytecode ==================== - Performance fixes / improvements + DONE: Performance fixes / improvements DONE: Change @sourcefile to @include per awk.info poll - Document @include + DONE: Document @include - Update copyrights + DONE: Update copyrights - Document dgawk + DONE: Document dgawk For 4.0 ======= @@ -42,11 +42,11 @@ For 4.0 Remove all old README* files. - ? Remove --copyleft, leaving just --copyright. + DONE: Remove --copyleft, leaving just --copyright. DONE: Enable \s, \S in regexes (regcomp.c and dfa.c) and document them. - Integrate byte code changes and dgawk + DONE: Integrate byte code changes and dgawk Indirect functions BEGINFILE, ENDFILE @@ -61,6 +61,8 @@ For 4.0 DONE: Add IPv6 support. + DONE: Add true multidimensional arrays. + Gnulib? Move to git? @@ -68,20 +70,25 @@ For 4.0 Additional manual features: Remove all page breaks Review internal notes about reorganization - Full front to back read through + DONE: Full front to back read through - before editing + Full front to back read through - after editing For 4.1 ======= Implement designed API for loadable modules - Redo the loadable modules interface from the awk level. + Merge xmlgawk -l feature - ? Move the loadable modules interface to libtool. + Merge xmlgawk XML extensions + + Redo the loadable modules interface from the awk level. Rework management of array index storage. (Partially DONE.) DBM storage of awk arrays. Try to allow multiple dbm packages. + ? Move the loadable modules interface to libtool. + ? Add an optional base to strtonum, allowing 2-36. ? Optional third argument for index indicating where to start the |