[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4739-g174bc50a
From: |
Antonio Giovanni Colombo |
Subject: |
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4739-g174bc50a |
Date: |
Wed, 8 Jun 2022 04:04:01 -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 174bc50a050359bd857cf50d523226359e3baffa (commit)
from 07d04b91d1ac3e19fda5e029f1a244ea714c1d13 (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=174bc50a050359bd857cf50d523226359e3baffa
commit 174bc50a050359bd857cf50d523226359e3baffa
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date: Wed Jun 8 10:03:31 2022 +0200
update to gawktexi.in
diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index d4489360..b5913a2b 100644
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2022-06-08 Antonio Giovanni Colombo <azc100@gmail.com>
+
+ * gawktexi.in: Updated.
+
2022-05-22 Antonio Giovanni Colombo <azc100@gmail.com>
* gawktexi.in: Updated.
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index 0fd31b51..8256ce48 100755
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -40139,6 +40139,13 @@ in caso contrario. Il vettore non viene eliminato ma,
dopo aver chiamato
questa funzione, resta privo di elementi. Questo equivale a usare
l'istruzione @code{delete} (@pxref{Cancellazione}).
+@item awk_bool_t destroy_array(awk_array_t a_cookie);
+Svuota il vettore rappresentato da @code{a_cookie} e rilascia il vettore
+allocato da @code{create_array}.
+Restituisce @dfn{false} in presenza di qualche tipo di problema, @dfn{true}
+in caso contrario.
+Il vettore non esiste pi@`u e non pu@`o essere pi@`u usato.
+
@item awk_bool_t flatten_array_typed(awk_array_t a_cookie,
@itemx @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @
awk_flat_array_t **data,
@itemx @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @
awk_valtype_t index_type,
-----------------------------------------------------------------------
Summary of changes:
doc/it/ChangeLog | 4 ++++
doc/it/gawktexi.in | 7 +++++++
2 files changed, 11 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/docit, updated. gawk-4.1.0-4739-g174bc50a,
Antonio Giovanni Colombo <=