aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-05-16 17:42:39 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-05-16 17:42:39 +0300
commit74c4d80d8424c008da42cbb1376e4201720f2df4 (patch)
treee50fb9901b1ccf47e92d293d7636e6b393397d17
parentc7fb84ee9c7a5f04f123855cb8e1a136bcec01df (diff)
downloadegawk-74c4d80d8424c008da42cbb1376e4201720f2df4.tar.gz
egawk-74c4d80d8424c008da42cbb1376e4201720f2df4.tar.bz2
egawk-74c4d80d8424c008da42cbb1376e4201720f2df4.zip
Update UPDATE date in gawk.texi.
-rw-r--r--doc/gawk.info817
-rw-r--r--doc/gawk.texi2
2 files changed, 410 insertions, 409 deletions
diff --git a/doc/gawk.info b/doc/gawk.info
index 2edfe381..4a166838 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -1,4 +1,5 @@
-This is gawk.info, produced by makeinfo version 4.13 from gawk.texi.
+This is /home/arnold/Gnu/gawk/gawk.git/doc/gawk.info, produced by
+makeinfo version 4.13 from /home/arnold/Gnu/gawk/gawk.git/doc/gawk.texi.
INFO-DIR-SECTION Text creation and manipulation
START-INFO-DIR-ENTRY
@@ -27304,412 +27305,412 @@ Index

