[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-371
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-3716-g27d4484 |
Date: |
Mon, 22 Apr 2019 13:45:13 -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, gawk-5.0-stable has been updated
via 27d44843c0963a91bd25cd462a05b96339ea16de (commit)
from 7760ee121f8f3a231f4d949819fb49025d840297 (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=27d44843c0963a91bd25cd462a05b96339ea16de
commit 27d44843c0963a91bd25cd462a05b96339ea16de
Author: Arnold D. Robbins <address@hidden>
Date: Mon Apr 22 20:44:53 2019 +0300
Fix a typo in the manual.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index fa330c2..63e3a4c 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-22 Arnold D. Robbins <address@hidden>
+
+ * gawktexi.in (Undocumented): Fix a typo. Thanks to Antonio Columbo
+ for pointing it out.
+
2019-04-21 Arnold D. Robbins <address@hidden>
* gawktexi.in (Limitations): Provide brief instructions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 4b146a5..899fab4 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -5045,7 +5045,7 @@ use within Bash shell scripts, such that the error
message will reflect
the line number in the shell script, instead of in the @command{awk}
program. To demonstrate:
address@hidden
address@hidden
$ @kbd{gawk -v LINENO=10 'BEGIN @{ print("hi" @}'}
@error{} gawk: cmd. line:11: BEGIN @{ print("hi" @}
@error{} gawk: cmd. line:11: ^ syntax error
@@ -45210,5 +45210,3 @@ Add a section explaining recursion from ground zero.
Probably
easiest to do it with factorial as the example. Explain that
recursion needs a stopping condition. Thanks to
Bill Duncan <address@hidden> for the suggestion.
-
-4/2109: Go through and check @print{} vs. @error{} in examples
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 757fb4c..611eed4 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -4955,7 +4955,7 @@ use within Bash shell scripts, such that the error
message will reflect
the line number in the shell script, instead of in the @command{awk}
program. To demonstrate:
address@hidden
address@hidden
$ @kbd{gawk -v LINENO=10 'BEGIN @{ print("hi" @}'}
@error{} gawk: cmd. line:11: BEGIN @{ print("hi" @}
@error{} gawk: cmd. line:11: ^ syntax error
@@ -44183,5 +44183,3 @@ Add a section explaining recursion from ground zero.
Probably
easiest to do it with factorial as the example. Explain that
recursion needs a stopping condition. Thanks to
Bill Duncan <address@hidden> for the suggestion.
-
-4/2109: Go through and check @print{} vs. @error{} in examples
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++++
doc/gawk.texi | 4 +---
doc/gawktexi.in | 4 +---
3 files changed, 7 insertions(+), 6 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-3716-g27d4484,
Arnold Robbins <=