gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-2957-gb538a5d
Date: Thu, 9 Nov 2017 14:07:37 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, feature/namespaces has been updated
       via  b538a5d41f2f9388388ad31d7ce3a0d5ff1c256a (commit)
       via  1736de9cfa770b68c6a3b4eccb66a96bd68471e3 (commit)
       via  c2526c4c963c3f6f86f0f98cf58f87a80513e13f (commit)
       via  f5c665d78447a479a5cae95ddaaaf9035ce4e18b (commit)
      from  8fde56ca3df855c36a335e2aab8b8a1ef7408e16 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=b538a5d41f2f9388388ad31d7ce3a0d5ff1c256a

commit b538a5d41f2f9388388ad31d7ce3a0d5ff1c256a
Merge: 8fde56c 1736de9
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Nov 9 21:07:30 2017 +0200

    Merge branch 'master' into feature/namespaces

diff --cc doc/gawk.info
index 4171293,226cc6e..081a138
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36314,592 -35878,581 +36314,592 @@@ Inde
  
  Tag Table:
  Node: Top1200
 -Node: Foreword343399
 -Node: Foreword447841
 -Node: Preface49373
 -Ref: Preface-Footnote-152232
 -Ref: Preface-Footnote-252339
 -Ref: Preface-Footnote-352573
 -Node: History52715
 -Node: Names55067
 -Ref: Names-Footnote-156161
 -Node: This Manual56308
 -Ref: This Manual-Footnote-162793
 -Node: Conventions62893
 -Node: Manual History65248
 -Ref: Manual History-Footnote-168245
 -Ref: Manual History-Footnote-268286
 -Node: How To Contribute68360
 -Node: Acknowledgments69011
 -Node: Getting Started73919
 -Node: Running gawk76358
 -Node: One-shot77548
 -Node: Read Terminal78811
 -Node: Long80804
 -Node: Executable Scripts82317
 -Ref: Executable Scripts-Footnote-185112
 -Node: Comments85215
 -Node: Quoting87699
 -Node: DOS Quoting93216
 -Node: Sample Data Files95272
 -Node: Very Simple97867
 -Node: Two Rules102769
 -Node: More Complex104654
 -Node: Statements/Lines107520
 -Ref: Statements/Lines-Footnote-1111979
 -Node: Other Features112244
 -Node: When113180
 -Ref: When-Footnote-1114934
 -Node: Intro Summary114999
 -Node: Invoking Gawk115883
 -Node: Command Line117397
 -Node: Options118195
 -Ref: Options-Footnote-1134814
 -Ref: Options-Footnote-2135045
 -Node: Other Arguments135070
 -Node: Naming Standard Input138017
 -Node: Environment Variables139110
 -Node: AWKPATH Variable139668
 -Ref: AWKPATH Variable-Footnote-1143080
 -Ref: AWKPATH Variable-Footnote-2143114
 -Node: AWKLIBPATH Variable143375
 -Node: Other Environment Variables144632
 -Node: Exit Status148453
 -Node: Include Files149130
 -Node: Loading Shared Libraries152655
 -Node: Obsolete154083
 -Node: Undocumented154775
 -Node: Invoking Summary155072
 -Node: Regexp156732
 -Node: Regexp Usage158186
 -Node: Escape Sequences160223
 -Node: Regexp Operators166455
 -Ref: Regexp Operators-Footnote-1173871
 -Ref: Regexp Operators-Footnote-2174018
 -Node: Bracket Expressions174116
 -Ref: table-char-classes176592
 -Node: Leftmost Longest179729
 -Node: Computed Regexps181032
 -Node: GNU Regexp Operators184459
 -Node: Case-sensitivity188138
 -Ref: Case-sensitivity-Footnote-1191025
 -Ref: Case-sensitivity-Footnote-2191260
 -Node: Regexp Summary191368
 -Node: Reading Files192834
 -Node: Records195103
 -Node: awk split records195836
 -Node: gawk split records200767
 -Ref: gawk split records-Footnote-1205307
 -Node: Fields205344
 -Node: Nonconstant Fields208085
 -Ref: Nonconstant Fields-Footnote-1210321
 -Node: Changing Fields210525
 -Node: Field Separators216453
 -Node: Default Field Splitting219151
 -Node: Regexp Field Splitting220269
 -Node: Single Character Fields223622
 -Node: Command Line Field Separator224682
 -Node: Full Line Fields227900
 -Ref: Full Line Fields-Footnote-1229422
 -Ref: Full Line Fields-Footnote-2229468
 -Node: Field Splitting Summary229569
 -Node: Constant Size231643
 -Node: Fixed width data232375
 -Node: Skipping intervening235842
 -Node: Allowing trailing data236640
 -Node: Fields with fixed data237677
 -Node: Splitting By Content239195
 -Ref: Splitting By Content-Footnote-1242845
 -Node: Testing field creation243008
 -Node: Multiple Line244633
 -Ref: Multiple Line-Footnote-1250517
 -Node: Getline250696
 -Node: Plain Getline253165
 -Node: Getline/Variable255806
 -Node: Getline/File256957
 -Node: Getline/Variable/File258345
 -Ref: Getline/Variable/File-Footnote-1259950
 -Node: Getline/Pipe260038
 -Node: Getline/Variable/Pipe262745
 -Node: Getline/Coprocess263880
 -Node: Getline/Variable/Coprocess265147
 -Node: Getline Notes265889
 -Node: Getline Summary268686
 -Ref: table-getline-variants269110
 -Node: Read Timeout269858
 -Ref: Read Timeout-Footnote-1273764
 -Node: Retrying Input273822
 -Node: Command-line directories275021
 -Node: Input Summary275927
 -Node: Input Exercises279099
 -Node: Printing279827
 -Node: Print281661
 -Node: Print Examples283118
 -Node: Output Separators285898
 -Node: OFMT287915
 -Node: Printf289271
 -Node: Basic Printf290056
 -Node: Control Letters291630
 -Node: Format Modifiers295618
 -Node: Printf Examples301633
 -Node: Redirection304119
 -Node: Special FD310960
 -Ref: Special FD-Footnote-1314128
 -Node: Special Files314202
 -Node: Other Inherited Files314819
 -Node: Special Network315820
 -Node: Special Caveats316680
 -Node: Close Files And Pipes317629
 -Ref: table-close-pipe-return-values324536
 -Ref: Close Files And Pipes-Footnote-1325319
 -Ref: Close Files And Pipes-Footnote-2325467
 -Node: Nonfatal325619
 -Node: Output Summary327944
 -Node: Output Exercises329166
 -Node: Expressions329845
 -Node: Values331033
 -Node: Constants331711
 -Node: Scalar Constants332402
 -Ref: Scalar Constants-Footnote-1333266
 -Node: Nondecimal-numbers333516
 -Node: Regexp Constants336517
 -Node: Using Constant Regexps337043
 -Node: Standard Regexp Constants337665
 -Node: Strong Regexp Constants340853
 -Node: Variables343811
 -Node: Using Variables344468
 -Node: Assignment Options346378
 -Node: Conversion348251
 -Node: Strings And Numbers348775
 -Ref: Strings And Numbers-Footnote-1351838
 -Node: Locale influences conversions351947
 -Ref: table-locale-affects354705
 -Node: All Operators355323
 -Node: Arithmetic Ops355952
 -Node: Concatenation358458
 -Ref: Concatenation-Footnote-1361305
 -Node: Assignment Ops361412
 -Ref: table-assign-ops366403
 -Node: Increment Ops367716
 -Node: Truth Values and Conditions371176
 -Node: Truth Values372250
 -Node: Typing and Comparison373298
 -Node: Variable Typing374118
 -Ref: Variable Typing-Footnote-1380581
 -Ref: Variable Typing-Footnote-2380653
 -Node: Comparison Operators380730
 -Ref: table-relational-ops381149
 -Node: POSIX String Comparison384644
 -Ref: POSIX String Comparison-Footnote-1386339
 -Ref: POSIX String Comparison-Footnote-2386478
 -Node: Boolean Ops386562
 -Ref: Boolean Ops-Footnote-1391044
 -Node: Conditional Exp391136
 -Node: Function Calls392872
 -Node: Precedence396749
 -Node: Locales400408
 -Node: Expressions Summary402040
 -Node: Patterns and Actions404613
 -Node: Pattern Overview405733
 -Node: Regexp Patterns407410
 -Node: Expression Patterns407952
 -Node: Ranges411733
 -Node: BEGIN/END414841
 -Node: Using BEGIN/END415602
 -Ref: Using BEGIN/END-Footnote-1418338
 -Node: I/O And BEGIN/END418444
 -Node: BEGINFILE/ENDFILE420758
 -Node: Empty423671
 -Node: Using Shell Variables423988
 -Node: Action Overview426262
 -Node: Statements428587
 -Node: If Statement430435
 -Node: While Statement431930
 -Node: Do Statement433958
 -Node: For Statement435106
 -Node: Switch Statement438277
 -Node: Break Statement440663
 -Node: Continue Statement442755
 -Node: Next Statement444582
 -Node: Nextfile Statement446965
 -Node: Exit Statement449617
 -Node: Built-in Variables452020
 -Node: User-modified453153
 -Node: Auto-set460920
 -Ref: Auto-set-Footnote-1477253
 -Ref: Auto-set-Footnote-2477459
 -Node: ARGC and ARGV477515
 -Node: Pattern Action Summary481728
 -Node: Arrays484158
 -Node: Array Basics485487
 -Node: Array Intro486331
 -Ref: figure-array-elements488306
 -Ref: Array Intro-Footnote-1491010
 -Node: Reference to Elements491138
 -Node: Assigning Elements493602
 -Node: Array Example494093
 -Node: Scanning an Array495852
 -Node: Controlling Scanning498874
 -Ref: Controlling Scanning-Footnote-1504273
 -Node: Numeric Array Subscripts504589
 -Node: Uninitialized Subscripts506773
 -Node: Delete508392
 -Ref: Delete-Footnote-1511144
 -Node: Multidimensional511201
 -Node: Multiscanning514296
 -Node: Arrays of Arrays515887
 -Node: Arrays Summary520654
 -Node: Functions522747
 -Node: Built-in523785
 -Node: Calling Built-in524866
 -Node: Numeric Functions526862
 -Ref: Numeric Functions-Footnote-1530890
 -Ref: Numeric Functions-Footnote-2531247
 -Ref: Numeric Functions-Footnote-3531295
 -Node: String Functions531567
 -Ref: String Functions-Footnote-1555225
 -Ref: String Functions-Footnote-2555353
 -Ref: String Functions-Footnote-3555601
 -Node: Gory Details555688
 -Ref: table-sub-escapes557479
 -Ref: table-sub-proposed558998
 -Ref: table-posix-sub560361
 -Ref: table-gensub-escapes561902
 -Ref: Gory Details-Footnote-1562725
 -Node: I/O Functions562879
 -Ref: table-system-return-values569461
 -Ref: I/O Functions-Footnote-1571441
 -Ref: I/O Functions-Footnote-2571589
 -Node: Time Functions571709
 -Ref: Time Functions-Footnote-1582380
 -Ref: Time Functions-Footnote-2582448
 -Ref: Time Functions-Footnote-3582606
 -Ref: Time Functions-Footnote-4582717
 -Ref: Time Functions-Footnote-5582829
 -Ref: Time Functions-Footnote-6583056
 -Node: Bitwise Functions583322
 -Ref: table-bitwise-ops583916
 -Ref: Bitwise Functions-Footnote-1589949
 -Ref: Bitwise Functions-Footnote-2590122
 -Node: Type Functions590313
 -Node: I18N Functions593064
 -Node: User-defined594715
 -Node: Definition Syntax595520
 -Ref: Definition Syntax-Footnote-1601207
 -Node: Function Example601278
 -Ref: Function Example-Footnote-1604200
 -Node: Function Caveats604222
 -Node: Calling A Function604740
 -Node: Variable Scope605698
 -Node: Pass By Value/Reference608692
 -Node: Return Statement612191
 -Node: Dynamic Typing615170
 -Node: Indirect Calls616100
 -Ref: Indirect Calls-Footnote-1626352
 -Node: Functions Summary626480
 -Node: Library Functions629185
 -Ref: Library Functions-Footnote-1632792
 -Ref: Library Functions-Footnote-2632935
 -Node: Library Names633106
 -Ref: Library Names-Footnote-1636566
 -Ref: Library Names-Footnote-2636789
 -Node: General Functions636875
 -Node: Strtonum Function637978
 -Node: Assert Function641000
 -Node: Round Function644326
 -Node: Cliff Random Function645867
 -Node: Ordinal Functions646883
 -Ref: Ordinal Functions-Footnote-1649946
 -Ref: Ordinal Functions-Footnote-2650198
 -Node: Join Function650408
 -Ref: Join Function-Footnote-1652178
 -Node: Getlocaltime Function652378
 -Node: Readfile Function656120
 -Node: Shell Quoting658097
 -Node: Data File Management659498
 -Node: Filetrans Function660130
 -Node: Rewind Function664226
 -Node: File Checking666136
 -Ref: File Checking-Footnote-1667470
 -Node: Empty Files667671
 -Node: Ignoring Assigns669650
 -Node: Getopt Function671200
 -Ref: Getopt Function-Footnote-1682669
 -Node: Passwd Functions682869
 -Ref: Passwd Functions-Footnote-1691708
 -Node: Group Functions691796
 -Ref: Group Functions-Footnote-1699694
 -Node: Walking Arrays699901
 -Node: Library Functions Summary702909
 -Node: Library Exercises704315
 -Node: Sample Programs704780
 -Node: Running Examples705550
 -Node: Clones706278
 -Node: Cut Program707502
 -Node: Egrep Program717431
 -Ref: Egrep Program-Footnote-1724943
 -Node: Id Program725053
 -Node: Split Program728733
 -Ref: Split Program-Footnote-1732192
 -Node: Tee Program732321
 -Node: Uniq Program735111
 -Node: Wc Program742537
 -Ref: Wc Program-Footnote-1746792
 -Node: Miscellaneous Programs746886
 -Node: Dupword Program748099
 -Node: Alarm Program750129
 -Node: Translate Program754984
 -Ref: Translate Program-Footnote-1759549
 -Node: Labels Program759819
 -Ref: Labels Program-Footnote-1763170
 -Node: Word Sorting763254
 -Node: History Sorting767326
 -Node: Extract Program769161
 -Node: Simple Sed776691
 -Node: Igawk Program779765
 -Ref: Igawk Program-Footnote-1794096
 -Ref: Igawk Program-Footnote-2794298
 -Ref: Igawk Program-Footnote-3794420
 -Node: Anagram Program794535
 -Node: Signature Program797597
 -Node: Programs Summary798844
 -Node: Programs Exercises800058
 -Ref: Programs Exercises-Footnote-1804187
 -Node: Advanced Features804278
 -Node: Nondecimal Data806268
 -Node: Array Sorting807859
 -Node: Controlling Array Traversal808559
 -Ref: Controlling Array Traversal-Footnote-1816926
 -Node: Array Sorting Functions817044
 -Ref: Array Sorting Functions-Footnote-1822135
 -Node: Two-way I/O822331
 -Ref: Two-way I/O-Footnote-1828883
 -Ref: Two-way I/O-Footnote-2829070
 -Node: TCP/IP Networking829152
 -Node: Profiling832270
 -Ref: Profiling-Footnote-1840942
 -Node: Advanced Features Summary841265
 -Node: Internationalization843109
 -Node: I18N and L10N844589
 -Node: Explaining gettext845276
 -Ref: Explaining gettext-Footnote-1851168
 -Ref: Explaining gettext-Footnote-2851353
 -Node: Programmer i18n851518
 -Ref: Programmer i18n-Footnote-1856467
 -Node: Translator i18n856516
 -Node: String Extraction857310
 -Ref: String Extraction-Footnote-1858442
 -Node: Printf Ordering858528
 -Ref: Printf Ordering-Footnote-1861314
 -Node: I18N Portability861378
 -Ref: I18N Portability-Footnote-1863834
 -Node: I18N Example863897
 -Ref: I18N Example-Footnote-1866703
 -Node: Gawk I18N866776
 -Node: I18N Summary867421
 -Node: Debugger868762
 -Node: Debugging869785
 -Node: Debugging Concepts870226
 -Node: Debugging Terms872035
 -Node: Awk Debugging874610
 -Node: Sample Debugging Session875516
 -Node: Debugger Invocation876050
 -Node: Finding The Bug877436
 -Node: List of Debugger Commands883914
 -Node: Breakpoint Control885247
 -Node: Debugger Execution Control888941
 -Node: Viewing And Changing Data892303
 -Node: Execution Stack895677
 -Node: Debugger Info897314
 -Node: Miscellaneous Debugger Commands901385
 -Node: Readline Support906473
 -Node: Limitations907369
 -Node: Debugging Summary909478
 -Node: Arbitrary Precision Arithmetic910757
 -Node: Computer Arithmetic912242
 -Ref: table-numeric-ranges915833
 -Ref: Computer Arithmetic-Footnote-1916555
 -Node: Math Definitions916612
 -Ref: table-ieee-formats919928
 -Ref: Math Definitions-Footnote-1920531
 -Node: MPFR features920636
 -Node: FP Math Caution922354
 -Ref: FP Math Caution-Footnote-1923426
 -Node: Inexactness of computations923795
 -Node: Inexact representation924755
 -Node: Comparing FP Values926115
 -Node: Errors accumulate927197
 -Node: Getting Accuracy928630
 -Node: Try To Round931340
 -Node: Setting precision932239
 -Ref: table-predefined-precision-strings932936
 -Node: Setting the rounding mode934766
 -Ref: table-gawk-rounding-modes935140
 -Ref: Setting the rounding mode-Footnote-1938548
 -Node: Arbitrary Precision Integers938727
 -Ref: Arbitrary Precision Integers-Footnote-1941902
 -Node: Checking for MPFR942051
 -Node: POSIX Floating Point Problems943348
 -Ref: POSIX Floating Point Problems-Footnote-1947219
 -Node: Floating point summary947257
 -Node: Dynamic Extensions949447
 -Node: Extension Intro951000
 -Node: Plugin License952266
 -Node: Extension Mechanism Outline953063
 -Ref: figure-load-extension953502
 -Ref: figure-register-new-function955067
 -Ref: figure-call-new-function956159
 -Node: Extension API Description958221
 -Node: Extension API Functions Introduction959863
 -Node: General Data Types965403
 -Ref: General Data Types-Footnote-1973764
 -Node: Memory Allocation Functions974063
 -Ref: Memory Allocation Functions-Footnote-1978271
 -Node: Constructor Functions978370
 -Node: Registration Functions981956
 -Node: Extension Functions982641
 -Node: Exit Callback Functions987856
 -Node: Extension Version String989106
 -Node: Input Parsers989769
 -Node: Output Wrappers1002490
 -Node: Two-way processors1007002
 -Node: Printing Messages1009267
 -Ref: Printing Messages-Footnote-11010438
 -Node: Updating ERRNO1010591
 -Node: Requesting Values1011330
 -Ref: table-value-types-returned1012067
 -Node: Accessing Parameters1013003
 -Node: Symbol Table Access1014238
 -Node: Symbol table by name1014750
 -Node: Symbol table by cookie1016539
 -Ref: Symbol table by cookie-Footnote-11020724
 -Node: Cached values1020788
 -Ref: Cached values-Footnote-11024324
 -Node: Array Manipulation1024477
 -Ref: Array Manipulation-Footnote-11025568
 -Node: Array Data Types1025605
 -Ref: Array Data Types-Footnote-11028263
 -Node: Array Functions1028355
 -Node: Flattening Arrays1032853
 -Node: Creating Arrays1039829
 -Node: Redirection API1044598
 -Node: Extension API Variables1047431
 -Node: Extension Versioning1048142
 -Ref: gawk-api-version1048571
 -Node: Extension GMP/MPFR Versioning1050299
 -Node: Extension API Informational Variables1051927
 -Node: Extension API Boilerplate1053000
 -Node: Changes from API V11056974
 -Node: Finding Extensions1057634
 -Node: Extension Example1058193
 -Node: Internal File Description1058991
 -Node: Internal File Ops1063071
 -Ref: Internal File Ops-Footnote-11074471
 -Node: Using Internal File Ops1074611
 -Ref: Using Internal File Ops-Footnote-11076994
 -Node: Extension Samples1077268
 -Node: Extension Sample File Functions1078797
 -Node: Extension Sample Fnmatch1086446
 -Node: Extension Sample Fork1087933
 -Node: Extension Sample Inplace1089151
 -Node: Extension Sample Ord1092368
 -Node: Extension Sample Readdir1093204
 -Ref: table-readdir-file-types1094093
 -Node: Extension Sample Revout1094898
 -Node: Extension Sample Rev2way1095487
 -Node: Extension Sample Read write array1096227
 -Node: Extension Sample Readfile1098169
 -Node: Extension Sample Time1099264
 -Node: Extension Sample API Tests1100612
 -Node: gawkextlib1101104
 -Node: Extension summary1103560
 -Node: Extension Exercises1107262
 -Node: Language History1108760
 -Node: V7/SVR3.11110416
 -Node: SVR41112568
 -Node: POSIX1114002
 -Node: BTL1115382
 -Node: POSIX/GNU1116111
 -Node: Feature History1121889
 -Node: Common Extensions1137748
 -Node: Ranges and Locales1139031
 -Ref: Ranges and Locales-Footnote-11143647
 -Ref: Ranges and Locales-Footnote-21143674
 -Ref: Ranges and Locales-Footnote-31143909
 -Node: Contributors1144130
 -Node: History summary1150075
 -Node: Installation1151455
 -Node: Gawk Distribution1152399
 -Node: Getting1152883
 -Node: Extracting1153846
 -Node: Distribution contents1155484
 -Node: Unix Installation1161964
 -Node: Quick Installation1162646
 -Node: Shell Startup Files1165060
 -Node: Additional Configuration Options1166149
 -Node: Configuration Philosophy1168010
 -Node: Non-Unix Installation1170379
 -Node: PC Installation1170839
 -Node: PC Binary Installation1171677
 -Node: PC Compiling1172112
 -Node: PC Using1173229
 -Node: Cygwin1176274
 -Node: MSYS1177044
 -Node: VMS Installation1177545
 -Node: VMS Compilation1178336
 -Ref: VMS Compilation-Footnote-11179565
 -Node: VMS Dynamic Extensions1179623
 -Node: VMS Installation Details1181308
 -Node: VMS Running1183561
 -Node: VMS GNV1187840
 -Node: VMS Old Gawk1188575
 -Node: Bugs1189046
 -Node: Bug address1189709
 -Node: Usenet1192501
 -Node: Maintainers1193278
 -Node: Other Versions1194539
 -Node: Installation summary1201301
 -Node: Notes1202503
 -Node: Compatibility Mode1203368
 -Node: Additions1204150
 -Node: Accessing The Source1205075
 -Node: Adding Code1206512
 -Node: New Ports1212731
 -Node: Derived Files1217219
 -Ref: Derived Files-Footnote-11222865
 -Ref: Derived Files-Footnote-21222900
 -Ref: Derived Files-Footnote-31223498
 -Node: Future Extensions1223612
 -Node: Implementation Limitations1224270
 -Node: Extension Design1225453
 -Node: Old Extension Problems1226607
 -Ref: Old Extension Problems-Footnote-11228125
 -Node: Extension New Mechanism Goals1228182
 -Ref: Extension New Mechanism Goals-Footnote-11231546
 -Node: Extension Other Design Decisions1231735
 -Node: Extension Future Growth1233848
 -Node: Old Extension Mechanism1234684
 -Node: Notes summary1236447
 -Node: Basic Concepts1237629
 -Node: Basic High Level1238310
 -Ref: figure-general-flow1238592
 -Ref: figure-process-flow1239277
 -Ref: Basic High Level-Footnote-11242578
 -Node: Basic Data Typing1242763
 -Node: Glossary1246091
 -Node: Copying1277927
 -Node: GNU Free Documentation License1315466
 -Node: Index1340584
 +Node: Foreword344127
 +Node: Foreword448569
 +Node: Preface50101
 +Ref: Preface-Footnote-152960
 +Ref: Preface-Footnote-253067
 +Ref: Preface-Footnote-353301
 +Node: History53443
 +Node: Names55795
 +Ref: Names-Footnote-156889
 +Node: This Manual57036
 +Ref: This Manual-Footnote-163675
 +Node: Conventions63775
 +Node: Manual History66130
 +Ref: Manual History-Footnote-169127
 +Ref: Manual History-Footnote-269168
 +Node: How To Contribute69242
 +Node: Acknowledgments69893
 +Node: Getting Started74801
 +Node: Running gawk77240
 +Node: One-shot78430
 +Node: Read Terminal79693
 +Node: Long81686
 +Node: Executable Scripts83199
 +Ref: Executable Scripts-Footnote-185994
 +Node: Comments86097
 +Node: Quoting88581
 +Node: DOS Quoting94098
 +Node: Sample Data Files96154
 +Node: Very Simple98749
 +Node: Two Rules103651
 +Node: More Complex105536
 +Node: Statements/Lines108402
 +Ref: Statements/Lines-Footnote-1112861
 +Node: Other Features113126
 +Node: When114062
 +Ref: When-Footnote-1115816
 +Node: Intro Summary115881
 +Node: Invoking Gawk116765
 +Node: Command Line118279
 +Node: Options119077
 +Ref: Options-Footnote-1136173
 +Ref: Options-Footnote-2136404
 +Node: Other Arguments136429
 +Node: Naming Standard Input139376
 +Node: Environment Variables140469
 +Node: AWKPATH Variable141027
 +Ref: AWKPATH Variable-Footnote-1144439
 +Ref: AWKPATH Variable-Footnote-2144473
 +Node: AWKLIBPATH Variable144734
 +Node: Other Environment Variables145991
 +Node: Exit Status149812
 +Node: Include Files150489
 +Node: Loading Shared Libraries154167
 +Node: Obsolete155595
 +Node: Undocumented156287
 +Node: Invoking Summary156584
 +Node: Regexp158244
 +Node: Regexp Usage159698
 +Node: Escape Sequences161735
 +Node: Regexp Operators167967
 +Ref: Regexp Operators-Footnote-1175383
 +Ref: Regexp Operators-Footnote-2175530
 +Node: Bracket Expressions175628
 +Ref: table-char-classes178104
 +Node: Leftmost Longest181241
 +Node: Computed Regexps182544
 +Node: GNU Regexp Operators185971
 +Node: Case-sensitivity189650
 +Ref: Case-sensitivity-Footnote-1192537
 +Ref: Case-sensitivity-Footnote-2192772
 +Node: Regexp Summary192880
 +Node: Reading Files194346
 +Node: Records196615
 +Node: awk split records197348
 +Node: gawk split records202279
 +Ref: gawk split records-Footnote-1206819
 +Node: Fields206856
 +Node: Nonconstant Fields209597
 +Ref: Nonconstant Fields-Footnote-1211833
 +Node: Changing Fields212037
 +Node: Field Separators217965
 +Node: Default Field Splitting220663
 +Node: Regexp Field Splitting221781
 +Node: Single Character Fields225134
 +Node: Command Line Field Separator226194
 +Node: Full Line Fields229412
 +Ref: Full Line Fields-Footnote-1230934
 +Ref: Full Line Fields-Footnote-2230980
 +Node: Field Splitting Summary231081
 +Node: Constant Size233155
 +Node: Fixed width data233887
 +Node: Skipping intervening237354
 +Node: Allowing trailing data238152
 +Node: Fields with fixed data239189
 +Node: Splitting By Content240707
 +Ref: Splitting By Content-Footnote-1244357
 +Node: Testing field creation244520
 +Node: Multiple Line246145
 +Ref: Multiple Line-Footnote-1252029
 +Node: Getline252208
 +Node: Plain Getline254677
 +Node: Getline/Variable257318
 +Node: Getline/File258469
 +Node: Getline/Variable/File259857
 +Ref: Getline/Variable/File-Footnote-1261462
 +Node: Getline/Pipe261550
 +Node: Getline/Variable/Pipe264257
 +Node: Getline/Coprocess265392
 +Node: Getline/Variable/Coprocess266659
 +Node: Getline Notes267401
 +Node: Getline Summary270198
 +Ref: table-getline-variants270622
 +Node: Read Timeout271370
 +Ref: Read Timeout-Footnote-1275276
 +Node: Retrying Input275334
 +Node: Command-line directories276533
 +Node: Input Summary277439
 +Node: Input Exercises280611
 +Node: Printing281339
 +Node: Print283173
 +Node: Print Examples284630
 +Node: Output Separators287410
 +Node: OFMT289427
 +Node: Printf290783
 +Node: Basic Printf291568
 +Node: Control Letters293142
 +Node: Format Modifiers297130
 +Node: Printf Examples303145
 +Node: Redirection305631
 +Node: Special FD312472
 +Ref: Special FD-Footnote-1315640
 +Node: Special Files315714
 +Node: Other Inherited Files316331
 +Node: Special Network317332
 +Node: Special Caveats318192
 +Node: Close Files And Pipes319141
 +Ref: table-close-pipe-return-values326048
 +Ref: Close Files And Pipes-Footnote-1326831
 +Ref: Close Files And Pipes-Footnote-2326979
 +Node: Nonfatal327131
 +Node: Output Summary329456
 +Node: Output Exercises330678
 +Node: Expressions331357
 +Node: Values332545
 +Node: Constants333223
 +Node: Scalar Constants333914
 +Ref: Scalar Constants-Footnote-1334778
 +Node: Nondecimal-numbers335028
 +Node: Regexp Constants338029
 +Node: Using Constant Regexps338555
 +Node: Standard Regexp Constants339177
 +Node: Strong Regexp Constants342365
 +Node: Variables345323
 +Node: Using Variables345980
 +Node: Assignment Options347890
 +Node: Conversion349763
 +Node: Strings And Numbers350287
 +Ref: Strings And Numbers-Footnote-1353350
 +Node: Locale influences conversions353459
 +Ref: table-locale-affects356217
 +Node: All Operators356835
 +Node: Arithmetic Ops357464
 +Node: Concatenation359970
 +Ref: Concatenation-Footnote-1362817
 +Node: Assignment Ops362924
 +Ref: table-assign-ops367915
 +Node: Increment Ops369228
 +Node: Truth Values and Conditions372688
 +Node: Truth Values373762
 +Node: Typing and Comparison374810
 +Node: Variable Typing375630
 +Ref: Variable Typing-Footnote-1382093
 +Ref: Variable Typing-Footnote-2382165
 +Node: Comparison Operators382242
 +Ref: table-relational-ops382661
 +Node: POSIX String Comparison386156
 +Ref: POSIX String Comparison-Footnote-1387851
 +Ref: POSIX String Comparison-Footnote-2387990
 +Node: Boolean Ops388074
 +Ref: Boolean Ops-Footnote-1392556
 +Node: Conditional Exp392648
 +Node: Function Calls394384
 +Node: Precedence398261
 +Node: Locales401920
 +Node: Expressions Summary403552
 +Node: Patterns and Actions406125
 +Node: Pattern Overview407245
 +Node: Regexp Patterns408922
 +Node: Expression Patterns409464
 +Node: Ranges413245
 +Node: BEGIN/END416353
 +Node: Using BEGIN/END417114
 +Ref: Using BEGIN/END-Footnote-1419850
 +Node: I/O And BEGIN/END419956
 +Node: BEGINFILE/ENDFILE422270
 +Node: Empty425183
 +Node: Using Shell Variables425500
 +Node: Action Overview427774
 +Node: Statements430099
 +Node: If Statement431947
 +Node: While Statement433442
 +Node: Do Statement435470
 +Node: For Statement436618
