aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-26 21:29:18 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-26 21:29:18 +0200
commit103a8db5ae7d7faa60d71b3ef1255869022dbb8d (patch)
tree025f46d3e0525d104bf5f84bce7e42f1cadf920f
parentf891d7cdc3e2cf2af88b615d479054f2cb4108a1 (diff)
downloadegawk-103a8db5ae7d7faa60d71b3ef1255869022dbb8d.tar.gz
egawk-103a8db5ae7d7faa60d71b3ef1255869022dbb8d.tar.bz2
egawk-103a8db5ae7d7faa60d71b3ef1255869022dbb8d.zip
VMS doc updates.
-rw-r--r--ChangeLog4
-rw-r--r--README3
-rw-r--r--doc/ChangeLog1
-rw-r--r--doc/gawk.info66
-rw-r--r--doc/gawk.texi14
-rw-r--r--doc/gawktexi.in14
6 files changed, 60 insertions, 42 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ac64eef..f0d9ee13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README: Add John Malmberg for VMS.
+
2013-12-24 Arnold D. Robbins <arnold@skeeve.com>
* getopt.h: Add `defined(__sun)' to list of system that do get to
diff --git a/README b/README
index eaf11a44..56020870 100644
--- a/README
+++ b/README
@@ -89,6 +89,9 @@ VMS:
Pat Rankin
r.pat.rankin@gmail.com
+ John Malmberg
+ wb8tyw@gmail.com
+
z/OS (OS/390):
Dave Pitts
dpitts@cozx.com
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b2673da9..e40a2127 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,6 +1,7 @@
2013-12-26 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: More minor additions / fixes.
+ Add John Malmberg for VMS, minor edits.
2013-12-25 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/doc/gawk.info b/doc/gawk.info
index cb38fa02..e45050b2 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -26451,7 +26451,8 @@ considered authoritative if it conflicts with this Info file.
MS-DOS with DJGPP Scott Deifik, <scottd.mail@sbcglobal.net>.
MS-Windows with MINGW Eli Zaretskii, <eliz@gnu.org>.
OS/2 Andreas Buening, <andreas.buening@nexgo.de>.
-VMS Pat Rankin, <r.pat.rankin@gmail.com>
+VMS Pat Rankin, <r.pat.rankin@gmail.com>, and John
+ Malmberg, <wb8tyw@gmail.com>.
z/OS (OS/390) Dave Pitts, <dpitts@cozx.com>.
If your bug is also reproducible under Unix, please send a copy of
@@ -31179,6 +31180,7 @@ Index
* lvalues/rvalues: Assignment Ops. (line 32)
* mailing labels, printing: Labels Program. (line 6)
* mailing list, GNITS: Acknowledgments. (line 52)
+* Malmberg, John <1>: Bugs. (line 72)
* Malmberg, John: Acknowledgments. (line 60)
* mark parity: Ordinal Functions. (line 45)
* marked string extraction (internationalization): String Extraction.
@@ -32690,36 +32692,36 @@ Node: VMS Installation Details1056227
Node: VMS Running1057862
Node: VMS Old Gawk1059469
Node: Bugs1059943
-Node: Other Versions1063799
-Node: Notes1069883
-Node: Compatibility Mode1070683
-Node: Additions1071466
-Node: Accessing The Source1072393
-Node: Adding Code1073833
-Node: New Ports1079878
-Node: Derived Files1084013
-Ref: Derived Files-Footnote-11089334
-Ref: Derived Files-Footnote-21089368
-Ref: Derived Files-Footnote-31089968
-Node: Future Extensions1090066
-Node: Implementation Limitations1090649
-Node: Extension Design1091901
-Node: Old Extension Problems1093055
-Ref: Old Extension Problems-Footnote-11094563
-Node: Extension New Mechanism Goals1094620
-Ref: Extension New Mechanism Goals-Footnote-11097985
-Node: Extension Other Design Decisions1098171
-Node: Extension Future Growth1100277
-Node: Old Extension Mechanism1101113
-Node: Basic Concepts1102853
-Node: Basic High Level1103534
-Ref: figure-general-flow1103805
-Ref: figure-process-flow1104404
-Ref: Basic High Level-Footnote-11107633
-Node: Basic Data Typing1107818
-Node: Glossary1111173
-Node: Copying1136635
-Node: GNU Free Documentation License1174192
-Node: Index1199329
+Node: Other Versions1063863
+Node: Notes1069947
+Node: Compatibility Mode1070747
+Node: Additions1071530
+Node: Accessing The Source1072457
+Node: Adding Code1073897
+Node: New Ports1079942
+Node: Derived Files1084077
+Ref: Derived Files-Footnote-11089398
+Ref: Derived Files-Footnote-21089432
+Ref: Derived Files-Footnote-31090032
+Node: Future Extensions1090130
+Node: Implementation Limitations1090713
+Node: Extension Design1091965
+Node: Old Extension Problems1093119
+Ref: Old Extension Problems-Footnote-11094627
+Node: Extension New Mechanism Goals1094684
+Ref: Extension New Mechanism Goals-Footnote-11098049
+Node: Extension Other Design Decisions1098235
+Node: Extension Future Growth1100341
+Node: Old Extension Mechanism1101177
+Node: Basic Concepts1102917
+Node: Basic High Level1103598
+Ref: figure-general-flow1103869
+Ref: figure-process-flow1104468
+Ref: Basic High Level-Footnote-11107697
+Node: Basic Data Typing1107882
+Node: Glossary1111237
+Node: Copying1136699
+Node: GNU Free Documentation License1174256
+Node: Index1199393

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 9b3118a7..a0a2af6b 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -35115,9 +35115,10 @@ mail at the Internet address noted previously.
If you find bugs in one of the non-Unix ports of @command{gawk}, please send
an electronic mail message to the person who maintains that port. They
-are named in the following list, as well as in the @file{README} file in the @command{gawk}
-distribution. Information in the @file{README} file should be considered
-authoritative if it conflicts with this @value{DOCUMENT}.
+are named in the following list, as well as in the @file{README} file
+in the @command{gawk} distribution. Information in the @file{README}
+file should be considered authoritative if it conflicts with this
+@value{DOCUMENT}.
The people maintaining the non-Unix ports of @command{gawk} are
as follows:
@@ -35133,14 +35134,17 @@ as follows:
@item OS/2 @tab Andreas Buening, @EMAIL{andreas.buening@@nexgo.de,andreas dot buening at nexgo dot de}.
@cindex Rankin, Pat
-@item VMS @tab Pat Rankin, @EMAIL{r.pat.rankin@@gmail.com,r.pat.rankin at gmail.com}
+@cindex Malmberg, John
+@item VMS @tab Pat Rankin, @EMAIL{r.pat.rankin@@gmail.com,r.pat.rankin at gmail.com}, and
+John Malmberg, @EMAIL{wb8tyw@@gmail.com,wb8tyw at gmail.com}.
@cindex Pitts, Dave
@item z/OS (OS/390) @tab Dave Pitts, @EMAIL{dpitts@@cozx.com,dpitts at cozx dot com}.
@end multitable
If your bug is also reproducible under Unix, please send a copy of your
-report to the @EMAIL{bug-gawk@@gnu.org,bug-gawk at gnu dot org} email list as well.
+report to the @EMAIL{bug-gawk@@gnu.org,bug-gawk at gnu dot org} email
+list as well.
@c ENDOFRANGE dbugg
@c ENDOFRANGE tblgawb
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 61b7f35a..6c1b0e8d 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -34264,9 +34264,10 @@ mail at the Internet address noted previously.
If you find bugs in one of the non-Unix ports of @command{gawk}, please send
an electronic mail message to the person who maintains that port. They
-are named in the following list, as well as in the @file{README} file in the @command{gawk}
-distribution. Information in the @file{README} file should be considered
-authoritative if it conflicts with this @value{DOCUMENT}.
+are named in the following list, as well as in the @file{README} file
+in the @command{gawk} distribution. Information in the @file{README}
+file should be considered authoritative if it conflicts with this
+@value{DOCUMENT}.
The people maintaining the non-Unix ports of @command{gawk} are
as follows:
@@ -34282,14 +34283,17 @@ as follows:
@item OS/2 @tab Andreas Buening, @EMAIL{andreas.buening@@nexgo.de,andreas dot buening at nexgo dot de}.
@cindex Rankin, Pat
-@item VMS @tab Pat Rankin, @EMAIL{r.pat.rankin@@gmail.com,r.pat.rankin at gmail.com}
+@cindex Malmberg, John
+@item VMS @tab Pat Rankin, @EMAIL{r.pat.rankin@@gmail.com,r.pat.rankin at gmail.com}, and
+John Malmberg, @EMAIL{wb8tyw@@gmail.com,wb8tyw at gmail.com}.
@cindex Pitts, Dave
@item z/OS (OS/390) @tab Dave Pitts, @EMAIL{dpitts@@cozx.com,dpitts at cozx dot com}.
@end multitable
If your bug is also reproducible under Unix, please send a copy of your
-report to the @EMAIL{bug-gawk@@gnu.org,bug-gawk at gnu dot org} email list as well.
+report to the @EMAIL{bug-gawk@@gnu.org,bug-gawk at gnu dot org} email
+list as well.
@c ENDOFRANGE dbugg
@c ENDOFRANGE tblgawb