gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3681-g9b5393


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3681-g9b5393e
Date: Wed, 13 Mar 2019 14:45:56 -0400 (EDT)

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, master has been updated
       via  9b5393eb929ba191a5168dd52ee3afbe9a9917a0 (commit)
      from  e94925dbee5f3bec8594543c9876750776828547 (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=9b5393eb929ba191a5168dd52ee3afbe9a9917a0

commit 9b5393eb929ba191a5168dd52ee3afbe9a9917a0
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Mar 13 20:45:39 2019 +0200

    Small doc fixes.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 5b17e69..8e2cb7d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-13         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in: More minor fixes.
+       * wordlist: Updated.
+
 2019-03-10         Arnold D. Robbins     <address@hidden>
 
        * gawktexi.in: Update master menu.
diff --git a/doc/gawk.info b/doc/gawk.info
index c86b966..69a5d0a 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -30905,17 +30905,16 @@ steps:
   4. A number of the files that come with 'gawk' are maintained by other
      people.  Thus, you should not change them unless it is for a very
      good reason; i.e., changes are not out of the question, but changes
-     to these files are scrutinized extra carefully.  The files are
-     'dfa.c', 'dfa.h', 'getopt.c', 'getopt.h', 'getopt1.c',
-     'getopt_int.h', 'gettext.h', 'regcomp.c', 'regex.c', 'regex.h',
-     'regex_internal.c', 'regex_internal.h', and 'regexec.c'.
+     to these files are scrutinized extra carefully.  These aree all the
+     files the 'support' directory within the 'gawk' distribution.  See
+     there.
 
   5. A number of other files are provided by the GNU Autotools
      (Autoconf, Automake, and GNU 'gettext').  You should not change
      them either, unless it is for a very good reason.  The files are
      'ABOUT-NLS', 'config.guess', 'config.rpath', 'config.sub',
-     'depcomp', 'INSTALL', 'install-sh', 'missing', 'mkinstalldirs',
-     'xalloc.h', and 'ylwrap'.
+     'depcomp', 'INSTALL', 'install-sh', 'missing', 'mkinstalldirs', and
+     'ylwrap'.
 
   6. Be willing to continue to maintain the port.  Non-Unix operating
      systems are supported by volunteers who maintain the code needed to
@@ -31051,7 +31050,8 @@ on; it was really painful.  When the repository is 
self-contained, using
 
   2. It would certainly help if everyone used the same versions of the
      GNU tools as he does, which in general are the latest released
-     versions of Automake, Autoconf, 'bison', and GNU 'gettext'.
+     versions of Automake, Autoconf, 'bison', GNU 'gettext', and
+     Libtool.
 
      Installing from source is quite easy.  It's how the maintainer
      worked for years (and still works).  He had '/usr/local/bin' at the
@@ -31397,8 +31397,8 @@ C.6 Summary
      the 'xgawk' project, and provide binary compatibility going
      forward.
 
-   * The previous extension mechanism is still supported in version 4.1
-     of 'gawk', but it _will_ be removed in the next major release.
+   * The previous extension mechanism is no longer supported and was
+     removed from the code base with the 4.2 release.
 
 
 File: gawk.info,  Node: Basic Concepts,  Next: Glossary,  Prev: Notes,  Up: Top
@@ -37440,29 +37440,29 @@ Node: Additions1237745
 Node: Accessing The Source1238670
 Node: Adding Code1240107
 Node: New Ports1246326
-Node: Derived Files1250814
-Ref: Derived Files-Footnote-11256460
-Ref: Derived Files-Footnote-21256495
-Ref: Derived Files-Footnote-31257093
-Node: Future Extensions1257207
-Node: Implementation Limitations1257865
-Node: Extension Design1259048
-Node: Old Extension Problems1260192
-Ref: Old Extension Problems-Footnote-11261710
-Node: Extension New Mechanism Goals1261767
-Ref: Extension New Mechanism Goals-Footnote-11265131
-Node: Extension Other Design Decisions1265320
-Node: Extension Future Growth1267433
-Node: Notes summary1268269
-Node: Basic Concepts1269444
-Node: Basic High Level1270125
-Ref: figure-general-flow1270407
-Ref: figure-process-flow1271092
-Ref: Basic High Level-Footnote-11274393
-Node: Basic Data Typing1274578
-Node: Glossary1277906
-Node: Copying1309744
-Node: GNU Free Documentation License1347287
-Node: Index1372407
+Node: Derived Files1250700
+Ref: Derived Files-Footnote-11256360
+Ref: Derived Files-Footnote-21256395
+Ref: Derived Files-Footnote-31256993
+Node: Future Extensions1257107
+Node: Implementation Limitations1257765
+Node: Extension Design1258948
+Node: Old Extension Problems1260092
+Ref: Old Extension Problems-Footnote-11261610
+Node: Extension New Mechanism Goals1261667
+Ref: Extension New Mechanism Goals-Footnote-11265031
+Node: Extension Other Design Decisions1265220
+Node: Extension Future Growth1267333
+Node: Notes summary1268169
+Node: Basic Concepts1269327
+Node: Basic High Level1270008
+Ref: figure-general-flow1270290
+Ref: figure-process-flow1270975
+Ref: Basic High Level-Footnote-11274276
+Node: Basic Data Typing1274461
+Node: Glossary1277789
+Node: Copying1309627
+Node: GNU Free Documentation License1347170
+Node: Index1372290
 
 End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 2698d6d..eb9560e 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -51,8 +51,8 @@
 @set TIMES *
 @end ifnottex
         
-
address@hidden xref-automatic-section-title
address@hidden Let texinfo.tex give us full section titles
address@hidden on
 
 @c The following information should be updated here only!
 @c This sets the edition of the document, the version of gawk it
@@ -41972,21 +41972,8 @@ A number of the files that come with @command{gawk} 
are maintained by other
 people.  Thus, you should not change them
 unless it is for a very good reason; i.e., changes are not out of the
 question, but changes to these files are scrutinized extra carefully.
-The files are
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
-and
address@hidden
+These aree all the files the @file{support} directory
+within the @command{gawk} distribution. See there.
 
 @item
 A number of other files are provided by the GNU
@@ -42002,7 +41989,6 @@ good reason. The files are
 @file{install-sh},
 @file{missing},
 @file{mkinstalldirs},
address@hidden,
 and
 @file{ylwrap}.
 
@@ -42171,8 +42157,9 @@ as he does, which in general are the latest released 
versions of
 Automake,
 Autoconf,
 @command{bison},
+GNU @command{gettext},
 and
-GNU @command{gettext}.
+Libtool.
 
 @ignore
 If it would help if I sent out an ``I just upgraded to version x.y
@@ -42590,8 +42577,8 @@ with the previous extension mechanism, enable features 
needed by
 the @code{xgawk} project, and provide binary compatibility going forward.
 
 @item
-The previous extension mechanism is still supported in @value{PVERSION} 4.1
-of @command{gawk}, but it @emph{will} be removed in the next major release.
+The previous extension mechanism is no longer supported and was
+removed from the code base with the 4.2 release.
 
 @end itemize
 
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index ae6259d..2055737 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -46,8 +46,8 @@
 @set TIMES *
 @end ifnottex
         
-
address@hidden xref-automatic-section-title
address@hidden Let texinfo.tex give us full section titles
address@hidden on
 
 @c The following information should be updated here only!
 @c This sets the edition of the document, the version of gawk it
@@ -40945,21 +40945,8 @@ A number of the files that come with @command{gawk} 
are maintained by other
 people.  Thus, you should not change them
 unless it is for a very good reason; i.e., changes are not out of the
 question, but changes to these files are scrutinized extra carefully.
-The files are
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
-and
address@hidden
+These are all the files the @file{support} directory
+within the @command{gawk} distribution. See there.
 
 @item
 A number of other files are provided by the GNU
@@ -40975,7 +40962,6 @@ good reason. The files are
 @file{install-sh},
 @file{missing},
 @file{mkinstalldirs},
address@hidden,
 and
 @file{ylwrap}.
 
@@ -41144,8 +41130,9 @@ as he does, which in general are the latest released 
versions of
 Automake,
 Autoconf,
 @command{bison},
+GNU @command{gettext},
 and
-GNU @command{gettext}.
+Libtool.
 
 @ignore
 If it would help if I sent out an ``I just upgraded to version x.y
@@ -41563,8 +41550,8 @@ with the previous extension mechanism, enable features 
needed by
 the @code{xgawk} project, and provide binary compatibility going forward.
 
 @item
-The previous extension mechanism is still supported in @value{PVERSION} 4.1
-of @command{gawk}, but it @emph{will} be removed in the next major release.
+The previous extension mechanism is no longer supported and was
+removed from the code base with the 4.2 release.
 
 @end itemize
 
diff --git a/doc/wordlist b/doc/wordlist
index 640895c..d844d3f 100644
--- a/doc/wordlist
+++ b/doc/wordlist
@@ -1977,6 +1977,7 @@ xpzvf
 xr
 xrat
 xref
+xrefautomaticsectiontitle
 xrefprintnodename
 xvpf
 xvpzf

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

Summary of changes:
 doc/ChangeLog   |  5 +++++
 doc/gawk.info   | 66 ++++++++++++++++++++++++++++-----------------------------
 doc/gawk.texi   | 29 +++++++------------------
 doc/gawktexi.in | 29 +++++++------------------
 doc/wordlist    |  1 +
 5 files changed, 55 insertions(+), 75 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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