diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 66 | ||||
-rw-r--r-- | doc/gawk.texi | 29 | ||||
-rw-r--r-- | doc/gawktexi.in | 29 | ||||
-rw-r--r-- | doc/wordlist | 1 |
5 files changed, 55 insertions, 75 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 5b17e696..8e2cb7d3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-03-13 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: More minor fixes. + * wordlist: Updated. + 2019-03-10 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Update master menu. diff --git a/doc/gawk.info b/doc/gawk.info index c86b9666..69a5d0ab 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 2698d6d8..eb9560e8 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -51,8 +51,8 @@ @set TIMES * @end ifnottex - -@set xref-automatic-section-title +@c Let texinfo.tex give us full section titles +@xrefautomaticsectiontitle 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 -@file{dfa.c}, -@file{dfa.h}, -@file{getopt.c}, -@file{getopt.h}, -@file{getopt1.c}, -@file{getopt_int.h}, -@file{gettext.h}, -@file{regcomp.c}, -@file{regex.c}, -@file{regex.h}, -@file{regex_internal.c}, -@file{regex_internal.h}, -and -@file{regexec.c}. +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}, -@file{xalloc.h}, 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 ae6259da..20557378 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -46,8 +46,8 @@ @set TIMES * @end ifnottex - -@set xref-automatic-section-title +@c Let texinfo.tex give us full section titles +@xrefautomaticsectiontitle 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 -@file{dfa.c}, -@file{dfa.h}, -@file{getopt.c}, -@file{getopt.h}, -@file{getopt1.c}, -@file{getopt_int.h}, -@file{gettext.h}, -@file{regcomp.c}, -@file{regex.c}, -@file{regex.h}, -@file{regex_internal.c}, -@file{regex_internal.h}, -and -@file{regexec.c}. +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}, -@file{xalloc.h}, 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 640895c5..d844d3f2 100644 --- a/doc/wordlist +++ b/doc/wordlist @@ -1977,6 +1977,7 @@ xpzvf xr xrat xref +xrefautomaticsectiontitle xrefprintnodename xvpf xvpzf |