aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.info')
-rw-r--r--doc/gawk.info270
1 files changed, 136 insertions, 134 deletions
diff --git a/doc/gawk.info b/doc/gawk.info
index c393a247..671c67cd 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -26737,8 +26737,8 @@ termed a "symbol table". The functions are as follows:
'awk_bool_t sym_update_ns(const char *name_space, const char *name, awk_value_t *value);'
This is like 'sym_update()', but the 'name_space' parameter allows
you to specify which namespace 'name' is part of. 'name_space'
- cannot be 'NULL'. If it is '""' or '"awk', then 'name' is searched
- for in the default 'awk' namespace.
+ cannot be 'NULL'. If it is '""' or '"awk"', then 'name' is
+ searched for in the default 'awk' namespace.
An extension can look up the value of 'gawk''s special variables.
However, with the exception of the 'PROCINFO' array, an extension cannot
@@ -30565,12 +30565,13 @@ Various '.c', '.y', and '.h' files
of the subdirectories.
'NEWS'
- A list of changes to 'gawk' since the last release or patch.
+ A list of changes to 'gawk' since the last release or patch. There
+ may be similar files in other subdirectories.
'NEWS.0'
'NEWS.1'
- Older lists of changes to 'gawk'. There are similar files in all
- of the subdirectories.
+ Older lists of changes to 'gawk'. There may be similar files in
+ other subdirectories.
'COPYING'
The GNU General Public License.
@@ -35428,7 +35429,7 @@ Index
* arrays, sorting, IGNORECASE variable and: Array Sorting Functions.
(line 88)
* artificial intelligence, gawk and: Distribution contents.
- (line 63)
+ (line 64)
* ASCII: Escape Sequences. (line 31)
* ASCII <1>: Bracket Expressions. (line 79)
* ASCII <2>: Scalar Constants. (line 20)
@@ -35741,8 +35742,9 @@ Index
(line 51)
* buffers, flushing: I/O Functions. (line 32)
* buffers, flushing <1>: I/O Functions. (line 168)
-* bug reports, email address, bug-gawk@gnu.org: Bug address. (line 56)
-* bug-gawk@gnu.org bug reporting address: Bug address. (line 56)
+* bug reports, email address, <bug-gawk@gnu.org>: Bug address.
+ (line 56)
+* <bug-gawk@gnu.org> bug reporting address: Bug address. (line 56)
* built-in functions: Functions. (line 6)
* built-in functions, evaluation order: Calling Built-in. (line 30)
* BusyBox Awk: Other Versions. (line 92)
@@ -36337,7 +36339,7 @@ Index
* elements in arrays, order of access by in operator: Scanning an Array.
(line 48)
* elements in arrays, deleting: Delete. (line 6)
-* email address for bug reports, bug-gawk@gnu.org: Bug address.
+* email address for bug reports, <bug-gawk@gnu.org>: Bug address.
(line 56)
* empty array elements: Reference to Elements.
(line 18)
@@ -38224,7 +38226,7 @@ Index
(line 6)
* Texinfo <3>: Extract Program. (line 12)
* Texinfo <4>: Distribution contents.
- (line 88)
+ (line 89)
* Texinfo <5>: Adding Code. (line 100)
* text, printing: Print. (line 22)
* text, printing, unduplicated lines of: Uniq Program. (line 6)
@@ -38968,130 +38970,130 @@ Ref: table-value-types-returned1081917
Node: Accessing Parameters1082853
Node: Symbol Table Access1084090
Node: Symbol table by name1084602
-Ref: Symbol table by name-Footnote-11087626
-Node: Symbol table by cookie1087754
-Ref: Symbol table by cookie-Footnote-11091939
-Node: Cached values1092003
-Ref: Cached values-Footnote-11095539
-Node: Array Manipulation1095692
-Ref: Array Manipulation-Footnote-11096783
-Node: Array Data Types1096820
-Ref: Array Data Types-Footnote-11099478
-Node: Array Functions1099570
-Node: Flattening Arrays1104068
-Node: Creating Arrays1111044
-Node: Redirection API1115811
-Node: Extension API Variables1118644
-Node: Extension Versioning1119355
-Ref: gawk-api-version1119784
-Node: Extension GMP/MPFR Versioning1121515
-Node: Extension API Informational Variables1123143
-Node: Extension API Boilerplate1124216
-Node: Changes from API V11128190
-Node: Finding Extensions1129762
-Node: Extension Example1130321
-Node: Internal File Description1131119
-Node: Internal File Ops1135199
-Ref: Internal File Ops-Footnote-11146549
-Node: Using Internal File Ops1146689
-Ref: Using Internal File Ops-Footnote-11149072
-Node: Extension Samples1149346
-Node: Extension Sample File Functions1150875
-Node: Extension Sample Fnmatch1158524
-Node: Extension Sample Fork1160011
-Node: Extension Sample Inplace1161229
-Node: Extension Sample Ord1164855
-Node: Extension Sample Readdir1165691
-Ref: table-readdir-file-types1166580
-Node: Extension Sample Revout1167647
-Node: Extension Sample Rev2way1168236
-Node: Extension Sample Read write array1168976
-Node: Extension Sample Readfile1170918
-Node: Extension Sample Time1172013
-Node: Extension Sample API Tests1173765
-Node: gawkextlib1174257
-Node: Extension summary1177175
-Node: Extension Exercises1180877
-Node: Language History1182119
-Node: V7/SVR3.11183775
-Node: SVR41185927
-Node: POSIX1187361
-Node: BTL1188742
-Node: POSIX/GNU1189471
-Node: Feature History1195249
-Node: Common Extensions1212424
-Node: Ranges and Locales1213707
-Ref: Ranges and Locales-Footnote-11218323
-Ref: Ranges and Locales-Footnote-21218350
-Ref: Ranges and Locales-Footnote-31218585
-Node: Contributors1218808
-Node: History summary1224805
-Node: Installation1226185
-Node: Gawk Distribution1227129
-Node: Getting1227613
-Node: Extracting1228576
-Node: Distribution contents1230214
-Node: Unix Installation1237300
-Node: Quick Installation1238104
-Node: Compiling with MPFR1240580
-Node: Shell Startup Files1241272
-Node: Additional Configuration Options1242361
-Node: Configuration Philosophy1244676
-Node: Compiling from Git1247072
-Node: Building the Documentation1247627
-Node: Non-Unix Installation1249011
-Node: PC Installation1249471
-Node: PC Binary Installation1250309
-Node: PC Compiling1250744
-Node: PC Using1251861
-Node: Cygwin1255414
-Node: MSYS1256638
-Node: VMS Installation1257240
-Node: VMS Compilation1257959
-Ref: VMS Compilation-Footnote-11259188
-Node: VMS Dynamic Extensions1259246
-Node: VMS Installation Details1260931
-Node: VMS Running1263193
-Node: VMS GNV1267472
-Node: Bugs1268186
-Node: Bug definition1269098
-Node: Bug address1271602
-Node: Usenet1274990
-Node: Performance bugs1275999
-Node: Asking for help1278920
-Node: Maintainers1280882
-Node: Other Versions1282076
-Node: Installation summary1289928
-Node: Notes1291292
-Node: Compatibility Mode1292086
-Node: Additions1292868
-Node: Accessing The Source1293793
-Node: Adding Code1295230
-Node: New Ports1301449
-Node: Derived Files1305824
-Ref: Derived Files-Footnote-11311484
-Ref: Derived Files-Footnote-21311519
-Ref: Derived Files-Footnote-31312117
-Node: Future Extensions1312231
-Node: Implementation Limitations1312889
-Node: Extension Design1314099
-Node: Old Extension Problems1315243
-Ref: Old Extension Problems-Footnote-11316761
-Node: Extension New Mechanism Goals1316818
-Ref: Extension New Mechanism Goals-Footnote-11320182
-Node: Extension Other Design Decisions1320371
-Node: Extension Future Growth1322484
-Node: Notes summary1323090
-Node: Basic Concepts1324248
-Node: Basic High Level1324929
-Ref: figure-general-flow1325211
-Ref: figure-process-flow1325896
-Ref: Basic High Level-Footnote-11329197
-Node: Basic Data Typing1329382
-Node: Glossary1332710
-Node: Copying1364595
-Node: GNU Free Documentation License1402138
-Node: Index1427258
+Ref: Symbol table by name-Footnote-11087627
+Node: Symbol table by cookie1087755
+Ref: Symbol table by cookie-Footnote-11091940
+Node: Cached values1092004
+Ref: Cached values-Footnote-11095540
+Node: Array Manipulation1095693
+Ref: Array Manipulation-Footnote-11096784
+Node: Array Data Types1096821
+Ref: Array Data Types-Footnote-11099479
+Node: Array Functions1099571
+Node: Flattening Arrays1104069
+Node: Creating Arrays1111045
+Node: Redirection API1115812
+Node: Extension API Variables1118645
+Node: Extension Versioning1119356
+Ref: gawk-api-version1119785
+Node: Extension GMP/MPFR Versioning1121516
+Node: Extension API Informational Variables1123144
+Node: Extension API Boilerplate1124217
+Node: Changes from API V11128191
+Node: Finding Extensions1129763
+Node: Extension Example1130322
+Node: Internal File Description1131120
+Node: Internal File Ops1135200
+Ref: Internal File Ops-Footnote-11146550
+Node: Using Internal File Ops1146690
+Ref: Using Internal File Ops-Footnote-11149073
+Node: Extension Samples1149347
+Node: Extension Sample File Functions1150876
+Node: Extension Sample Fnmatch1158525
+Node: Extension Sample Fork1160012
+Node: Extension Sample Inplace1161230
+Node: Extension Sample Ord1164856
+Node: Extension Sample Readdir1165692
+Ref: table-readdir-file-types1166581
+Node: Extension Sample Revout1167648
+Node: Extension Sample Rev2way1168237
+Node: Extension Sample Read write array1168977
+Node: Extension Sample Readfile1170919
+Node: Extension Sample Time1172014
+Node: Extension Sample API Tests1173766
+Node: gawkextlib1174258
+Node: Extension summary1177176
+Node: Extension Exercises1180878
+Node: Language History1182120
+Node: V7/SVR3.11183776
+Node: SVR41185928
+Node: POSIX1187362
+Node: BTL1188743
+Node: POSIX/GNU1189472
+Node: Feature History1195250
+Node: Common Extensions1212425
+Node: Ranges and Locales1213708
+Ref: Ranges and Locales-Footnote-11218324
+Ref: Ranges and Locales-Footnote-21218351
+Ref: Ranges and Locales-Footnote-31218586
+Node: Contributors1218809
+Node: History summary1224806
+Node: Installation1226186
+Node: Gawk Distribution1227130
+Node: Getting1227614
+Node: Extracting1228577
+Node: Distribution contents1230215
+Node: Unix Installation1237357
+Node: Quick Installation1238161
+Node: Compiling with MPFR1240637
+Node: Shell Startup Files1241329
+Node: Additional Configuration Options1242418
+Node: Configuration Philosophy1244733
+Node: Compiling from Git1247129
+Node: Building the Documentation1247684
+Node: Non-Unix Installation1249068
+Node: PC Installation1249528
+Node: PC Binary Installation1250366
+Node: PC Compiling1250801
+Node: PC Using1251918
+Node: Cygwin1255471
+Node: MSYS1256695
+Node: VMS Installation1257297
+Node: VMS Compilation1258016
+Ref: VMS Compilation-Footnote-11259245
+Node: VMS Dynamic Extensions1259303
+Node: VMS Installation Details1260988
+Node: VMS Running1263250
+Node: VMS GNV1267529
+Node: Bugs1268243
+Node: Bug definition1269155
+Node: Bug address1271659
+Node: Usenet1275047
+Node: Performance bugs1276056
+Node: Asking for help1278977
+Node: Maintainers1280939
+Node: Other Versions1282133
+Node: Installation summary1289985
+Node: Notes1291349
+Node: Compatibility Mode1292143
+Node: Additions1292925
+Node: Accessing The Source1293850
+Node: Adding Code1295287
+Node: New Ports1301506
+Node: Derived Files1305881
+Ref: Derived Files-Footnote-11311541
+Ref: Derived Files-Footnote-21311576
+Ref: Derived Files-Footnote-31312174
+Node: Future Extensions1312288
+Node: Implementation Limitations1312946
+Node: Extension Design1314156
+Node: Old Extension Problems1315300
+Ref: Old Extension Problems-Footnote-11316818
+Node: Extension New Mechanism Goals1316875
+Ref: Extension New Mechanism Goals-Footnote-11320239
+Node: Extension Other Design Decisions1320428
+Node: Extension Future Growth1322541
+Node: Notes summary1323147
+Node: Basic Concepts1324305
+Node: Basic High Level1324986
+Ref: figure-general-flow1325268
+Ref: figure-process-flow1325953
+Ref: Basic High Level-Footnote-11329254
+Node: Basic Data Typing1329439
+Node: Glossary1332767
+Node: Copying1364652
+Node: GNU Free Documentation License1402195
+Node: Index1427315

End Tag Table