diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-20 22:05:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-20 22:05:05 +0200 |
commit | 812d26bb6b672f3f5153c00e4edcb2377a723afd (patch) | |
tree | 3178af3ca22a20b07bd3ef9716d81df181f04761 /TODO | |
parent | 128a3e884d9541ec5b96c02a19db38ac3c404bf1 (diff) | |
parent | 4c01db1833a02173c910d463eaed77ad6ed66195 (diff) | |
download | egawk-812d26bb6b672f3f5153c00e4edcb2377a723afd.tar.gz egawk-812d26bb6b672f3f5153c00e4edcb2377a723afd.tar.bz2 egawk-812d26bb6b672f3f5153c00e4edcb2377a723afd.zip |
Merge branch 'master' into wasted-byte
Diffstat (limited to '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. |