aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.info
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-06-13 08:06:51 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-06-13 08:06:51 +0300
commit4f04830cdcef50ac2449b6dbc97c67acc4ec238d (patch)
tree823715958d7947ba012d0d5c4d0f9322f2caf37a /doc/gawk.info
parentf20d398e580607d3d986e94dcbd0ae189f528478 (diff)
downloadegawk-4f04830cdcef50ac2449b6dbc97c67acc4ec238d.tar.gz
egawk-4f04830cdcef50ac2449b6dbc97c67acc4ec238d.tar.bz2
egawk-4f04830cdcef50ac2449b6dbc97c67acc4ec238d.zip
Another typo fix.
Diffstat (limited to 'doc/gawk.info')
-rw-r--r--doc/gawk.info852
1 files changed, 426 insertions, 426 deletions
diff --git a/doc/gawk.info b/doc/gawk.info
index 39aa56b1..2e30ad95 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -6577,9 +6577,9 @@ work identically for `printf':
`print ITEMS > OUTPUT-FILE'
This redirection prints the items into the output file named
- {No value for `output-file'}. The file name OUTPUT-FILE can be any
- expression. Its value is changed to a string and then used as a
- file name (*note Expressions::).
+ OUTPUT-FILE. The file name OUTPUT-FILE can be any expression.
+ Its value is changed to a string and then used as a file name
+ (*note Expressions::).
When this type of redirection is used, the OUTPUT-FILE is erased
before the first output is written to it. Subsequent writes to
@@ -33948,428 +33948,428 @@ Node: Control Letters273719
Node: Format Modifiers277573
Node: Printf Examples283600
Node: Redirection286307
-Node: Special Files293297
-Node: Special FD293828
-Ref: Special FD-Footnote-1297452
-Node: Special Network297526
-Node: Special Caveats298376
-Node: Close Files And Pipes299172
-Ref: Close Files And Pipes-Footnote-1306335
-Ref: Close Files And Pipes-Footnote-2306483
-Node: Output Summary306633
-Node: Expressions307605
-Node: Values308790
-Node: Constants309466
-Node: Scalar Constants310146
-Ref: Scalar Constants-Footnote-1311005
-Node: Nondecimal-numbers311255
-Node: Regexp Constants314255
-Node: Using Constant Regexps314730
-Node: Variables317800
-Node: Using Variables318455
-Node: Assignment Options320179
-Node: Conversion322054
-Ref: table-locale-affects327490
-Ref: Conversion-Footnote-1328114
-Node: All Operators328223
-Node: Arithmetic Ops328853
-Node: Concatenation331358
-Ref: Concatenation-Footnote-1334154
-Node: Assignment Ops334274
-Ref: table-assign-ops339257
-Node: Increment Ops340574
-Node: Truth Values and Conditions344012
-Node: Truth Values345095
-Node: Typing and Comparison346144
-Node: Variable Typing346937
-Ref: Variable Typing-Footnote-1350837
-Node: Comparison Operators350959
-Ref: table-relational-ops351369
-Node: POSIX String Comparison354919
-Ref: POSIX String Comparison-Footnote-1356003
-Node: Boolean Ops356141
-Ref: Boolean Ops-Footnote-1360211
-Node: Conditional Exp360302
-Node: Function Calls362029
-Node: Precedence365787
-Node: Locales369456
-Node: Expressions Summary371087
-Node: Patterns and Actions373584
-Node: Pattern Overview374700
-Node: Regexp Patterns376377
-Node: Expression Patterns376920
-Node: Ranges380701
-Node: BEGIN/END383807
-Node: Using BEGIN/END384569
-Ref: Using BEGIN/END-Footnote-1387305
-Node: I/O And BEGIN/END387411
-Node: BEGINFILE/ENDFILE389696
-Node: Empty392627
-Node: Using Shell Variables392944
-Node: Action Overview395227
-Node: Statements397554
-Node: If Statement399402
-Node: While Statement400900
-Node: Do Statement402944
-Node: For Statement404100
-Node: Switch Statement407252
-Node: Break Statement409355
-Node: Continue Statement411410
-Node: Next Statement413203
-Node: Nextfile Statement415593
-Node: Exit Statement418248
-Node: Built-in Variables420652
-Node: User-modified421779
-Ref: User-modified-Footnote-1429464
-Node: Auto-set429526
-Ref: Auto-set-Footnote-1442091
-Ref: Auto-set-Footnote-2442296
-Node: ARGC and ARGV442352
-Node: Pattern Action Summary446206
-Node: Arrays448429
-Node: Array Basics449978
-Node: Array Intro450804
-Ref: figure-array-elements452777
-Node: Reference to Elements455184
-Node: Assigning Elements457457
-Node: Array Example457948
-Node: Scanning an Array459680
-Node: Controlling Scanning462695
-Ref: Controlling Scanning-Footnote-1467868
-Node: Delete468184
-Ref: Delete-Footnote-1470949
-Node: Numeric Array Subscripts471006
-Node: Uninitialized Subscripts473189
-Node: Multidimensional474814
-Node: Multiscanning477907
-Node: Arrays of Arrays479496
-Node: Arrays Summary484159
-Node: Functions486264
-Node: Built-in487137
-Node: Calling Built-in488215
-Node: Numeric Functions490203
-Ref: Numeric Functions-Footnote-1494037
-Ref: Numeric Functions-Footnote-2494394
-Ref: Numeric Functions-Footnote-3494442
-Node: String Functions494711
-Ref: String Functions-Footnote-1517722
-Ref: String Functions-Footnote-2517851
-Ref: String Functions-Footnote-3518099
-Node: Gory Details518186
-Ref: table-sub-escapes519855
-Ref: table-sub-posix-92521209
-Ref: table-sub-proposed522560
-Ref: table-posix-sub523914
-Ref: table-gensub-escapes525459
-Ref: Gory Details-Footnote-1526635
-Ref: Gory Details-Footnote-2526686
-Node: I/O Functions526837
-Ref: I/O Functions-Footnote-1533960
-Node: Time Functions534107
-Ref: Time Functions-Footnote-1544571
-Ref: Time Functions-Footnote-2544639
-Ref: Time Functions-Footnote-3544797
-Ref: Time Functions-Footnote-4544908
-Ref: Time Functions-Footnote-5545020
-Ref: Time Functions-Footnote-6545247
-Node: Bitwise Functions545513
-Ref: table-bitwise-ops546075
-Ref: Bitwise Functions-Footnote-1550320
-Node: Type Functions550504
-Node: I18N Functions551646
-Node: User-defined553291
-Node: Definition Syntax554095
-Ref: Definition Syntax-Footnote-1559020
-Node: Function Example559089
-Ref: Function Example-Footnote-1561733
-Node: Function Caveats561755
-Node: Calling A Function562273
-Node: Variable Scope563228
-Node: Pass By Value/Reference566216
-Node: Return Statement569724
-Node: Dynamic Typing572708
-Node: Indirect Calls573637
-Node: Functions Summary583350
-Node: Library Functions585889
-Ref: Library Functions-Footnote-1589464
-Ref: Library Functions-Footnote-2589607
-Node: Library Names589778
-Ref: Library Names-Footnote-1593251
-Ref: Library Names-Footnote-2593471
-Node: General Functions593557
-Node: Strtonum Function594585
-Node: Assert Function597515
-Node: Round Function600841
-Node: Cliff Random Function602382
-Node: Ordinal Functions603398
-Ref: Ordinal Functions-Footnote-1606475
-Ref: Ordinal Functions-Footnote-2606727
-Node: Join Function606938
-Ref: Join Function-Footnote-1608709
-Node: Getlocaltime Function608909
-Node: Readfile Function612645
-Node: Data File Management614484
-Node: Filetrans Function615116
-Node: Rewind Function619185
-Node: File Checking620572
-Ref: File Checking-Footnote-1621704
-Node: Empty Files621905
-Node: Ignoring Assigns624135
-Node: Getopt Function625689
-Ref: Getopt Function-Footnote-1636992
-Node: Passwd Functions637195
-Ref: Passwd Functions-Footnote-1646174
-Node: Group Functions646262
-Ref: Group Functions-Footnote-1654204
-Node: Walking Arrays654417
-Node: Library Functions Summary656587
-Node: Sample Programs657949
-Node: Running Examples658676
-Node: Clones659404
-Node: Cut Program660628
-Node: Egrep Program670496
-Ref: Egrep Program-Footnote-1678467
-Node: Id Program678577
-Node: Split Program682241
-Ref: Split Program-Footnote-1685779
-Node: Tee Program685907
-Node: Uniq Program688714
-Node: Wc Program696144
-Ref: Wc Program-Footnote-1700412
-Ref: Wc Program-Footnote-2700612
-Node: Miscellaneous Programs700704
-Node: Dupword Program701917
-Node: Alarm Program703948
-Node: Translate Program708762
-Ref: Translate Program-Footnote-1713153
-Ref: Translate Program-Footnote-2713423
-Node: Labels Program713557
-Ref: Labels Program-Footnote-1716928
-Node: Word Sorting717012
-Node: History Sorting721055
-Node: Extract Program722891
-Ref: Extract Program-Footnote-1730466
-Node: Simple Sed730595
-Node: Igawk Program733657
-Ref: Igawk Program-Footnote-1748833
-Ref: Igawk Program-Footnote-2749034
-Node: Anagram Program749172
-Node: Signature Program752240
-Node: Programs Summary753487
-Node: Advanced Features754675
-Node: Nondecimal Data756623
-Node: Array Sorting758200
-Node: Controlling Array Traversal758897
-Node: Array Sorting Functions767177
-Ref: Array Sorting Functions-Footnote-1771084
-Node: Two-way I/O771278
-Ref: Two-way I/O-Footnote-1776794
-Node: TCP/IP Networking776876
-Node: Profiling779720
-Node: Advanced Features Summary787262
-Node: Internationalization789126
-Node: I18N and L10N790606
-Node: Explaining gettext791292
-Ref: Explaining gettext-Footnote-1796432
-Ref: Explaining gettext-Footnote-2796616
-Node: Programmer i18n796781
-Node: Translator i18n801006
-Node: String Extraction801800
-Ref: String Extraction-Footnote-1802761
-Node: Printf Ordering802847
-Ref: Printf Ordering-Footnote-1805629
-Node: I18N Portability805693
-Ref: I18N Portability-Footnote-1808142
-Node: I18N Example808205
-Ref: I18N Example-Footnote-1810927
-Node: Gawk I18N810999
-Node: I18N Summary811637
-Node: Debugger812976
-Node: Debugging813998
-Node: Debugging Concepts814439
-Node: Debugging Terms816295
-Node: Awk Debugging818892
-Node: Sample Debugging Session819784
-Node: Debugger Invocation820304
-Node: Finding The Bug821637
-Node: List of Debugger Commands828119
-Node: Breakpoint Control829451
-Node: Debugger Execution Control833115
-Node: Viewing And Changing Data836475
-Node: Execution Stack839833
-Node: Debugger Info841346
-Node: Miscellaneous Debugger Commands845340
-Node: Readline Support850524
-Node: Limitations851416
-Node: Debugging Summary853690
-Node: Arbitrary Precision Arithmetic854854
-Ref: Arbitrary Precision Arithmetic-Footnote-1856503
-Node: General Arithmetic856651
-Node: Floating Point Issues858371
-Node: String Conversion Precision859252
-Ref: String Conversion Precision-Footnote-1860957
-Node: Unexpected Results861066
-Node: POSIX Floating Point Problems863219
-Ref: POSIX Floating Point Problems-Footnote-1867040
-Node: Integer Programming867078
-Node: Floating-point Programming868889
-Ref: Floating-point Programming-Footnote-1875217
-Ref: Floating-point Programming-Footnote-2875487
-Node: Floating-point Representation875751
-Node: Floating-point Context876916
-Ref: table-ieee-formats877755
-Node: Rounding Mode879139
-Ref: table-rounding-modes879618
-Ref: Rounding Mode-Footnote-1882633
-Node: Gawk and MPFR882812
-Node: Arbitrary Precision Floats884221
-Ref: Arbitrary Precision Floats-Footnote-1886664
-Node: Setting Precision886985
-Ref: table-predefined-precision-strings887669
-Node: Setting Rounding Mode889814
-Ref: table-gawk-rounding-modes890218
-Node: Floating-point Constants891405
-Node: Changing Precision892857
-Ref: Changing Precision-Footnote-1894249
-Node: Exact Arithmetic894423
-Node: Arbitrary Precision Integers897557
-Ref: Arbitrary Precision Integers-Footnote-1900572
-Node: Dynamic Extensions900719
-Node: Extension Intro902177
-Node: Plugin License903442
-Node: Extension Mechanism Outline904127
-Ref: figure-load-extension904551
-Ref: figure-load-new-function906036
-Ref: figure-call-new-function907038
-Node: Extension API Description909022
-Node: Extension API Functions Introduction910472
-Node: General Data Types915338
-Ref: General Data Types-Footnote-1921031
-Node: Requesting Values921330
-Ref: table-value-types-returned922067
-Node: Memory Allocation Functions923025
-Ref: Memory Allocation Functions-Footnote-1925772
-Node: Constructor Functions925868
-Node: Registration Functions927626
-Node: Extension Functions928311
-Node: Exit Callback Functions930613
-Node: Extension Version String931862
-Node: Input Parsers932512
-Node: Output Wrappers942315
-Node: Two-way processors946831
-Node: Printing Messages949035
-Ref: Printing Messages-Footnote-1950112
-Node: Updating `ERRNO'950264
-Node: Accessing Parameters951003
-Node: Symbol Table Access952233
-Node: Symbol table by name952747
-Node: Symbol table by cookie954723
-Ref: Symbol table by cookie-Footnote-1958856
-Node: Cached values958919
-Ref: Cached values-Footnote-1962423
-Node: Array Manipulation962514
-Ref: Array Manipulation-Footnote-1963612
-Node: Array Data Types963651
-Ref: Array Data Types-Footnote-1966354
-Node: Array Functions966446
-Node: Flattening Arrays970320
-Node: Creating Arrays977172
-Node: Extension API Variables981903
-Node: Extension Versioning982539
-Node: Extension API Informational Variables984440
-Node: Extension API Boilerplate985526
-Node: Finding Extensions989330
-Node: Extension Example989890
-Node: Internal File Description990620
-Node: Internal File Ops994711
-Ref: Internal File Ops-Footnote-11006257
-Node: Using Internal File Ops1006397
-Ref: Using Internal File Ops-Footnote-11008744
-Node: Extension Samples1009012
-Node: Extension Sample File Functions1010536
-Node: Extension Sample Fnmatch1018104
-Node: Extension Sample Fork1019585
-Node: Extension Sample Inplace1020798
-Node: Extension Sample Ord1022578
-Node: Extension Sample Readdir1023414
-Ref: table-readdir-file-types1024270
-Node: Extension Sample Revout1025069
-Node: Extension Sample Rev2way1025660
-Node: Extension Sample Read write array1026401
-Node: Extension Sample Readfile1028280
-Node: Extension Sample API Tests1029380
-Node: Extension Sample Time1029905
-Node: gawkextlib1031220
-Node: Language History1034007
-Node: V7/SVR3.11035601
-Node: SVR41037921
-Node: POSIX1039363
-Node: BTL1040749
-Node: POSIX/GNU1041483
-Node: Feature History1047082
-Node: Common Extensions1060194
-Node: Ranges and Locales1061506
-Ref: Ranges and Locales-Footnote-11066123
-Ref: Ranges and Locales-Footnote-21066150
-Ref: Ranges and Locales-Footnote-31066384
-Node: Contributors1066605
-Node: Installation1072043
-Node: Gawk Distribution1072937
-Node: Getting1073421
-Node: Extracting1074247
-Node: Distribution contents1075889
-Node: Unix Installation1081606
-Node: Quick Installation1082223
-Node: Additional Configuration Options1084665
-Node: Configuration Philosophy1086403
-Node: Non-Unix Installation1088754
-Node: PC Installation1089212
-Node: PC Binary Installation1090523
-Node: PC Compiling1092371
-Ref: PC Compiling-Footnote-11095370
-Node: PC Testing1095475
-Node: PC Using1096651
-Node: Cygwin1100809
-Node: MSYS1101618
-Node: VMS Installation1102132
-Node: VMS Compilation1102928
-Ref: VMS Compilation-Footnote-11104150
-Node: VMS Dynamic Extensions1104208
-Node: VMS Installation Details1105581
-Node: VMS Running1107833
-Node: VMS GNV1110667
-Node: VMS Old Gawk1111390
-Node: Bugs1111860
-Node: Other Versions1115864
-Node: Notes1122089
-Node: Compatibility Mode1122889
-Node: Additions1123671
-Node: Accessing The Source1124596
-Node: Adding Code1126032
-Node: New Ports1132210
-Node: Derived Files1136691
-Ref: Derived Files-Footnote-11141772
-Ref: Derived Files-Footnote-21141806
-Ref: Derived Files-Footnote-31142402
-Node: Future Extensions1142516
-Node: Implementation Limitations1143122
-Node: Extension Design1144370
-Node: Old Extension Problems1145524
-Ref: Old Extension Problems-Footnote-11147041
-Node: Extension New Mechanism Goals1147098
-Ref: Extension New Mechanism Goals-Footnote-11150458
-Node: Extension Other Design Decisions1150647
-Node: Extension Future Growth1152753
-Node: Old Extension Mechanism1153589
-Node: Basic Concepts1155329
-Node: Basic High Level1156010
-Ref: figure-general-flow1156282
-Ref: figure-process-flow1156881
-Ref: Basic High Level-Footnote-11160110
-Node: Basic Data Typing1160295
-Node: Glossary1163622
-Node: Copying1188774
-Node: GNU Free Documentation License1226330
-Node: Index1251466
+Node: Special Files293279
+Node: Special FD293810
+Ref: Special FD-Footnote-1297434
+Node: Special Network297508
+Node: Special Caveats298358
+Node: Close Files And Pipes299154
+Ref: Close Files And Pipes-Footnote-1306317
+Ref: Close Files And Pipes-Footnote-2306465
+Node: Output Summary306615
+Node: Expressions307587
+Node: Values308772
+Node: Constants309448
+Node: Scalar Constants310128
+Ref: Scalar Constants-Footnote-1310987
+Node: Nondecimal-numbers311237
+Node: Regexp Constants314237
+Node: Using Constant Regexps314712
+Node: Variables317782
+Node: Using Variables318437
+Node: Assignment Options320161
+Node: Conversion322036
+Ref: table-locale-affects327472
+Ref: Conversion-Footnote-1328096
+Node: All Operators328205
+Node: Arithmetic Ops328835
+Node: Concatenation331340
+Ref: Concatenation-Footnote-1334136
+Node: Assignment Ops334256
+Ref: table-assign-ops339239
+Node: Increment Ops340556
+Node: Truth Values and Conditions343994
+Node: Truth Values345077
+Node: Typing and Comparison346126
+Node: Variable Typing346919
+Ref: Variable Typing-Footnote-1350819
+Node: Comparison Operators350941
+Ref: table-relational-ops351351
+Node: POSIX String Comparison354901
+Ref: POSIX String Comparison-Footnote-1355985
+Node: Boolean Ops356123
+Ref: Boolean Ops-Footnote-1360193
+Node: Conditional Exp360284
+Node: Function Calls362011
+Node: Precedence365769
+Node: Locales369438
+Node: Expressions Summary371069
+Node: Patterns and Actions373566
+Node: Pattern Overview374682
+Node: Regexp Patterns376359
+Node: Expression Patterns376902
+Node: Ranges380683
+Node: BEGIN/END383789
+Node: Using BEGIN/END384551
+Ref: Using BEGIN/END-Footnote-1387287
+Node: I/O And BEGIN/END387393
+Node: BEGINFILE/ENDFILE389678
+Node: Empty392609
+Node: Using Shell Variables392926
+Node: Action Overview395209
+Node: Statements397536
+Node: If Statement399384
+Node: While Statement400882
+Node: Do Statement402926
+Node: For Statement404082
+Node: Switch Statement407234
+Node: Break Statement409337
+Node: Continue Statement411392
+Node: Next Statement413185
+Node: Nextfile Statement415575
+Node: Exit Statement418230
+Node: Built-in Variables420634
+Node: User-modified421761
+Ref: User-modified-Footnote-1429446
+Node: Auto-set429508
+Ref: Auto-set-Footnote-1442073
+Ref: Auto-set-Footnote-2442278
+Node: ARGC and ARGV442334
+Node: Pattern Action Summary446188
+Node: Arrays448411
+Node: Array Basics449960
+Node: Array Intro450786
+Ref: figure-array-elements452759
+Node: Reference to Elements455166
+Node: Assigning Elements457439
+Node: Array Example457930
+Node: Scanning an Array459662
+Node: Controlling Scanning462677
+Ref: Controlling Scanning-Footnote-1467850
+Node: Delete468166
+Ref: Delete-Footnote-1470931
+Node: Numeric Array Subscripts470988
+Node: Uninitialized Subscripts473171
+Node: Multidimensional474796
+Node: Multiscanning477889
+Node: Arrays of Arrays479478
+Node: Arrays Summary484141
+Node: Functions486246
+Node: Built-in487119
+Node: Calling Built-in488197
+Node: Numeric Functions490185
+Ref: Numeric Functions-Footnote-1494019
+Ref: Numeric Functions-Footnote-2494376
+Ref: Numeric Functions-Footnote-3494424
+Node: String Functions494693
+Ref: String Functions-Footnote-1517704
+Ref: String Functions-Footnote-2517833
+Ref: String Functions-Footnote-3518081
+Node: Gory Details518168
+Ref: table-sub-escapes519837
+Ref: table-sub-posix-92521191
+Ref: table-sub-proposed522542
+Ref: table-posix-sub523896
+Ref: table-gensub-escapes525441
+Ref: Gory Details-Footnote-1526617
+Ref: Gory Details-Footnote-2526668
+Node: I/O Functions526819
+Ref: I/O Functions-Footnote-1533942
+Node: Time Functions534089
+Ref: Time Functions-Footnote-1544553
+Ref: Time Functions-Footnote-2544621
+Ref: Time Functions-Footnote-3544779
+Ref: Time Functions-Footnote-4544890
+Ref: Time Functions-Footnote-5545002
+Ref: Time Functions-Footnote-6545229
+Node: Bitwise Functions545495
+Ref: table-bitwise-ops546057
+Ref: Bitwise Functions-Footnote-1550302
+Node: Type Functions550486
+Node: I18N Functions551628
+Node: User-defined553273
+Node: Definition Syntax554077
+Ref: Definition Syntax-Footnote-1559002
+Node: Function Example559071
+Ref: Function Example-Footnote-1561715
+Node: Function Caveats561737
+Node: Calling A Function562255
+Node: Variable Scope563210
+Node: Pass By Value/Reference566198
+Node: Return Statement569706
+Node: Dynamic Typing572690
+Node: Indirect Calls573619
+Node: Functions Summary583332
+Node: Library Functions585871
+Ref: Library Functions-Footnote-1589446
+Ref: Library Functions-Footnote-2589589
+Node: Library Names589760
+Ref: Library Names-Footnote-1593233
+Ref: Library Names-Footnote-2593453
+Node: General Functions593539
+Node: Strtonum Function594567
+Node: Assert Function597497
+Node: Round Function600823
+Node: Cliff Random Function602364
+Node: Ordinal Functions603380
+Ref: Ordinal Functions-Footnote-1606457
+Ref: Ordinal Functions-Footnote-2606709
+Node: Join Function606920
+Ref: Join Function-Footnote-1608691
+Node: Getlocaltime Function608891
+Node: Readfile Function612627
+Node: Data File Management614466
+Node: Filetrans Function615098
+Node: Rewind Function619167
+Node: File Checking620554
+Ref: File Checking-Footnote-1621686
+Node: Empty Files621887
+Node: Ignoring Assigns624117
+Node: Getopt Function625671
+Ref: Getopt Function-Footnote-1636974
+Node: Passwd Functions637177
+Ref: Passwd Functions-Footnote-1646156
+Node: Group Functions646244
+Ref: Group Functions-Footnote-1654186
+Node: Walking Arrays654399
+Node: Library Functions Summary656569
+Node: Sample Programs657931
+Node: Running Examples658658
+Node: Clones659386
+Node: Cut Program660610
+Node: Egrep Program670478
+Ref: Egrep Program-Footnote-1678449
+Node: Id Program678559
+Node: Split Program682223
+Ref: Split Program-Footnote-1685761
+Node: Tee Program685889
+Node: Uniq Program688696
+Node: Wc Program696126
+Ref: Wc Program-Footnote-1700394
+Ref: Wc Program-Footnote-2700594
+Node: Miscellaneous Programs700686
+Node: Dupword Program701899
+Node: Alarm Program703930
+Node: Translate Program708744
+Ref: Translate Program-Footnote-1713135
+Ref: Translate Program-Footnote-2713405
+Node: Labels Program713539
+Ref: Labels Program-Footnote-1716910
+Node: Word Sorting716994
+Node: History Sorting721037
+Node: Extract Program722873
+Ref: Extract Program-Footnote-1730448
+Node: Simple Sed730577
+Node: Igawk Program733639
+Ref: Igawk Program-Footnote-1748815
+Ref: Igawk Program-Footnote-2749016
+Node: Anagram Program749154
+Node: Signature Program752222
+Node: Programs Summary753469
+Node: Advanced Features754657
+Node: Nondecimal Data756605
+Node: Array Sorting758182
+Node: Controlling Array Traversal758879
+Node: Array Sorting Functions767159
+Ref: Array Sorting Functions-Footnote-1771066
+Node: Two-way I/O771260
+Ref: Two-way I/O-Footnote-1776776
+Node: TCP/IP Networking776858
+Node: Profiling779702
+Node: Advanced Features Summary787244
+Node: Internationalization789108
+Node: I18N and L10N790588
+Node: Explaining gettext791274
+Ref: Explaining gettext-Footnote-1796414
+Ref: Explaining gettext-Footnote-2796598
+Node: Programmer i18n796763
+Node: Translator i18n800988
+Node: String Extraction801782
+Ref: String Extraction-Footnote-1802743
+Node: Printf Ordering802829
+Ref: Printf Ordering-Footnote-1805611
+Node: I18N Portability805675
+Ref: I18N Portability-Footnote-1808124
+Node: I18N Example808187
+Ref: I18N Example-Footnote-1810909
+Node: Gawk I18N810981
+Node: I18N Summary811619
+Node: Debugger812958
+Node: Debugging813980
+Node: Debugging Concepts814421
+Node: Debugging Terms816277
+Node: Awk Debugging818874
+Node: Sample Debugging Session819766
+Node: Debugger Invocation820286
+Node: Finding The Bug821619
+Node: List of Debugger Commands828101
+Node: Breakpoint Control829433
+Node: Debugger Execution Control833097
+Node: Viewing And Changing Data836457
+Node: Execution Stack839815
+Node: Debugger Info841328
+Node: Miscellaneous Debugger Commands845322
+Node: Readline Support850506
+Node: Limitations851398
+Node: Debugging Summary853672
+Node: Arbitrary Precision Arithmetic854836
+Ref: Arbitrary Precision Arithmetic-Footnote-1856485
+Node: General Arithmetic856633
+Node: Floating Point Issues858353
+Node: String Conversion Precision859234
+Ref: String Conversion Precision-Footnote-1860939
+Node: Unexpected Results861048
+Node: POSIX Floating Point Problems863201
+Ref: POSIX Floating Point Problems-Footnote-1867022
+Node: Integer Programming867060
+Node: Floating-point Programming868871
+Ref: Floating-point Programming-Footnote-1875199
+Ref: Floating-point Programming-Footnote-2875469
+Node: Floating-point Representation875733
+Node: Floating-point Context876898
+Ref: table-ieee-formats877737
+Node: Rounding Mode879121
+Ref: table-rounding-modes879600
+Ref: Rounding Mode-Footnote-1882615
+Node: Gawk and MPFR882794
+Node: Arbitrary Precision Floats884203
+Ref: Arbitrary Precision Floats-Footnote-1886646
+Node: Setting Precision886967
+Ref: table-predefined-precision-strings887651
+Node: Setting Rounding Mode889796
+Ref: table-gawk-rounding-modes890200
+Node: Floating-point Constants891387
+Node: Changing Precision892839
+Ref: Changing Precision-Footnote-1894231
+Node: Exact Arithmetic894405
+Node: Arbitrary Precision Integers897539
+Ref: Arbitrary Precision Integers-Footnote-1900554
+Node: Dynamic Extensions900701
+Node: Extension Intro902159
+Node: Plugin License903424
+Node: Extension Mechanism Outline904109
+Ref: figure-load-extension904533
+Ref: figure-load-new-function906018
+Ref: figure-call-new-function907020
+Node: Extension API Description909004
+Node: Extension API Functions Introduction910454
+Node: General Data Types915320
+Ref: General Data Types-Footnote-1921013
+Node: Requesting Values921312
+Ref: table-value-types-returned922049
+Node: Memory Allocation Functions923007
+Ref: Memory Allocation Functions-Footnote-1925754
+Node: Constructor Functions925850
+Node: Registration Functions927608
+Node: Extension Functions928293
+Node: Exit Callback Functions930595
+Node: Extension Version String931844
+Node: Input Parsers932494
+Node: Output Wrappers942297
+Node: Two-way processors946813
+Node: Printing Messages949017
+Ref: Printing Messages-Footnote-1950094
+Node: Updating `ERRNO'950246
+Node: Accessing Parameters950985
+Node: Symbol Table Access952215
+Node: Symbol table by name952729
+Node: Symbol table by cookie954705
+Ref: Symbol table by cookie-Footnote-1958838
+Node: Cached values958901
+Ref: Cached values-Footnote-1962405
+Node: Array Manipulation962496
+Ref: Array Manipulation-Footnote-1963594
+Node: Array Data Types963633
+Ref: Array Data Types-Footnote-1966336
+Node: Array Functions966428
+Node: Flattening Arrays970302
+Node: Creating Arrays977154
+Node: Extension API Variables981885
+Node: Extension Versioning982521
+Node: Extension API Informational Variables984422
+Node: Extension API Boilerplate985508
+Node: Finding Extensions989312
+Node: Extension Example989872
+Node: Internal File Description990602
+Node: Internal File Ops994693
+Ref: Internal File Ops-Footnote-11006239
+Node: Using Internal File Ops1006379
+Ref: Using Internal File Ops-Footnote-11008726
+Node: Extension Samples1008994
+Node: Extension Sample File Functions1010518
+Node: Extension Sample Fnmatch1018086
+Node: Extension Sample Fork1019567
+Node: Extension Sample Inplace1020780
+Node: Extension Sample Ord1022560
+Node: Extension Sample Readdir1023396
+Ref: table-readdir-file-types1024252
+Node: Extension Sample Revout1025051
+Node: Extension Sample Rev2way1025642
+Node: Extension Sample Read write array1026383
+Node: Extension Sample Readfile1028262
+Node: Extension Sample API Tests1029362
+Node: Extension Sample Time1029887
+Node: gawkextlib1031202
+Node: Language History1033989
+Node: V7/SVR3.11035583
+Node: SVR41037903
+Node: POSIX1039345
+Node: BTL1040731
+Node: POSIX/GNU1041465
+Node: Feature History1047064
+Node: Common Extensions1060176
+Node: Ranges and Locales1061488
+Ref: Ranges and Locales-Footnote-11066105
+Ref: Ranges and Locales-Footnote-21066132
+Ref: Ranges and Locales-Footnote-31066366
+Node: Contributors1066587
+Node: Installation1072025
+Node: Gawk Distribution1072919
+Node: Getting1073403
+Node: Extracting1074229
+Node: Distribution contents1075871
+Node: Unix Installation1081588
+Node: Quick Installation1082205
+Node: Additional Configuration Options1084647
+Node: Configuration Philosophy1086385
+Node: Non-Unix Installation1088736
+Node: PC Installation1089194
+Node: PC Binary Installation1090505
+Node: PC Compiling1092353
+Ref: PC Compiling-Footnote-11095352
+Node: PC Testing1095457
+Node: PC Using1096633
+Node: Cygwin1100791
+Node: MSYS1101600
+Node: VMS Installation1102114
+Node: VMS Compilation1102910
+Ref: VMS Compilation-Footnote-11104132
+Node: VMS Dynamic Extensions1104190
+Node: VMS Installation Details1105563
+Node: VMS Running1107815
+Node: VMS GNV1110649
+Node: VMS Old Gawk1111372
+Node: Bugs1111842
+Node: Other Versions1115846
+Node: Notes1122071
+Node: Compatibility Mode1122871
+Node: Additions1123653
+Node: Accessing The Source1124578
+Node: Adding Code1126014
+Node: New Ports1132192
+Node: Derived Files1136673
+Ref: Derived Files-Footnote-11141754
+Ref: Derived Files-Footnote-21141788
+Ref: Derived Files-Footnote-31142384
+Node: Future Extensions1142498
+Node: Implementation Limitations1143104
+Node: Extension Design1144352
+Node: Old Extension Problems1145506
+Ref: Old Extension Problems-Footnote-11147023
+Node: Extension New Mechanism Goals1147080
+Ref: Extension New Mechanism Goals-Footnote-11150440
+Node: Extension Other Design Decisions1150629
+Node: Extension Future Growth1152735
+Node: Old Extension Mechanism1153571
+Node: Basic Concepts1155311
+Node: Basic High Level1155992
+Ref: figure-general-flow1156264
+Ref: figure-process-flow1156863
+Ref: Basic High Level-Footnote-11160092
+Node: Basic Data Typing1160277
+Node: Glossary1163604
+Node: Copying1188756
+Node: GNU Free Documentation License1226312
+Node: Index1251448

End Tag Table