diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-12 20:01:49 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-02-12 20:01:49 +0200 |
commit | de872f0548039885f3bd4b460845915350ad5acf (patch) | |
tree | 949867e973a0e8a4bc6b880471bef03b1748880b | |
parent | b2f8d3e75f58946803addd6c17a02699178bfc21 (diff) | |
download | egawk-de872f0548039885f3bd4b460845915350ad5acf.tar.gz egawk-de872f0548039885f3bd4b460845915350ad5acf.tar.bz2 egawk-de872f0548039885f3bd4b460845915350ad5acf.zip |
Update TODO.
-rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Sun Dec 16 18:04:50 IST 2012 +Tue Feb 12 19:51:04 IST 2013 ============================ There were too many files tracking different thoughts and ideas for @@ -65,6 +65,9 @@ Major New Features indirect calls of extension functions indirect through array elements, not just scalar variables + Fix the early chapters in the doc with more up-to-date examples. + No-one uses Bulletin Board Systems anymore. + Rework management of array index storage. (Partially DONE.) Consider using an atom table for all string array indices. @@ -84,7 +87,7 @@ Things To Think About That May Never Happen ??? Gnulib Consider making shadowed variables a warning and not - a fatal warning when -lint=fatal. + a fatal warning when --lint=fatal. Similar for extra parameters in a function call. |