diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-03 21:05:18 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-03 21:05:18 +0300 |
commit | f22661b0de5c0e5c46bec9d066d23a03d9b783c3 (patch) | |
tree | a4dbec82c2ecf2f231a187b4a5a38e496c5049ce | |
parent | 3726632fb30bdbd08f5e030a65d8f4bfb29a79d6 (diff) | |
download | egawk-f22661b0de5c0e5c46bec9d066d23a03d9b783c3.tar.gz egawk-f22661b0de5c0e5c46bec9d066d23a03d9b783c3.tar.bz2 egawk-f22661b0de5c0e5c46bec9d066d23a03d9b783c3.zip |
Update TODO w.r.t. FIELDWIDTHS.
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Fri Jun 19 12:44:56 IDT 2015 +Mon Jul 3 21:05:03 IDT 2017 ============================ There were too many files tracking different thoughts and ideas for @@ -119,9 +119,6 @@ Things To Think About That May Never Happen 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. Maybe "n"? - Review the bash source script for working with shared libraries in order to nuke the use of libtool. [ Partially started in the dead-branches/nolibtool branch. ] |