diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:00:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:00:31 +0200 |
commit | 6f3612539c425da2bc1d34db621696e6a273b01c (patch) | |
tree | 9623b3ac2c54a93e5eed3be2b1dda7f4e4bf0e47 /FUTURES | |
parent | 4e3701015635401df2fc4da58abaab7645f4ebd3 (diff) | |
download | egawk-6f3612539c425da2bc1d34db621696e6a273b01c.tar.gz egawk-6f3612539c425da2bc1d34db621696e6a273b01c.tar.bz2 egawk-6f3612539c425da2bc1d34db621696e6a273b01c.zip |
Bring latest byte code gawk into git. Hurray!
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 |