aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-04-25 13:16:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-04-25 13:16:45 +0300
commit602c8e6544e079246701737d61bb00d80d115456 (patch)
treee73b9dd085b4b335fce34c8994a1c8d759e4c45e
parent6c29291112b6b767e98ce3fb93dd4752d0ef1469 (diff)
downloadegawk-602c8e6544e079246701737d61bb00d80d115456.tar.gz
egawk-602c8e6544e079246701737d61bb00d80d115456.tar.bz2
egawk-602c8e6544e079246701737d61bb00d80d115456.zip
Start a TODO list in gawktexi.in.
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index ca74e8ba..353adb7c 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -40141,3 +40141,7 @@ But to use it you have to say
}
which sorta sucks.
+
+TODO:
+-----
+1. Empty string vs. null string. 30 occurrences vs. 77, respectively.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 040731ce..8e966ccd 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -39282,3 +39282,7 @@ But to use it you have to say
}
which sorta sucks.
+
+TODO:
+-----
+1. Empty string vs. null string. 30 occurrences vs. 77, respectively.