[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/better-index, updated. gawk-4.1.
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/better-index, updated. gawk-4.1.0-3793-gb09a43a |
Date: |
Tue, 11 Jun 2019 15:21:51 -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/better-index has been updated
via b09a43ac692df955a88e55b62a53d7f9b25349be (commit)
via a13ec1e8d8d78c2cfa3c66ca17fe020eff3c71f4 (commit)
via e43c786c285a0757b7db71cbc79a66e791829345 (commit)
from fcd3a998082c7f7eb0dacd2bdaeab95dfcf24f2c (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=b09a43ac692df955a88e55b62a53d7f9b25349be
commit b09a43ac692df955a88e55b62a53d7f9b25349be
Merge: fcd3a99 a13ec1e
Author: Arnold D. Robbins <address@hidden>
Date: Tue Jun 11 22:21:42 2019 +0300
Merge branch 'master' into feature/better-index
diff --cc doc/gawk.texi
index 8c0234d,aef3920..d5580de
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@@ -5715,8 -5693,13 +5715,13 @@@ containing the alternation operator, @s
(These are Texinfo formatting control sequences. The @samp{+} is
explained further on in this list.)
+ The left or opening parenthesis is always a metacharacter; to match
+ one literally, precede it with a backslash. However, the right or
+ closing parenthesis is only special when paired with a left parenthesis;
+ an unpaired right parenthesis is (silently) treated as a regular character.
+
-@cindex @code{*} (asterisk), @code{*} operator, as regexp operator
-@cindex asterisk (@code{*}), @code{*} operator, as regexp operator
+@cindex @code{*} (asterisk) @subentry @code{*} operator @subentry as regexp
operator
+@cindex asterisk (@code{*}) @subentry @code{*} operator @subentry as regexp
operator
@item @code{*}
This symbol means that the preceding regular expression should be
repeated as many times as necessary to find a match. For example, @samp{ph*}
diff --cc doc/gawktexi.in
index 0a406a2,0aaff3e..dee2dc8
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@@ -5541,8 -5520,13 +5541,13 @@@ containing the alternation operator, @s
(These are Texinfo formatting control sequences. The @samp{+} is
explained further on in this list.)
+ The left or opening parenthesis is always a metacharacter; to match
+ one literally, precede it with a backslash. However, the right or
+ closing parenthesis is only special when paired with a left parenthesis;
+ an unpaired right parenthesis is (silently) treated as a regular character.
+
-@cindex @code{*} (asterisk), @code{*} operator, as regexp operator
-@cindex asterisk (@code{*}), @code{*} operator, as regexp operator
+@cindex @code{*} (asterisk) @subentry @code{*} operator @subentry as regexp
operator
+@cindex asterisk (@code{*}) @subentry @code{*} operator @subentry as regexp
operator
@item @code{*}
This symbol means that the preceding regular expression should be
repeated as many times as necessary to find a match. For example, @samp{ph*}
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 7 +
doc/gawk.info | 1090 ++++++++++++++++++++++++++++---------------------------
doc/gawk.texi | 5 +
doc/gawktexi.in | 5 +
4 files changed, 565 insertions(+), 542 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/better-index, updated. gawk-4.1.0-3793-gb09a43a,
Arnold Robbins <=