aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-10-04 12:33:36 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-10-04 12:33:36 +0300
commitd9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b (patch)
treed6f28e69bd45531ae5130eed3d7293b5e1d8fe2b
parent0ee9fa0f6ef9ac84a254ebf4068d15a474e0605b (diff)
downloadegawk-d9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b.tar.gz
egawk-d9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b.tar.bz2
egawk-d9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b.zip
Another small doc fix.
-rw-r--r--doc/ChangeLog7
-rw-r--r--doc/gawk.texi5
-rw-r--r--doc/gawktexi.in5
3 files changed, 6 insertions, 11 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a6ad9a76..60b891e3 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -4,9 +4,14 @@
Unrelated:
- * gawktexi (Wc Program): Update to POSIX, support both bytes
+ * gawktexi.in (Wc Program): Update to POSIX, support both bytes
and characters via the gawkextlib mbs extension.
+ Unrelated:
+
+ * gawktexi.in: Remove TODO at end of file related to recursion;
+ it's already handled.
+
2020-10-01 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Split Program): Rewrite split to be POSIX
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 91625d06..08b30ee6 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -46336,8 +46336,3 @@ But to use it you have to say
which sorta sucks.
TODO:
-FIXME:
-Add a section explaining recursion from ground zero. Probably
-easiest to do it with factorial as the example. Explain that
-recursion needs a stopping condition. Thanks to
-Bill Duncan <bduncan@beachnet.org> for the suggestion.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index f982ae8b..75589073 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -45307,8 +45307,3 @@ But to use it you have to say
which sorta sucks.
TODO:
-FIXME:
-Add a section explaining recursion from ground zero. Probably
-easiest to do it with factorial as the example. Explain that
-recursion needs a stopping condition. Thanks to
-Bill Duncan <bduncan@beachnet.org> for the suggestion.