[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4912-gb97d5bbb
From: |
Antonio Giovanni Colombo |
Subject: |
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4912-gb97d5bbb |
Date: |
Sun, 18 Sep 2022 02:58:39 -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 b97d5bbb409bc800b4f1495f0c0e2f966aef98aa (commit)
from 68b00ae254d0da5324f32139198d95820cb3c0aa (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=b97d5bbb409bc800b4f1495f0c0e2f966aef98aa
commit b97d5bbb409bc800b4f1495f0c0e2f966aef98aa
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date: Sun Sep 18 08:57:30 2022 +0200
update for \B in regular expressions
diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index a4991eb9..d9447cd5 100755
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2022-09-18 Antonio Giovanni Colombo <azc100@gmail.com>
+
+ * gawktexi.in: Updated.
+
2022-09-08 Antonio Giovanni Colombo <azc100@gmail.com>
* texinfo.tex: Updated.
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
old mode 100644
new mode 100755
index 26e35e2c..3e807f9e
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -7152,6 +7152,8 @@ Individua la stringa nulla che ricorre all'interno di una
parola.
Per esempio,
@code{/\Bora\B/} individua @samp{Colorado}, ma non individua @samp{che ora
@`e}.
@samp{\B} @`e essenzialmente l'opposto di @samp{\y}.
+Un altro modo di intenderlo @`e che @samp{\B} corrisponde alla stringa vuota,
+nel caso questa non si trovi al bordo di una parola.
@end table
@cindex buffer @subentry operatori per
@@ -43348,8 +43350,9 @@ valore uno se completa il lavoro o zero se non va a
buon fine.
Questa funzione ha come argomento una stringa, che @`e il nome del file
dal quale leggere i valori di molteplici variabili globali.
Per ogni variabile contenuta nel file, il relativo valore viene
-caricato, a meno che la variabile sia gi@`a esistente.
-Se la variabile esiste gi@`a, il valore della variabile specificato
+caricato, a meno che alla variabile sia gi@`a stato assegnato un
+valore, o sia stata usata come un vettore.
+In tal caso, il valore della variabile specificato
nel file viene ignorato. Restituisce il
valore uno se completa il lavoro o zero se non va a buon fine.
@end table
-----------------------------------------------------------------------
Summary of changes:
doc/it/ChangeLog | 4 ++++
doc/it/gawktexi.in | 7 +++++--
2 files changed, 9 insertions(+), 2 deletions(-)
mode change 100644 => 100755 doc/it/gawktexi.in
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4912-gb97d5bbb,
Antonio Giovanni Colombo <=