aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.info
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-09-22 16:53:37 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-09-22 16:53:37 +0300
commit8aa14c5f3cf78f90b589785a9ffe5f7f02050b37 (patch)
treef27c48ca0a4de620d6115e621d60932ce15e3792 /doc/gawk.info
parent77a1532dc50372b6b264b91cb8fbfb09be8c9cf1 (diff)
parenta4a5f76e51cd51af470fcaa85f5f1360ecd18b0c (diff)
downloadegawk-8aa14c5f3cf78f90b589785a9ffe5f7f02050b37.tar.gz
egawk-8aa14c5f3cf78f90b589785a9ffe5f7f02050b37.tar.bz2
egawk-8aa14c5f3cf78f90b589785a9ffe5f7f02050b37.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.info')
-rw-r--r--doc/gawk.info672
1 files changed, 336 insertions, 336 deletions
diff --git a/doc/gawk.info b/doc/gawk.info
index 12e0c432..0fa9bdee 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -9685,12 +9685,12 @@ with a pound sign (`#').
environment passed on to any programs that `awk' may spawn via
redirection or the `system()' function.
- However, beginning with version 4.2, if not in POSIX compatibility
- mode, `gawk' does update its own environment when `ENVIRON' is
- changed, thus changing the environment seen by programs that it
- creates. You should therefore be especially careful if you modify
- `ENVIRON["PATH"]"', which is the search path for finding
- executable programs.
+ However, beginning with {No value for `PVERSION'} 4.2, if not in
+ POSIX compatibility mode, `gawk' does update its own environment
+ when `ENVIRON' is changed, thus changing the environment seen by
+ programs that it creates. You should therefore be especially
+ careful if you modify `ENVIRON["PATH"]"', which is the search path
+ for finding executable programs.
Some operating systems may not have environment variables. On
such systems, the `ENVIRON' array is empty (except for
@@ -32281,335 +32281,335 @@ Node: Built-in Variables402949
Node: User-modified404044
Ref: User-modified-Footnote-1412404
Node: Auto-set412466
-Ref: Auto-set-Footnote-1425936
-Ref: Auto-set-Footnote-2426141
-Node: ARGC and ARGV426197
-Node: Arrays430048
-Node: Array Basics431553
-Node: Array Intro432379
-Node: Reference to Elements436697
-Node: Assigning Elements438967
-Node: Array Example439458
-Node: Scanning an Array441190
-Node: Controlling Scanning443504
-Ref: Controlling Scanning-Footnote-1448427
-Node: Delete448743
-Ref: Delete-Footnote-1451508
-Node: Numeric Array Subscripts451565
-Node: Uninitialized Subscripts453748
-Node: Multi-dimensional455376
-Node: Multi-scanning458470
-Node: Arrays of Arrays460061
-Node: Functions464702
-Node: Built-in465521
-Node: Calling Built-in466599
-Node: Numeric Functions468587
-Ref: Numeric Functions-Footnote-1472419
-Ref: Numeric Functions-Footnote-2472776
-Ref: Numeric Functions-Footnote-3472824
-Node: String Functions473093
-Ref: String Functions-Footnote-1496651
-Ref: String Functions-Footnote-2496780
-Ref: String Functions-Footnote-3497028
-Node: Gory Details497115
-Ref: table-sub-escapes498794
-Ref: table-sub-posix-92500148
-Ref: table-sub-proposed501499
-Ref: table-posix-sub502853
-Ref: table-gensub-escapes504398
-Ref: Gory Details-Footnote-1505574
-Ref: Gory Details-Footnote-2505625
-Node: I/O Functions505776
-Ref: I/O Functions-Footnote-1512761
-Node: Time Functions512908
-Ref: Time Functions-Footnote-1523841
-Ref: Time Functions-Footnote-2523909
-Ref: Time Functions-Footnote-3524067
-Ref: Time Functions-Footnote-4524178
-Ref: Time Functions-Footnote-5524290
-Ref: Time Functions-Footnote-6524517
-Node: Bitwise Functions524783
-Ref: table-bitwise-ops525341
-Ref: Bitwise Functions-Footnote-1529562
-Node: Type Functions529746
-Node: I18N Functions530897
-Node: User-defined532524
-Node: Definition Syntax533328
-Ref: Definition Syntax-Footnote-1538238
-Node: Function Example538307
-Node: Function Caveats540901
-Node: Calling A Function541322
-Node: Variable Scope542437
-Node: Pass By Value/Reference545400
-Node: Return Statement548908
-Node: Dynamic Typing551889
-Node: Indirect Calls552820
-Node: Library Functions562505
-Ref: Library Functions-Footnote-1566018
-Ref: Library Functions-Footnote-2566161
-Node: Library Names566332
-Ref: Library Names-Footnote-1569803
-Ref: Library Names-Footnote-2570023
-Node: General Functions570109
-Node: Strtonum Function571062
-Node: Assert Function573992
-Node: Round Function577318
-Node: Cliff Random Function578861
-Node: Ordinal Functions579877
-Ref: Ordinal Functions-Footnote-1582947
-Ref: Ordinal Functions-Footnote-2583199
-Node: Join Function583408
-Ref: Join Function-Footnote-1585179
-Node: Getlocaltime Function585379
-Node: Data File Management589094
-Node: Filetrans Function589726
-Node: Rewind Function593795
-Node: File Checking595182
-Node: Empty Files596276
-Node: Ignoring Assigns598506
-Node: Getopt Function600059
-Ref: Getopt Function-Footnote-1611363
-Node: Passwd Functions611566
-Ref: Passwd Functions-Footnote-1620541
-Node: Group Functions620629
-Node: Walking Arrays628713
-Node: Sample Programs630850
-Node: Running Examples631524
-Node: Clones632252
-Node: Cut Program633476
-Node: Egrep Program643321
-Ref: Egrep Program-Footnote-1651094
-Node: Id Program651204
-Node: Split Program654820
-Ref: Split Program-Footnote-1658339
-Node: Tee Program658467
-Node: Uniq Program661270
-Node: Wc Program668699
-Ref: Wc Program-Footnote-1672965
-Ref: Wc Program-Footnote-2673165
-Node: Miscellaneous Programs673257
-Node: Dupword Program674445
-Node: Alarm Program676476
-Node: Translate Program681225
-Ref: Translate Program-Footnote-1685612
-Ref: Translate Program-Footnote-2685840
-Node: Labels Program685974
-Ref: Labels Program-Footnote-1689345
-Node: Word Sorting689429
-Node: History Sorting693313
-Node: Extract Program695152
-Ref: Extract Program-Footnote-1702653
-Node: Simple Sed702781
-Node: Igawk Program705843
-Ref: Igawk Program-Footnote-1721000
-Ref: Igawk Program-Footnote-2721201
-Node: Anagram Program721339
-Node: Signature Program724407
-Node: Advanced Features725507
-Node: Nondecimal Data727389
-Node: Array Sorting728972
-Node: Controlling Array Traversal729669
-Node: Array Sorting Functions737907
-Ref: Array Sorting Functions-Footnote-1741581
-Ref: Array Sorting Functions-Footnote-2741674
-Node: Two-way I/O741868
-Ref: Two-way I/O-Footnote-1747300
-Node: TCP/IP Networking747370
-Node: Profiling750214
-Node: Internationalization757711
-Node: I18N and L10N759136
-Node: Explaining gettext759822
-Ref: Explaining gettext-Footnote-1764890
-Ref: Explaining gettext-Footnote-2765074
-Node: Programmer i18n765239
-Node: Translator i18n769441
-Node: String Extraction770234
-Ref: String Extraction-Footnote-1771195
-Node: Printf Ordering771281
-Ref: Printf Ordering-Footnote-1774065
-Node: I18N Portability774129
-Ref: I18N Portability-Footnote-1776578
-Node: I18N Example776641
-Ref: I18N Example-Footnote-1779279
-Node: Gawk I18N779351
-Node: Debugger779972
-Node: Debugging780943
-Node: Debugging Concepts781376
-Node: Debugging Terms783232
-Node: Awk Debugging785829
-Node: Sample Debugging Session786721
-Node: Debugger Invocation787241
-Node: Finding The Bug788573
-Node: List of Debugger Commands795061
-Node: Breakpoint Control796395
-Node: Debugger Execution Control800059
-Node: Viewing And Changing Data803419
-Node: Execution Stack806775
-Node: Debugger Info808242
-Node: Miscellaneous Debugger Commands812224
-Node: Readline Support817400
-Node: Limitations818231
-Node: Arbitrary Precision Arithmetic820483
-Ref: Arbitrary Precision Arithmetic-Footnote-1822134
-Node: General Arithmetic822282
-Node: Floating Point Issues824002
-Node: String Conversion Precision824883
-Ref: String Conversion Precision-Footnote-1826589
-Node: Unexpected Results826698
-Node: POSIX Floating Point Problems828851
-Ref: POSIX Floating Point Problems-Footnote-1832676
-Node: Integer Programming832714
-Node: Floating-point Programming834453
-Ref: Floating-point Programming-Footnote-1840784
-Ref: Floating-point Programming-Footnote-2841054
-Node: Floating-point Representation841318
-Node: Floating-point Context842483
-Ref: table-ieee-formats843322
-Node: Rounding Mode844706
-Ref: table-rounding-modes845185
-Ref: Rounding Mode-Footnote-1848200
-Node: Gawk and MPFR848379
-Node: Arbitrary Precision Floats849634
-Ref: Arbitrary Precision Floats-Footnote-1852077
-Node: Setting Precision852393
-Ref: table-predefined-precision-strings853079
-Node: Setting Rounding Mode855224
-Ref: table-gawk-rounding-modes855628
-Node: Floating-point Constants856815
-Node: Changing Precision858244
-Ref: Changing Precision-Footnote-1859644
-Node: Exact Arithmetic859818
-Node: Arbitrary Precision Integers862956
-Ref: Arbitrary Precision Integers-Footnote-1865974
-Node: Dynamic Extensions866121
-Node: Extension Intro867579
-Node: Plugin License868844
-Node: Extension Mechanism Outline869529
-Ref: load-extension869946
-Ref: load-new-function871424
-Ref: call-new-function872419
-Node: Extension API Description874434
-Node: Extension API Functions Introduction875647
-Node: General Data Types880513
-Ref: General Data Types-Footnote-1886115
-Node: Requesting Values886414
-Ref: table-value-types-returned887145
-Node: Constructor Functions888099
-Node: Registration Functions891119
-Node: Extension Functions891804
-Node: Exit Callback Functions894029
-Node: Extension Version String895278
-Node: Input Parsers895928
-Node: Output Wrappers905685
-Node: Two-way processors910195
-Node: Printing Messages912403
-Ref: Printing Messages-Footnote-1913480
-Node: Updating `ERRNO'913632
-Node: Accessing Parameters914371
-Node: Symbol Table Access915601
-Node: Symbol table by name916113
-Node: Symbol table by cookie917860
-Ref: Symbol table by cookie-Footnote-1921990
-Node: Cached values922053
-Ref: Cached values-Footnote-1925502
-Node: Array Manipulation925593
-Ref: Array Manipulation-Footnote-1926691
-Node: Array Data Types926730
-Ref: Array Data Types-Footnote-1929433
-Node: Array Functions929525
-Node: Flattening Arrays933291
-Node: Creating Arrays940143
-Node: Extension API Variables944868
-Node: Extension Versioning945504
-Node: Extension API Informational Variables947405
-Node: Extension API Boilerplate948491
-Node: Finding Extensions952295
-Node: Extension Example952855
-Node: Internal File Description953586
-Node: Internal File Ops957677
-Ref: Internal File Ops-Footnote-1969185
-Node: Using Internal File Ops969325
-Ref: Using Internal File Ops-Footnote-1971678
-Node: Extension Samples971944
-Node: Extension Sample File Functions973468
-Node: Extension Sample Fnmatch981955
-Node: Extension Sample Fork983681
-Node: Extension Sample Inplace984899
-Node: Extension Sample Ord986677
-Node: Extension Sample Readdir987513
-Node: Extension Sample Revout989045
-Node: Extension Sample Rev2way989638
-Node: Extension Sample Read write array990328
-Node: Extension Sample Readfile992211
-Node: Extension Sample API Tests993029
-Node: Extension Sample Time993554
-Node: gawkextlib994918
-Node: Language History997678
-Node: V7/SVR3.1999200
-Node: SVR41001521
-Node: POSIX1002963
-Node: BTL1004349
-Node: POSIX/GNU1005083
-Node: Common Extensions1010618
-Node: Ranges and Locales1011924
-Ref: Ranges and Locales-Footnote-11016542
-Ref: Ranges and Locales-Footnote-21016569
-Ref: Ranges and Locales-Footnote-31016829
-Node: Contributors1017050
-Node: Installation1021929
-Node: Gawk Distribution1022823
-Node: Getting1023307
-Node: Extracting1024133
-Node: Distribution contents1025825
-Node: Unix Installation1031086
-Node: Quick Installation1031703
-Node: Additional Configuration Options1034147
-Node: Configuration Philosophy1035624
-Node: Non-Unix Installation1037978
-Node: PC Installation1038436
-Node: PC Binary Installation1039735
-Node: PC Compiling1041583
-Node: PC Testing1044527
-Node: PC Using1045703
-Node: Cygwin1049888
-Node: MSYS1050888
-Node: VMS Installation1051402
-Node: VMS Compilation1052005
-Ref: VMS Compilation-Footnote-11053012
-Node: VMS Installation Details1053070
-Node: VMS Running1054705
-Node: VMS Old Gawk1056312
-Node: Bugs1056786
-Node: Other Versions1060638
-Node: Notes1066239
-Node: Compatibility Mode1067039
-Node: Additions1067822
-Node: Accessing The Source1068749
-Node: Adding Code1070189
-Node: New Ports1076234
-Node: Derived Files1080369
-Ref: Derived Files-Footnote-11085690
-Ref: Derived Files-Footnote-21085724
-Ref: Derived Files-Footnote-31086324
-Node: Future Extensions1086422
-Node: Implementation Limitations1087003
-Node: Extension Design1088255
-Node: Old Extension Problems1089409
-Ref: Old Extension Problems-Footnote-11090917
-Node: Extension New Mechanism Goals1090974
-Ref: Extension New Mechanism Goals-Footnote-11094340
-Node: Extension Other Design Decisions1094526
-Node: Extension Future Growth1096632
-Node: Old Extension Mechanism1097468
-Node: Basic Concepts1099208
-Node: Basic High Level1099889
-Ref: figure-general-flow1100160
-Ref: figure-process-flow1100759
-Ref: Basic High Level-Footnote-11103988
-Node: Basic Data Typing1104173
-Node: Glossary1107528
-Node: Copying1132990
-Node: GNU Free Documentation License1170547
-Node: Index1195684
+Ref: Auto-set-Footnote-1425954
+Ref: Auto-set-Footnote-2426159
+Node: ARGC and ARGV426215
+Node: Arrays430066
+Node: Array Basics431571
+Node: Array Intro432397
+Node: Reference to Elements436715
+Node: Assigning Elements438985
+Node: Array Example439476
+Node: Scanning an Array441208
+Node: Controlling Scanning443522
+Ref: Controlling Scanning-Footnote-1448445
+Node: Delete448761
+Ref: Delete-Footnote-1451526
+Node: Numeric Array Subscripts451583
+Node: Uninitialized Subscripts453766
+Node: Multi-dimensional455394
+Node: Multi-scanning458488
+Node: Arrays of Arrays460079
+Node: Functions464720
+Node: Built-in465539
+Node: Calling Built-in466617
+Node: Numeric Functions468605
+Ref: Numeric Functions-Footnote-1472437
+Ref: Numeric Functions-Footnote-2472794
+Ref: Numeric Functions-Footnote-3472842
+Node: String Functions473111
+Ref: String Functions-Footnote-1496669
+Ref: String Functions-Footnote-2496798
+Ref: String Functions-Footnote-3497046
+Node: Gory Details497133
+Ref: table-sub-escapes498812
+Ref: table-sub-posix-92500166
+Ref: table-sub-proposed501517
+Ref: table-posix-sub502871
+Ref: table-gensub-escapes504416
+Ref: Gory Details-Footnote-1505592
+Ref: Gory Details-Footnote-2505643
+Node: I/O Functions505794
+Ref: I/O Functions-Footnote-1512779
+Node: Time Functions512926
+Ref: Time Functions-Footnote-1523859
+Ref: Time Functions-Footnote-2523927
+Ref: Time Functions-Footnote-3524085
+Ref: Time Functions-Footnote-4524196
+Ref: Time Functions-Footnote-5524308
+Ref: Time Functions-Footnote-6524535
+Node: Bitwise Functions524801
+Ref: table-bitwise-ops525359
+Ref: Bitwise Functions-Footnote-1529580
+Node: Type Functions529764
+Node: I18N Functions530915
+Node: User-defined532542
+Node: Definition Syntax533346
+Ref: Definition Syntax-Footnote-1538256
+Node: Function Example538325
+Node: Function Caveats540919
+Node: Calling A Function541340
+Node: Variable Scope542455
+Node: Pass By Value/Reference545418
+Node: Return Statement548926
+Node: Dynamic Typing551907
+Node: Indirect Calls552838
+Node: Library Functions562523
+Ref: Library Functions-Footnote-1566036
+Ref: Library Functions-Footnote-2566179
+Node: Library Names566350
+Ref: Library Names-Footnote-1569821
+Ref: Library Names-Footnote-2570041
+Node: General Functions570127
+Node: Strtonum Function571080
+Node: Assert Function574010
+Node: Round Function577336
+Node: Cliff Random Function578879
+Node: Ordinal Functions579895
+Ref: Ordinal Functions-Footnote-1582965
+Ref: Ordinal Functions-Footnote-2583217
+Node: Join Function583426
+Ref: Join Function-Footnote-1585197
+Node: Getlocaltime Function585397
+Node: Data File Management589112
+Node: Filetrans Function589744
+Node: Rewind Function593813
+Node: File Checking595200
+Node: Empty Files596294
+Node: Ignoring Assigns598524
+Node: Getopt Function600077
+Ref: Getopt Function-Footnote-1611381
+Node: Passwd Functions611584
+Ref: Passwd Functions-Footnote-1620559
+Node: Group Functions620647
+Node: Walking Arrays628731
+Node: Sample Programs630868
+Node: Running Examples631542
+Node: Clones632270
+Node: Cut Program633494
+Node: Egrep Program643339
+Ref: Egrep Program-Footnote-1651112
+Node: Id Program651222
+Node: Split Program654838
+Ref: Split Program-Footnote-1658357
+Node: Tee Program658485
+Node: Uniq Program661288
+Node: Wc Program668717
+Ref: Wc Program-Footnote-1672983
+Ref: Wc Program-Footnote-2673183
+Node: Miscellaneous Programs673275
+Node: Dupword Program674463
+Node: Alarm Program676494
+Node: Translate Program681243
+Ref: Translate Program-Footnote-1685630
+Ref: Translate Program-Footnote-2685858
+Node: Labels Program685992
+Ref: Labels Program-Footnote-1689363
+Node: Word Sorting689447
+Node: History Sorting693331
+Node: Extract Program695170
+Ref: Extract Program-Footnote-1702671
+Node: Simple Sed702799
+Node: Igawk Program705861
+Ref: Igawk Program-Footnote-1721018
+Ref: Igawk Program-Footnote-2721219
+Node: Anagram Program721357
+Node: Signature Program724425
+Node: Advanced Features725525
+Node: Nondecimal Data727407
+Node: Array Sorting728990
+Node: Controlling Array Traversal729687
+Node: Array Sorting Functions737925
+Ref: Array Sorting Functions-Footnote-1741599
+Ref: Array Sorting Functions-Footnote-2741692
+Node: Two-way I/O741886
+Ref: Two-way I/O-Footnote-1747318
+Node: TCP/IP Networking747388
+Node: Profiling750232
+Node: Internationalization757729
+Node: I18N and L10N759154
+Node: Explaining gettext759840
+Ref: Explaining gettext-Footnote-1764908
+Ref: Explaining gettext-Footnote-2765092
+Node: Programmer i18n765257
+Node: Translator i18n769459
+Node: String Extraction770252
+Ref: String Extraction-Footnote-1771213
+Node: Printf Ordering771299
+Ref: Printf Ordering-Footnote-1774083
+Node: I18N Portability774147
+Ref: I18N Portability-Footnote-1776596
+Node: I18N Example776659
+Ref: I18N Example-Footnote-1779297
+Node: Gawk I18N779369
+Node: Debugger779990
+Node: Debugging780961
+Node: Debugging Concepts781394
+Node: Debugging Terms783250
+Node: Awk Debugging785847
+Node: Sample Debugging Session786739
+Node: Debugger Invocation787259
+Node: Finding The Bug788591
+Node: List of Debugger Commands795079
+Node: Breakpoint Control796413
+Node: Debugger Execution Control800077
+Node: Viewing And Changing Data803437
+Node: Execution Stack806793
+Node: Debugger Info808260
+Node: Miscellaneous Debugger Commands812242
+Node: Readline Support817418
+Node: Limitations818249
+Node: Arbitrary Precision Arithmetic820501
+Ref: Arbitrary Precision Arithmetic-Footnote-1822152
+Node: General Arithmetic822300
+Node: Floating Point Issues824020
+Node: String Conversion Precision824901
+Ref: String Conversion Precision-Footnote-1826607
+Node: Unexpected Results826716
+Node: POSIX Floating Point Problems828869
+Ref: POSIX Floating Point Problems-Footnote-1832694
+Node: Integer Programming832732
+Node: Floating-point Programming834471
+Ref: Floating-point Programming-Footnote-1840802
+Ref: Floating-point Programming-Footnote-2841072
+Node: Floating-point Representation841336
+Node: Floating-point Context842501
+Ref: table-ieee-formats843340
+Node: Rounding Mode844724
+Ref: table-rounding-modes845203
+Ref: Rounding Mode-Footnote-1848218
+Node: Gawk and MPFR848397
+Node: Arbitrary Precision Floats849652
+Ref: Arbitrary Precision Floats-Footnote-1852095
+Node: Setting Precision852411
+Ref: table-predefined-precision-strings853097
+Node: Setting Rounding Mode855242
+Ref: table-gawk-rounding-modes855646
+Node: Floating-point Constants856833
+Node: Changing Precision858262
+Ref: Changing Precision-Footnote-1859662
+Node: Exact Arithmetic859836
+Node: Arbitrary Precision Integers862974
+Ref: Arbitrary Precision Integers-Footnote-1865992
+Node: Dynamic Extensions866139
+Node: Extension Intro867597
+Node: Plugin License868862
+Node: Extension Mechanism Outline869547
+Ref: load-extension869964
+Ref: load-new-function871442
+Ref: call-new-function872437
+Node: Extension API Description874452
+Node: Extension API Functions Introduction875665
+Node: General Data Types880531
+Ref: General Data Types-Footnote-1886133
+Node: Requesting Values886432
+Ref: table-value-types-returned887163
+Node: Constructor Functions888117
+Node: Registration Functions891137
+Node: Extension Functions891822
+Node: Exit Callback Functions894047
+Node: Extension Version String895296
+Node: Input Parsers895946
+Node: Output Wrappers905703
+Node: Two-way processors910213
+Node: Printing Messages912421
+Ref: Printing Messages-Footnote-1913498
+Node: Updating `ERRNO'913650
+Node: Accessing Parameters914389
+Node: Symbol Table Access915619
+Node: Symbol table by name916131
+Node: Symbol table by cookie917878
+Ref: Symbol table by cookie-Footnote-1922008
+Node: Cached values922071
+Ref: Cached values-Footnote-1925520
+Node: Array Manipulation925611
+Ref: Array Manipulation-Footnote-1926709
+Node: Array Data Types926748
+Ref: Array Data Types-Footnote-1929451
+Node: Array Functions929543
+Node: Flattening Arrays933309
+Node: Creating Arrays940161
+Node: Extension API Variables944886
+Node: Extension Versioning945522
+Node: Extension API Informational Variables947423
+Node: Extension API Boilerplate948509
+Node: Finding Extensions952313
+Node: Extension Example952873
+Node: Internal File Description953604
+Node: Internal File Ops957695
+Ref: Internal File Ops-Footnote-1969203
+Node: Using Internal File Ops969343
+Ref: Using Internal File Ops-Footnote-1971696
+Node: Extension Samples971962
+Node: Extension Sample File Functions973486
+Node: Extension Sample Fnmatch981973
+Node: Extension Sample Fork983699
+Node: Extension Sample Inplace984917
+Node: Extension Sample Ord986695
+Node: Extension Sample Readdir987531
+Node: Extension Sample Revout989063
+Node: Extension Sample Rev2way989656
+Node: Extension Sample Read write array990346
+Node: Extension Sample Readfile992229
+Node: Extension Sample API Tests993047
+Node: Extension Sample Time993572
+Node: gawkextlib994936
+Node: Language History997696
+Node: V7/SVR3.1999218
+Node: SVR41001539
+Node: POSIX1002981
+Node: BTL1004367
+Node: POSIX/GNU1005101
+Node: Common Extensions1010636
+Node: Ranges and Locales1011942
+Ref: Ranges and Locales-Footnote-11016560
+Ref: Ranges and Locales-Footnote-21016587
+Ref: Ranges and Locales-Footnote-31016847
+Node: Contributors1017068
+Node: Installation1021947
+Node: Gawk Distribution1022841
+Node: Getting1023325
+Node: Extracting1024151
+Node: Distribution contents1025843
+Node: Unix Installation1031104
+Node: Quick Installation1031721
+Node: Additional Configuration Options1034165
+Node: Configuration Philosophy1035642
+Node: Non-Unix Installation1037996
+Node: PC Installation1038454
+Node: PC Binary Installation1039753
+Node: PC Compiling1041601
+Node: PC Testing1044545
+Node: PC Using1045721
+Node: Cygwin1049906
+Node: MSYS1050906
+Node: VMS Installation1051420
+Node: VMS Compilation1052023
+Ref: VMS Compilation-Footnote-11053030
+Node: VMS Installation Details1053088
+Node: VMS Running1054723
+Node: VMS Old Gawk1056330
+Node: Bugs1056804
+Node: Other Versions1060656
+Node: Notes1066257
+Node: Compatibility Mode1067057
+Node: Additions1067840
+Node: Accessing The Source1068767
+Node: Adding Code1070207
+Node: New Ports1076252
+Node: Derived Files1080387
+Ref: Derived Files-Footnote-11085708
+Ref: Derived Files-Footnote-21085742
+Ref: Derived Files-Footnote-31086342
+Node: Future Extensions1086440
+Node: Implementation Limitations1087021
+Node: Extension Design1088273
+Node: Old Extension Problems1089427
+Ref: Old Extension Problems-Footnote-11090935
+Node: Extension New Mechanism Goals1090992
+Ref: Extension New Mechanism Goals-Footnote-11094358
+Node: Extension Other Design Decisions1094544
+Node: Extension Future Growth1096650
+Node: Old Extension Mechanism1097486
+Node: Basic Concepts1099226
+Node: Basic High Level1099907
+Ref: figure-general-flow1100178
+Ref: figure-process-flow1100777
+Ref: Basic High Level-Footnote-11104006
+Node: Basic Data Typing1104191
+Node: Glossary1107546
+Node: Copying1133008
+Node: GNU Free Documentation License1170565
+Node: Index1195702

End Tag Table