gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-5303-g2b972cf0


From: Antonio Giovanni Colombo
Subject: [SCM] gawk branch, feature/docit, updated. gawk-4.1.0-5303-g2b972cf0
Date: Tue, 6 Jun 2023 03:07:21 -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  2b972cf084b8a5e2d3ae5d7e66f888e9cbc472c5 (commit)
      from  320e06dfb8f3664f36c8635b674741cbbb3eb0ca (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=2b972cf084b8a5e2d3ae5d7e66f888e9cbc472c5

commit 2b972cf084b8a5e2d3ae5d7e66f888e9cbc472c5
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date:   Tue Jun 6 09:06:53 2023 +0200

    backslash in gensub...

diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index 3fd0af97..a8d7fb89 100755
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2023-06-06         Antonio Giovanni Colombo   <azc100@gmail.com>
+
+       * gawktexi.in: Updated.
+
 2023-06-03         Antonio Giovanni Colombo   <azc100@gmail.com>
 
        * gawk.1: Updated.
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index d67035cf..ed2f17e7 100755
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -20432,6 +20432,11 @@ restituito da @code{gensub()}
 Si noti che, come detto sopra, il valore restituito @`e una stringa,
 anche se l'@var{obiettivo} non lo era.
 
+Nella stringa di rimpiazzo, una barra inversa prima di un carattere
+non numerico @`e semplicemente scartata.  Per esempio, @samp{\q} diviene
+@samp{q} nel risultato.  Se l'ultimo carattere nella stringa di
+rimpiazzo @`e una barra inversa, rimane immutata.
+
 @item @code{gsub(@var{regexp}, @var{rimpiazzo}} [@code{, 
@var{obiettivo}}]@code{)}
 @cindexawkfunc{gsub}
 Ricerca in @var{obiettivo}

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

Summary of changes:
 doc/it/ChangeLog   | 4 ++++
 doc/it/gawktexi.in | 5 +++++
 2 files changed, 9 insertions(+)


hooks/post-receive
-- 
gawk



reply via email to

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