summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-01-18 14:40:25 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-01-18 14:40:25 +0200
commitf98d137c530a92756895bb30e143579ac95c7ce8 (patch)
tree887ed8bd83979396f4117263cb9c0f5c683ab64d
parent6f16c4f468e6f3a6769509e1e70ff2dc4873e8d2 (diff)
downloadgawk-f98d137c530a92756895bb30e143579ac95c7ce8.tar.gz
Finish up indexing.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawk.info24
-rw-r--r--doc/gawk.texi14
-rw-r--r--doc/gawktexi.in14
4 files changed, 30 insertions, 26 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 878e3982..d285f880 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Finish up indexing changes.
+
2019-01-14 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: More work on the indexing.
diff --git a/doc/gawk.info b/doc/gawk.info
index b55ef0bb..75cd6cbf 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 58b3ddc7..cae7c399 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"]
-@cindex platform running on, @code{PROCINFO["platform"]}
+@cindex 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.
-@cindex @code{@@namespace}, no effect on @code{BEGIN} @code{BEGINFILE}, @code{END}, and @code{ENDFILE}
-@cindex @code{BEGIN}, execution order not affected by @code{@@namespace}
-@cindex @code{BEGINFILE}, execution order not affected by @code{@@namespace}
-@cindex @code{END}, execution order not affected by @code{@@namespace}
-@cindex @code{ENDFILE}, execution order not affected by @code{@@namespace}
+@cindex @code{@@namespace}, no effect on @code{BEGIN}@comma{} @code{BEGINFILE}@comma{} @code{END}@comma{} and @code{ENDFILE}
+@cindex @code{BEGIN} pattern, execution order not affected by @code{@@namespace}
+@cindex @code{BEGINFILE} pattern, execution order not affected by @code{@@namespace}
+@cindex @code{END} pattern, execution order not affected by @code{@@namespace}
+@cindex @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
-@cindex extension API, interaction with namespaces
+@cindex 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 de713811..ddbe8df5 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"]
-@cindex platform running on, @code{PROCINFO["platform"]}
+@cindex 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.
-@cindex @code{@@namespace}, no effect on @code{BEGIN} @code{BEGINFILE}, @code{END}, and @code{ENDFILE}
-@cindex @code{BEGIN}, execution order not affected by @code{@@namespace}
-@cindex @code{BEGINFILE}, execution order not affected by @code{@@namespace}
-@cindex @code{END}, execution order not affected by @code{@@namespace}
-@cindex @code{ENDFILE}, execution order not affected by @code{@@namespace}
+@cindex @code{@@namespace}, no effect on @code{BEGIN}@comma{} @code{BEGINFILE}@comma{} @code{END}@comma{} and @code{ENDFILE}
+@cindex @code{BEGIN} pattern, execution order not affected by @code{@@namespace}
+@cindex @code{BEGINFILE} pattern, execution order not affected by @code{@@namespace}
+@cindex @code{END} pattern, execution order not affected by @code{@@namespace}
+@cindex @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
-@cindex extension API, interaction with namespaces
+@cindex 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