aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README3
-rw-r--r--doc/ChangeLog1
-rw-r--r--doc/gawk.info66
-rw-r--r--doc/gawk.texi4
-rw-r--r--doc/gawktexi.in4
6 files changed, 48 insertions, 34 deletions
diff --git a/ChangeLog b/ChangeLog
index c8e695df..69df04bb 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 71d7fcdb..78b781be 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.
+ (Bugs): Add John Malmberg for VMS.
2013-12-25 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/doc/gawk.info b/doc/gawk.info
index 902524d2..3be92873 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -26553,7 +26553,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
@@ -31283,6 +31284,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.
@@ -32796,36 +32798,36 @@ Node: VMS Running1059741
Node: VMS GNV1062575
Node: VMS Old Gawk1063284
Node: Bugs1063754
-Node: Other Versions1067610
-Node: Notes1073694
-Node: Compatibility Mode1074494
-Node: Additions1075277
-Node: Accessing The Source1076204
-Node: Adding Code1077644
-Node: New Ports1083689
-Node: Derived Files1087824
-Ref: Derived Files-Footnote-11093145
-Ref: Derived Files-Footnote-21093179
-Ref: Derived Files-Footnote-31093779
-Node: Future Extensions1093877
-Node: Implementation Limitations1094460
-Node: Extension Design1095712
-Node: Old Extension Problems1096866
-Ref: Old Extension Problems-Footnote-11098374
-Node: Extension New Mechanism Goals1098431
-Ref: Extension New Mechanism Goals-Footnote-11101796
-Node: Extension Other Design Decisions1101982
-Node: Extension Future Growth1104088
-Node: Old Extension Mechanism1104924
-Node: Basic Concepts1106664
-Node: Basic High Level1107345
-Ref: figure-general-flow1107616
-Ref: figure-process-flow1108215
-Ref: Basic High Level-Footnote-11111444
-Node: Basic Data Typing1111629
-Node: Glossary1114984
-Node: Copying1140446
-Node: GNU Free Documentation License1178003
-Node: Index1203140
+Node: Other Versions1067674
+Node: Notes1073758
+Node: Compatibility Mode1074558
+Node: Additions1075341
+Node: Accessing The Source1076268
+Node: Adding Code1077708
+Node: New Ports1083753
+Node: Derived Files1087888
+Ref: Derived Files-Footnote-11093209
+Ref: Derived Files-Footnote-21093243
+Ref: Derived Files-Footnote-31093843
+Node: Future Extensions1093941
+Node: Implementation Limitations1094524
+Node: Extension Design1095776
+Node: Old Extension Problems1096930
+Ref: Old Extension Problems-Footnote-11098438
+Node: Extension New Mechanism Goals1098495
+Ref: Extension New Mechanism Goals-Footnote-11101860
+Node: Extension Other Design Decisions1102046
+Node: Extension Future Growth1104152
+Node: Old Extension Mechanism1104988
+Node: Basic Concepts1106728
+Node: Basic High Level1107409
+Ref: figure-general-flow1107680
+Ref: figure-process-flow1108279
+Ref: Basic High Level-Footnote-11111508
+Node: Basic Data Typing1111693
+Node: Glossary1115048
+Node: Copying1140510
+Node: GNU Free Documentation License1178067
+Node: Index1203204

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 1effb155..3692547a 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -35245,7 +35245,9 @@ 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}.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 95942f9c..2219dc45 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -34394,7 +34394,9 @@ 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}.