- Node: Switch Statement439776
- Node: Break Statement442162
- Node: Continue Statement444254
- Node: Next Statement446081
- Node: Nextfile Statement448464
- Node: Exit Statement451116
- Node: Built-in Variables453519
- Node: User-modified454652
- Node: Auto-set462419
- Ref: Auto-set-Footnote-1478752
- Ref: Auto-set-Footnote-2478958
- Node: ARGC and ARGV479014
- Node: Pattern Action Summary483227
- Node: Arrays485657
- Node: Array Basics486986
- Node: Array Intro487830
- Ref: figure-array-elements489805
- Ref: Array Intro-Footnote-1492509
- Node: Reference to Elements492637
- Node: Assigning Elements495101
- Node: Array Example495592
- Node: Scanning an Array497351
- Node: Controlling Scanning500373
- Ref: Controlling Scanning-Footnote-1505772
- Node: Numeric Array Subscripts506088
- Node: Uninitialized Subscripts508272
- Node: Delete509891
- Ref: Delete-Footnote-1512643
- Node: Multidimensional512700
- Node: Multiscanning515795
- Node: Arrays of Arrays517386
- Node: Arrays Summary522153
- Node: Functions524246
- Node: Built-in525284
- Node: Calling Built-in526365
- Node: Numeric Functions528361
- Ref: Numeric Functions-Footnote-1532389
- Ref: Numeric Functions-Footnote-2532746
- Ref: Numeric Functions-Footnote-3532794
- Node: String Functions533066
- Ref: String Functions-Footnote-1556724
- Ref: String Functions-Footnote-2556852
- Ref: String Functions-Footnote-3557100
- Node: Gory Details557187
- Ref: table-sub-escapes558978
- Ref: table-sub-proposed560497
- Ref: table-posix-sub561860
- Ref: table-gensub-escapes563401
- Ref: Gory Details-Footnote-1564224
- Node: I/O Functions564378
- Ref: table-system-return-values570960
- Ref: I/O Functions-Footnote-1572940
- Ref: I/O Functions-Footnote-2573088
- Node: Time Functions573208
- Ref: Time Functions-Footnote-1583879
- Ref: Time Functions-Footnote-2583947
- Ref: Time Functions-Footnote-3584105
- Ref: Time Functions-Footnote-4584216
- Ref: Time Functions-Footnote-5584328
- Ref: Time Functions-Footnote-6584555
- Node: Bitwise Functions584821
- Ref: table-bitwise-ops585415
- Ref: Bitwise Functions-Footnote-1591448
- Ref: Bitwise Functions-Footnote-2591621
- Node: Type Functions591812
- Node: I18N Functions594563
- Node: User-defined596214
- Node: Definition Syntax597019
- Ref: Definition Syntax-Footnote-1602706
- Node: Function Example602777
- Ref: Function Example-Footnote-1605699
- Node: Function Caveats605721
- Node: Calling A Function606239
- Node: Variable Scope607197
- Node: Pass By Value/Reference610191
- Node: Return Statement613690
- Node: Dynamic Typing616669
- Node: Indirect Calls617599
- Ref: Indirect Calls-Footnote-1627851
- Node: Functions Summary627979
- Node: Library Functions630684
- Ref: Library Functions-Footnote-1634291
- Ref: Library Functions-Footnote-2634434
- Node: Library Names634605
- Ref: Library Names-Footnote-1638281
- Ref: Library Names-Footnote-2638504
- Node: General Functions638590
- Node: Strtonum Function639693
- Node: Assert Function642715
- Node: Round Function646041
- Node: Cliff Random Function647582
- Node: Ordinal Functions648598
- Ref: Ordinal Functions-Footnote-1651661
- Ref: Ordinal Functions-Footnote-2651913
- Node: Join Function652123
- Ref: Join Function-Footnote-1653893
- Node: Getlocaltime Function654093
- Node: Readfile Function657835
- Node: Shell Quoting659812
- Node: Data File Management661213
- Node: Filetrans Function661845
- Node: Rewind Function665941
- Node: File Checking667851
- Ref: File Checking-Footnote-1669185
- Node: Empty Files669386
- Node: Ignoring Assigns671365
- Node: Getopt Function672915
- Ref: Getopt Function-Footnote-1684384
- Node: Passwd Functions684584
- Ref: Passwd Functions-Footnote-1693423
- Node: Group Functions693511
- Ref: Group Functions-Footnote-1701409
- Node: Walking Arrays701616
- Node: Library Functions Summary704624
- Node: Library Exercises706030
- Node: Sample Programs706495
- Node: Running Examples707265
- Node: Clones707993
- Node: Cut Program709217
- Node: Egrep Program719146
- Ref: Egrep Program-Footnote-1726658
- Node: Id Program726768
- Node: Split Program730448
- Ref: Split Program-Footnote-1733907
- Node: Tee Program734036
- Node: Uniq Program736826
- Node: Wc Program744252
- Ref: Wc Program-Footnote-1748507
- Node: Miscellaneous Programs748601
- Node: Dupword Program749814
- Node: Alarm Program751844
- Node: Translate Program756699
- Ref: Translate Program-Footnote-1761264
- Node: Labels Program761534
- Ref: Labels Program-Footnote-1764885
- Node: Word Sorting764969
- Node: History Sorting769041
- Node: Extract Program770876
- Node: Simple Sed778406
- Node: Igawk Program781480
- Ref: Igawk Program-Footnote-1795811
- Ref: Igawk Program-Footnote-2796013
- Ref: Igawk Program-Footnote-3796135
- Node: Anagram Program796250
- Node: Signature Program799312
- Node: Programs Summary800559
- Node: Programs Exercises801773
- Ref: Programs Exercises-Footnote-1805902
- Node: Advanced Features805993
- Node: Nondecimal Data807983
- Node: Array Sorting809574
- Node: Controlling Array Traversal810274
- Ref: Controlling Array Traversal-Footnote-1818641
- Node: Array Sorting Functions818759
- Ref: Array Sorting Functions-Footnote-1823850
- Node: Two-way I/O824046
- Ref: Two-way I/O-Footnote-1830598
- Ref: Two-way I/O-Footnote-2830785
- Node: TCP/IP Networking830867
- Node: Profiling833985
- Ref: Profiling-Footnote-1842657
- Node: Advanced Features Summary842980
- Node: Internationalization844824
- Node: I18N and L10N846304
- Node: Explaining gettext846991
- Ref: Explaining gettext-Footnote-1852883
- Ref: Explaining gettext-Footnote-2853068
- Node: Programmer i18n853233
- Ref: Programmer i18n-Footnote-1858182
- Node: Translator i18n858231
- Node: String Extraction859025
- Ref: String Extraction-Footnote-1860157
- Node: Printf Ordering860243
- Ref: Printf Ordering-Footnote-1863029
- Node: I18N Portability863093
- Ref: I18N Portability-Footnote-1865549
- Node: I18N Example865612
- Ref: I18N Example-Footnote-1868418
- Node: Gawk I18N868491
- Node: I18N Summary869136
- Node: Debugger870477
- Node: Debugging871480
- Node: Debugging Concepts871921
- Node: Debugging Terms873730
- Node: Awk Debugging876305
- Node: Sample Debugging Session877211
- Node: Debugger Invocation877745
- Node: Finding The Bug879131
- Node: List of Debugger Commands885609
- Node: Breakpoint Control886942
- Node: Debugger Execution Control890636
- Node: Viewing And Changing Data893998
- Node: Execution Stack897372
- Node: Debugger Info899009
- Node: Miscellaneous Debugger Commands903080
- Node: Readline Support908168
- Node: Limitations909064
- Node: Debugging Summary911173
- Node: Namespaces912452
- Node: Global Namespace913270
- Node: Qualified Names914624
- Node: Default Namespace915623
- Node: Changing The Namespace916364
- Node: Naming Rules917975
- Node: Internal Name Management919824
- Node: Namespace Example920866
- Node: Namespace And Features923428
- Node: Namespace Summary924863
- Node: Arbitrary Precision Arithmetic926340
- Node: Computer Arithmetic927827
- Ref: table-numeric-ranges931418
- Ref: Computer Arithmetic-Footnote-1932140
- Node: Math Definitions932197
- Ref: table-ieee-formats935513
- Ref: Math Definitions-Footnote-1936116
- Node: MPFR features936221
- Node: FP Math Caution937939
- Ref: FP Math Caution-Footnote-1939011
- Node: Inexactness of computations939380
- Node: Inexact representation940340
- Node: Comparing FP Values941700
- Node: Errors accumulate942782
- Node: Getting Accuracy944215
- Node: Try To Round946925
- Node: Setting precision947824
- Ref: table-predefined-precision-strings948521
- Node: Setting the rounding mode950351
- Ref: table-gawk-rounding-modes950725
- Ref: Setting the rounding mode-Footnote-1954133
- Node: Arbitrary Precision Integers954312
- Ref: Arbitrary Precision Integers-Footnote-1957487
- Node: Checking for MPFR957636
- Node: POSIX Floating Point Problems958933
- Ref: POSIX Floating Point Problems-Footnote-1962804
- Node: Floating point summary962842
- Node: Dynamic Extensions965032
- Node: Extension Intro966585
- Node: Plugin License967851
- Node: Extension Mechanism Outline968648
- Ref: figure-load-extension969087
- Ref: figure-register-new-function970652
- Ref: figure-call-new-function971744
- Node: Extension API Description973806
- Node: Extension API Functions Introduction975448
- Node: General Data Types980988
- Ref: General Data Types-Footnote-1989349
- Node: Memory Allocation Functions989648
- Ref: Memory Allocation Functions-Footnote-1993856
- Node: Constructor Functions993955
- Node: Registration Functions997541
- Node: Extension Functions998226
- Node: Exit Callback Functions1003441
- Node: Extension Version String1004691
- Node: Input Parsers1005354
- Node: Output Wrappers1018075
- Node: Two-way processors1022587
- Node: Printing Messages1024852
- Ref: Printing Messages-Footnote-11026023
- Node: Updating ERRNO1026176
- Node: Requesting Values1026915
- Ref: table-value-types-returned1027652
- Node: Accessing Parameters1028588
- Node: Symbol Table Access1029823
- Node: Symbol table by name1030335
- Ref: Symbol table by name-Footnote-11033225
- Node: Symbol table by cookie1033353
- Ref: Symbol table by cookie-Footnote-11037538
- Node: Cached values1037602
- Ref: Cached values-Footnote-11041138
- Node: Array Manipulation1041291
- Ref: Array Manipulation-Footnote-11042382
- Node: Array Data Types1042419
- Ref: Array Data Types-Footnote-11045077
- Node: Array Functions1045169
- Node: Flattening Arrays1049667
- Node: Creating Arrays1056643
- Node: Redirection API1061412
- Node: Extension API Variables1064245
- Node: Extension Versioning1064956
- Ref: gawk-api-version1065385
- Node: Extension GMP/MPFR Versioning1067113
- Node: Extension API Informational Variables1068741
- Node: Extension API Boilerplate1069814
- Node: Changes from API V11073788
- Node: Finding Extensions1074448
- Node: Extension Example1075007
- Node: Internal File Description1075805
- Node: Internal File Ops1079885
- Ref: Internal File Ops-Footnote-11091285
- Node: Using Internal File Ops1091425
- Ref: Using Internal File Ops-Footnote-11093808
- Node: Extension Samples1094082
- Node: Extension Sample File Functions1095611
- Node: Extension Sample Fnmatch1103260
- Node: Extension Sample Fork1104747
- Node: Extension Sample Inplace1105965
- Node: Extension Sample Ord1109269
- Node: Extension Sample Readdir1110105
- Ref: table-readdir-file-types1110994
- Node: Extension Sample Revout1111799
- Node: Extension Sample Rev2way1112388
- Node: Extension Sample Read write array1113128
- Node: Extension Sample Readfile1115070
- Node: Extension Sample Time1116165
- Node: Extension Sample API Tests1117513
- Node: gawkextlib1118005
- Node: Extension summary1120461
- Node: Extension Exercises1124163
- Node: Language History1125405
- Node: V7/SVR3.11127061
- Node: SVR41129213
- Node: POSIX1130647
- Node: BTL1132027
- Node: POSIX/GNU1132756
- Node: Feature History1138534
- Node: Common Extensions1154393
- Node: Ranges and Locales1155676
- Ref: Ranges and Locales-Footnote-11160292
- Ref: Ranges and Locales-Footnote-21160319
- Ref: Ranges and Locales-Footnote-31160554
- Node: Contributors1160775
- Node: History summary1166720
- Node: Installation1168100
- Node: Gawk Distribution1169044
- Node: Getting1169528
- Node: Extracting1170491
- Node: Distribution contents1172129
- Node: Unix Installation1178609
- Node: Quick Installation1179291
- Node: Shell Startup Files1181705
- Node: Additional Configuration Options1182794
- Node: Configuration Philosophy1184655
- Node: Non-Unix Installation1187024
- Node: PC Installation1187484
- Node: PC Binary Installation1188322
- Node: PC Compiling1188757
- Node: PC Using1189874
- Node: Cygwin1192919
- Node: MSYS1193689
- Node: VMS Installation1194190
- Node: VMS Compilation1194981
- Ref: VMS Compilation-Footnote-11196210
- Node: VMS Dynamic Extensions1196268
- Node: VMS Installation Details1197953
- Node: VMS Running1200206
- Node: VMS GNV1204485
- Node: VMS Old Gawk1205220
- Node: Bugs1205691
- Node: Bug address1206354
- Node: Usenet1209146
- Node: Maintainers1209923
- Node: Other Versions1211184
- Node: Installation summary1217946
- Node: Notes1219148
- Node: Compatibility Mode1220013
- Node: Additions1220795
- Node: Accessing The Source1221720
- Node: Adding Code1223157
- Node: New Ports1229376
- Node: Derived Files1233864
- Ref: Derived Files-Footnote-11239510
- Ref: Derived Files-Footnote-21239545
- Ref: Derived Files-Footnote-31240143
- Node: Future Extensions1240257
- Node: Implementation Limitations1240915
- Node: Extension Design1242098
- Node: Old Extension Problems1243252
- Ref: Old Extension Problems-Footnote-11244770
- Node: Extension New Mechanism Goals1244827
- Ref: Extension New Mechanism Goals-Footnote-11248191
- Node: Extension Other Design Decisions1248380
- Node: Extension Future Growth1250493
- Node: Old Extension Mechanism1251329
- Node: Notes summary1253092
- Node: Basic Concepts1254274
- Node: Basic High Level1254955
- Ref: figure-general-flow1255237
- Ref: figure-process-flow1255922
- Ref: Basic High Level-Footnote-11259223
- Node: Basic Data Typing1259408
- Node: Glossary1262736
- Node: Copying1294572
- Node: GNU Free Documentation License1332111
- Node: Index1357229
++Node: Switch Statement439789
++Node: Break Statement442175
++Node: Continue Statement444267
++Node: Next Statement446094
++Node: Nextfile Statement448477
++Node: Exit Statement451129
++Node: Built-in Variables453532
++Node: User-modified454665
++Node: Auto-set462432
++Ref: Auto-set-Footnote-1478765
++Ref: Auto-set-Footnote-2478971
++Node: ARGC and ARGV479027
++Node: Pattern Action Summary483240
++Node: Arrays485670
++Node: Array Basics486999
++Node: Array Intro487843
++Ref: figure-array-elements489818
++Ref: Array Intro-Footnote-1492522
++Node: Reference to Elements492650
++Node: Assigning Elements495114
++Node: Array Example495605
++Node: Scanning an Array497364
++Node: Controlling Scanning500386
++Ref: Controlling Scanning-Footnote-1505785
++Node: Numeric Array Subscripts506101
++Node: Uninitialized Subscripts508285
++Node: Delete509904
++Ref: Delete-Footnote-1512656
++Node: Multidimensional512713
++Node: Multiscanning515808
++Node: Arrays of Arrays517399
++Node: Arrays Summary522166
++Node: Functions524259
++Node: Built-in525297
++Node: Calling Built-in526378
++Node: Numeric Functions528374
++Ref: Numeric Functions-Footnote-1532402
++Ref: Numeric Functions-Footnote-2532759
++Ref: Numeric Functions-Footnote-3532807
++Node: String Functions533079
++Ref: String Functions-Footnote-1556737
++Ref: String Functions-Footnote-2556865
++Ref: String Functions-Footnote-3557113
++Node: Gory Details557200
++Ref: table-sub-escapes558991
++Ref: table-sub-proposed560510
++Ref: table-posix-sub561873
++Ref: table-gensub-escapes563414
++Ref: Gory Details-Footnote-1564237
++Node: I/O Functions564391
++Ref: table-system-return-values570973
++Ref: I/O Functions-Footnote-1572953
++Ref: I/O Functions-Footnote-2573101
++Node: Time Functions573221
++Ref: Time Functions-Footnote-1583892
++Ref: Time Functions-Footnote-2583960
++Ref: Time Functions-Footnote-3584118
++Ref: Time Functions-Footnote-4584229
++Ref: Time Functions-Footnote-5584341
++Ref: Time Functions-Footnote-6584568
++Node: Bitwise Functions584834
++Ref: table-bitwise-ops585428
++Ref: Bitwise Functions-Footnote-1591461
++Ref: Bitwise Functions-Footnote-2591634
++Node: Type Functions591825
++Node: I18N Functions594576
++Node: User-defined596227
++Node: Definition Syntax597032
++Ref: Definition Syntax-Footnote-1602719
++Node: Function Example602790
++Ref: Function Example-Footnote-1605712
++Node: Function Caveats605734
++Node: Calling A Function606252
++Node: Variable Scope607210
++Node: Pass By Value/Reference610204
++Node: Return Statement613703
++Node: Dynamic Typing616682
++Node: Indirect Calls617612
++Ref: Indirect Calls-Footnote-1627864
++Node: Functions Summary627992
++Node: Library Functions630697
++Ref: Library Functions-Footnote-1634304
++Ref: Library Functions-Footnote-2634447
++Node: Library Names634618
++Ref: Library Names-Footnote-1638294
++Ref: Library Names-Footnote-2638517
++Node: General Functions638603
++Node: Strtonum Function639706
++Node: Assert Function642728
++Node: Round Function646054
++Node: Cliff Random Function647595
++Node: Ordinal Functions648611
++Ref: Ordinal Functions-Footnote-1651674
++Ref: Ordinal Functions-Footnote-2651926
++Node: Join Function652136
++Ref: Join Function-Footnote-1653906
++Node: Getlocaltime Function654106
++Node: Readfile Function657848
++Node: Shell Quoting659825
++Node: Data File Management661226
++Node: Filetrans Function661858
++Node: Rewind Function665954
++Node: File Checking667864
++Ref: File Checking-Footnote-1669198
++Node: Empty Files669399
++Node: Ignoring Assigns671378
++Node: Getopt Function672928
++Ref: Getopt Function-Footnote-1684397
++Node: Passwd Functions684597
++Ref: Passwd Functions-Footnote-1693436
++Node: Group Functions693524
++Ref: Group Functions-Footnote-1701422
++Node: Walking Arrays701629
++Node: Library Functions Summary704637
++Node: Library Exercises706043
++Node: Sample Programs706508
++Node: Running Examples707278
++Node: Clones708006
++Node: Cut Program709230
++Node: Egrep Program719159
++Ref: Egrep Program-Footnote-1726671
++Node: Id Program726781
++Node: Split Program730461
++Ref: Split Program-Footnote-1733920
++Node: Tee Program734049
++Node: Uniq Program736839
++Node: Wc Program744265
++Ref: Wc Program-Footnote-1748520
++Node: Miscellaneous Programs748614
++Node: Dupword Program749827
++Node: Alarm Program751857
++Node: Translate Program756712
++Ref: Translate Program-Footnote-1761277
++Node: Labels Program761547
++Ref: Labels Program-Footnote-1764898
++Node: Word Sorting764982
++Node: History Sorting769054
++Node: Extract Program770889
++Node: Simple Sed778419
++Node: Igawk Program781493
++Ref: Igawk Program-Footnote-1795824
++Ref: Igawk Program-Footnote-2796026
++Ref: Igawk Program-Footnote-3796148
++Node: Anagram Program796263
++Node: Signature Program799325
++Node: Programs Summary800572
++Node: Programs Exercises801786
++Ref: Programs Exercises-Footnote-1805915
++Node: Advanced Features806006
++Node: Nondecimal Data807996
++Node: Array Sorting809587
++Node: Controlling Array Traversal810287
++Ref: Controlling Array Traversal-Footnote-1818654
++Node: Array Sorting Functions818772
++Ref: Array Sorting Functions-Footnote-1823863
++Node: Two-way I/O824059
++Ref: Two-way I/O-Footnote-1830611
++Ref: Two-way I/O-Footnote-2830798
++Node: TCP/IP Networking830880
++Node: Profiling833998
++Ref: Profiling-Footnote-1842670
++Node: Advanced Features Summary842993
++Node: Internationalization844837
++Node: I18N and L10N846317
++Node: Explaining gettext847004
++Ref: Explaining gettext-Footnote-1852896
++Ref: Explaining gettext-Footnote-2853081
++Node: Programmer i18n853246
++Ref: Programmer i18n-Footnote-1858195
++Node: Translator i18n858244
++Node: String Extraction859038
++Ref: String Extraction-Footnote-1860170
++Node: Printf Ordering860256
++Ref: Printf Ordering-Footnote-1863042
++Node: I18N Portability863106
++Ref: I18N Portability-Footnote-1865562
++Node: I18N Example865625
++Ref: I18N Example-Footnote-1868431
++Node: Gawk I18N868504
++Node: I18N Summary869149
++Node: Debugger870490
++Node: Debugging871493
++Node: Debugging Concepts871934
++Node: Debugging Terms873743
++Node: Awk Debugging876318
++Node: Sample Debugging Session877224
++Node: Debugger Invocation877758
++Node: Finding The Bug879144
++Node: List of Debugger Commands885622
++Node: Breakpoint Control886955
++Node: Debugger Execution Control890649
++Node: Viewing And Changing Data894011
++Node: Execution Stack897385
++Node: Debugger Info899022
++Node: Miscellaneous Debugger Commands903093
++Node: Readline Support908181
++Node: Limitations909077
++Node: Debugging Summary911186
++Node: Namespaces912465
++Node: Global Namespace913283
++Node: Qualified Names914637
++Node: Default Namespace915636
++Node: Changing The Namespace916377
++Node: Naming Rules917988
++Node: Internal Name Management919837
++Node: Namespace Example920879
++Node: Namespace And Features923441
++Node: Namespace Summary924876
++Node: Arbitrary Precision Arithmetic926353
++Node: Computer Arithmetic927840
++Ref: table-numeric-ranges931431
++Ref: Computer Arithmetic-Footnote-1932153
++Node: Math Definitions932210
++Ref: table-ieee-formats935526
++Ref: Math Definitions-Footnote-1936129
++Node: MPFR features936234
++Node: FP Math Caution937952
++Ref: FP Math Caution-Footnote-1939024
++Node: Inexactness of computations939393
++Node: Inexact representation940353
++Node: Comparing FP Values941713
++Node: Errors accumulate942795
++Node: Getting Accuracy944228
++Node: Try To Round946938
++Node: Setting precision947837
++Ref: table-predefined-precision-strings948534
++Node: Setting the rounding mode950364
++Ref: table-gawk-rounding-modes950738
++Ref: Setting the rounding mode-Footnote-1954146
++Node: Arbitrary Precision Integers954325
++Ref: Arbitrary Precision Integers-Footnote-1957500
++Node: Checking for MPFR957649
++Node: POSIX Floating Point Problems958946
++Ref: POSIX Floating Point Problems-Footnote-1962817
++Node: Floating point summary962855
++Node: Dynamic Extensions965045
++Node: Extension Intro966598
++Node: Plugin License967864
++Node: Extension Mechanism Outline968661
++Ref: figure-load-extension969100
++Ref: figure-register-new-function970665
++Ref: figure-call-new-function971757
++Node: Extension API Description973819
++Node: Extension API Functions Introduction975461
++Node: General Data Types981001
++Ref: General Data Types-Footnote-1989362
++Node: Memory Allocation Functions989661
++Ref: Memory Allocation Functions-Footnote-1993869
++Node: Constructor Functions993968
++Node: Registration Functions997554
++Node: Extension Functions998239
++Node: Exit Callback Functions1003454
++Node: Extension Version String1004704
++Node: Input Parsers1005367
++Node: Output Wrappers1018088
++Node: Two-way processors1022600
++Node: Printing Messages1024865
++Ref: Printing Messages-Footnote-11026036
++Node: Updating ERRNO1026189
++Node: Requesting Values1026928
++Ref: table-value-types-returned1027665
++Node: Accessing Parameters1028601
++Node: Symbol Table Access1029836
++Node: Symbol table by name1030348
++Ref: Symbol table by name-Footnote-11033238
++Node: Symbol table by cookie1033366
++Ref: Symbol table by cookie-Footnote-11037551
++Node: Cached values1037615
++Ref: Cached values-Footnote-11041151
++Node: Array Manipulation1041304
++Ref: Array Manipulation-Footnote-11042395
++Node: Array Data Types1042432
++Ref: Array Data Types-Footnote-11045090
++Node: Array Functions1045182
++Node: Flattening Arrays1049680
++Node: Creating Arrays1056656
++Node: Redirection API1061425
++Node: Extension API Variables1064258
++Node: Extension Versioning1064969
++Ref: gawk-api-version1065398
++Node: Extension GMP/MPFR Versioning1067126
++Node: Extension API Informational Variables1068754
++Node: Extension API Boilerplate1069827
++Node: Changes from API V11073801
++Node: Finding Extensions1074461
++Node: Extension Example1075020
++Node: Internal File Description1075818
++Node: Internal File Ops1079898
++Ref: Internal File Ops-Footnote-11091298
++Node: Using Internal File Ops1091438
++Ref: Using Internal File Ops-Footnote-11093821
++Node: Extension Samples1094095
++Node: Extension Sample File Functions1095624
++Node: Extension Sample Fnmatch1103273
++Node: Extension Sample Fork1104760
++Node: Extension Sample Inplace1105978
++Node: Extension Sample Ord1109282
++Node: Extension Sample Readdir1110118
++Ref: table-readdir-file-types1111007
++Node: Extension Sample Revout1111812
++Node: Extension Sample Rev2way1112401
++Node: Extension Sample Read write array1113141
++Node: Extension Sample Readfile1115083
++Node: Extension Sample Time1116178
++Node: Extension Sample API Tests1117526
++Node: gawkextlib1118018
++Node: Extension summary1120474
++Node: Extension Exercises1124176
++Node: Language History1125418
++Node: V7/SVR3.11127074
++Node: SVR41129226
++Node: POSIX1130660
++Node: BTL1132040
++Node: POSIX/GNU1132769
++Node: Feature History1138547
++Node: Common Extensions1154406
++Node: Ranges and Locales1155689
++Ref: Ranges and Locales-Footnote-11160305
++Ref: Ranges and Locales-Footnote-21160332
++Ref: Ranges and Locales-Footnote-31160567
++Node: Contributors1160788
++Node: History summary1166733
++Node: Installation1168113
++Node: Gawk Distribution1169057
++Node: Getting1169541
++Node: Extracting1170504
++Node: Distribution contents1172142
++Node: Unix Installation1178622
++Node: Quick Installation1179304
++Node: Shell Startup Files1181718
++Node: Additional Configuration Options1182807
++Node: Configuration Philosophy1184668
++Node: Non-Unix Installation1187037
++Node: PC Installation1187497
++Node: PC Binary Installation1188335
++Node: PC Compiling1188770
++Node: PC Using1189887
++Node: Cygwin1192932
++Node: MSYS1193702
++Node: VMS Installation1194203
++Node: VMS Compilation1194994
++Ref: VMS Compilation-Footnote-11196223
++Node: VMS Dynamic Extensions1196281
++Node: VMS Installation Details1197966
++Node: VMS Running1200219
++Node: VMS GNV1204498
++Node: VMS Old Gawk1205233
++Node: Bugs1205704
++Node: Bug address1206367
++Node: Usenet1209159
++Node: Maintainers1209936
++Node: Other Versions1211197
++Node: Installation summary1217959
++Node: Notes1219161
++Node: Compatibility Mode1220026
++Node: Additions1220808
++Node: Accessing The Source1221733
++Node: Adding Code1223170
++Node: New Ports1229389
++Node: Derived Files1233877
++Ref: Derived Files-Footnote-11239523
++Ref: Derived Files-Footnote-21239558
++Ref: Derived Files-Footnote-31240156
++Node: Future Extensions1240270
++Node: Implementation Limitations1240928
++Node: Extension Design1242111
++Node: Old Extension Problems1243265
++Ref: Old Extension Problems-Footnote-11244783
++Node: Extension New Mechanism Goals1244840
++Ref: Extension New Mechanism Goals-Footnote-11248204
++Node: Extension Other Design Decisions1248393
++Node: Extension Future Growth1250506
++Node: Old Extension Mechanism1251342
++Node: Notes summary1253105
++Node: Basic Concepts1254287
++Node: Basic High Level1254968
++Ref: figure-general-flow1255250
++Ref: figure-process-flow1255935
++Ref: Basic High Level-Footnote-11259236
++Node: Basic Data Typing1259421
++Node: Glossary1262749
++Node: Copying1294585
++Node: GNU Free Documentation License1332124
++Node: Index1357242
  
  End Tag Table

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |   5 +
 doc/ChangeLog   |   4 +
 doc/gawk.info   | 772 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |   4 +-
 doc/gawktexi.in |   4 +-
 main.c          |   3 +-
 6 files changed, 401 insertions(+), 391 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]