summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-05 20:36:11 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-03-05 20:36:11 +0200
commitfe9bbbd473aad5e3ca992bb7b1634c69d658265a (patch)
tree05f79a08f5e109c36b4997473bbbed56a5e8cea6
parentbed0aeffb78aa0d7eef182885efaee24c08a88ba (diff)
downloadgawk-fe9bbbd473aad5e3ca992bb7b1634c69d658265a.tar.gz
Update VMS doc.
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.info87
-rw-r--r--doc/gawk.texi11
-rw-r--r--doc/gawktexi.in11
4 files changed, 49 insertions, 65 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ccbeaafd..5e42570d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2014-03-02 John E. Malmberg <wb8tyw@qsl.net>
+
+ * gawktext.in: Remove paragraph about obsolete VMS
+ compilers. Update reference about building PCSI kit.
+
2014-02-27 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Lots of small fixes throughout, update of
diff --git a/doc/gawk.info b/doc/gawk.info
index 73ab988f..11e5a71a 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -26698,20 +26698,13 @@ available from `https://github.com/endlesssoftware/mmk'.
With `ODS-5' volumes and extended parsing enabled, the case of the
target parameter may need to be exact.
- Older versions of `gawk' could be built with VAX C or GNU C on
-VAX/VMS, as well as with DEC C, but that is no longer supported. DEC C
-(also briefly known as "Compaq C" and now known as "HP C," but referred
-to here as "DEC C") is required. Both `vmsbuild.com' and `descrip.mms'
-contain some obsolete support for the older compilers but are set up to
-use DEC C by default.
-
`gawk' has been tested under VAX/VMS 7.3 and Alpha/VMS 7.3-1 using
Compaq C V6.4, and Alpha/VMS 7.3, Alpha/VMS 7.3-2, and IA64/VMS 8.3.
The most recent builds used HP C V7.3 on Alpha VMS 8.3 and both Alpha
and IA64 VMS 8.4 used HP C 7.3.(1)
- Work is currently being done for a procedure to build `gawk' and
-create a PCSI kit for compatible with the GNV product.
+ The `[.vms]gawk_build_steps.txt' provides information on how to build
+`gawk' into a PCSI kit that is compatible with the GNV product.
---------- Footnotes ----------
@@ -33242,43 +33235,43 @@ Node: Cygwin1066583
Node: MSYS1067392
Node: VMS Installation1067906
Node: VMS Compilation1068670
-Ref: VMS Compilation-Footnote-11070285
-Node: VMS Dynamic Extensions1070343
-Node: VMS Installation Details1071716
-Node: VMS Running1073967
-Node: VMS GNV1076801
-Node: VMS Old Gawk1077524
-Node: Bugs1077994
-Node: Other Versions1081912
-Node: Notes1087996
-Node: Compatibility Mode1088796
-Node: Additions1089579
-Node: Accessing The Source1090506
-Node: Adding Code1091946
-Node: New Ports1097991
-Node: Derived Files1102126
-Ref: Derived Files-Footnote-11107447
-Ref: Derived Files-Footnote-21107481
-Ref: Derived Files-Footnote-31108081
-Node: Future Extensions1108179
-Node: Implementation Limitations1108762
-Node: Extension Design1110014
-Node: Old Extension Problems1111168
-Ref: Old Extension Problems-Footnote-11112676
-Node: Extension New Mechanism Goals1112733
-Ref: Extension New Mechanism Goals-Footnote-11116098
-Node: Extension Other Design Decisions1116284
-Node: Extension Future Growth1118390
-Node: Old Extension Mechanism1119226
-Node: Basic Concepts1120966
-Node: Basic High Level1121647
-Ref: figure-general-flow1121918
-Ref: figure-process-flow1122517
-Ref: Basic High Level-Footnote-11125746
-Node: Basic Data Typing1125931
-Node: Glossary1129286
-Node: Copying1154748
-Node: GNU Free Documentation License1192305
-Node: Index1217442
+Ref: VMS Compilation-Footnote-11069922
+Node: VMS Dynamic Extensions1069980
+Node: VMS Installation Details1071353
+Node: VMS Running1073604
+Node: VMS GNV1076438
+Node: VMS Old Gawk1077161
+Node: Bugs1077631
+Node: Other Versions1081549
+Node: Notes1087633
+Node: Compatibility Mode1088433
+Node: Additions1089216
+Node: Accessing The Source1090143
+Node: Adding Code1091583
+Node: New Ports1097628
+Node: Derived Files1101763
+Ref: Derived Files-Footnote-11107084
+Ref: Derived Files-Footnote-21107118
+Ref: Derived Files-Footnote-31107718
+Node: Future Extensions1107816
+Node: Implementation Limitations1108399
+Node: Extension Design1109651
+Node: Old Extension Problems1110805
+Ref: Old Extension Problems-Footnote-11112313
+Node: Extension New Mechanism Goals1112370
+Ref: Extension New Mechanism Goals-Footnote-11115735
+Node: Extension Other Design Decisions1115921
+Node: Extension Future Growth1118027
+Node: Old Extension Mechanism1118863
+Node: Basic Concepts1120603
+Node: Basic High Level1121284
+Ref: figure-general-flow1121555
+Ref: figure-process-flow1122154
+Ref: Basic High Level-Footnote-11125383
+Node: Basic Data Typing1125568
+Node: Glossary1128923
+Node: Copying1154385
+Node: GNU Free Documentation License1191942
+Node: Index1217079

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 736c42c3..eefdf4e9 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -35561,21 +35561,14 @@ can better handle @code{ODS-5} volumes with upper- and lowercase filenames.
With @code{ODS-5} volumes and extended parsing enabled, the case of the target
parameter may need to be exact.
-Older versions of @command{gawk} could be built with VAX C or
-GNU C on VAX/VMS, as well as with DEC C, but that is no longer
-supported. DEC C (also briefly known as ``Compaq C'' and now known
-as ``HP C,'' but referred to here as ``DEC C'') is required. Both
-@code{vmsbuild.com} and @code{descrip.mms} contain some obsolete support
-for the older compilers but are set up to use DEC C by default.
-
@command{gawk} has been tested under VAX/VMS 7.3 and Alpha/VMS 7.3-1
using Compaq C V6.4, and Alpha/VMS 7.3, Alpha/VMS 7.3-2, and IA64/VMS 8.3.
The most recent builds used HP C V7.3 on Alpha VMS 8.3 and both
Alpha and IA64 VMS 8.4 used HP C 7.3.@footnote{The IA64 architecture
is also known as ``Itanium.''}
-Work is currently being done for a procedure to build @command{gawk} and create
-a PCSI kit for compatible with the GNV product.
+The @file{[.vms]gawk_build_steps.txt} provides information on how to build
+@command{gawk} into a PCSI kit that is compatible with the GNV product.
@node VMS Dynamic Extensions
@appendixsubsubsec Compiling @command{gawk} Dynamic Extensions on VMS
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index cb9546ea..790bd130 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -34704,21 +34704,14 @@ can better handle @code{ODS-5} volumes with upper- and lowercase filenames.
With @code{ODS-5} volumes and extended parsing enabled, the case of the target
parameter may need to be exact.
-Older versions of @command{gawk} could be built with VAX C or
-GNU C on VAX/VMS, as well as with DEC C, but that is no longer
-supported. DEC C (also briefly known as ``Compaq C'' and now known
-as ``HP C,'' but referred to here as ``DEC C'') is required. Both
-@code{vmsbuild.com} and @code{descrip.mms} contain some obsolete support
-for the older compilers but are set up to use DEC C by default.
-
@command{gawk} has been tested under VAX/VMS 7.3 and Alpha/VMS 7.3-1
using Compaq C V6.4, and Alpha/VMS 7.3, Alpha/VMS 7.3-2, and IA64/VMS 8.3.
The most recent builds used HP C V7.3 on Alpha VMS 8.3 and both
Alpha and IA64 VMS 8.4 used HP C 7.3.@footnote{The IA64 architecture
is also known as ``Itanium.''}
-Work is currently being done for a procedure to build @command{gawk} and create
-a PCSI kit for compatible with the GNV product.
+The @file{[.vms]gawk_build_steps.txt} provides information on how to build
+@command{gawk} into a PCSI kit that is compatible with the GNV product.
@node VMS Dynamic Extensions
@appendixsubsubsec Compiling @command{gawk} Dynamic Extensions on VMS