gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2995-ge988fb


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2995-ge988fbb
Date: Sat, 10 Feb 2018 15:07:21 -0500 (EST)

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  e988fbb61b477a61114e83bf988f10b397e641fb (commit)
       via  ade2a277da426c00af426871ba778f41c3c671be (commit)
       via  c456bfb67cdfd71b869d059ce50335ef80c2c271 (commit)
       via  8c0f1dcdd4a05a002ae01f586bc0b5386db903d4 (commit)
       via  29141665ddc8055d197652e59a512147f1dcf574 (commit)
      from  a7512f3eb03ae2b6361e56518a2f405e386315a0 (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=e988fbb61b477a61114e83bf988f10b397e641fb

commit e988fbb61b477a61114e83bf988f10b397e641fb
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Feb 10 22:07:08 2018 +0200

    Update Italian translation.

diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index a1005d3..af808bb 100644
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-10         Antonio Giovanni Colombo   <address@hidden>
+
+       * gawktexi.in: More updates.
+
 2018-01-26         Antonio Giovanni Colombo   <address@hidden>
 
        * gawktexi.in: More updates.
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index 0a56305..ffd99a2 100644
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -5580,12 +5580,12 @@ Nuova pagina, @kbd{Ctrl-l}, codice ASCII 12 (FF).
 @cindex @code{\} (barra inversa), @code{\n}, sequenza di protezione
 @cindex barra inversa (@code{\}), @code{\n}, sequenza di protezione
 @item \n
-A capo, @kbd{Ctrl-j}, codice ASCII 10 (LF).
+A-capo, @kbd{Ctrl-j}, codice ASCII 10 (LF).
 
 @cindex @code{\} (barra inversa), @code{\r}, sequenza di protezione
 @cindex barra inversa (@code{\}), @code{\r}, sequenza di protezione
 @item \r
-Ritorno del carrello, @kbd{Ctrl-m}, codice ASCII 13 (CR).
+Ritorno-del-carrello, @kbd{Ctrl-m}, codice ASCII 13 (CR).
 
 @cindex @code{\} (barra inversa), @code{\t}, sequenza di protezione
 @cindex barra inversa (@code{\}), @code{\t}, sequenza di protezione
@@ -29960,7 +29960,7 @@ TCP del sistema locale.
 Stampa poi il risultato e chiude la connessione.
 
 Poich@'e questo tema @`e molto ampio, l'uso di @command{gawk} per
-la programmazione TCP/IP viene documentato separatamente.
+la programmazione TCP/IP viene documentata separatamente.
 @ifinfo
 Si veda
 @inforef{Top, , General Introduction, gawkinet, @value{GAWKINETTITLE}},
@@ -42054,9 +42054,10 @@ usando gli strumenti MinGW, scrivere @samp{make 
mingw32}.
 @cindex PC, @command{gawk} su sistemi operativi
 @cindex sistemi operativi PC, @command{gawk} su
 
-Sotto MS-Windows, gli ambienti Cygwin e MinGW consentono di usare
+Sotto MS-Windows, l'ambiente MinGW consente di usare
 sia l'operatore @samp{|&} che le operazioni su rete TCP/IP
 (@pxref{Reti TCP/IP}).
+L'ambiente DJGPP non consente di usare @samp{|&}.
 
 @cindex percorso di ricerca
 @cindex percorso di ricerca per file sorgente
@@ -42187,8 +42188,17 @@ make && make check
 @end example
 
 In confronto a un sistema GNU/Linux sulla stessa macchina, l'esecuzione
-del passo di @samp{configure} sotto Cygwin richiede molto address@hidden 
tempo.  Tuttavia
-si conclude regolarmente, e poi @samp{make} funziona come ci si aspetta.
+del passo di @samp{configure} sotto Cygwin richiede molto address@hidden tempo.
+Tuttavia si conclude regolarmente, e poi @samp{make} funziona come ci si
+aspetta.
+
+Le versioni più recenti di Cygwin aprono tutti i file in modalità binaria.
+Ciò implica che si dovrebbe usare @samp{RS = "\r?\n"} per riuscire a
+gestire file di testo MS-Windows in formato standard, in cui ogni riga
+termina con i due caratteri di Ritorno-del-carrello e A-capo.
+
+L'ambiente Cygwin consente l'utilizzo sia dell'operatore @samp{|&}
+che di reti TCP/IP (@pxref{Reti TCP/IP}).
 
 @node MSYS
 @appendixsubsubsec Usare @command{gawk} in ambiente MSYS

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=ade2a277da426c00af426871ba778f41c3c671be

commit ade2a277da426c00af426871ba778f41c3c671be
Merge: a7512f3 c456bfb
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Feb 10 22:05:40 2018 +0200

    Merge branch 'gawk-4.2-stable'


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

Summary of changes:
 ChangeLog          |  6 ++++++
 doc/it/ChangeLog   |  4 ++++
 doc/it/gawktexi.in | 22 ++++++++++++++++------
 main.c             |  4 ++++
 msg.c              |  2 ++
 pc/ChangeLog       |  4 ++++
 pc/Makefile.tst    |  4 +++-
 test/ChangeLog     |  6 ++++++
 test/Makefile.am   |  4 ++--
 test/Makefile.in   |  4 ++--
 10 files changed, 49 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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