[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3602-gf98d13
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3602-gf98d137 |
Date: |
Fri, 18 Jan 2019 07:40:38 -0500 (EST) |
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, master has been updated
via f98d137c530a92756895bb30e143579ac95c7ce8 (commit)
from 6f16c4f468e6f3a6769509e1e70ff2dc4873e8d2 (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=f98d137c530a92756895bb30e143579ac95c7ce8
commit f98d137c530a92756895bb30e143579ac95c7ce8
Author: Arnold D. Robbins <address@hidden>
Date: Fri Jan 18 14:40:25 2019 +0200
Finish up indexing.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 878e398..d285f88 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-18 Arnold D. Robbins <address@hidden>
+
+ * gawktexi.in: Finish up indexing changes.
+
2019-01-14 Arnold D. Robbins <address@hidden>
* gawktexi.in: More work on the indexing.
diff --git a/doc/gawk.info b/doc/gawk.info
index b55ef0b..75cd6cb 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -33703,7 +33703,7 @@ Index
(line 8)
* @namespace directive: Changing The Namespace.
(line 6)
-* @namespace, no effect on BEGIN BEGINFILE, END, and ENDFILE: Changing The
Namespace.
+* @namespace, no effect on BEGIN, BEGINFILE, END, and ENDFILE: Changing The
Namespace.
(line 37)
* [] (square brackets), regexp operator: Regexp Operators. (line 56)
* \ (backslash): Comments. (line 50)
@@ -34071,6 +34071,8 @@ Index
* BEGIN pattern, assert() user-defined function and: Assert Function.
(line 83)
* BEGIN pattern, Boolean patterns and: Expression Patterns. (line 70)
+* BEGIN pattern, execution order not affected by @namespace: Changing The
Namespace.
+ (line 37)
* BEGIN pattern, exit statement and: Exit Statement. (line 12)
* BEGIN pattern, getline and: Getline Notes. (line 19)
* BEGIN pattern, headings, adding: Print Examples. (line 42)
@@ -34086,14 +34088,12 @@ Index
* BEGIN pattern, pwcat program: Passwd Functions. (line 143)
* BEGIN pattern, running awk programs and: Cut Program. (line 63)
* BEGIN pattern, TEXTDOMAIN variable and: Programmer i18n. (line 60)
-* BEGIN, execution order not affected by @namespace: Changing The Namespace.
- (line 37)
* BEGINFILE pattern: BEGINFILE/ENDFILE. (line 6)
* BEGINFILE pattern, Boolean patterns and: Expression Patterns.
(line 70)
-* beginfile() user-defined function: Filetrans Function. (line 62)
-* BEGINFILE, execution order not affected by @namespace: Changing The
Namespace.
+* BEGINFILE pattern, execution order not affected by @namespace: Changing The
Namespace.
(line 37)
+* beginfile() user-defined function: Filetrans Function. (line 62)
* Bentley, Jon: Glossary. (line 204)
* Benzinger, Michael: Contributors. (line 100)
* Berry, Karl: Acknowledgments. (line 33)
@@ -34765,6 +34765,8 @@ Index
* END pattern, assert() user-defined function and: Assert Function.
(line 75)
* END pattern, Boolean patterns and: Expression Patterns. (line 70)
+* END pattern, execution order not affected by @namespace: Changing The
Namespace.
+ (line 37)
* END pattern, exit statement and: Exit Statement. (line 12)
* END pattern, next/nextfile statements and: I/O And BEGIN/END.
(line 36)
@@ -34773,13 +34775,11 @@ Index
* END pattern, operators and: Using BEGIN/END. (line 17)
* END pattern, print statement and: I/O And BEGIN/END. (line 15)
* END pattern, profiling and: Profiling. (line 62)
-* END, execution order not affected by @namespace: Changing The Namespace.
- (line 37)
* ENDFILE pattern: BEGINFILE/ENDFILE. (line 6)
* ENDFILE pattern, Boolean patterns and: Expression Patterns. (line 70)
-* endfile() user-defined function: Filetrans Function. (line 62)
-* ENDFILE, execution order not affected by @namespace: Changing The Namespace.
+* ENDFILE pattern, execution order not affected by @namespace: Changing The
Namespace.
(line 37)
+* endfile() user-defined function: Filetrans Function. (line 62)
* endgrent() function (C library): Group Functions. (line 213)
* endgrent() user-defined function: Group Functions. (line 216)
* endpwent() function (C library): Passwd Functions. (line 208)
@@ -34862,10 +34862,10 @@ Index
(line 6)
* extension API informational variables: Extension API Informational Variables.
(line 6)
+* extension API interaction with namespaces: Namespace And Features.
+ (line 22)
* extension API version: Extension Versioning.
(line 6)
-* extension API, interaction with namespaces: Namespace And Features.
- (line 22)
* extension API, version number: Auto-set. (line 287)
* extension example: Extension Example. (line 6)
* extension registration: Registration Functions.
@@ -35876,7 +35876,7 @@ Index
* pipe, output: Redirection. (line 57)
* Pitts, Dave: Acknowledgments. (line 60)
* Pitts, Dave <1>: Maintainers. (line 14)
-* platform running on, PROCINFO["platform"]: Auto-set. (line 224)
+* platform running on: Auto-set. (line 224)
* Plauger, P.J.: Library Functions. (line 12)
* plug-in: Extension Intro. (line 6)
* plus sign (+), + operator: Precedence. (line 51)
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 58b3ddc..cae7c39 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -15809,7 +15809,7 @@ after it has finished parsing the program; they are
@emph{not} updated
while the program runs.
@item PROCINFO["platform"]
address@hidden platform running on, @code{PROCINFO["platform"]}
address@hidden platform running on
This element gives a string indicating the platform for which
@command{gawk} was compiled. The value will be one of the following:
@@ -31870,11 +31870,11 @@ directive is seen. When @command{gawk} finishes
processing the included
file, the saved namespace is restored and processing continues where it
left off in the original file.
address@hidden @code{@@namespace}, no effect on @code{BEGIN} @code{BEGINFILE},
@code{END}, and @code{ENDFILE}
address@hidden @code{BEGIN}, execution order not affected by @code{@@namespace}
address@hidden @code{BEGINFILE}, execution order not affected by
@code{@@namespace}
address@hidden @code{END}, execution order not affected by @code{@@namespace}
address@hidden @code{ENDFILE}, execution order not affected by
@code{@@namespace}
address@hidden @code{@@namespace}, no effect on @address@hidden @address@hidden
@address@hidden and @code{ENDFILE}
address@hidden @code{BEGIN} pattern, execution order not affected by
@code{@@namespace}
address@hidden @code{BEGINFILE} pattern, execution order not affected by
@code{@@namespace}
address@hidden @code{END} pattern, execution order not affected by
@code{@@namespace}
address@hidden @code{ENDFILE} pattern, execution order not affected by
@code{@@namespace}
The use of @code{@@namespace} has no influence upon the order of execution
of @code{BEGIN}, @code{BEGINFILE}, @code{END}, and @code{ENDFILE} rules.
@@ -32127,7 +32127,7 @@ in order to accommodate namespaces, and the debugger's
@code{dump} command
was adjusted to match.
@cindex namespaces, interaction with extension API
address@hidden extension API, interaction with namespaces
address@hidden extension API interaction with namespaces
The extension API (@pxref{Dynamic Extensions}) has always allowed for
placing functions into a different namespace, although this was not
previously implemented. However, the symbol lookup and symbol update
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index de71381..ddbe8df 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -15126,7 +15126,7 @@ after it has finished parsing the program; they are
@emph{not} updated
while the program runs.
@item PROCINFO["platform"]
address@hidden platform running on, @code{PROCINFO["platform"]}
address@hidden platform running on
This element gives a string indicating the platform for which
@command{gawk} was compiled. The value will be one of the following:
@@ -30882,11 +30882,11 @@ directive is seen. When @command{gawk} finishes
processing the included
file, the saved namespace is restored and processing continues where it
left off in the original file.
address@hidden @code{@@namespace}, no effect on @code{BEGIN} @code{BEGINFILE},
@code{END}, and @code{ENDFILE}
address@hidden @code{BEGIN}, execution order not affected by @code{@@namespace}
address@hidden @code{BEGINFILE}, execution order not affected by
@code{@@namespace}
address@hidden @code{END}, execution order not affected by @code{@@namespace}
address@hidden @code{ENDFILE}, execution order not affected by
@code{@@namespace}
address@hidden @code{@@namespace}, no effect on @address@hidden @address@hidden
@address@hidden and @code{ENDFILE}
address@hidden @code{BEGIN} pattern, execution order not affected by
@code{@@namespace}
address@hidden @code{BEGINFILE} pattern, execution order not affected by
@code{@@namespace}
address@hidden @code{END} pattern, execution order not affected by
@code{@@namespace}
address@hidden @code{ENDFILE} pattern, execution order not affected by
@code{@@namespace}
The use of @code{@@namespace} has no influence upon the order of execution
of @code{BEGIN}, @code{BEGINFILE}, @code{END}, and @code{ENDFILE} rules.
@@ -31139,7 +31139,7 @@ in order to accommodate namespaces, and the debugger's
@code{dump} command
was adjusted to match.
@cindex namespaces, interaction with extension API
address@hidden extension API, interaction with namespaces
address@hidden extension API interaction with namespaces
The extension API (@pxref{Dynamic Extensions}) has always allowed for
placing functions into a different namespace, although this was not
previously implemented. However, the symbol lookup and symbol update
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 4 ++++
doc/gawk.info | 24 ++++++++++++------------
doc/gawk.texi | 14 +++++++-------
doc/gawktexi.in | 14 +++++++-------
4 files changed, 30 insertions(+), 26 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3602-gf98d137,
Arnold Robbins <=