aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-08-24 10:06:53 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-08-24 10:06:53 +0300
commitc417632f68977ff7f714b0a4315b7fb271046959 (patch)
tree409361202b489ce4d41284813290fd985fee4d75
parent4e0b60cfbf05ab647ed053aded33d2611cd162b7 (diff)
downloadegawk-c417632f68977ff7f714b0a4315b7fb271046959.tar.gz
egawk-c417632f68977ff7f714b0a4315b7fb271046959.tar.bz2
egawk-c417632f68977ff7f714b0a4315b7fb271046959.zip
Small doc improvements.
-rw-r--r--doc/ChangeLog2
-rw-r--r--doc/gawk.info138
-rw-r--r--doc/gawk.texi16
-rw-r--r--doc/gawktexi.in16
4 files changed, 87 insertions, 85 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 316b485e..220067c3 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -2,6 +2,8 @@
* texinfo.tex: Updated. Fixes table of contents issue
with very long title.
+ * gawktexi.in: Slight rearranging of order of things that
+ happened in 4.2. Minor cleanups related to Scott Deifik.
2017-08-21 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/doc/gawk.info b/doc/gawk.info
index 8c116851..3e8e42a7 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -28151,16 +28151,16 @@ POSIX 'awk', in the order they were added to 'gawk'.
- Input parsers can now override the default field parsing
mechanism by specifying explicit locations.
- * Support for MirBSD was removed.
-
- * Support for GNU/Linux on Alpha was removed.
-
* Shell startup files are supplied with the distribution and
installed by 'make install' (*note Shell Startup Files::).
* The 'igawk' program and its manual page are no longer installed
when 'gawk' is built. *Note Igawk Program::.
+ * Support for MirBSD was removed.
+
+ * Support for GNU/Linux on Alpha was removed.
+

