diff options
-rw-r--r-- | doc/ChangeLog | 7 | ||||
-rw-r--r-- | doc/gawk.texi | 5 | ||||
-rw-r--r-- | doc/gawktexi.in | 5 |
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. |