From 17bc0dd5d9ae05d6e9cd1536277fbc4689183a95 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 17 Oct 2017 21:16:19 +0300 Subject: Fix the mode on doc/it/gawktexi.in. --- doc/it/gawktexi.in | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 doc/it/gawktexi.in (limited to 'doc/it') diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in old mode 100755 new mode 100644 -- cgit v1.2.3 From 518dcf7c0412adc97b86e14ce87e4841e3624e37 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 17 Oct 2017 21:17:35 +0300 Subject: Update Italian translation. --- doc/it/ChangeLog | 4 ++++ doc/it/gawktexi.in | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'doc/it') diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog index b5dc98a5..26185007 100644 --- a/doc/it/ChangeLog +++ b/doc/it/ChangeLog @@ -1,3 +1,7 @@ +2017-10-17 Antonio Giovanni Colombo + + * gawktexi.in: Italian translation updated. + 2017-10-12 Antonio Giovanni Colombo * gawktexi.in: Italian translation updated. diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in index a762d0ef..78ba9e2c 100644 --- a/doc/it/gawktexi.in +++ b/doc/it/gawktexi.in @@ -20699,11 +20699,6 @@ La funzione @code{typeof()} @`e generale; consente di determinare se una variabile o un parametro di funzione @`e uno scalare, un vettore, o una @dfn{regexp} fortemente tipizzata. -L'uso di @code{isarray()} @`e deprecato; si dovrebbe usare @code{typeof()} -al suo posto. Si dovrebbe sostituire ogni uso esistente di -@samp{isarray(var)} nei programmi esistenti con -@samp{typeof(var) == "array"}. - @node Funzioni di internazionalizzazione @subsection Funzioni per tradurre stringhe @cindex @command{gawk}, funzioni di traduzione di stringhe -- cgit v1.2.3 From 224aa5e7c6c06b99cb7402d7135ee4f926d42acd Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 17 Oct 2017 21:23:53 +0300 Subject: Docs: Update EDITION. Remove visible references to awk.info site. --- doc/it/ChangeLog | 5 +++++ doc/it/gawktexi.in | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'doc/it') diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog index 26185007..29f2e670 100644 --- a/doc/it/ChangeLog +++ b/doc/it/ChangeLog @@ -1,3 +1,8 @@ +2017-10-17 Arnold D. Robbins + + * gawktexi.in (EDITION): Update to 4.2. Also, remove all visible + references to http://awk.info; that site no longer exists. + 2017-10-17 Antonio Giovanni Colombo * gawktexi.in: Italian translation updated. diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in index 78ba9e2c..aa99d614 100644 --- a/doc/it/gawktexi.in +++ b/doc/it/gawktexi.in @@ -76,7 +76,7 @@ @set TITLE GAWK: Programmare efficacemente in AWK @end ifclear @set SUBTITLE Una Guida Utente per GNU Awk -@set EDITION 4.1 +@set EDITION 4.2 @iftex @set DOCUMENT libro @@ -42722,7 +42722,7 @@ modificata da Nelson Beebe di BWK @command{awk}, descritta prima.) @cindex sorgente, codice, QSE @command{awk} Questo @`e un interprete di @command{awk} incorporabile. Per ulteriori informazioni, si veda -@uref{https://code.google.com/p/qse/} e @uref{http://awk.info/?tools/qse}. +@uref{https://code.google.com/p/qse/}. @c e @uref{http://awk.info/?tools/qse}. @item @command{QTawk} @cindex QuikTrim Awk @@ -44205,7 +44205,7 @@ la descrizione dell'hardware di numerosi micro-computer a 8 bit. @`E un buon esempio di programma per cui sarebbe stato meglio utilizzare un altro linguaggio. -Si pu@`o scaricare da @uref{http://awk.info/?awk100/aaa}. +@c Si pu@`o scaricare da @uref{http://awk.info/?awk100/aaa}. @item Asserzione Un'istruzione in un programma che afferma che una condizione @`e verificata in @@ -44618,7 +44618,7 @@ Henry Spencer all'Universit@`a di Toronto ha scritto un formattatore che accetta un ampio sottoassieme dei comandi di formattazione @samp{nroff -ms} e @samp{nroff -man} usando @command{awk} e @command{sh}. -Si pu@`o scaricare da @uref{http://awk.info/?tools/awf}. +@c Si pu@`o scaricare da @uref{http://awk.info/?tools/awf}. @item Fortran Abbreviazione di FORmula TRANslator (traduttore di formule), @`e uno dei primi -- cgit v1.2.3