diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-15 06:11:56 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-15 06:11:56 +0200 |
commit | f18e168ff20217143bd922f158a1c56058795e89 (patch) | |
tree | edf4506e12d6cdb7d28437a4d1577d197724293e | |
parent | c6cc60329c5bfc6c181cc45b09f30ac8a8a20b49 (diff) | |
download | egawk-f18e168ff20217143bd922f158a1c56058795e89.tar.gz egawk-f18e168ff20217143bd922f158a1c56058795e89.tar.bz2 egawk-f18e168ff20217143bd922f158a1c56058795e89.zip |
Update TODO.
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -63,8 +63,6 @@ Major New Features Also needed: - Indirect calls of built-ins - Indirect calls of extension functions Indirect through array elements, not just scalar variables Some way to make regexp constants first class citizens: @@ -127,8 +125,6 @@ Things To Think About That May Never Happen Patch lexer for @include and @load to make quotes optional. (Really needed?) - ? Have strftime() pay attention to the value of ENVIRON["TZ"] - Add a lint check if the return value of a function is used but the function did not supply a value. |