diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-03 21:05:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-03 21:05:48 +0300 |
commit | 2e784192b9540ebb7d56800910a1b3f331b44a94 (patch) | |
tree | 9ab25d77ad99016c45c581dfd850dfabe3e536e7 | |
parent | bde1a08e3d349092ddd69e6eedf967350353111c (diff) | |
parent | f22661b0de5c0e5c46bec9d066d23a03d9b783c3 (diff) | |
download | egawk-2e784192b9540ebb7d56800910a1b3f331b44a94.tar.gz egawk-2e784192b9540ebb7d56800910a1b3f331b44a94.tar.bz2 egawk-2e784192b9540ebb7d56800910a1b3f331b44a94.zip |
Merge branch 'master' into feature/api-mpfr
-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. ] |