[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/regex-type, updated. gawk-4.1.0-
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/regex-type, updated. gawk-4.1.0-1408-g09a8c02 |
Date: |
Mon, 11 May 2015 14:46:15 +0000 |
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/regex-type has been updated
via 09a8c02267be95caca8efe5b930b0b8bae4d4084 (commit)
from 3ac8984c62b6a89e86e18376b75e32f0a60bfe9f (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=09a8c02267be95caca8efe5b930b0b8bae4d4084
commit 09a8c02267be95caca8efe5b930b0b8bae4d4084
Author: Arnold D. Robbins <address@hidden>
Date: Mon May 11 17:46:06 2015 +0300
Minor fixes in strongly typed regex doc.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 01c628d..13cd8dd 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -6305,13 +6305,13 @@ and
(@pxref{String Functions}).
@item
-As a parameter in a call to a user-defined function.
+As a parameter in a call to a user-defined function
(@pxref{User-defined}).
@item
On the righthand side of an assignment to a variable: @samp{some_var =
@@/foo/}.
In this case, the type of @code{some_var} is regexp. Additionally,
@code{some_var}
-can be used with @samp{~} and @code{!~}, passed to one of the built-in
functions
+can be used with @samp{~} and @samp{!~}, passed to one of the built-in
functions
listed above, or passed as a parameter to a user-defined function.
@end itemize
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index e919df6..e75fd21 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -6089,13 +6089,13 @@ and
(@pxref{String Functions}).
@item
-As a parameter in a call to a user-defined function.
+As a parameter in a call to a user-defined function
(@pxref{User-defined}).
@item
On the righthand side of an assignment to a variable: @samp{some_var =
@@/foo/}.
In this case, the type of @code{some_var} is regexp. Additionally,
@code{some_var}
-can be used with @samp{~} and @code{!~}, passed to one of the built-in
functions
+can be used with @samp{~} and @samp{!~}, passed to one of the built-in
functions
listed above, or passed as a parameter to a user-defined function.
@end itemize
-----------------------------------------------------------------------
Summary of changes:
doc/gawk.texi | 4 ++--
doc/gawktexi.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/regex-type, updated. gawk-4.1.0-1408-g09a8c02,
Arnold Robbins <=