Tag Table:
-Node: Top1346
-Node: Foreword33320
-Node: Preface37665
-Ref: Preface-Footnote-140632
-Ref: Preface-Footnote-240738
-Node: History40970
-Node: Names43361
-Ref: Names-Footnote-144838
-Node: This Manual44910
-Ref: This Manual-Footnote-149857
-Node: Conventions49957
-Node: Manual History52091
-Ref: Manual History-Footnote-155361
-Ref: Manual History-Footnote-255402
-Node: How To Contribute55476
-Node: Acknowledgments56620
-Node: Getting Started60951
-Node: Running gawk63330
-Node: One-shot64516
-Node: Read Terminal65741
-Ref: Read Terminal-Footnote-167391
-Ref: Read Terminal-Footnote-267667
-Node: Long67838
-Node: Executable Scripts69214
-Ref: Executable Scripts-Footnote-171083
-Ref: Executable Scripts-Footnote-271185
-Node: Comments71636
-Node: Quoting74103
-Node: DOS Quoting78726
-Node: Sample Data Files79401
-Node: Very Simple82433
-Node: Two Rules87032
-Node: More Complex89179
-Ref: More Complex-Footnote-192109
-Node: Statements/Lines92194
-Ref: Statements/Lines-Footnote-196656
-Node: Other Features96921
-Node: When97849
-Node: Invoking Gawk99996
-Node: Command Line101381
-Node: Options102164
-Ref: Options-Footnote-1115296
-Node: Other Arguments115321
-Node: Naming Standard Input117979
-Node: Environment Variables119073
-Node: AWKPATH Variable119517
-Ref: AWKPATH Variable-Footnote-1122114
-Node: Other Environment Variables122374
-Node: Exit Status124714
-Node: Include Files125389
-Node: Obsolete128874
-Node: Undocumented129560
-Node: Regexp129801
-Node: Regexp Usage131253
-Node: Escape Sequences133279
-Node: Regexp Operators139042
-Ref: Regexp Operators-Footnote-1146239
-Ref: Regexp Operators-Footnote-2146386
-Node: Bracket Expressions146484
-Ref: table-char-classes148287
-Node: GNU Regexp Operators150931
-Node: Case-sensitivity154654
-Ref: Case-sensitivity-Footnote-1157622
-Ref: Case-sensitivity-Footnote-2157857
-Node: Leftmost Longest157965
-Node: Computed Regexps159166
-Node: Locales162592
-Node: Reading Files166299
-Node: Records168240
-Ref: Records-Footnote-1176914
-Node: Fields176951
-Ref: Fields-Footnote-1179984
-Node: Nonconstant Fields180070
-Node: Changing Fields182272
-Node: Field Separators188250
-Node: Default Field Splitting190879
-Node: Regexp Field Splitting191996
-Node: Single Character Fields195338
-Node: Command Line Field Separator196397
-Node: Field Splitting Summary199838
-Ref: Field Splitting Summary-Footnote-1203030
-Node: Constant Size203131
-Node: Splitting By Content207715
-Ref: Splitting By Content-Footnote-1211441
-Node: Multiple Line211481
-Ref: Multiple Line-Footnote-1217328
-Node: Getline217507
-Node: Plain Getline219735
-Node: Getline/Variable221824
-Node: Getline/File222965
-Node: Getline/Variable/File224287
-Ref: Getline/Variable/File-Footnote-1225886
-Node: Getline/Pipe225973
-Node: Getline/Variable/Pipe228533
-Node: Getline/Coprocess229640
-Node: Getline/Variable/Coprocess230883
-Node: Getline Notes231597
-Node: Getline Summary233539
-Ref: table-getline-variants233882
-Node: Command line directories234738
-Node: Printing235363
-Node: Print236994
-Node: Print Examples238331
-Node: Output Separators241115
-Node: OFMT242875
-Node: Printf244233
-Node: Basic Printf245139
-Node: Control Letters246678
-Node: Format Modifiers250490
-Node: Printf Examples256499
-Node: Redirection259214
-Node: Special Files266198
-Node: Special FD266731
-Ref: Special FD-Footnote-1270356
-Node: Special Network270430
-Node: Special Caveats271280
-Node: Close Files And Pipes272076
-Ref: Close Files And Pipes-Footnote-1279099
-Ref: Close Files And Pipes-Footnote-2279247
-Node: Expressions279397
-Node: Values280466
-Node: Constants281142
-Node: Scalar Constants281822
-Ref: Scalar Constants-Footnote-1282681
-Node: Nondecimal-numbers282863
-Node: Regexp Constants285922
-Node: Using Constant Regexps286397
-Node: Variables289452
-Node: Using Variables290107
-Node: Assignment Options291831
-Node: Conversion293703
-Ref: table-locale-affects299079
-Ref: Conversion-Footnote-1299703
-Node: All Operators299812
-Node: Arithmetic Ops300442
-Node: Concatenation302947
-Ref: Concatenation-Footnote-1305740
-Node: Assignment Ops305860
-Ref: table-assign-ops310848
-Node: Increment Ops312256
-Node: Truth Values and Conditions315726
-Node: Truth Values316809
-Node: Typing and Comparison317858
-Node: Variable Typing318647
-Ref: Variable Typing-Footnote-1322544
-Node: Comparison Operators322666
-Ref: table-relational-ops323076
-Node: POSIX String Comparison326625
-Ref: POSIX String Comparison-Footnote-1327581
-Node: Boolean Ops327719
-Ref: Boolean Ops-Footnote-1331797
-Node: Conditional Exp331888
-Node: Function Calls333620
-Node: Precedence337214
-Node: Patterns and Actions340867
-Node: Pattern Overview341921
-Node: Regexp Patterns343587
-Node: Expression Patterns344130
-Node: Ranges347704
-Node: BEGIN/END350670
-Node: Using BEGIN/END351432
-Ref: Using BEGIN/END-Footnote-1354163
-Node: I/O And BEGIN/END354269
-Node: BEGINFILE/ENDFILE356551
-Node: Empty359382
-Node: Using Shell Variables359698
-Node: Action Overview361983
-Node: Statements364340
-Node: If Statement366194
-Node: While Statement367693
-Node: Do Statement369737
-Node: For Statement370893
-Node: Switch Statement374045
-Node: Break Statement376142
-Node: Continue Statement378132
-Node: Next Statement379919
-Node: Nextfile Statement382309
-Node: Exit Statement384606
-Node: Built-in Variables387022
-Node: User-modified388117
-Ref: User-modified-Footnote-1396143
-Node: Auto-set396205
-Ref: Auto-set-Footnote-1405496
-Node: ARGC and ARGV405701
-Node: Arrays409552
-Node: Array Basics411057
-Node: Array Intro411768
-Node: Reference to Elements416086
-Node: Assigning Elements418356
-Node: Array Example418847
-Node: Scanning an Array420579
-Node: Delete423245
-Ref: Delete-Footnote-1425680
-Node: Numeric Array Subscripts425737
-Node: Uninitialized Subscripts427920
-Node: Multi-dimensional429548
-Node: Multi-scanning432642
-Node: Arrays of Arrays434226
-Node: Functions438803
-Node: Built-in439625
-Node: Calling Built-in440703
-Node: Numeric Functions442691
-Ref: Numeric Functions-Footnote-1446456
-Ref: Numeric Functions-Footnote-2446813
-Ref: Numeric Functions-Footnote-3446861
-Node: String Functions447130
-Ref: String Functions-Footnote-1470627
-Ref: String Functions-Footnote-2470756
-Ref: String Functions-Footnote-3471004
-Node: Gory Details471091
-Ref: table-sub-escapes472770
-Ref: table-posix-sub474084
-Ref: table-gensub-escapes474997
-Node: I/O Functions476168
-Ref: I/O Functions-Footnote-1482823
-Node: Time Functions482970
-Ref: Time Functions-Footnote-1493862
-Ref: Time Functions-Footnote-2493930
-Ref: Time Functions-Footnote-3494088
-Ref: Time Functions-Footnote-4494199
-Ref: Time Functions-Footnote-5494311
-Ref: Time Functions-Footnote-6494538
-Node: Bitwise Functions494804
-Ref: table-bitwise-ops495362
-Ref: Bitwise Functions-Footnote-1499522
-Node: Type Functions499706
-Node: I18N Functions500176
-Node: User-defined501803
-Node: Definition Syntax502607
-Ref: Definition Syntax-Footnote-1507517
-Node: Function Example507586
-Node: Function Caveats510180
-Node: Calling A Function510601
-Node: Variable Scope511716
-Node: Pass By Value/Reference513691
-Node: Return Statement517131
-Node: Dynamic Typing520112
-Node: Indirect Calls520847
-Node: Internationalization530532
-Node: I18N and L10N531958
-Node: Explaining gettext532644
-Ref: Explaining gettext-Footnote-1537710
-Ref: Explaining gettext-Footnote-2537894
-Node: Programmer i18n538059
-Node: Translator i18n542259
-Node: String Extraction543052
-Ref: String Extraction-Footnote-1544013
-Node: Printf Ordering544099
-Ref: Printf Ordering-Footnote-1546883
-Node: I18N Portability546947
-Ref: I18N Portability-Footnote-1549396
-Node: I18N Example549459
-Ref: I18N Example-Footnote-1552094
-Node: Gawk I18N552166
-Node: Advanced Features552783
-Node: Nondecimal Data554296
-Node: Array Sorting555879
-Node: Controlling Array Traversal556579
-Node: Controlling Scanning With A Function557326
-Node: Controlling Scanning565029
-Ref: Controlling Scanning-Footnote-1568830
-Node: Array Sorting Functions569146
-Ref: Array Sorting Functions-Footnote-1572662
-Ref: Array Sorting Functions-Footnote-2572755
-Node: Two-way I/O572949
-Ref: Two-way I/O-Footnote-1578381
-Node: TCP/IP Networking578451
-Node: Profiling581295
-Node: Library Functions588769
-Ref: Library Functions-Footnote-1591776
-Node: Library Names591947
-Ref: Library Names-Footnote-1595418
-Ref: Library Names-Footnote-2595638
-Node: General Functions595724
-Node: Strtonum Function596677
-Node: Assert Function599607
-Node: Round Function602933
-Node: Cliff Random Function604476
-Node: Ordinal Functions605492
-Ref: Ordinal Functions-Footnote-1608562
-Ref: Ordinal Functions-Footnote-2608814
-Node: Join Function609023
-Ref: Join Function-Footnote-1610794
-Node: Gettimeofday Function610994
-Node: Data File Management614709
-Node: Filetrans Function615341
-Node: Rewind Function619480
-Node: File Checking620867
-Node: Empty Files621961
-Node: Ignoring Assigns624191
-Node: Getopt Function625744
-Ref: Getopt Function-Footnote-1637048
-Node: Passwd Functions637251
-Ref: Passwd Functions-Footnote-1646226
-Node: Group Functions646314
-Node: Walking Arrays654398
-Node: Sample Programs655967
-Node: Running Examples656632
-Node: Clones657360
-Node: Cut Program658584
-Node: Egrep Program668429
-Ref: Egrep Program-Footnote-1676202
-Node: Id Program676312
-Node: Split Program679928
-Ref: Split Program-Footnote-1683447
-Node: Tee Program683575
-Node: Uniq Program686378
-Node: Wc Program693807
-Ref: Wc Program-Footnote-1698073
-Ref: Wc Program-Footnote-2698273
-Node: Miscellaneous Programs698365
-Node: Dupword Program699553
-Node: Alarm Program701584
-Node: Translate Program706333
-Ref: Translate Program-Footnote-1710720
-Ref: Translate Program-Footnote-2710948
-Node: Labels Program711082
-Ref: Labels Program-Footnote-1714453
-Node: Word Sorting714537
-Node: History Sorting718421
-Node: Extract Program720260
-Ref: Extract Program-Footnote-1727743
-Node: Simple Sed727871
-Node: Igawk Program730933
-Ref: Igawk Program-Footnote-1745966
-Ref: Igawk Program-Footnote-2746167
-Node: Anagram Program746305
-Node: Signature Program749373
-Node: Debugger750473
-Node: Debugging751384
-Node: Debugging Concepts751797
-Node: Debugging Terms753653
-Node: Awk Debugging756276
-Node: Sample dgawk session757168
-Node: dgawk invocation757660
-Node: Finding The Bug758842
-Node: List of Debugger Commands765328
-Node: Breakpoint Control766639
-Node: Dgawk Execution Control770275
-Node: Viewing And Changing Data773626
-Node: Dgawk Stack776963
-Node: Dgawk Info778423
-Node: Miscellaneous Dgawk Commands782371
-Node: Readline Support787799
-Node: Dgawk Limitations788637
-Node: Language History790826
-Node: V7/SVR3.1792264
-Node: SVR4794585
-Node: POSIX796027
-Node: BTL797035
-Node: POSIX/GNU797769
-Node: Common Extensions802920
-Node: Contributors804021
-Node: Installation808197
-Node: Gawk Distribution809091
-Node: Getting809575
-Node: Extracting810401
-Node: Distribution contents812093
-Node: Unix Installation817315
-Node: Quick Installation817932
-Node: Additional Configuration Options819894
-Node: Configuration Philosophy821371
-Node: Non-Unix Installation823713
-Node: PC Installation824171
-Node: PC Binary Installation825470
-Node: PC Compiling827318
-Node: PC Testing830262
-Node: PC Using831438
-Node: Cygwin835623
-Node: MSYS836623
-Node: VMS Installation837137
-Node: VMS Compilation837740
-Ref: VMS Compilation-Footnote-1838747
-Node: VMS Installation Details838805
-Node: VMS Running840440
-Node: VMS Old Gawk842047
-Node: Bugs842521
-Node: Other Versions846431
-Node: Notes851710
-Node: Compatibility Mode852402
-Node: Additions853185
-Node: Accessing The Source853997
-Node: Adding Code855422
-Node: New Ports861389
-Node: Dynamic Extensions865502
-Node: Internals866878
-Node: Plugin License875981
-Node: Sample Library876615
-Node: Internal File Description877301
-Node: Internal File Ops881016
-Ref: Internal File Ops-Footnote-1885797
-Node: Using Internal File Ops885937
-Node: Future Extensions888314
-Node: Basic Concepts890818
-Node: Basic High Level891575
-Ref: Basic High Level-Footnote-1895610
-Node: Basic Data Typing895795
-Node: Floating Point Issues900320
-Node: String Conversion Precision901403
-Ref: String Conversion Precision-Footnote-1903103
-Node: Unexpected Results903212
-Node: POSIX Floating Point Problems905038
-Ref: POSIX Floating Point Problems-Footnote-1908743
-Node: Glossary908781
-Node: Copying933757
-Node: GNU Free Documentation License971314
-Node: Index996451
+Node: Top1416
+Node: Foreword33390
+Node: Preface37735
+Ref: Preface-Footnote-140702
+Ref: Preface-Footnote-240808
+Node: History41040
+Node: Names43431
+Ref: Names-Footnote-144908
+Node: This Manual44980
+Ref: This Manual-Footnote-149927
+Node: Conventions50027
+Node: Manual History52161
+Ref: Manual History-Footnote-155431
+Ref: Manual History-Footnote-255472
+Node: How To Contribute55546
+Node: Acknowledgments56690
+Node: Getting Started61021
+Node: Running gawk63400
+Node: One-shot64586
+Node: Read Terminal65811
+Ref: Read Terminal-Footnote-167461
+Ref: Read Terminal-Footnote-267737
+Node: Long67908
+Node: Executable Scripts69284
+Ref: Executable Scripts-Footnote-171153
+Ref: Executable Scripts-Footnote-271255
+Node: Comments71706
+Node: Quoting74173
+Node: DOS Quoting78796
+Node: Sample Data Files79471
+Node: Very Simple82503
+Node: Two Rules87102
+Node: More Complex89249
+Ref: More Complex-Footnote-192179
+Node: Statements/Lines92264
+Ref: Statements/Lines-Footnote-196726
+Node: Other Features96991
+Node: When97919
+Node: Invoking Gawk100066
+Node: Command Line101451
+Node: Options102234
+Ref: Options-Footnote-1115366
+Node: Other Arguments115391
+Node: Naming Standard Input118049
+Node: Environment Variables119143
+Node: AWKPATH Variable119587
+Ref: AWKPATH Variable-Footnote-1122184
+Node: Other Environment Variables122444
+Node: Exit Status124784
+Node: Include Files125459
+Node: Obsolete128944
+Node: Undocumented129630
+Node: Regexp129871
+Node: Regexp Usage131323
+Node: Escape Sequences133349
+Node: Regexp Operators139112
+Ref: Regexp Operators-Footnote-1146309
+Ref: Regexp Operators-Footnote-2146456
+Node: Bracket Expressions146554
+Ref: table-char-classes148357
+Node: GNU Regexp Operators151001
+Node: Case-sensitivity154724
+Ref: Case-sensitivity-Footnote-1157692
+Ref: Case-sensitivity-Footnote-2157927
+Node: Leftmost Longest158035
+Node: Computed Regexps159236
+Node: Locales162662
+Node: Reading Files166369
+Node: Records168310
+Ref: Records-Footnote-1176984
+Node: Fields177021
+Ref: Fields-Footnote-1180054
+Node: Nonconstant Fields180140
+Node: Changing Fields182342
+Node: Field Separators188320
+Node: Default Field Splitting190949
+Node: Regexp Field Splitting192066
+Node: Single Character Fields195408
+Node: Command Line Field Separator196467
+Node: Field Splitting Summary199908
+Ref: Field Splitting Summary-Footnote-1203100
+Node: Constant Size203201
+Node: Splitting By Content207785
+Ref: Splitting By Content-Footnote-1211511
+Node: Multiple Line211551
+Ref: Multiple Line-Footnote-1217398
+Node: Getline217577
+Node: Plain Getline219805
+Node: Getline/Variable221894
+Node: Getline/File223035
+Node: Getline/Variable/File224357
+Ref: Getline/Variable/File-Footnote-1225956
+Node: Getline/Pipe226043
+Node: Getline/Variable/Pipe228603
+Node: Getline/Coprocess229710
+Node: Getline/Variable/Coprocess230953
+Node: Getline Notes231667
+Node: Getline Summary233609
+Ref: table-getline-variants233952
+Node: Command line directories234808
+Node: Printing235433
+Node: Print237064
+Node: Print Examples238401
+Node: Output Separators241185
+Node: OFMT242945
+Node: Printf244303
+Node: Basic Printf245209
+Node: Control Letters246748
+Node: Format Modifiers250560
+Node: Printf Examples256569
+Node: Redirection259284
+Node: Special Files266268
+Node: Special FD266801
+Ref: Special FD-Footnote-1270426
+Node: Special Network270500
+Node: Special Caveats271350
+Node: Close Files And Pipes272146
+Ref: Close Files And Pipes-Footnote-1279169
+Ref: Close Files And Pipes-Footnote-2279317
+Node: Expressions279467
+Node: Values280536
+Node: Constants281212
+Node: Scalar Constants281892
+Ref: Scalar Constants-Footnote-1282751
+Node: Nondecimal-numbers282933
+Node: Regexp Constants285992
+Node: Using Constant Regexps286467
+Node: Variables289522
+Node: Using Variables290177
+Node: Assignment Options291901
+Node: Conversion293773
+Ref: table-locale-affects299149
+Ref: Conversion-Footnote-1299773
+Node: All Operators299882
+Node: Arithmetic Ops300512
+Node: Concatenation303017
+Ref: Concatenation-Footnote-1305810
+Node: Assignment Ops305930
+Ref: table-assign-ops310918
+Node: Increment Ops312326
+Node: Truth Values and Conditions315796
+Node: Truth Values316879
+Node: Typing and Comparison317928
+Node: Variable Typing318717
+Ref: Variable Typing-Footnote-1322614
+Node: Comparison Operators322736
+Ref: table-relational-ops323146
+Node: POSIX String Comparison326695
+Ref: POSIX String Comparison-Footnote-1327651
+Node: Boolean Ops327789
+Ref: Boolean Ops-Footnote-1331867
+Node: Conditional Exp331958
+Node: Function Calls333690
+Node: Precedence337284
+Node: Patterns and Actions340937
+Node: Pattern Overview341991
+Node: Regexp Patterns343657
+Node: Expression Patterns344200
+Node: Ranges347774
+Node: BEGIN/END350740
+Node: Using BEGIN/END351502
+Ref: Using BEGIN/END-Footnote-1354233
+Node: I/O And BEGIN/END354339
+Node: BEGINFILE/ENDFILE356621
+Node: Empty359452
+Node: Using Shell Variables359768
+Node: Action Overview362053
+Node: Statements364410
+Node: If Statement366264
+Node: While Statement367763
+Node: Do Statement369807
+Node: For Statement370963
+Node: Switch Statement374115
+Node: Break Statement376212
+Node: Continue Statement378202
+Node: Next Statement379989
+Node: Nextfile Statement382379
+Node: Exit Statement384676
+Node: Built-in Variables387092
+Node: User-modified388187
+Ref: User-modified-Footnote-1396213
+Node: Auto-set396275
+Ref: Auto-set-Footnote-1405566
+Node: ARGC and ARGV405771
+Node: Arrays409622
+Node: Array Basics411127
+Node: Array Intro411838
+Node: Reference to Elements416156
+Node: Assigning Elements418426
+Node: Array Example418917
+Node: Scanning an Array420649
+Node: Delete423315
+Ref: Delete-Footnote-1425750
+Node: Numeric Array Subscripts425807
+Node: Uninitialized Subscripts427990
+Node: Multi-dimensional429618
+Node: Multi-scanning432712
+Node: Arrays of Arrays434296
+Node: Functions438873
+Node: Built-in439695
+Node: Calling Built-in440773
+Node: Numeric Functions442761
+Ref: Numeric Functions-Footnote-1446526
+Ref: Numeric Functions-Footnote-2446883
+Ref: Numeric Functions-Footnote-3446931
+Node: String Functions447200
+Ref: String Functions-Footnote-1470697
+Ref: String Functions-Footnote-2470826
+Ref: String Functions-Footnote-3471074
+Node: Gory Details471161
+Ref: table-sub-escapes472840
+Ref: table-posix-sub474154
+Ref: table-gensub-escapes475067
+Node: I/O Functions476238
+Ref: I/O Functions-Footnote-1482893
+Node: Time Functions483040
+Ref: Time Functions-Footnote-1493932
+Ref: Time Functions-Footnote-2494000
+Ref: Time Functions-Footnote-3494158
+Ref: Time Functions-Footnote-4494269
+Ref: Time Functions-Footnote-5494381
+Ref: Time Functions-Footnote-6494608
+Node: Bitwise Functions494874
+Ref: table-bitwise-ops495432
+Ref: Bitwise Functions-Footnote-1499592
+Node: Type Functions499776
+Node: I18N Functions500246
+Node: User-defined501873
+Node: Definition Syntax502677
+Ref: Definition Syntax-Footnote-1507587
+Node: Function Example507656
+Node: Function Caveats510250
+Node: Calling A Function510671
+Node: Variable Scope511786
+Node: Pass By Value/Reference513761
+Node: Return Statement517201
+Node: Dynamic Typing520182
+Node: Indirect Calls520917
+Node: Internationalization530602
+Node: I18N and L10N532028
+Node: Explaining gettext532714
+Ref: Explaining gettext-Footnote-1537780
+Ref: Explaining gettext-Footnote-2537964
+Node: Programmer i18n538129
+Node: Translator i18n542329
+Node: String Extraction543122
+Ref: String Extraction-Footnote-1544083
+Node: Printf Ordering544169
+Ref: Printf Ordering-Footnote-1546953
+Node: I18N Portability547017
+Ref: I18N Portability-Footnote-1549466
+Node: I18N Example549529
+Ref: I18N Example-Footnote-1552164
+Node: Gawk I18N552236
+Node: Advanced Features552853
+Node: Nondecimal Data554366
+Node: Array Sorting555949
+Node: Controlling Array Traversal556649
+Node: Controlling Scanning With A Function557396
+Node: Controlling Scanning565099
+Ref: Controlling Scanning-Footnote-1568900
+Node: Array Sorting Functions569216
+Ref: Array Sorting Functions-Footnote-1572732
+Ref: Array Sorting Functions-Footnote-2572825
+Node: Two-way I/O573019
+Ref: Two-way I/O-Footnote-1578451
+Node: TCP/IP Networking578521
+Node: Profiling581365
+Node: Library Functions588839
+Ref: Library Functions-Footnote-1591846
+Node: Library Names592017
+Ref: Library Names-Footnote-1595488
+Ref: Library Names-Footnote-2595708
+Node: General Functions595794
+Node: Strtonum Function596747
+Node: Assert Function599677
+Node: Round Function603003
+Node: Cliff Random Function604546
+Node: Ordinal Functions605562
+Ref: Ordinal Functions-Footnote-1608632
+Ref: Ordinal Functions-Footnote-2608884
+Node: Join Function609093
+Ref: Join Function-Footnote-1610864
+Node: Gettimeofday Function611064
+Node: Data File Management614779
+Node: Filetrans Function615411
+Node: Rewind Function619550
+Node: File Checking620937
+Node: Empty Files622031
+Node: Ignoring Assigns624261
+Node: Getopt Function625814
+Ref: Getopt Function-Footnote-1637118
+Node: Passwd Functions637321
+Ref: Passwd Functions-Footnote-1646296
+Node: Group Functions646384
+Node: Walking Arrays654468
+Node: Sample Programs656037
+Node: Running Examples656702
+Node: Clones657430
+Node: Cut Program658654
+Node: Egrep Program668499
+Ref: Egrep Program-Footnote-1676272
+Node: Id Program676382
+Node: Split Program679998
+Ref: Split Program-Footnote-1683517
+Node: Tee Program683645
+Node: Uniq Program686448
+Node: Wc Program693877
+Ref: Wc Program-Footnote-1698143
+Ref: Wc Program-Footnote-2698343
+Node: Miscellaneous Programs698435
+Node: Dupword Program699623
+Node: Alarm Program701654
+Node: Translate Program706403
+Ref: Translate Program-Footnote-1710790
+Ref: Translate Program-Footnote-2711018
+Node: Labels Program711152
+Ref: Labels Program-Footnote-1714523
+Node: Word Sorting714607
+Node: History Sorting718491
+Node: Extract Program720330
+Ref: Extract Program-Footnote-1727813
+Node: Simple Sed727941
+Node: Igawk Program731003
+Ref: Igawk Program-Footnote-1746036
+Ref: Igawk Program-Footnote-2746237
+Node: Anagram Program746375
+Node: Signature Program749443
+Node: Debugger750543
+Node: Debugging751454
+Node: Debugging Concepts751867
+Node: Debugging Terms753723
+Node: Awk Debugging756346
+Node: Sample dgawk session757238
+Node: dgawk invocation757730
+Node: Finding The Bug758912
+Node: List of Debugger Commands765398
+Node: Breakpoint Control766709
+Node: Dgawk Execution Control770345
+Node: Viewing And Changing Data773696
+Node: Dgawk Stack777033
+Node: Dgawk Info778493
+Node: Miscellaneous Dgawk Commands782441
+Node: Readline Support787869
+Node: Dgawk Limitations788707
+Node: Language History790896
+Node: V7/SVR3.1792334
+Node: SVR4794655
+Node: POSIX796097
+Node: BTL797105
+Node: POSIX/GNU797839
+Node: Common Extensions802990
+Node: Contributors804091
+Node: Installation808267
+Node: Gawk Distribution809161
+Node: Getting809645
+Node: Extracting810471
+Node: Distribution contents812163
+Node: Unix Installation817385
+Node: Quick Installation818002
+Node: Additional Configuration Options819964
+Node: Configuration Philosophy821441
+Node: Non-Unix Installation823783
+Node: PC Installation824241
+Node: PC Binary Installation825540
+Node: PC Compiling827388
+Node: PC Testing830332
+Node: PC Using831508
+Node: Cygwin835693
+Node: MSYS836693
+Node: VMS Installation837207
+Node: VMS Compilation837810
+Ref: VMS Compilation-Footnote-1838817
+Node: VMS Installation Details838875
+Node: VMS Running840510
+Node: VMS Old Gawk842117
+Node: Bugs842591
+Node: Other Versions846501
+Node: Notes851780
+Node: Compatibility Mode852472
+Node: Additions853255
+Node: Accessing The Source854067
+Node: Adding Code855492
+Node: New Ports861459
+Node: Dynamic Extensions865572
+Node: Internals866948
+Node: Plugin License876051
+Node: Sample Library876685
+Node: Internal File Description877371
+Node: Internal File Ops881086
+Ref: Internal File Ops-Footnote-1885867
+Node: Using Internal File Ops886007
+Node: Future Extensions888384
+Node: Basic Concepts890888
+Node: Basic High Level891645
+Ref: Basic High Level-Footnote-1895680
+Node: Basic Data Typing895865
+Node: Floating Point Issues900390
+Node: String Conversion Precision901473
+Ref: String Conversion Precision-Footnote-1903173
+Node: Unexpected Results903282
+Node: POSIX Floating Point Problems905108
+Ref: POSIX Floating Point Problems-Footnote-1908813
+Node: Glossary908851
+Node: Copying933827
+Node: GNU Free Documentation License971384
+Node: Index996521

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 4f329afd..ae040d9e 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -20,7 +20,7 @@
@c applies to and all the info about who's publishing this edition
@c These apply across the board.
-@set UPDATE-MONTH March, 2011
+@set UPDATE-MONTH May, 2011
@set VERSION 4.0
@set PATCHLEVEL 0