aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-03-18 22:12:59 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-03-18 22:12:59 +0200
commit94e6de71dd7f6dd1135ad2724e4402606d9604a3 (patch)
tree0f2e29cd9c0aaf8954f148c458c0228262092c73
parent9c8a57c62f3cd1fce213a7a852d6a2d21f7d7f1a (diff)
downloadegawk-94e6de71dd7f6dd1135ad2724e4402606d9604a3.tar.gz
egawk-94e6de71dd7f6dd1135ad2724e4402606d9604a3.tar.bz2
egawk-94e6de71dd7f6dd1135ad2724e4402606d9604a3.zip
Update TODO.
-rw-r--r--ChangeLog4
-rw-r--r--TODO9
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 11c6d6de..08a2226d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * TODO: Add more stuff.
+
2020-03-15 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (zos-diffout): New target.
diff --git a/TODO b/TODO
index 2ff4225f..1a830dd8 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-Thu Jan 23 11:15:44 IST 2020
+Wed Mar 18 22:05:22 IST 2020
============================
There were too many files tracking different thoughts and ideas for
@@ -57,6 +57,13 @@ Minor New Features
? Optional third argument for index indicating where to start the
search.
+ Suggested by Jannick:
+ * It is possible to make gawk look for a file with extension name
+ plus API version number(s) in case a shared lib with the expected
+ basename cannot be found? This would help have extension versions
+ compiled against different API versions in one single directory
+ and make gawk pick the extension with the right API version.
+
Major New Features
------------------