gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, new-vms, updated. gawk-4.1.0-153-g434a74


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, new-vms, updated. gawk-4.1.0-153-g434a743
Date: Thu, 26 Dec 2013 19:41:31 +0000

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, new-vms has been updated
       via  434a743610b2856078b120cb50bfe92155f8c49c (commit)
      from  f8e1959fbeb1a983ae1f096b405528b5ee3fb8a0 (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=434a743610b2856078b120cb50bfe92155f8c49c

commit 434a743610b2856078b120cb50bfe92155f8c49c
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Dec 26 21:41:05 2013 +0200

    VMS updates.

diff --git a/ChangeLog b/ChangeLog
index c8e695d..69df04b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-26         Arnold D. Robbins     <address@hidden>
+
+       * README: Add John Malmberg for VMS.
+
 2013-12-24         Arnold D. Robbins     <address@hidden>
 
        * getopt.h: Add `defined(__sun)' to list of system that do get to
diff --git a/README b/README
index eaf11a4..5602087 100644
--- a/README
+++ b/README
@@ -89,6 +89,9 @@ VMS:
        Pat Rankin
        address@hidden
 
+       John Malmberg
+       address@hidden
+
 z/OS (OS/390):
        Dave Pitts
        address@hidden
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 71d7fcd..78b781b 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,6 +1,7 @@
 2013-12-26         Arnold D. Robbins     <address@hidden>
 
        * gawktexi.in: More minor additions / fixes.
+       (Bugs): Add John Malmberg for VMS.
 
 2013-12-25         Arnold D. Robbins     <address@hidden>
 
diff --git a/doc/gawk.info b/doc/gawk.info
index 902524d..3be9287 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, <address@hidden>.
 MS-Windows with MINGW   Eli Zaretskii, <address@hidden>.
 OS/2                    Andreas Buening, <address@hidden>.
-VMS                     Pat Rankin, <address@hidden>
+VMS                     Pat Rankin, <address@hidden>, and John
+                        Malmberg, <address@hidden>.
 z/OS (OS/390)           Dave Pitts, <address@hidden>.
 
    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 1effb15..3692547 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
address@hidden VMS @tab Pat Rankin, @EMAIL{r.pat.rankin@@gmail.com,r.pat.rankin 
at gmail.com}
address@hidden Malmberg, John
address@hidden 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 95942f9..2219dc4 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
address@hidden VMS @tab Pat Rankin, @EMAIL{r.pat.rankin@@gmail.com,r.pat.rankin 
at gmail.com}
address@hidden Malmberg, John
address@hidden 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}.

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

Summary of changes:
 ChangeLog       |    4 +++
 README          |    3 ++
 doc/ChangeLog   |    1 +
 doc/gawk.info   |   66 ++++++++++++++++++++++++++++--------------------------
 doc/gawk.texi   |    4 ++-
 doc/gawktexi.in |    4 ++-
 6 files changed, 48 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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