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-5528-gafe8d1c8


From: Antonio Giovanni Colombo
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5528-gafe8d1c8
Date: Tue, 28 May 2024 10:41:57 -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  afe8d1c8616a7bdd516282ca2954f614263d2b7e (commit)
      from  707b42ddbcf7c12237a60b8e753c6e78fd3469ef (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=afe8d1c8616a7bdd516282ca2954f614263d2b7e

commit afe8d1c8616a7bdd516282ca2954f614263d2b7e
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date:   Tue May 28 16:41:09 2024 +0200

    Translated note about strftime and UTC

diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index d3cdc2d7..1ea85fd3 100755
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2024-05-28         Antonio Giovanni Colombo   <azc100@gmail.com>
+
+       * gawk.texi: Updated.
+
 2024-04-26         Antonio Giovanni Colombo   <azc100@gmail.com>
 
        * gawk.1: Updated.
diff --git a/doc/it/gawk.texi b/doc/it/gawk.texi
index 92c467e1..5102ad41 100644
--- a/doc/it/gawk.texi
+++ b/doc/it/gawk.texi
@@ -22282,6 +22282,14 @@ gawk 'BEGIN  @{
 @}' "$@@"
 @end example
 
+Questo @dfn{script} è stato scritto prima che fosse possibile specificare un
+terzo argomento @var{utc-flag} alla funzione di sistema @code{strftime()}.
+Si consideri come sia possibile modificare il programma per essere eseguito
+interamente in @command{awk} e con l'aggiunta della gestione di un'opzione
+@option{-u} per stampare la data e ora in UTC [Coordinated Universal Time,
+in pratica, secondo l'ora di Greenwich].
+@c FIXME: Next edition, revise the program.
+
 @node Funzioni a livello di bit
 @subsection Funzioni per operazioni di manipolazione bit
 @cindex bit @subentry funzioni per la manipolazione di

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

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


hooks/post-receive
-- 
gawk



reply via email to

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