diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-21 17:34:35 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-21 17:34:35 +0200 |
commit | 104a4dbd6430d1b96dbf44601738c3652bcc85c9 (patch) | |
tree | 88d88cc79a28afa58a1cbe780c946e90d81f29db | |
parent | 599e89596c2a813b084e40645d801eb1c7de1ee1 (diff) | |
download | egawk-104a4dbd6430d1b96dbf44601738c3652bcc85c9.tar.gz egawk-104a4dbd6430d1b96dbf44601738c3652bcc85c9.tar.bz2 egawk-104a4dbd6430d1b96dbf44601738c3652bcc85c9.zip |
Update in FUTURES.
-rw-r--r-- | FUTURES | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -33,9 +33,6 @@ For 4.1 Consider making shadowed variables a warning and not a fatal warning when -lint=fatal - Consider making gawk output +nan for NaN values so that it - will accept its own output as input. - For 4.2 ======= Think about how to generalize indirect access. Manuel Collado @@ -86,3 +83,8 @@ Probably never: Add a lint check if the return value of a function is used but the function did not supply a value. + + Consider making gawk output +nan for NaN values so that it + will accept its own output as input. + NOTE: Investigated this. GLIBC formats NaN as '-nan' + and -NaN as 'nan'. Dealing with this is not simple. |