gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-5707-gcf1d87a2


From: Antonio Giovanni Colombo
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5707-gcf1d87a2
Date: Wed, 30 Oct 2024 03:40:05 -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, master has been updated
       via  cf1d87a2aaf12c90b6bd45907a59c736d5d17373 (commit)
      from  bc94e2895d1d2d64814256da1bfc894f7532cd8c (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=cf1d87a2aaf12c90b6bd45907a59c736d5d17373

commit cf1d87a2aaf12c90b6bd45907a59c736d5d17373
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date:   Wed Oct 30 08:39:05 2024 +0100

    minor editing of a line ( >= instead of > )

diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index 3152a37b..9beef396 100644
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-30         Antonio Giovanni Colombo   <azc100@gmail.com>
+
+       * gawk.texi: Updated.
+
 2024-10-29         Antonio Giovanni Colombo   <azc100@gmail.com>
 
        * gawk.texi: Updated.
diff --git a/doc/it/gawk.texi b/doc/it/gawk.texi
index 91ccdc53..07f0704f 100644
--- a/doc/it/gawk.texi
+++ b/doc/it/gawk.texi
@@ -22648,8 +22648,8 @@ usando la modalità MPFR
 (@pxref{Calcolo con precisione arbitraria}),
 @end ifnottex
 gli spostamenti, richiesti utilizzando le funzioni @code{lshift()} o
-@code{rshift()}, di un numero di bit superiore a quelli presenti
-nel numero intero senza segno più grande rappresentabile restituiscono
+@code{rshift()}, di un numero di bit maggiore o uguale a quelli presenti
+nel numero intero senza segno più grande rappresentabile, restituiscono
 zero, a prescindere da quello che potrebbe essere il risultato prodotto
 dal compilatore C utilizzato.
 @end quotation

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

Summary of changes:
 doc/it/ChangeLog | 4 ++++
 doc/it/gawk.texi | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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