gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-284


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2847-ge73ce8b
Date: Thu, 14 Dec 2017 10:26:43 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.2-stable has been updated
       via  e73ce8b50f07b70014ce2993b0213944d2a169ca (commit)
      from  d73659dcfd3a76103bf3772b075cc74d3e259fee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=e73ce8b50f07b70014ce2993b0213944d2a169ca

commit e73ce8b50f07b70014ce2993b0213944d2a169ca
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Dec 14 17:26:12 2017 +0200

    Add a note to TODO in doc to write a section on recursion.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 761b4da..19bb07a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2017-12-14         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in: Add a note to add a section on recursion.
+       Thanks to Bill Duncan <address@hidden> for the
+       suggestion.
+
 2017-11-24         Arnold D. Robbins     <address@hidden>
 
        * gawkworkflow.texi (General practices): Use correct option
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 2a0653f..0c9a433 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -43941,3 +43941,8 @@ which sorta sucks.
 
 TODO:
 Check that all dark corners are indexed properly.
+
+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 <address@hidden> for the suggestion.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index df9439d..e024e0e 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -42955,3 +42955,8 @@ which sorta sucks.
 
 TODO:
 Check that all dark corners are indexed properly.
+
+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 <address@hidden> for the suggestion.

-----------------------------------------------------------------------

Summary of changes:
 doc/ChangeLog   | 6 ++++++
 doc/gawk.texi   | 5 +++++
 doc/gawktexi.in | 5 +++++
 3 files changed, 16 insertions(+)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]