diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-25 13:16:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-25 13:16:45 +0300 |
commit | 602c8e6544e079246701737d61bb00d80d115456 (patch) | |
tree | e73b9dd085b4b335fce34c8994a1c8d759e4c45e | |
parent | 6c29291112b6b767e98ce3fb93dd4752d0ef1469 (diff) | |
download | egawk-602c8e6544e079246701737d61bb00d80d115456.tar.gz egawk-602c8e6544e079246701737d61bb00d80d115456.tar.bz2 egawk-602c8e6544e079246701737d61bb00d80d115456.zip |
Start a TODO list in gawktexi.in.
-rw-r--r-- | doc/gawk.texi | 4 | ||||
-rw-r--r-- | doc/gawktexi.in | 4 |
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. |