aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-07-03 21:06:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-07-03 21:06:04 +0300
commit2605a7ca7e145375b21504a796dacfdeb9a57937 (patch)
treeb63dec80ef4f1139db74b411597137b55ca95bc1
parentdbcc874f3199814a2c8e8e2d022acaaa662a8ed3 (diff)
parentf22661b0de5c0e5c46bec9d066d23a03d9b783c3 (diff)
downloadegawk-2605a7ca7e145375b21504a796dacfdeb9a57937.tar.gz
egawk-2605a7ca7e145375b21504a796dacfdeb9a57937.tar.bz2
egawk-2605a7ca7e145375b21504a796dacfdeb9a57937.zip
Merge branch 'master' into feature/fix-comments
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index bafb82c8..fa6e1177 100644
--- a/TODO
+++ b/TODO
@@ -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. ]