aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-21 17:34:35 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-21 17:34:35 +0200
commit104a4dbd6430d1b96dbf44601738c3652bcc85c9 (patch)
tree88d88cc79a28afa58a1cbe780c946e90d81f29db
parent599e89596c2a813b084e40645d801eb1c7de1ee1 (diff)
downloadegawk-104a4dbd6430d1b96dbf44601738c3652bcc85c9.tar.gz
egawk-104a4dbd6430d1b96dbf44601738c3652bcc85c9.tar.bz2
egawk-104a4dbd6430d1b96dbf44601738c3652bcc85c9.zip
Update in FUTURES.
-rw-r--r--FUTURES8
1 files changed, 5 insertions, 3 deletions
diff --git a/FUTURES b/FUTURES
index a6a6f3ef..e511acba 100644
--- a/FUTURES
+++ b/FUTURES
@@ -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.