[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-5212-g82ac553d
From: |
Antonio Giovanni Colombo |
Subject: |
[SCM] gawk branch, feature/docit, updated. gawk-4.1.0-5212-g82ac553d |
Date: |
Tue, 28 Mar 2023 11:06:08 -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 82ac553dbf186f5056cfb3955efdbab692d19813 (commit)
from fd450250a51a5c126804c5c5fb3cc2c866184592 (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=82ac553dbf186f5056cfb3955efdbab692d19813
commit 82ac553dbf186f5056cfb3955efdbab692d19813
Author: Antonio Giovanni Colombo <azc100@gmail.com>
Date: Tue Mar 28 17:05:30 2023 +0200
funky.awk example mawk back to nawk
diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog
index a1c81841..ab56b5b6 100755
--- a/doc/it/ChangeLog
+++ b/doc/it/ChangeLog
@@ -1,3 +1,7 @@
+2023-03-28 Antonio Giovanni Colombo <azc100@gmail.com>
+
+ * gawktexi.in: Updated.
+
2023-03-28 Antonio Giovanni Colombo <azc100@gmail.com>
* gawk.1: Updated.
diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in
index 7810ba9b..5aee1cdf 100755
--- a/doc/it/gawktexi.in
+++ b/doc/it/gawktexi.in
@@ -23615,12 +23615,11 @@ prima ancora che il programma inizi la sua esecuzione.
BWK @code{awk}, @code{mawk}, e forse altri fanno questo:
@example
-$ @kbd{mawk -v A=0 -f funky.awk}
-@error{} mawk: funky.awk: line 6: illegal reference to variable a
-@error{} mawk: funky.awk: line 14: illegal reference to local variable arr
-$ @kbd{mawk -v A=1 -f funky.awk}
-@error{} mawk: funky.awk: line 6: illegal reference to variable a
-@error{} mawk: funky.awk: line 14: illegal reference to local variable arr
+$ @kbd{nawk -v A=0 -f funky.awk}
+@error{} nawk: can't assign to a; it's an array name.
+@error{} source line number 11
+$ @kbd{nawk -v A=1 -f funky.awk}
+@print{} 1
@end example
Oppure @command{awk} potrebbe attendere il momento in cui l'istruzione
-----------------------------------------------------------------------
Summary of changes:
doc/it/ChangeLog | 4 ++++
doc/it/gawktexi.in | 11 +++++------
2 files changed, 9 insertions(+), 6 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/docit, updated. gawk-4.1.0-5212-g82ac553d,
Antonio Giovanni Colombo <=