diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 270 |
1 files changed, 136 insertions, 134 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 5ee07cb2..f8193175 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -26862,8 +26862,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 @@ -30690,12 +30690,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. @@ -35553,7 +35554,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) @@ -35867,8 +35868,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) @@ -36463,7 +36465,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) @@ -38351,7 +38353,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) @@ -39098,130 +39100,130 @@ Ref: table-value-types-returned1087562 Node: Accessing Parameters1088670 Node: Symbol Table Access1089907 Node: Symbol table by name1090419 -Ref: Symbol table by name-Footnote-11093443 -Node: Symbol table by cookie1093571 -Ref: Symbol table by cookie-Footnote-11097756 -Node: Cached values1097820 -Ref: Cached values-Footnote-11101356 -Node: Array Manipulation1101509 -Ref: Array Manipulation-Footnote-11102600 -Node: Array Data Types1102637 -Ref: Array Data Types-Footnote-11105295 -Node: Array Functions1105387 -Node: Flattening Arrays1109885 -Node: Creating Arrays1116861 -Node: Redirection API1121628 -Node: Extension API Variables1124461 -Node: Extension Versioning1125172 -Ref: gawk-api-version1125601 -Node: Extension GMP/MPFR Versioning1127332 -Node: Extension API Informational Variables1128960 -Node: Extension API Boilerplate1130033 -Node: Changes from API V11134007 -Node: Finding Extensions1135579 -Node: Extension Example1136138 -Node: Internal File Description1136936 -Node: Internal File Ops1141016 -Ref: Internal File Ops-Footnote-11152366 -Node: Using Internal File Ops1152506 -Ref: Using Internal File Ops-Footnote-11154889 -Node: Extension Samples1155163 -Node: Extension Sample File Functions1156692 -Node: Extension Sample Fnmatch1164341 -Node: Extension Sample Fork1165828 -Node: Extension Sample Inplace1167046 -Node: Extension Sample Ord1170672 -Node: Extension Sample Readdir1171508 -Ref: table-readdir-file-types1172397 -Node: Extension Sample Revout1173464 -Node: Extension Sample Rev2way1174053 -Node: Extension Sample Read write array1174793 -Node: Extension Sample Readfile1176735 -Node: Extension Sample Time1177830 -Node: Extension Sample API Tests1179582 -Node: gawkextlib1180074 -Node: Extension summary1182992 -Node: Extension Exercises1186694 -Node: Language History1187936 -Node: V7/SVR3.11189592 -Node: SVR41191744 -Node: POSIX1193178 -Node: BTL1194559 -Node: POSIX/GNU1195288 -Node: Feature History1201066 -Node: Common Extensions1218241 -Node: Ranges and Locales1219524 -Ref: Ranges and Locales-Footnote-11224140 -Ref: Ranges and Locales-Footnote-21224167 -Ref: Ranges and Locales-Footnote-31224402 -Node: Contributors1224625 -Node: History summary1230622 -Node: Installation1232002 -Node: Gawk Distribution1232946 -Node: Getting1233430 -Node: Extracting1234393 -Node: Distribution contents1236031 -Node: Unix Installation1243117 -Node: Quick Installation1243921 -Node: Compiling with MPFR1246397 -Node: Shell Startup Files1247089 -Node: Additional Configuration Options1248178 -Node: Configuration Philosophy1250493 -Node: Compiling from Git1252889 -Node: Building the Documentation1253444 -Node: Non-Unix Installation1254828 -Node: PC Installation1255288 -Node: PC Binary Installation1256126 -Node: PC Compiling1256561 -Node: PC Using1257678 -Node: Cygwin1261231 -Node: MSYS1262455 -Node: VMS Installation1263057 -Node: VMS Compilation1263776 -Ref: VMS Compilation-Footnote-11265005 -Node: VMS Dynamic Extensions1265063 -Node: VMS Installation Details1266748 -Node: VMS Running1269010 -Node: VMS GNV1273289 -Node: Bugs1274003 -Node: Bug definition1274915 -Node: Bug address1277419 -Node: Usenet1280807 -Node: Performance bugs1281816 -Node: Asking for help1284737 -Node: Maintainers1286699 -Node: Other Versions1287893 -Node: Installation summary1295745 -Node: Notes1297109 -Node: Compatibility Mode1297903 -Node: Additions1298685 -Node: Accessing The Source1299610 -Node: Adding Code1301047 -Node: New Ports1307266 -Node: Derived Files1311641 -Ref: Derived Files-Footnote-11317301 -Ref: Derived Files-Footnote-21317336 -Ref: Derived Files-Footnote-31317934 -Node: Future Extensions1318048 -Node: Implementation Limitations1318706 -Node: Extension Design1319916 -Node: Old Extension Problems1321060 -Ref: Old Extension Problems-Footnote-11322578 -Node: Extension New Mechanism Goals1322635 -Ref: Extension New Mechanism Goals-Footnote-11325999 -Node: Extension Other Design Decisions1326188 -Node: Extension Future Growth1328301 -Node: Notes summary1328907 -Node: Basic Concepts1330065 -Node: Basic High Level1330746 -Ref: figure-general-flow1331028 -Ref: figure-process-flow1331713 -Ref: Basic High Level-Footnote-11335014 -Node: Basic Data Typing1335199 -Node: Glossary1338527 -Node: Copying1370414 -Node: GNU Free Documentation License1407957 -Node: Index1433077 +Ref: Symbol table by name-Footnote-11093444 +Node: Symbol table by cookie1093572 +Ref: Symbol table by cookie-Footnote-11097757 +Node: Cached values1097821 +Ref: Cached values-Footnote-11101357 +Node: Array Manipulation1101510 +Ref: Array Manipulation-Footnote-11102601 +Node: Array Data Types1102638 +Ref: Array Data Types-Footnote-11105296 +Node: Array Functions1105388 +Node: Flattening Arrays1109886 +Node: Creating Arrays1116862 +Node: Redirection API1121629 +Node: Extension API Variables1124462 +Node: Extension Versioning1125173 +Ref: gawk-api-version1125602 +Node: Extension GMP/MPFR Versioning1127333 +Node: Extension API Informational Variables1128961 +Node: Extension API Boilerplate1130034 +Node: Changes from API V11134008 +Node: Finding Extensions1135580 +Node: Extension Example1136139 +Node: Internal File Description1136937 +Node: Internal File Ops1141017 +Ref: Internal File Ops-Footnote-11152367 +Node: Using Internal File Ops1152507 +Ref: Using Internal File Ops-Footnote-11154890 +Node: Extension Samples1155164 +Node: Extension Sample File Functions1156693 +Node: Extension Sample Fnmatch1164342 +Node: Extension Sample Fork1165829 +Node: Extension Sample Inplace1167047 +Node: Extension Sample Ord1170673 +Node: Extension Sample Readdir1171509 +Ref: table-readdir-file-types1172398 +Node: Extension Sample Revout1173465 +Node: Extension Sample Rev2way1174054 +Node: Extension Sample Read write array1174794 +Node: Extension Sample Readfile1176736 +Node: Extension Sample Time1177831 +Node: Extension Sample API Tests1179583 +Node: gawkextlib1180075 +Node: Extension summary1182993 +Node: Extension Exercises1186695 +Node: Language History1187937 +Node: V7/SVR3.11189593 +Node: SVR41191745 +Node: POSIX1193179 +Node: BTL1194560 +Node: POSIX/GNU1195289 +Node: Feature History1201067 +Node: Common Extensions1218242 +Node: Ranges and Locales1219525 +Ref: Ranges and Locales-Footnote-11224141 +Ref: Ranges and Locales-Footnote-21224168 +Ref: Ranges and Locales-Footnote-31224403 +Node: Contributors1224626 +Node: History summary1230623 +Node: Installation1232003 +Node: Gawk Distribution1232947 +Node: Getting1233431 +Node: Extracting1234394 +Node: Distribution contents1236032 +Node: Unix Installation1243174 +Node: Quick Installation1243978 +Node: Compiling with MPFR1246454 +Node: Shell Startup Files1247146 +Node: Additional Configuration Options1248235 +Node: Configuration Philosophy1250550 +Node: Compiling from Git1252946 +Node: Building the Documentation1253501 +Node: Non-Unix Installation1254885 +Node: PC Installation1255345 +Node: PC Binary Installation1256183 +Node: PC Compiling1256618 +Node: PC Using1257735 +Node: Cygwin1261288 +Node: MSYS1262512 +Node: VMS Installation1263114 +Node: VMS Compilation1263833 +Ref: VMS Compilation-Footnote-11265062 +Node: VMS Dynamic Extensions1265120 +Node: VMS Installation Details1266805 +Node: VMS Running1269067 +Node: VMS GNV1273346 +Node: Bugs1274060 +Node: Bug definition1274972 +Node: Bug address1277476 +Node: Usenet1280864 +Node: Performance bugs1281873 +Node: Asking for help1284794 +Node: Maintainers1286756 +Node: Other Versions1287950 +Node: Installation summary1295802 +Node: Notes1297166 +Node: Compatibility Mode1297960 +Node: Additions1298742 +Node: Accessing The Source1299667 +Node: Adding Code1301104 +Node: New Ports1307323 +Node: Derived Files1311698 +Ref: Derived Files-Footnote-11317358 +Ref: Derived Files-Footnote-21317393 +Ref: Derived Files-Footnote-31317991 +Node: Future Extensions1318105 +Node: Implementation Limitations1318763 +Node: Extension Design1319973 +Node: Old Extension Problems1321117 +Ref: Old Extension Problems-Footnote-11322635 +Node: Extension New Mechanism Goals1322692 +Ref: Extension New Mechanism Goals-Footnote-11326056 +Node: Extension Other Design Decisions1326245 +Node: Extension Future Growth1328358 +Node: Notes summary1328964 +Node: Basic Concepts1330122 +Node: Basic High Level1330803 +Ref: figure-general-flow1331085 +Ref: figure-process-flow1331770 +Ref: Basic High Level-Footnote-11335071 +Node: Basic Data Typing1335256 +Node: Glossary1338584 +Node: Copying1370471 +Node: GNU Free Documentation License1408014 +Node: Index1433134 End Tag Table |