[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4514-g6395e48
From: |
Antonio Giovanni Colombo |
Subject: |
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4514-g6395e48 |
Date: |
Sun, 3 Oct 2021 06:26:52 -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 6395e481384344d2896e09d4df7af883a7079164 (commit)
from f1facfa6cb00f0f206f27cc3ae675b152cc83431 (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=6395e481384344d2896e09d4df7af883a7079164
commit 6395e481384344d2896e09d4df7af883a7079164
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date: Sun Oct 3 12:26:20 2021 +0200
Updated translation of gawktexi.in
diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index 15ce980..45e2311 100644
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-03 Antonio Giovanni Colombo <azc100@gmail.com>
+
+ * gawktexi.in: Updated.
+
2021-10-02 Antonio Giovanni Colombo <azc100@gmail.com>
* gawktexi.in: Updated.
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index 9fe6e9d..f54d5b7 100755
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -21871,17 +21871,16 @@ $ @kbd{gawk 'BEGIN @{ print typeof(x["pippo"]) @}'}
@end example
@noindent
-@code{x[0]} viene creato prima di essere passato alla funzione @code{typeof()};
-@code{typeof()} non @`e in grado di determinare se esisteva o meno prima che la
-funzione fosse chiamata.
+@code{x["pippo"]} viene creato prima di essere passato alla funzione
+@code{typeof()}; @code{typeof()} non @`e in grado di determinare se
+esisteva o meno prima che la funzione fosse chiamata.
@value{DARKCORNER}
-@c FIXME: For 5.2, this will change, update this bit of doc.
-Questa situazione può cambiare in una futura versione di @command{gawk},
-in cui potrebbe essere consentito a un tale elemento di vettore
-non assegnato di essere utilizzato per un vettore multidimensionale,
-e non rimanere una variabile scalare per sempre (o fino a che non
-venga cancellata).
+@c FIXME: For 5.2, if this will change, update this bit of doc.
+@c This may change in a future release, whereby @command{gawk}
+@c would allow such an unassigned array element to be used for
+@c a multidimensional array, and not remain a scalar forever
+@c (or until deleted).
@node Funzioni di internazionalizzazione
@subsection Funzioni per tradurre stringhe
-----------------------------------------------------------------------
Summary of changes:
doc/it/ChangeLog | 4 ++++
doc/it/gawktexi.in | 17 ++++++++---------
2 files changed, 12 insertions(+), 9 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4514-g6395e48,
Antonio Giovanni Colombo <=