diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-26 12:47:21 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-26 12:47:21 +0200 |
commit | 4a267501525be3157b0d41e9030e9d4a9c7f5897 (patch) | |
tree | ee2b780e8485f9e3faf4ef77bba9126995d08857 /FUTURES | |
parent | 1f0d8c64a08d9d19faf9c77e35f77dc46b2f34a9 (diff) | |
download | egawk-4a267501525be3157b0d41e9030e9d4a9c7f5897.tar.gz egawk-4a267501525be3157b0d41e9030e9d4a9c7f5897.tar.bz2 egawk-4a267501525be3157b0d41e9030e9d4a9c7f5897.zip |
API doc additions and related other edits.
Diffstat (limited to 'FUTURES')
-rw-r--r-- | FUTURES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? |