aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-15 06:11:56 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-15 06:11:56 +0200
commitf18e168ff20217143bd922f158a1c56058795e89 (patch)
treeedf4506e12d6cdb7d28437a4d1577d197724293e
parentc6cc60329c5bfc6c181cc45b09f30ac8a8a20b49 (diff)
downloadegawk-f18e168ff20217143bd922f158a1c56058795e89.tar.gz
egawk-f18e168ff20217143bd922f158a1c56058795e89.tar.bz2
egawk-f18e168ff20217143bd922f158a1c56058795e89.zip
Update TODO.
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 235ded0e..3670f126 100644
--- a/TODO
+++ b/TODO
@@ -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.