[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4885-gc321258e
From: |
Antonio Giovanni Colombo |
Subject: |
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4885-gc321258e |
Date: |
Wed, 17 Aug 2022 12:41:33 -0400 (EDT) |
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, feature/docit has been updated
via c321258e9eb9eb9c68ce1104762e48f7dbc413cb (commit)
from 201ab3293ed0c13b91d9455eb06df95d2d559477 (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=c321258e9eb9eb9c68ce1104762e48f7dbc413cb
commit c321258e9eb9eb9c68ce1104762e48f7dbc413cb
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date: Wed Aug 17 18:41:03 2022 +0200
updates to the VMS part
diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index 8ebab071..5090fade 100644
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-17 Antonio Giovanni Colombo <azc100@gmail.com>
+
+ * gawktexi.in: Updated.
+
2022-08-16 Antonio Giovanni Colombo <azc100@gmail.com>
* gawktexi.in: Updated.
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index 2695028a..002cf152 100644
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -44513,6 +44513,9 @@ OS/2
@item
DJGPP
+@item
+VAX/VMS
+
@end itemize
@c XXX ADD MORE STUFF HERE
@@ -47114,7 +47117,12 @@ Il termine classico ``VMS'' @`e usato qui per
designare OpenVMS.
Per compilare @command{gawk} sotto VMS, esiste una procedura di comandi
@code{DCL} che esegue tutti i comandi @code{CC} e @code{LINK} necessari. C'@`e
anche un @file{Makefile} da usare con i programmi di utilit@`a @code{MMS} e
-@code{MMK}. A partire della directory che contiene i file sorgente, si usi:
+@code{MMK}.
+
+Il metodo di compilazione usando vmsbuild.com non è più mantenuto, e si
+prevede di rimuoverlo in futuro.
+
+A partire della directory che contiene i file sorgente, si usi:
@example
$ @kbd{@@[.vms]vmsbuild.com}
@@ -47143,11 +47151,20 @@ Avendo a che fare con volumi ODS-5 e con l'analisi
sintattica estesa abilitata,
il nome del parametro che specifica l'obiettivo pu@`o dover essere scritto
digitando esattamente le lettere maiuscole e minuscole.
-@command{gawk} @`e stato testato sotto VAX/VMS 7.3 e Alpha/VMS 7.3-1 usando il
-compilatore Compaq C V6.4, e sotto Alpha/VMS 7.3, Alpha/VMS 7.3-2, e IA64/VMS
-8.3. Le compilazioni pi@`u recenti hanno usato il compilatore HP C V7.3 su
Alpha
-VMS 8.3 e su VMS 8.4, sia Alpha che IA64, hanno usato il compilatore HP C
-7.3.@footnote{L'architettura IA64 @`e anche nota come ``Itanium''.}
+@command{gawk} è stato testato usando VMS Software, Inc.@:
+Community editions.
+
+@itemize @bullet
+@item
+HP C V7.3-010 in ambiente OpenVMS Alpha V8.4-2L1.
+
+@item
+HP C V7.3-020 in ambiente OpenVMS IA64 V8.4-2L3.@footnote{L'architettura
+IA64 @`e anche nota come ``Itanium''.}
+@end itemize
+
+Poiché HPE ha eliminato il programma di licenza Hobbyist, non è possibile
+effettuare ulteriori test su versioni più datate di VAX/VMS e OpenVMS.
@xref{GNV su VMS} per informazioni su come compilare
@command{gawk} come un kit PCSI compatible con il prodotto GNV.
@@ -47189,6 +47206,9 @@ Per Alpha e Itanium:
Per VAX:
+Le estensioni dinamiche in questo momento non funzionano su VAX,
+quanto segue vale solo come documentazione.
+
@example
/nome=(as_is,short)
@end example
-----------------------------------------------------------------------
Summary of changes:
doc/it/ChangeLog | 4 ++++
doc/it/gawktexi.in | 32 ++++++++++++++++++++++++++------
2 files changed, 30 insertions(+), 6 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4885-gc321258e,
Antonio Giovanni Colombo <=