[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-459
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-459-g2c84999 |
Date: |
Fri, 17 Oct 2014 10:55:28 +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, gawk-4.1-stable has been updated
via 2c84999804e28517cf467a6ed6788aea06e146c0 (commit)
from 49a291d1713912ffb6801ced6f0c517e430a9a71 (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=2c84999804e28517cf467a6ed6788aea06e146c0
commit 2c84999804e28517cf467a6ed6788aea06e146c0
Author: Arnold D. Robbins <address@hidden>
Date: Fri Oct 17 13:55:12 2014 +0300
More minor doc updates.
diff --git a/NEWS b/NEWS
index f6fab60..8791de3 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,12 @@ Changes from 4.1.1 to 4.1.2
7. The "where" command has been added to the debugger as an alias
for "backtrace". This will make life easier for long-time GDB users.
+8. Gawk no longer explicitly checks the current directory after doing
+ a path search of AWKPATH. The default value continues to have "." at
+ the front, so most people should not be affected. If you have your own
+ AWKPATH setting, be sure to put "." in it somewhere. The documentation
+ has been updated and clarified.
+
XX. A number of bugs have been fixed. See the ChangeLog.
Changes from 4.1.0 to 4.1.1
diff --git a/doc/gawk.info b/doc/gawk.info
index f0b336b..4919b2f 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -32095,6 +32095,8 @@ Index
* dark corner, multiline records: Multiple Line. (line 35)
* dark corner, NF variable, decrementing: Changing Fields. (line 107)
* dark corner, OFMT variable: OFMT. (line 27)
+* dark corner, regexp as second argument to index(): String Functions.
+ (line 164)
* dark corner, regexp constants: Using Constant Regexps.
(line 6)
* dark corner, regexp constants, /= operator and: Assignment Ops.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index be754e9..134bf35 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -17245,6 +17245,7 @@ $ @kbd{awk 'BEGIN @{ print index("peanut", "an") @}'}
@noindent
If @var{find} is not found, @code{index()} returns zero.
address@hidden dark corner, regexp as second argument to @code{index()}
With BWK @command{awk} and @command{gawk},
it is a fatal error to use a regexp constant for @var{find}.
Other implementations allow it, simply treating the regexp
@@ -38289,8 +38290,6 @@ Date: Wed, 4 Sep 1996 08:11:48 -0700 (PDT)
</blockquote>
@end docbook
-
-
There are a number of other freely available @command{awk} implementations.
This @value{SECTION} briefly describes where to get them:
@@ -41926,3 +41925,4 @@ But to use it you have to say
which sorta sucks.
TODO:
+Check that all dark corners are indexed properly.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 43aab08..a5f696a 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -16529,6 +16529,7 @@ $ @kbd{awk 'BEGIN @{ print index("peanut", "an") @}'}
@noindent
If @var{find} is not found, @code{index()} returns zero.
address@hidden dark corner, regexp as second argument to @code{index()}
With BWK @command{awk} and @command{gawk},
it is a fatal error to use a regexp constant for @var{find}.
Other implementations allow it, simply treating the regexp
@@ -37383,8 +37384,6 @@ Date: Wed, 4 Sep 1996 08:11:48 -0700 (PDT)
</blockquote>
@end docbook
-
-
There are a number of other freely available @command{awk} implementations.
This @value{SECTION} briefly describes where to get them:
@@ -41020,3 +41019,4 @@ But to use it you have to say
which sorta sucks.
TODO:
+Check that all dark corners are indexed properly.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 6 ++++++
doc/gawk.info | 2 ++
doc/gawk.texi | 4 ++--
doc/gawktexi.in | 4 ++--
4 files changed, 12 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-459-g2c84999,
Arnold Robbins <=