aboutsummaryrefslogtreecommitdiffstats
path: root/FUTURES
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-26 12:47:21 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-26 12:47:21 +0200
commit4a267501525be3157b0d41e9030e9d4a9c7f5897 (patch)
treeee2b780e8485f9e3faf4ef77bba9126995d08857 /FUTURES
parent1f0d8c64a08d9d19faf9c77e35f77dc46b2f34a9 (diff)
downloadegawk-4a267501525be3157b0d41e9030e9d4a9c7f5897.tar.gz
egawk-4a267501525be3157b0d41e9030e9d4a9c7f5897.tar.bz2
egawk-4a267501525be3157b0d41e9030e9d4a9c7f5897.zip
API doc additions and related other edits.
Diffstat (limited to 'FUTURES')
-rw-r--r--FUTURES5
1 files changed, 5 insertions, 0 deletions
diff --git a/FUTURES b/FUTURES
index e511acba..861cf503 100644
--- a/FUTURES
+++ b/FUTURES
@@ -88,3 +88,8 @@ Probably never:
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.
+
+ Enhance FIELDWIDTHS with some way to indicate "the rest of the record".
+ E.g., a length of 0 or -1 or something. May be "n"?
+
+ Make FIELDWIDTHS be an array?