File: gawk.info, Node: Common Extensions, Next: Ranges and Locales, Prev: Feature History, Up: Language History
@@ -28348,7 +28348,7 @@ Info file, in approximate chronological order:
* Fred Fish provided the port to Amiga systems and its documentation.
(With Fred's sad passing, this is no longer supported.)
- * Scott Deifik maintained the MS-DOS port using DJGPP.
+ * Scott Deifik formerly maintained the MS-DOS port using DJGPP.
* Eli Zaretskii currently maintains the MS-Windows port using MinGW.
@@ -33778,7 +33778,6 @@ Index
* default keyword: Switch Statement. (line 6)
* Deifik, Scott: Acknowledgments. (line 60)
* Deifik, Scott <1>: Contributors. (line 54)
-* Deifik, Scott <2>: Maintainers. (line 14)
* delete ARRAY: Delete. (line 39)
* delete breakpoint at location: Breakpoint Control. (line 36)
* delete breakpoint by number: Breakpoint Control. (line 64)
@@ -34469,6 +34468,7 @@ Index
* gsub() function, escape processing: Gory Details. (line 6)
* Guerrero, Juan Manuel: Acknowledgments. (line 60)
* Guerrero, Juan Manuel <1>: Contributors. (line 148)
+* Guerrero, Juan Manuel <2>: Maintainers. (line 14)
* h debugger command (alias for help): Miscellaneous Debugger Commands.
(line 69)
* Hankerson, Darrel: Acknowledgments. (line 60)
@@ -36362,68 +36362,68 @@ Ref: Ranges and Locales-Footnote-11142851
Ref: Ranges and Locales-Footnote-21142878
Ref: Ranges and Locales-Footnote-31143113
Node: Contributors1143334
-Node: History summary1149160
-Node: Installation1150540
-Node: Gawk Distribution1151484
-Node: Getting1151968
-Node: Extracting1152929
-Node: Distribution contents1154567
-Node: Unix Installation1161047
-Node: Quick Installation1161729
-Node: Shell Startup Files1164143
-Node: Additional Configuration Options1165232
-Node: Configuration Philosophy1167221
-Node: Non-Unix Installation1169590
-Node: PC Installation1170050
-Node: PC Binary Installation1170888
-Node: PC Compiling1171323
-Node: PC Using1172440
-Node: Cygwin1175485
-Node: MSYS1176255
-Node: VMS Installation1176756
-Node: VMS Compilation1177547
-Ref: VMS Compilation-Footnote-11178776
-Node: VMS Dynamic Extensions1178834
-Node: VMS Installation Details1180519
-Node: VMS Running1182772
-Node: VMS GNV1187051
-Node: VMS Old Gawk1187786
-Node: Bugs1188257
-Node: Bug address1188920
-Node: Usenet1191317
-Node: Maintainers1192094
-Node: Other Versions1193355
-Node: Installation summary1199939
-Node: Notes1200974
-Node: Compatibility Mode1201839
-Node: Additions1202621
-Node: Accessing The Source1203546
-Node: Adding Code1204981
-Node: New Ports1211199
-Node: Derived Files1215687
-Ref: Derived Files-Footnote-11221172
-Ref: Derived Files-Footnote-21221207
-Ref: Derived Files-Footnote-31221805
-Node: Future Extensions1221919
-Node: Implementation Limitations1222577
-Node: Extension Design1223760
-Node: Old Extension Problems1224914
-Ref: Old Extension Problems-Footnote-11226432
-Node: Extension New Mechanism Goals1226489
-Ref: Extension New Mechanism Goals-Footnote-11229853
-Node: Extension Other Design Decisions1230042
-Node: Extension Future Growth1232155
-Node: Old Extension Mechanism1232991
-Node: Notes summary1234754
-Node: Basic Concepts1235936
-Node: Basic High Level1236617
-Ref: figure-general-flow1236899
-Ref: figure-process-flow1237584
-Ref: Basic High Level-Footnote-11240885
-Node: Basic Data Typing1241070
-Node: Glossary1244398
-Node: Copying1276345
-Node: GNU Free Documentation License1313884
-Node: Index1339002
+Node: History summary1149169
+Node: Installation1150549
+Node: Gawk Distribution1151493
+Node: Getting1151977
+Node: Extracting1152938
+Node: Distribution contents1154576
+Node: Unix Installation1161056
+Node: Quick Installation1161738
+Node: Shell Startup Files1164152
+Node: Additional Configuration Options1165241
+Node: Configuration Philosophy1167230
+Node: Non-Unix Installation1169599
+Node: PC Installation1170059
+Node: PC Binary Installation1170897
+Node: PC Compiling1171332
+Node: PC Using1172449
+Node: Cygwin1175494
+Node: MSYS1176264
+Node: VMS Installation1176765
+Node: VMS Compilation1177556
+Ref: VMS Compilation-Footnote-11178785
+Node: VMS Dynamic Extensions1178843
+Node: VMS Installation Details1180528
+Node: VMS Running1182781
+Node: VMS GNV1187060
+Node: VMS Old Gawk1187795
+Node: Bugs1188266
+Node: Bug address1188929
+Node: Usenet1191326
+Node: Maintainers1192103
+Node: Other Versions1193364
+Node: Installation summary1199948
+Node: Notes1200983
+Node: Compatibility Mode1201848
+Node: Additions1202630
+Node: Accessing The Source1203555
+Node: Adding Code1204990
+Node: New Ports1211208
+Node: Derived Files1215696
+Ref: Derived Files-Footnote-11221181
+Ref: Derived Files-Footnote-21221216
+Ref: Derived Files-Footnote-31221814
+Node: Future Extensions1221928
+Node: Implementation Limitations1222586
+Node: Extension Design1223769
+Node: Old Extension Problems1224923
+Ref: Old Extension Problems-Footnote-11226441
+Node: Extension New Mechanism Goals1226498
+Ref: Extension New Mechanism Goals-Footnote-11229862
+Node: Extension Other Design Decisions1230051
+Node: Extension Future Growth1232164
+Node: Old Extension Mechanism1233000
+Node: Notes summary1234763
+Node: Basic Concepts1235945
+Node: Basic High Level1236626
+Ref: figure-general-flow1236908
+Ref: figure-process-flow1237593
+Ref: Basic High Level-Footnote-11240894
+Node: Basic Data Typing1241079
+Node: Glossary1244407
+Node: Copying1276354
+Node: GNU Free Documentation License1313893
+Node: Index1339011

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 813bb466..7ed1a79a 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -38293,12 +38293,6 @@ by specifying explicit locations.
@end itemize
@item
-Support for MirBSD was removed.
-
-@item
-Support for GNU/Linux on Alpha was removed.
-
-@item
Shell startup files are supplied with the distribution and
installed by @samp{make install} (@pxref{Shell Startup Files}).
@@ -38307,6 +38301,12 @@ The @command{igawk} program and its manual page are no longer
installed when @command{gawk} is built.
@xref{Igawk Program}.
+@item
+Support for MirBSD was removed.
+
+@item
+Support for GNU/Linux on Alpha was removed.
+
@end itemize
@c XXX ADD MORE STUFF HERE
@@ -38548,7 +38548,7 @@ provided the port to Amiga systems and its documentation.
@item
@cindex Deifik, Scott
Scott Deifik
-maintained the MS-DOS port using DJGPP.
+formerly maintained the MS-DOS port using DJGPP.
@item
@cindex Zaretskii, Eli
@@ -40027,12 +40027,12 @@ The people maintaining the various @command{gawk} ports are:
@c put the index entries outside the table, for docbook
@cindex Buening, Andreas
-@cindex Deifik, Scott
@cindex Malmberg, John
@cindex Pitts, Dave
@cindex G., Daniel Richard
@cindex Robbins, Arnold
@cindex Zaretskii, Eli
+@cindex Guerrero, Juan Manuel
@multitable {MS-Windows with MinGW} {123456789012345678901234567890123456789001234567890}
@item Unix and POSIX systems @tab Arnold Robbins, @EMAIL{arnold@@skeeve.com,arnold at skeeve dot com}
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 8fc5cd36..7cd6aa25 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -37307,12 +37307,6 @@ by specifying explicit locations.
@end itemize
@item
-Support for MirBSD was removed.
-
-@item
-Support for GNU/Linux on Alpha was removed.
-
-@item
Shell startup files are supplied with the distribution and
installed by @samp{make install} (@pxref{Shell Startup Files}).
@@ -37321,6 +37315,12 @@ The @command{igawk} program and its manual page are no longer
installed when @command{gawk} is built.
@xref{Igawk Program}.
+@item
+Support for MirBSD was removed.
+
+@item
+Support for GNU/Linux on Alpha was removed.
+
@end itemize
@c XXX ADD MORE STUFF HERE
@@ -37562,7 +37562,7 @@ provided the port to Amiga systems and its documentation.
@item
@cindex Deifik, Scott
Scott Deifik
-maintained the MS-DOS port using DJGPP.
+formerly maintained the MS-DOS port using DJGPP.
@item
@cindex Zaretskii, Eli
@@ -39041,12 +39041,12 @@ The people maintaining the various @command{gawk} ports are:
@c put the index entries outside the table, for docbook
@cindex Buening, Andreas
-@cindex Deifik, Scott
@cindex Malmberg, John
@cindex Pitts, Dave
@cindex G., Daniel Richard
@cindex Robbins, Arnold
@cindex Zaretskii, Eli
+@cindex Guerrero, Juan Manuel
@multitable {MS-Windows with MinGW} {123456789012345678901234567890123456789001234567890}
@item Unix and POSIX systems @tab Arnold Robbins, @EMAIL{arnold@@skeeve.com,arnold at skeeve dot com}