gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-879-gd7a6dea


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-879-gd7a6dea
Date: Tue, 14 Oct 2014 19:38:48 +0000

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, master has been updated
       via  d7a6deaeca178a15c600fbc13262aca29fb39753 (commit)
       via  cb9faa8c276efc4e2b24378bdb941d007523fc22 (commit)
      from  2a8c128ca91b42261720368e5d25431ee4362c70 (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=d7a6deaeca178a15c600fbc13262aca29fb39753

commit d7a6deaeca178a15c600fbc13262aca29fb39753
Merge: 2a8c128 cb9faa8
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Oct 14 22:38:20 2014 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc doc/gawk.info
index caa557e,fd3e19d..6ca2e80
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -34308,557 -34268,558 +34344,558 @@@ Inde
  
  Tag Table:
  Node: Top1204
- Node: Foreword42103
- Node: Preface46450
- Ref: Preface-Footnote-149320
- Ref: Preface-Footnote-249427
- Ref: Preface-Footnote-349660
- Node: History49802
- Node: Names52150
- Ref: Names-Footnote-153244
- Node: This Manual53390
- Ref: This Manual-Footnote-159219
- Node: Conventions59319
- Node: Manual History61659
- Ref: Manual History-Footnote-164650
- Ref: Manual History-Footnote-264691
- Node: How To Contribute64765
- Node: Acknowledgments66004
- Node: Getting Started70812
- Node: Running gawk73246
- Node: One-shot74436
- Node: Read Terminal75661
- Node: Long77688
- Node: Executable Scripts79204
- Ref: Executable Scripts-Footnote-181993
- Node: Comments82095
- Node: Quoting84568
- Node: DOS Quoting90074
- Node: Sample Data Files90749
- Node: Very Simple93342
- Node: Two Rules98233
- Node: More Complex100119
- Node: Statements/Lines102981
- Ref: Statements/Lines-Footnote-1107437
- Node: Other Features107702
- Node: When108633
- Ref: When-Footnote-1110389
- Node: Intro Summary110454
- Node: Invoking Gawk111337
- Node: Command Line112852
- Node: Options113643
- Ref: Options-Footnote-1129409
- Node: Other Arguments129434
- Node: Naming Standard Input132395
- Node: Environment Variables133488
- Node: AWKPATH Variable134046
- Ref: AWKPATH Variable-Footnote-1136898
- Ref: AWKPATH Variable-Footnote-2136943
- Node: AWKLIBPATH Variable137203
- Node: Other Environment Variables137962
- Node: Exit Status141453
- Node: Include Files142128
- Node: Loading Shared Libraries145716
- Node: Obsolete147143
- Node: Undocumented147840
- Node: Invoking Summary148107
- Node: Regexp149773
- Node: Regexp Usage151232
- Node: Escape Sequences153265
- Node: Regexp Operators159365
- Ref: Regexp Operators-Footnote-1166799
- Ref: Regexp Operators-Footnote-2166946
- Node: Bracket Expressions167044
- Ref: table-char-classes169061
- Node: Leftmost Longest172001
- Node: Computed Regexps173303
- Node: GNU Regexp Operators176700
- Node: Case-sensitivity180402
- Ref: Case-sensitivity-Footnote-1183292
- Ref: Case-sensitivity-Footnote-2183527
- Node: Regexp Summary183635
- Node: Reading Files185104
- Node: Records187198
- Node: awk split records187930
- Node: gawk split records192844
- Ref: gawk split records-Footnote-1197383
- Node: Fields197420
- Ref: Fields-Footnote-1200218
- Node: Nonconstant Fields200304
- Ref: Nonconstant Fields-Footnote-1202540
- Node: Changing Fields202742
- Node: Field Separators208674
- Node: Default Field Splitting211378
- Node: Regexp Field Splitting212495
- Node: Single Character Fields215845
- Node: Command Line Field Separator216904
- Node: Full Line Fields220116
- Ref: Full Line Fields-Footnote-1220624
- Node: Field Splitting Summary220670
- Ref: Field Splitting Summary-Footnote-1223801
- Node: Constant Size223902
- Node: Splitting By Content228508
- Ref: Splitting By Content-Footnote-1232581
- Node: Multiple Line232621
- Ref: Multiple Line-Footnote-1238510
- Node: Getline238689
- Node: Plain Getline240900
- Node: Getline/Variable243540
- Node: Getline/File244687
- Node: Getline/Variable/File246071
- Ref: Getline/Variable/File-Footnote-1247672
- Node: Getline/Pipe247759
- Node: Getline/Variable/Pipe250442
- Node: Getline/Coprocess251573
- Node: Getline/Variable/Coprocess252825
- Node: Getline Notes253564
- Node: Getline Summary256356
- Ref: table-getline-variants256768
- Node: Read Timeout257597
- Ref: Read Timeout-Footnote-1261411
- Node: Command-line directories261469
- Node: Input Summary262373
- Node: Input Exercises265625
- Node: Printing266353
- Node: Print268130
- Node: Print Examples269587
- Node: Output Separators272366
- Node: OFMT274384
- Node: Printf275738
- Node: Basic Printf276523
- Node: Control Letters278094
- Node: Format Modifiers282078
- Node: Printf Examples288085
- Node: Redirection290567
- Node: Special FD297406
- Ref: Special FD-Footnote-1300563
- Node: Special Files300637
- Node: Other Inherited Files301253
- Node: Special Network302253
- Node: Special Caveats303114
- Node: Close Files And Pipes304065
- Ref: Close Files And Pipes-Footnote-1311244
- Ref: Close Files And Pipes-Footnote-2311392
- Node: Output Summary311542
- Node: Output Exercises312538
- Node: Expressions313218
- Node: Values314403
- Node: Constants315079
- Node: Scalar Constants315759
- Ref: Scalar Constants-Footnote-1316618
- Node: Nondecimal-numbers316868
- Node: Regexp Constants319868
- Node: Using Constant Regexps320393
- Node: Variables323531
- Node: Using Variables324186
- Node: Assignment Options326096
- Node: Conversion327971
- Node: Strings And Numbers328495
- Ref: Strings And Numbers-Footnote-1331559
- Node: Locale influences conversions331668
- Ref: table-locale-affects334413
- Node: All Operators335001
- Node: Arithmetic Ops335631
- Node: Concatenation338136
- Ref: Concatenation-Footnote-1340955
- Node: Assignment Ops341061
- Ref: table-assign-ops346044
- Node: Increment Ops347322
- Node: Truth Values and Conditions350760
- Node: Truth Values351843
- Node: Typing and Comparison352892
- Node: Variable Typing353685
- Node: Comparison Operators357337
- Ref: table-relational-ops357747
- Node: POSIX String Comparison361262
- Ref: POSIX String Comparison-Footnote-1362334
- Node: Boolean Ops362472
- Ref: Boolean Ops-Footnote-1366951
- Node: Conditional Exp367042
- Node: Function Calls368769
- Node: Precedence372649
- Node: Locales376317
- Node: Expressions Summary377948
- Node: Patterns and Actions380522
- Node: Pattern Overview381642
- Node: Regexp Patterns383321
- Node: Expression Patterns383864
- Node: Ranges387644
- Node: BEGIN/END390750
- Node: Using BEGIN/END391512
- Ref: Using BEGIN/END-Footnote-1394249
- Node: I/O And BEGIN/END394355
- Node: BEGINFILE/ENDFILE396669
- Node: Empty399570
- Node: Using Shell Variables399887
- Node: Action Overview402163
- Node: Statements404490
- Node: If Statement406338
- Node: While Statement407836
- Node: Do Statement409864
- Node: For Statement411006
- Node: Switch Statement414161
- Node: Break Statement416549
- Node: Continue Statement418590
- Node: Next Statement420415
- Node: Nextfile Statement422795
- Node: Exit Statement425425
- Node: Built-in Variables427828
- Node: User-modified428961
- Ref: User-modified-Footnote-1436641
- Node: Auto-set436703
- Ref: Auto-set-Footnote-1450070
- Ref: Auto-set-Footnote-2450275
- Node: ARGC and ARGV450331
- Node: Pattern Action Summary454535
- Node: Arrays456962
- Node: Array Basics458291
- Node: Array Intro459135
- Ref: figure-array-elements461099
- Ref: Array Intro-Footnote-1463623
- Node: Reference to Elements463751
- Node: Assigning Elements466201
- Node: Array Example466692
- Node: Scanning an Array468450
- Node: Controlling Scanning471466
- Ref: Controlling Scanning-Footnote-1476655
- Node: Numeric Array Subscripts476971
- Node: Uninitialized Subscripts479156
- Node: Delete480773
- Ref: Delete-Footnote-1483517
- Node: Multidimensional483574
- Node: Multiscanning486669
- Node: Arrays of Arrays488258
- Node: Arrays Summary493019
- Node: Functions495124
- Node: Built-in495997
- Node: Calling Built-in497075
- Node: Numeric Functions499063
- Ref: Numeric Functions-Footnote-1503887
- Ref: Numeric Functions-Footnote-2504244
- Ref: Numeric Functions-Footnote-3504292
- Node: String Functions504561
- Ref: String Functions-Footnote-1528033
- Ref: String Functions-Footnote-2528162
- Ref: String Functions-Footnote-3528410
- Node: Gory Details528497
- Ref: table-sub-escapes530278
- Ref: table-sub-proposed531798
- Ref: table-posix-sub533162
- Ref: table-gensub-escapes534702
- Ref: Gory Details-Footnote-1535534
- Node: I/O Functions535685
- Ref: I/O Functions-Footnote-1542786
- Node: Time Functions542933
- Ref: Time Functions-Footnote-1553402
- Ref: Time Functions-Footnote-2553470
- Ref: Time Functions-Footnote-3553628
- Ref: Time Functions-Footnote-4553739
- Ref: Time Functions-Footnote-5553851
- Ref: Time Functions-Footnote-6554078
- Node: Bitwise Functions554344
- Ref: table-bitwise-ops554906
- Ref: Bitwise Functions-Footnote-1559214
- Node: Type Functions559383
- Node: I18N Functions560532
- Node: User-defined562177
- Node: Definition Syntax562981
- Ref: Definition Syntax-Footnote-1568387
- Node: Function Example568456
- Ref: Function Example-Footnote-1571373
- Node: Function Caveats571395
- Node: Calling A Function571913
- Node: Variable Scope572868
- Node: Pass By Value/Reference575856
- Node: Return Statement579366
- Node: Dynamic Typing582350
- Node: Indirect Calls583279
- Ref: Indirect Calls-Footnote-1594583
- Node: Functions Summary594711
- Node: Library Functions597410
- Ref: Library Functions-Footnote-1601028
- Ref: Library Functions-Footnote-2601171
- Node: Library Names601342
- Ref: Library Names-Footnote-1604802
- Ref: Library Names-Footnote-2605022
- Node: General Functions605108
- Node: Strtonum Function606211
- Node: Assert Function609231
- Node: Round Function612555
- Node: Cliff Random Function614096
- Node: Ordinal Functions615112
- Ref: Ordinal Functions-Footnote-1618177
- Ref: Ordinal Functions-Footnote-2618429
- Node: Join Function618640
- Ref: Join Function-Footnote-1620411
- Node: Getlocaltime Function620611
- Node: Readfile Function624352
- Node: Shell Quoting626322
- Node: Data File Management627723
- Node: Filetrans Function628355
- Node: Rewind Function632414
- Node: File Checking633799
- Ref: File Checking-Footnote-1635127
- Node: Empty Files635328
- Node: Ignoring Assigns637307
- Node: Getopt Function638858
- Ref: Getopt Function-Footnote-1650318
- Node: Passwd Functions650521
- Ref: Passwd Functions-Footnote-1659372
- Node: Group Functions659460
- Ref: Group Functions-Footnote-1667363
- Node: Walking Arrays667576
- Node: Library Functions Summary669179
- Node: Library Exercises670580
- Node: Sample Programs671860
- Node: Running Examples672630
- Node: Clones673358
- Node: Cut Program674582
- Node: Egrep Program684312
- Ref: Egrep Program-Footnote-1691816
- Node: Id Program691926
- Node: Split Program695570
- Ref: Split Program-Footnote-1699016
- Node: Tee Program699144
- Node: Uniq Program701931
- Node: Wc Program709352
- Ref: Wc Program-Footnote-1713600
- Node: Miscellaneous Programs713692
- Node: Dupword Program714905
- Node: Alarm Program716936
- Node: Translate Program721740
- Ref: Translate Program-Footnote-1726304
- Node: Labels Program726574
- Ref: Labels Program-Footnote-1729923
- Node: Word Sorting730007
- Node: History Sorting734077
- Node: Extract Program735913
- Node: Simple Sed743445
- Node: Igawk Program746507
- Ref: Igawk Program-Footnote-1760833
- Ref: Igawk Program-Footnote-2761034
- Ref: Igawk Program-Footnote-3761156
- Node: Anagram Program761271
- Node: Signature Program764333
- Node: Programs Summary765580
- Node: Programs Exercises766773
- Ref: Programs Exercises-Footnote-1770904
- Node: Advanced Features770995
- Node: Nondecimal Data772943
- Node: Array Sorting774533
- Node: Controlling Array Traversal775230
- Ref: Controlling Array Traversal-Footnote-1783561
- Node: Array Sorting Functions783679
- Ref: Array Sorting Functions-Footnote-1787571
- Node: Two-way I/O787765
- Ref: Two-way I/O-Footnote-1792709
- Ref: Two-way I/O-Footnote-2792895
- Node: TCP/IP Networking792977
- Node: Profiling795849
- Node: Advanced Features Summary803402
- Node: Internationalization805335
- Node: I18N and L10N806815
- Node: Explaining gettext807501
- Ref: Explaining gettext-Footnote-1812530
- Ref: Explaining gettext-Footnote-2812714
- Node: Programmer i18n812879
- Ref: Programmer i18n-Footnote-1817745
- Node: Translator i18n817794
- Node: String Extraction818588
- Ref: String Extraction-Footnote-1819719
- Node: Printf Ordering819805
- Ref: Printf Ordering-Footnote-1822591
- Node: I18N Portability822655
- Ref: I18N Portability-Footnote-1825104
- Node: I18N Example825167
- Ref: I18N Example-Footnote-1827967
- Node: Gawk I18N828039
- Node: I18N Summary828677
- Node: Debugger830016
- Node: Debugging831038
- Node: Debugging Concepts831479
- Node: Debugging Terms833336
- Node: Awk Debugging835911
- Node: Sample Debugging Session836803
- Node: Debugger Invocation837323
- Node: Finding The Bug838707
- Node: List of Debugger Commands845182
- Node: Breakpoint Control846514
- Node: Debugger Execution Control850206
- Node: Viewing And Changing Data853570
- Node: Execution Stack856935
- Node: Debugger Info858573
- Node: Miscellaneous Debugger Commands862590
- Node: Readline Support867782
- Node: Limitations868674
- Node: Debugging Summary870771
- Node: Arbitrary Precision Arithmetic871939
- Node: Computer Arithmetic873355
- Ref: table-numeric-ranges876956
- Ref: Computer Arithmetic-Footnote-1877815
- Node: Math Definitions877872
- Ref: table-ieee-formats881159
- Ref: Math Definitions-Footnote-1881763
- Node: MPFR features881868
- Node: FP Math Caution883539
- Ref: FP Math Caution-Footnote-1884589
- Node: Inexactness of computations884958
- Node: Inexact representation885906
- Node: Comparing FP Values887261
- Node: Errors accumulate888334
- Node: Getting Accuracy889767
- Node: Try To Round892426
- Node: Setting precision893325
- Ref: table-predefined-precision-strings894009
- Node: Setting the rounding mode895803
- Ref: table-gawk-rounding-modes896167
- Ref: Setting the rounding mode-Footnote-1899621
- Node: Arbitrary Precision Integers899800
- Ref: Arbitrary Precision Integers-Footnote-1904704
- Node: POSIX Floating Point Problems904853
- Ref: POSIX Floating Point Problems-Footnote-1908729
- Node: Floating point summary908767
- Node: Dynamic Extensions910959
- Node: Extension Intro912511
- Node: Plugin License913777
- Node: Extension Mechanism Outline914574
- Ref: figure-load-extension915002
- Ref: figure-register-new-function916482
- Ref: figure-call-new-function917486
- Node: Extension API Description919472
- Node: Extension API Functions Introduction920922
- Node: General Data Types925758
- Ref: General Data Types-Footnote-1931445
- Node: Memory Allocation Functions931744
- Ref: Memory Allocation Functions-Footnote-1934574
- Node: Constructor Functions934670
- Node: Registration Functions936404
- Node: Extension Functions937089
- Node: Exit Callback Functions939385
- Node: Extension Version String940633
- Node: Input Parsers941283
- Node: Output Wrappers951098
- Node: Two-way processors955614
- Node: Printing Messages957818
- Ref: Printing Messages-Footnote-1958895
- Node: Updating `ERRNO'959047
- Node: Requesting Values959787
- Ref: table-value-types-returned960515
- Node: Accessing Parameters961473
- Node: Symbol Table Access962704
- Node: Symbol table by name963218
- Node: Symbol table by cookie965198
- Ref: Symbol table by cookie-Footnote-1969337
- Node: Cached values969400
- Ref: Cached values-Footnote-1972904
- Node: Array Manipulation972995
- Ref: Array Manipulation-Footnote-1974093
- Node: Array Data Types974132
- Ref: Array Data Types-Footnote-1976789
- Node: Array Functions976881
- Node: Flattening Arrays980735
- Node: Creating Arrays987622
- Node: Extension API Variables992389
- Node: Extension Versioning993025
- Node: Extension API Informational Variables994926
- Node: Extension API Boilerplate996014
- Node: Finding Extensions999830
- Node: Extension Example1000390
- Node: Internal File Description1001162
- Node: Internal File Ops1005229
- Ref: Internal File Ops-Footnote-11016887
- Node: Using Internal File Ops1017027
- Ref: Using Internal File Ops-Footnote-11019410
- Node: Extension Samples1019683
- Node: Extension Sample File Functions1021207
- Node: Extension Sample Fnmatch1028809
- Node: Extension Sample Fork1030291
- Node: Extension Sample Inplace1031504
- Node: Extension Sample Ord1033179
- Node: Extension Sample Readdir1034015
- Ref: table-readdir-file-types1034871
- Node: Extension Sample Revout1035682
- Node: Extension Sample Rev2way1036273
- Node: Extension Sample Read write array1037014
- Node: Extension Sample Readfile1038953
- Node: Extension Sample Time1040048
- Node: Extension Sample API Tests1041397
- Node: gawkextlib1041888
- Node: Extension summary1044538
- Node: Extension Exercises1048220
- Node: Language History1048942
- Node: V7/SVR3.11050599
- Node: SVR41052780
- Node: POSIX1054225
- Node: BTL1055614
- Node: POSIX/GNU1056348
- Node: Feature History1061977
- Node: Common Extensions1075068
- Node: Ranges and Locales1076392
- Ref: Ranges and Locales-Footnote-11081031
- Ref: Ranges and Locales-Footnote-21081058
- Ref: Ranges and Locales-Footnote-31081292
- Node: Contributors1081513
- Node: History summary1087053
- Node: Installation1088422
- Node: Gawk Distribution1089378
- Node: Getting1089862
- Node: Extracting1090686
- Node: Distribution contents1092328
- Node: Unix Installation1098098
- Node: Quick Installation1098715
- Node: Additional Configuration Options1101146
- Node: Configuration Philosophy1102886
- Node: Non-Unix Installation1105237
- Node: PC Installation1105695
- Node: PC Binary Installation1107021
- Node: PC Compiling1108869
- Ref: PC Compiling-Footnote-11111890
- Node: PC Testing1111995
- Node: PC Using1113171
- Node: Cygwin1117286
- Node: MSYS1118109
- Node: VMS Installation1118607
- Node: VMS Compilation1119399
- Ref: VMS Compilation-Footnote-11120621
- Node: VMS Dynamic Extensions1120679
- Node: VMS Installation Details1122363
- Node: VMS Running1124615
- Node: VMS GNV1127456
- Node: VMS Old Gawk1128190
- Node: Bugs1128660
- Node: Other Versions1132564
- Node: Installation summary1138777
- Node: Notes1139833
- Node: Compatibility Mode1140698
- Node: Additions1141480
- Node: Accessing The Source1142405
- Node: Adding Code1143841
- Node: New Ports1150013
- Node: Derived Files1154495
- Ref: Derived Files-Footnote-11159970
- Ref: Derived Files-Footnote-21160004
- Ref: Derived Files-Footnote-31160600
- Node: Future Extensions1160714
- Node: Implementation Limitations1161320
- Node: Extension Design1162568
- Node: Old Extension Problems1163722
- Ref: Old Extension Problems-Footnote-11165239
- Node: Extension New Mechanism Goals1165296
- Ref: Extension New Mechanism Goals-Footnote-11168656
- Node: Extension Other Design Decisions1168845
- Node: Extension Future Growth1170953
- Node: Old Extension Mechanism1171789
- Node: Notes summary1173551
- Node: Basic Concepts1174737
- Node: Basic High Level1175418
- Ref: figure-general-flow1175690
- Ref: figure-process-flow1176289
- Ref: Basic High Level-Footnote-11179518
- Node: Basic Data Typing1179703
- Node: Glossary1183031
- Node: Copying1208189
- Node: GNU Free Documentation License1245745
- Node: Index1270881
+ Node: Foreword342156
+ Node: Foreword446548
+ Node: Preface47982
+ Ref: Preface-Footnote-150853
+ Ref: Preface-Footnote-250960
+ Ref: Preface-Footnote-351193
+ Node: History51335
+ Node: Names53683
+ Ref: Names-Footnote-154777
+ Node: This Manual54923
+ Ref: This Manual-Footnote-160752
+ Node: Conventions60852
+ Node: Manual History63192
+ Ref: Manual History-Footnote-166183
+ Ref: Manual History-Footnote-266224
+ Node: How To Contribute66298
+ Node: Acknowledgments67537
+ Node: Getting Started72345
+ Node: Running gawk74779
+ Node: One-shot75969
+ Node: Read Terminal77194
+ Node: Long79221
+ Node: Executable Scripts80737
+ Ref: Executable Scripts-Footnote-183526
+ Node: Comments83628
+ Node: Quoting86101
+ Node: DOS Quoting91607
+ Node: Sample Data Files92282
+ Node: Very Simple94875
+ Node: Two Rules99766
+ Node: More Complex101652
+ Node: Statements/Lines104514
+ Ref: Statements/Lines-Footnote-1108970
+ Node: Other Features109235
+ Node: When110166
+ Ref: When-Footnote-1111922
+ Node: Intro Summary111987
+ Node: Invoking Gawk112870
+ Node: Command Line114385
+ Node: Options115176
 -Ref: Options-Footnote-1131071
 -Node: Other Arguments131096
 -Node: Naming Standard Input134057
 -Node: Environment Variables135150
 -Node: AWKPATH Variable135708
 -Ref: AWKPATH Variable-Footnote-1138560
 -Ref: AWKPATH Variable-Footnote-2138605
 -Node: AWKLIBPATH Variable138865
 -Node: Other Environment Variables139624
 -Node: Exit Status143344
 -Node: Include Files144019
 -Node: Loading Shared Libraries147607
 -Node: Obsolete149034
 -Node: Undocumented149731
 -Node: Invoking Summary149998
 -Node: Regexp151664
 -Node: Regexp Usage153123
 -Node: Escape Sequences155156
 -Node: Regexp Operators161173
 -Ref: Regexp Operators-Footnote-1168607
 -Ref: Regexp Operators-Footnote-2168754
 -Node: Bracket Expressions168852
 -Ref: table-char-classes170869
 -Node: Leftmost Longest173809
 -Node: Computed Regexps175111
 -Node: GNU Regexp Operators178508
 -Node: Case-sensitivity182210
 -Ref: Case-sensitivity-Footnote-1185100
 -Ref: Case-sensitivity-Footnote-2185335
 -Node: Regexp Summary185443
 -Node: Reading Files186912
 -Node: Records189006
 -Node: awk split records189738
 -Node: gawk split records194652
 -Ref: gawk split records-Footnote-1199191
 -Node: Fields199228
 -Ref: Fields-Footnote-1202026
 -Node: Nonconstant Fields202112
 -Ref: Nonconstant Fields-Footnote-1204348
 -Node: Changing Fields204550
 -Node: Field Separators210482
 -Node: Default Field Splitting213186
 -Node: Regexp Field Splitting214303
 -Node: Single Character Fields217653
 -Node: Command Line Field Separator218712
 -Node: Full Line Fields221924
 -Ref: Full Line Fields-Footnote-1222432
 -Node: Field Splitting Summary222478
 -Ref: Field Splitting Summary-Footnote-1225609
 -Node: Constant Size225710
 -Node: Splitting By Content230316
 -Ref: Splitting By Content-Footnote-1234389
 -Node: Multiple Line234429
 -Ref: Multiple Line-Footnote-1240318
 -Node: Getline240497
 -Node: Plain Getline242708
 -Node: Getline/Variable245348
 -Node: Getline/File246495
 -Node: Getline/Variable/File247879
 -Ref: Getline/Variable/File-Footnote-1249480
 -Node: Getline/Pipe249567
 -Node: Getline/Variable/Pipe252250
 -Node: Getline/Coprocess253381
 -Node: Getline/Variable/Coprocess254633
 -Node: Getline Notes255372
 -Node: Getline Summary258164
 -Ref: table-getline-variants258576
 -Node: Read Timeout259405
 -Ref: Read Timeout-Footnote-1263219
 -Node: Command-line directories263277
 -Node: Input Summary264181
 -Node: Input Exercises267433
 -Node: Printing268161
 -Node: Print269938
 -Node: Print Examples271395
 -Node: Output Separators274174
 -Node: OFMT276192
 -Node: Printf277546
 -Node: Basic Printf278331
 -Node: Control Letters279902
 -Node: Format Modifiers283886
 -Node: Printf Examples289893
 -Node: Redirection292375
 -Node: Special FD299214
 -Ref: Special FD-Footnote-1302371
 -Node: Special Files302445
 -Node: Other Inherited Files303061
 -Node: Special Network304061
 -Node: Special Caveats304922
 -Node: Close Files And Pipes305873
 -Ref: Close Files And Pipes-Footnote-1313052
 -Ref: Close Files And Pipes-Footnote-2313200
 -Node: Output Summary313350
 -Node: Output Exercises314346
 -Node: Expressions315026
 -Node: Values316211
 -Node: Constants316887
 -Node: Scalar Constants317567
 -Ref: Scalar Constants-Footnote-1318426
 -Node: Nondecimal-numbers318676
 -Node: Regexp Constants321676
 -Node: Using Constant Regexps322201
 -Node: Variables325339
 -Node: Using Variables325994
 -Node: Assignment Options327904
 -Node: Conversion329779
 -Node: Strings And Numbers330303
 -Ref: Strings And Numbers-Footnote-1333367
 -Node: Locale influences conversions333476
 -Ref: table-locale-affects336221
 -Node: All Operators336809
 -Node: Arithmetic Ops337439
 -Node: Concatenation339944
 -Ref: Concatenation-Footnote-1342763
 -Node: Assignment Ops342869
 -Ref: table-assign-ops347852
 -Node: Increment Ops349130
 -Node: Truth Values and Conditions352568
 -Node: Truth Values353651
 -Node: Typing and Comparison354700
 -Node: Variable Typing355493
 -Node: Comparison Operators359145
 -Ref: table-relational-ops359555
 -Node: POSIX String Comparison363070
 -Ref: POSIX String Comparison-Footnote-1364142
 -Node: Boolean Ops364280
 -Ref: Boolean Ops-Footnote-1368759
 -Node: Conditional Exp368850
 -Node: Function Calls370577
 -Node: Precedence374457
 -Node: Locales378125
 -Node: Expressions Summary379756
 -Node: Patterns and Actions382330
 -Node: Pattern Overview383450
 -Node: Regexp Patterns385129
 -Node: Expression Patterns385672
 -Node: Ranges389452
 -Node: BEGIN/END392558
 -Node: Using BEGIN/END393320
 -Ref: Using BEGIN/END-Footnote-1396057
 -Node: I/O And BEGIN/END396163
 -Node: BEGINFILE/ENDFILE398477
 -Node: Empty401378
 -Node: Using Shell Variables401695
 -Node: Action Overview403971
 -Node: Statements406298
 -Node: If Statement408146
 -Node: While Statement409644
 -Node: Do Statement411672
 -Node: For Statement412814
 -Node: Switch Statement415969
 -Node: Break Statement418357
 -Node: Continue Statement420398
 -Node: Next Statement422223
 -Node: Nextfile Statement424603
 -Node: Exit Statement427233
 -Node: Built-in Variables429636
 -Node: User-modified430769
 -Ref: User-modified-Footnote-1438449
 -Node: Auto-set438511
 -Ref: Auto-set-Footnote-1451541
 -Ref: Auto-set-Footnote-2451746
 -Node: ARGC and ARGV451802
 -Node: Pattern Action Summary456006
 -Node: Arrays458433
 -Node: Array Basics459762
 -Node: Array Intro460606
 -Ref: figure-array-elements462570
 -Ref: Array Intro-Footnote-1465094
 -Node: Reference to Elements465222
 -Node: Assigning Elements467672
 -Node: Array Example468163
 -Node: Scanning an Array469921
 -Node: Controlling Scanning472937
 -Ref: Controlling Scanning-Footnote-1478126
 -Node: Numeric Array Subscripts478442
 -Node: Uninitialized Subscripts480627
 -Node: Delete482244
 -Ref: Delete-Footnote-1484988
 -Node: Multidimensional485045
 -Node: Multiscanning488140
 -Node: Arrays of Arrays489729
 -Node: Arrays Summary494490
 -Node: Functions496595
 -Node: Built-in497468
 -Node: Calling Built-in498546
 -Node: Numeric Functions500534
 -Ref: Numeric Functions-Footnote-1504556
 -Ref: Numeric Functions-Footnote-2504913
 -Ref: Numeric Functions-Footnote-3504961
 -Node: String Functions505230
 -Ref: String Functions-Footnote-1528702
 -Ref: String Functions-Footnote-2528831
 -Ref: String Functions-Footnote-3529079
 -Node: Gory Details529166
 -Ref: table-sub-escapes530947
 -Ref: table-sub-proposed532467
 -Ref: table-posix-sub533831
 -Ref: table-gensub-escapes535371
 -Ref: Gory Details-Footnote-1536203
 -Node: I/O Functions536354
 -Ref: I/O Functions-Footnote-1543455
 -Node: Time Functions543602
 -Ref: Time Functions-Footnote-1554071
 -Ref: Time Functions-Footnote-2554139
 -Ref: Time Functions-Footnote-3554297
 -Ref: Time Functions-Footnote-4554408
 -Ref: Time Functions-Footnote-5554520
 -Ref: Time Functions-Footnote-6554747
 -Node: Bitwise Functions555013
 -Ref: table-bitwise-ops555575
 -Ref: Bitwise Functions-Footnote-1559883
 -Node: Type Functions560052
 -Node: I18N Functions561201
 -Node: User-defined562846
 -Node: Definition Syntax563650
 -Ref: Definition Syntax-Footnote-1569056
 -Node: Function Example569125
 -Ref: Function Example-Footnote-1572042
 -Node: Function Caveats572064
 -Node: Calling A Function572582
 -Node: Variable Scope573537
 -Node: Pass By Value/Reference576525
 -Node: Return Statement580035
 -Node: Dynamic Typing583019
 -Node: Indirect Calls583948
 -Ref: Indirect Calls-Footnote-1595252
 -Node: Functions Summary595380
 -Node: Library Functions598079
 -Ref: Library Functions-Footnote-1601697
 -Ref: Library Functions-Footnote-2601840
 -Node: Library Names602011
 -Ref: Library Names-Footnote-1605471
 -Ref: Library Names-Footnote-2605691
 -Node: General Functions605777
 -Node: Strtonum Function606880
 -Node: Assert Function609900
 -Node: Round Function613224
 -Node: Cliff Random Function614765
 -Node: Ordinal Functions615781
 -Ref: Ordinal Functions-Footnote-1618846
 -Ref: Ordinal Functions-Footnote-2619098
 -Node: Join Function619309
 -Ref: Join Function-Footnote-1621080
 -Node: Getlocaltime Function621280
 -Node: Readfile Function625021
 -Node: Shell Quoting626991
 -Node: Data File Management628392
 -Node: Filetrans Function629024
 -Node: Rewind Function633083
 -Node: File Checking634468
 -Ref: File Checking-Footnote-1635796
 -Node: Empty Files635997
 -Node: Ignoring Assigns637976
 -Node: Getopt Function639527
 -Ref: Getopt Function-Footnote-1650987
 -Node: Passwd Functions651190
 -Ref: Passwd Functions-Footnote-1660041
 -Node: Group Functions660129
 -Ref: Group Functions-Footnote-1668032
 -Node: Walking Arrays668245
 -Node: Library Functions Summary669848
 -Node: Library Exercises671249
 -Node: Sample Programs672529
 -Node: Running Examples673299
 -Node: Clones674027
 -Node: Cut Program675251
 -Node: Egrep Program684981
 -Ref: Egrep Program-Footnote-1692485
 -Node: Id Program692595
 -Node: Split Program696239
 -Ref: Split Program-Footnote-1699685
 -Node: Tee Program699813
 -Node: Uniq Program702600
 -Node: Wc Program710021
 -Ref: Wc Program-Footnote-1714269
 -Node: Miscellaneous Programs714361
 -Node: Dupword Program715574
 -Node: Alarm Program717605
 -Node: Translate Program722409
 -Ref: Translate Program-Footnote-1726973
 -Node: Labels Program727243
 -Ref: Labels Program-Footnote-1730592
 -Node: Word Sorting730676
 -Node: History Sorting734746
 -Node: Extract Program736582
 -Node: Simple Sed744114
 -Node: Igawk Program747176
 -Ref: Igawk Program-Footnote-1761502
 -Ref: Igawk Program-Footnote-2761703
 -Ref: Igawk Program-Footnote-3761825
 -Node: Anagram Program761940
 -Node: Signature Program765002
 -Node: Programs Summary766249
 -Node: Programs Exercises767442
 -Ref: Programs Exercises-Footnote-1771573
 -Node: Advanced Features771664
 -Node: Nondecimal Data773612
 -Node: Array Sorting775202
 -Node: Controlling Array Traversal775899
 -Ref: Controlling Array Traversal-Footnote-1784230
 -Node: Array Sorting Functions784348
 -Ref: Array Sorting Functions-Footnote-1788240
 -Node: Two-way I/O788434
 -Ref: Two-way I/O-Footnote-1793378
 -Ref: Two-way I/O-Footnote-2793564
 -Node: TCP/IP Networking793646
 -Node: Profiling796518
 -Node: Advanced Features Summary804062
 -Node: Internationalization805995
 -Node: I18N and L10N807475
 -Node: Explaining gettext808161
 -Ref: Explaining gettext-Footnote-1813190
 -Ref: Explaining gettext-Footnote-2813374
 -Node: Programmer i18n813539
 -Ref: Programmer i18n-Footnote-1818405
 -Node: Translator i18n818454
 -Node: String Extraction819248
 -Ref: String Extraction-Footnote-1820379
 -Node: Printf Ordering820465
 -Ref: Printf Ordering-Footnote-1823251
 -Node: I18N Portability823315
 -Ref: I18N Portability-Footnote-1825764
 -Node: I18N Example825827
 -Ref: I18N Example-Footnote-1828627
 -Node: Gawk I18N828699
 -Node: I18N Summary829337
 -Node: Debugger830676
 -Node: Debugging831698
 -Node: Debugging Concepts832139
 -Node: Debugging Terms833996
 -Node: Awk Debugging836571
 -Node: Sample Debugging Session837463
 -Node: Debugger Invocation837983
 -Node: Finding The Bug839367
 -Node: List of Debugger Commands845842
 -Node: Breakpoint Control847174
 -Node: Debugger Execution Control850866
 -Node: Viewing And Changing Data854230
 -Node: Execution Stack857595
 -Node: Debugger Info859233
 -Node: Miscellaneous Debugger Commands863250
 -Node: Readline Support868442
 -Node: Limitations869334
 -Node: Debugging Summary871431
 -Node: Arbitrary Precision Arithmetic872599
 -Node: Computer Arithmetic874015
 -Ref: table-numeric-ranges877616
 -Ref: Computer Arithmetic-Footnote-1878475
 -Node: Math Definitions878532
 -Ref: table-ieee-formats881819
 -Ref: Math Definitions-Footnote-1882423
 -Node: MPFR features882528
 -Node: FP Math Caution884199
 -Ref: FP Math Caution-Footnote-1885249
 -Node: Inexactness of computations885618
 -Node: Inexact representation886566
 -Node: Comparing FP Values887921
 -Node: Errors accumulate888994
 -Node: Getting Accuracy890427
 -Node: Try To Round893086
 -Node: Setting precision893985
 -Ref: table-predefined-precision-strings894669
 -Node: Setting the rounding mode896463
 -Ref: table-gawk-rounding-modes896827
 -Ref: Setting the rounding mode-Footnote-1900281
 -Node: Arbitrary Precision Integers900460
 -Ref: Arbitrary Precision Integers-Footnote-1903451
 -Node: POSIX Floating Point Problems903600
 -Ref: POSIX Floating Point Problems-Footnote-1907476
 -Node: Floating point summary907514
 -Node: Dynamic Extensions909706
 -Node: Extension Intro911258
 -Node: Plugin License912524
 -Node: Extension Mechanism Outline913321
 -Ref: figure-load-extension913749
 -Ref: figure-register-new-function915229
 -Ref: figure-call-new-function916233
 -Node: Extension API Description918219
 -Node: Extension API Functions Introduction919669
 -Node: General Data Types924505
 -Ref: General Data Types-Footnote-1930192
 -Node: Memory Allocation Functions930491
 -Ref: Memory Allocation Functions-Footnote-1933321
 -Node: Constructor Functions933417
 -Node: Registration Functions935151
 -Node: Extension Functions935836
 -Node: Exit Callback Functions938132
 -Node: Extension Version String939380
 -Node: Input Parsers940030
 -Node: Output Wrappers949845
 -Node: Two-way processors954361
 -Node: Printing Messages956565
 -Ref: Printing Messages-Footnote-1957642
 -Node: Updating `ERRNO'957794
 -Node: Requesting Values958534
 -Ref: table-value-types-returned959262
 -Node: Accessing Parameters960220
 -Node: Symbol Table Access961451
 -Node: Symbol table by name961965
 -Node: Symbol table by cookie963945
 -Ref: Symbol table by cookie-Footnote-1968084
 -Node: Cached values968147
 -Ref: Cached values-Footnote-1971651
 -Node: Array Manipulation971742
 -Ref: Array Manipulation-Footnote-1972840
 -Node: Array Data Types972879
 -Ref: Array Data Types-Footnote-1975536
 -Node: Array Functions975628
 -Node: Flattening Arrays979482
 -Node: Creating Arrays986369
 -Node: Extension API Variables991136
 -Node: Extension Versioning991772
 -Node: Extension API Informational Variables993673
 -Node: Extension API Boilerplate994761
 -Node: Finding Extensions998577
 -Node: Extension Example999137
 -Node: Internal File Description999909
 -Node: Internal File Ops1003976
 -Ref: Internal File Ops-Footnote-11015634
 -Node: Using Internal File Ops1015774
 -Ref: Using Internal File Ops-Footnote-11018157
 -Node: Extension Samples1018430
 -Node: Extension Sample File Functions1019954
 -Node: Extension Sample Fnmatch1027556
 -Node: Extension Sample Fork1029038
 -Node: Extension Sample Inplace1030251
 -Node: Extension Sample Ord1031926
 -Node: Extension Sample Readdir1032762
 -Ref: table-readdir-file-types1033618
 -Node: Extension Sample Revout1034429
 -Node: Extension Sample Rev2way1035020
 -Node: Extension Sample Read write array1035761
 -Node: Extension Sample Readfile1037700
 -Node: Extension Sample Time1038795
 -Node: Extension Sample API Tests1040144
 -Node: gawkextlib1040635
 -Node: Extension summary1043285
 -Node: Extension Exercises1046967
 -Node: Language History1047689
 -Node: V7/SVR3.11049346
 -Node: SVR41051527
 -Node: POSIX1052972
 -Node: BTL1054361
 -Node: POSIX/GNU1055095
 -Node: Feature History1060664
 -Node: Common Extensions1073755
 -Node: Ranges and Locales1075079
 -Ref: Ranges and Locales-Footnote-11079718
 -Ref: Ranges and Locales-Footnote-21079745
 -Ref: Ranges and Locales-Footnote-31079979
 -Node: Contributors1080200
 -Node: History summary1085740
 -Node: Installation1087109
 -Node: Gawk Distribution1088065
 -Node: Getting1088549
 -Node: Extracting1089373
 -Node: Distribution contents1091015
 -Node: Unix Installation1096732
 -Node: Quick Installation1097349
 -Node: Additional Configuration Options1099780
 -Node: Configuration Philosophy1101520
 -Node: Non-Unix Installation1103871
 -Node: PC Installation1104329
 -Node: PC Binary Installation1105655
 -Node: PC Compiling1107503
 -Ref: PC Compiling-Footnote-11110524
 -Node: PC Testing1110629
 -Node: PC Using1111805
 -Node: Cygwin1115920
 -Node: MSYS1116743
 -Node: VMS Installation1117241
 -Node: VMS Compilation1118033
 -Ref: VMS Compilation-Footnote-11119255
 -Node: VMS Dynamic Extensions1119313
 -Node: VMS Installation Details1120997
 -Node: VMS Running1123249
 -Node: VMS GNV1126090
 -Node: VMS Old Gawk1126824
 -Node: Bugs1127294
 -Node: Other Versions1131198
 -Node: Installation summary1137411
 -Node: Notes1138467
 -Node: Compatibility Mode1139332
 -Node: Additions1140114
 -Node: Accessing The Source1141039
 -Node: Adding Code1142475
 -Node: New Ports1148647
 -Node: Derived Files1153129
 -Ref: Derived Files-Footnote-11158604
 -Ref: Derived Files-Footnote-21158638
 -Ref: Derived Files-Footnote-31159234
 -Node: Future Extensions1159348
 -Node: Implementation Limitations1159954
 -Node: Extension Design1161202
 -Node: Old Extension Problems1162356
 -Ref: Old Extension Problems-Footnote-11163873
 -Node: Extension New Mechanism Goals1163930
 -Ref: Extension New Mechanism Goals-Footnote-11167290
 -Node: Extension Other Design Decisions1167479
 -Node: Extension Future Growth1169587
 -Node: Old Extension Mechanism1170423
 -Node: Notes summary1172185
 -Node: Basic Concepts1173371
 -Node: Basic High Level1174052
 -Ref: figure-general-flow1174324
 -Ref: figure-process-flow1174923
 -Ref: Basic High Level-Footnote-11178152
 -Node: Basic Data Typing1178337
 -Node: Glossary1181665
 -Node: Copying1206823
 -Node: GNU Free Documentation License1244379
 -Node: Index1269515
++Ref: Options-Footnote-1130942
++Node: Other Arguments130967
++Node: Naming Standard Input133928
++Node: Environment Variables135021
++Node: AWKPATH Variable135579
++Ref: AWKPATH Variable-Footnote-1138431
++Ref: AWKPATH Variable-Footnote-2138476
++Node: AWKLIBPATH Variable138736
++Node: Other Environment Variables139495
++Node: Exit Status142986
++Node: Include Files143661
++Node: Loading Shared Libraries147249
++Node: Obsolete148676
++Node: Undocumented149373
++Node: Invoking Summary149640
++Node: Regexp151306
++Node: Regexp Usage152765
++Node: Escape Sequences154798
++Node: Regexp Operators160898
++Ref: Regexp Operators-Footnote-1168332
++Ref: Regexp Operators-Footnote-2168479
++Node: Bracket Expressions168577
++Ref: table-char-classes170594
++Node: Leftmost Longest173534
++Node: Computed Regexps174836
++Node: GNU Regexp Operators178233
++Node: Case-sensitivity181935
++Ref: Case-sensitivity-Footnote-1184825
++Ref: Case-sensitivity-Footnote-2185060
++Node: Regexp Summary185168
++Node: Reading Files186637
++Node: Records188731
++Node: awk split records189463
++Node: gawk split records194377
++Ref: gawk split records-Footnote-1198916
++Node: Fields198953
++Ref: Fields-Footnote-1201751
++Node: Nonconstant Fields201837
++Ref: Nonconstant Fields-Footnote-1204073
++Node: Changing Fields204275
++Node: Field Separators210207
++Node: Default Field Splitting212911
++Node: Regexp Field Splitting214028
++Node: Single Character Fields217378
++Node: Command Line Field Separator218437
++Node: Full Line Fields221649
++Ref: Full Line Fields-Footnote-1222157
++Node: Field Splitting Summary222203
++Ref: Field Splitting Summary-Footnote-1225334
++Node: Constant Size225435
++Node: Splitting By Content230041
++Ref: Splitting By Content-Footnote-1234114
++Node: Multiple Line234154
++Ref: Multiple Line-Footnote-1240043
++Node: Getline240222
++Node: Plain Getline242433
++Node: Getline/Variable245073
++Node: Getline/File246220
++Node: Getline/Variable/File247604
++Ref: Getline/Variable/File-Footnote-1249205
++Node: Getline/Pipe249292
++Node: Getline/Variable/Pipe251975
++Node: Getline/Coprocess253106
++Node: Getline/Variable/Coprocess254358
++Node: Getline Notes255097
++Node: Getline Summary257889
++Ref: table-getline-variants258301
++Node: Read Timeout259130
++Ref: Read Timeout-Footnote-1262944
++Node: Command-line directories263002
++Node: Input Summary263906
++Node: Input Exercises267158
++Node: Printing267886
++Node: Print269663
++Node: Print Examples271120
++Node: Output Separators273899
++Node: OFMT275917
++Node: Printf277271
++Node: Basic Printf278056
++Node: Control Letters279627
++Node: Format Modifiers283611
++Node: Printf Examples289618
++Node: Redirection292100
++Node: Special FD298939
++Ref: Special FD-Footnote-1302096
++Node: Special Files302170
++Node: Other Inherited Files302786
++Node: Special Network303786
++Node: Special Caveats304647
++Node: Close Files And Pipes305598
++Ref: Close Files And Pipes-Footnote-1312777
++Ref: Close Files And Pipes-Footnote-2312925
++Node: Output Summary313075
++Node: Output Exercises314071
++Node: Expressions314751
++Node: Values315936
++Node: Constants316612
++Node: Scalar Constants317292
++Ref: Scalar Constants-Footnote-1318151
++Node: Nondecimal-numbers318401
++Node: Regexp Constants321401
++Node: Using Constant Regexps321926
++Node: Variables325064
++Node: Using Variables325719
++Node: Assignment Options327629
++Node: Conversion329504
++Node: Strings And Numbers330028
++Ref: Strings And Numbers-Footnote-1333092
++Node: Locale influences conversions333201
++Ref: table-locale-affects335946
++Node: All Operators336534
++Node: Arithmetic Ops337164
++Node: Concatenation339669
++Ref: Concatenation-Footnote-1342488
++Node: Assignment Ops342594
++Ref: table-assign-ops347577
++Node: Increment Ops348855
++Node: Truth Values and Conditions352293
++Node: Truth Values353376
++Node: Typing and Comparison354425
++Node: Variable Typing355218
++Node: Comparison Operators358870
++Ref: table-relational-ops359280
++Node: POSIX String Comparison362795
++Ref: POSIX String Comparison-Footnote-1363867
++Node: Boolean Ops364005
++Ref: Boolean Ops-Footnote-1368484
++Node: Conditional Exp368575
++Node: Function Calls370302
++Node: Precedence374182
++Node: Locales377850
++Node: Expressions Summary379481
++Node: Patterns and Actions382055
++Node: Pattern Overview383175
++Node: Regexp Patterns384854
++Node: Expression Patterns385397
++Node: Ranges389177
++Node: BEGIN/END392283
++Node: Using BEGIN/END393045
++Ref: Using BEGIN/END-Footnote-1395782
++Node: I/O And BEGIN/END395888
++Node: BEGINFILE/ENDFILE398202
++Node: Empty401103
++Node: Using Shell Variables401420
++Node: Action Overview403696
++Node: Statements406023
++Node: If Statement407871
++Node: While Statement409369
++Node: Do Statement411397
++Node: For Statement412539
++Node: Switch Statement415694
++Node: Break Statement418082
++Node: Continue Statement420123
++Node: Next Statement421948
++Node: Nextfile Statement424328
++Node: Exit Statement426958
++Node: Built-in Variables429361
++Node: User-modified430494
++Ref: User-modified-Footnote-1438174
++Node: Auto-set438236
++Ref: Auto-set-Footnote-1451603
++Ref: Auto-set-Footnote-2451808
++Node: ARGC and ARGV451864
++Node: Pattern Action Summary456068
++Node: Arrays458495
++Node: Array Basics459824
++Node: Array Intro460668
++Ref: figure-array-elements462632
++Ref: Array Intro-Footnote-1465156
++Node: Reference to Elements465284
++Node: Assigning Elements467734
++Node: Array Example468225
++Node: Scanning an Array469983
++Node: Controlling Scanning472999
++Ref: Controlling Scanning-Footnote-1478188
++Node: Numeric Array Subscripts478504
++Node: Uninitialized Subscripts480689
++Node: Delete482306
++Ref: Delete-Footnote-1485050
++Node: Multidimensional485107
++Node: Multiscanning488202
++Node: Arrays of Arrays489791
++Node: Arrays Summary494552
++Node: Functions496657
++Node: Built-in497530
++Node: Calling Built-in498608
++Node: Numeric Functions500596
++Ref: Numeric Functions-Footnote-1505420
++Ref: Numeric Functions-Footnote-2505777
++Ref: Numeric Functions-Footnote-3505825
++Node: String Functions506094
++Ref: String Functions-Footnote-1529566
++Ref: String Functions-Footnote-2529695
++Ref: String Functions-Footnote-3529943
++Node: Gory Details530030
++Ref: table-sub-escapes531811
++Ref: table-sub-proposed533331
++Ref: table-posix-sub534695
++Ref: table-gensub-escapes536235
++Ref: Gory Details-Footnote-1537067
++Node: I/O Functions537218
++Ref: I/O Functions-Footnote-1544319
++Node: Time Functions544466
++Ref: Time Functions-Footnote-1554935
++Ref: Time Functions-Footnote-2555003
++Ref: Time Functions-Footnote-3555161
++Ref: Time Functions-Footnote-4555272
++Ref: Time Functions-Footnote-5555384
++Ref: Time Functions-Footnote-6555611
++Node: Bitwise Functions555877
++Ref: table-bitwise-ops556439
++Ref: Bitwise Functions-Footnote-1560747
++Node: Type Functions560916
++Node: I18N Functions562065
++Node: User-defined563710
++Node: Definition Syntax564514
++Ref: Definition Syntax-Footnote-1569920
++Node: Function Example569989
++Ref: Function Example-Footnote-1572906
++Node: Function Caveats572928
++Node: Calling A Function573446
++Node: Variable Scope574401
++Node: Pass By Value/Reference577389
++Node: Return Statement580899
++Node: Dynamic Typing583883
++Node: Indirect Calls584812
++Ref: Indirect Calls-Footnote-1596116
++Node: Functions Summary596244
++Node: Library Functions598943
++Ref: Library Functions-Footnote-1602561
++Ref: Library Functions-Footnote-2602704
++Node: Library Names602875
++Ref: Library Names-Footnote-1606335
++Ref: Library Names-Footnote-2606555
++Node: General Functions606641
++Node: Strtonum Function607744
++Node: Assert Function610764
++Node: Round Function614088
++Node: Cliff Random Function615629
++Node: Ordinal Functions616645
++Ref: Ordinal Functions-Footnote-1619710
++Ref: Ordinal Functions-Footnote-2619962
++Node: Join Function620173
++Ref: Join Function-Footnote-1621944
++Node: Getlocaltime Function622144
++Node: Readfile Function625885
++Node: Shell Quoting627855
++Node: Data File Management629256
++Node: Filetrans Function629888
++Node: Rewind Function633947
++Node: File Checking635332
++Ref: File Checking-Footnote-1636660
++Node: Empty Files636861
++Node: Ignoring Assigns638840
++Node: Getopt Function640391
++Ref: Getopt Function-Footnote-1651851
++Node: Passwd Functions652054
++Ref: Passwd Functions-Footnote-1660905
++Node: Group Functions660993
++Ref: Group Functions-Footnote-1668896
++Node: Walking Arrays669109
++Node: Library Functions Summary670712
++Node: Library Exercises672113
++Node: Sample Programs673393
++Node: Running Examples674163
++Node: Clones674891
++Node: Cut Program676115
++Node: Egrep Program685845
++Ref: Egrep Program-Footnote-1693349
++Node: Id Program693459
++Node: Split Program697103
++Ref: Split Program-Footnote-1700549
++Node: Tee Program700677
++Node: Uniq Program703464
++Node: Wc Program710885
++Ref: Wc Program-Footnote-1715133
++Node: Miscellaneous Programs715225
++Node: Dupword Program716438
++Node: Alarm Program718469
++Node: Translate Program723273
++Ref: Translate Program-Footnote-1727837
++Node: Labels Program728107
++Ref: Labels Program-Footnote-1731456
++Node: Word Sorting731540
++Node: History Sorting735610
++Node: Extract Program737446
++Node: Simple Sed744978
++Node: Igawk Program748040
++Ref: Igawk Program-Footnote-1762366
++Ref: Igawk Program-Footnote-2762567
++Ref: Igawk Program-Footnote-3762689
++Node: Anagram Program762804
++Node: Signature Program765866
++Node: Programs Summary767113
++Node: Programs Exercises768306
++Ref: Programs Exercises-Footnote-1772437
++Node: Advanced Features772528
++Node: Nondecimal Data774476
++Node: Array Sorting776066
++Node: Controlling Array Traversal776763
++Ref: Controlling Array Traversal-Footnote-1785094
++Node: Array Sorting Functions785212
++Ref: Array Sorting Functions-Footnote-1789104
++Node: Two-way I/O789298
++Ref: Two-way I/O-Footnote-1794242
++Ref: Two-way I/O-Footnote-2794428
++Node: TCP/IP Networking794510
++Node: Profiling797382
++Node: Advanced Features Summary804935
++Node: Internationalization806868
++Node: I18N and L10N808348
++Node: Explaining gettext809034
++Ref: Explaining gettext-Footnote-1814063
++Ref: Explaining gettext-Footnote-2814247
++Node: Programmer i18n814412
++Ref: Programmer i18n-Footnote-1819278
++Node: Translator i18n819327
++Node: String Extraction820121
++Ref: String Extraction-Footnote-1821252
++Node: Printf Ordering821338
++Ref: Printf Ordering-Footnote-1824124
++Node: I18N Portability824188
++Ref: I18N Portability-Footnote-1826637
++Node: I18N Example826700
++Ref: I18N Example-Footnote-1829500
++Node: Gawk I18N829572
++Node: I18N Summary830210
++Node: Debugger831549
++Node: Debugging832571
++Node: Debugging Concepts833012
++Node: Debugging Terms834869
++Node: Awk Debugging837444
++Node: Sample Debugging Session838336
++Node: Debugger Invocation838856
++Node: Finding The Bug840240
++Node: List of Debugger Commands846715
++Node: Breakpoint Control848047
++Node: Debugger Execution Control851739
++Node: Viewing And Changing Data855103
++Node: Execution Stack858468
++Node: Debugger Info860106
++Node: Miscellaneous Debugger Commands864123
++Node: Readline Support869315
++Node: Limitations870207
++Node: Debugging Summary872304
++Node: Arbitrary Precision Arithmetic873472
++Node: Computer Arithmetic874888
++Ref: table-numeric-ranges878489
++Ref: Computer Arithmetic-Footnote-1879348
++Node: Math Definitions879405
++Ref: table-ieee-formats882692
++Ref: Math Definitions-Footnote-1883296
++Node: MPFR features883401
++Node: FP Math Caution885072
++Ref: FP Math Caution-Footnote-1886122
++Node: Inexactness of computations886491
++Node: Inexact representation887439
++Node: Comparing FP Values888794
++Node: Errors accumulate889867
++Node: Getting Accuracy891300
++Node: Try To Round893959
++Node: Setting precision894858
++Ref: table-predefined-precision-strings895542
++Node: Setting the rounding mode897336
++Ref: table-gawk-rounding-modes897700
++Ref: Setting the rounding mode-Footnote-1901154
++Node: Arbitrary Precision Integers901333
++Ref: Arbitrary Precision Integers-Footnote-1906237
++Node: POSIX Floating Point Problems906386
++Ref: POSIX Floating Point Problems-Footnote-1910262
++Node: Floating point summary910300
++Node: Dynamic Extensions912492
++Node: Extension Intro914044
++Node: Plugin License915310
++Node: Extension Mechanism Outline916107
++Ref: figure-load-extension916535
++Ref: figure-register-new-function918015
++Ref: figure-call-new-function919019
++Node: Extension API Description921005
++Node: Extension API Functions Introduction922455
++Node: General Data Types927291
++Ref: General Data Types-Footnote-1932978
++Node: Memory Allocation Functions933277
++Ref: Memory Allocation Functions-Footnote-1936107
++Node: Constructor Functions936203
++Node: Registration Functions937937
++Node: Extension Functions938622
++Node: Exit Callback Functions940918
++Node: Extension Version String942166
++Node: Input Parsers942816
++Node: Output Wrappers952631
++Node: Two-way processors957147
++Node: Printing Messages959351
++Ref: Printing Messages-Footnote-1960428
++Node: Updating `ERRNO'960580
++Node: Requesting Values961320
++Ref: table-value-types-returned962048
++Node: Accessing Parameters963006
++Node: Symbol Table Access964237
++Node: Symbol table by name964751
++Node: Symbol table by cookie966731
++Ref: Symbol table by cookie-Footnote-1970870
++Node: Cached values970933
++Ref: Cached values-Footnote-1974437
++Node: Array Manipulation974528
++Ref: Array Manipulation-Footnote-1975626
++Node: Array Data Types975665
++Ref: Array Data Types-Footnote-1978322
++Node: Array Functions978414
++Node: Flattening Arrays982268
++Node: Creating Arrays989155
++Node: Extension API Variables993922
++Node: Extension Versioning994558
++Node: Extension API Informational Variables996459
++Node: Extension API Boilerplate997547
++Node: Finding Extensions1001363
++Node: Extension Example1001923
++Node: Internal File Description1002695
++Node: Internal File Ops1006762
++Ref: Internal File Ops-Footnote-11018420
++Node: Using Internal File Ops1018560
++Ref: Using Internal File Ops-Footnote-11020943
++Node: Extension Samples1021216
++Node: Extension Sample File Functions1022740
++Node: Extension Sample Fnmatch1030342
++Node: Extension Sample Fork1031824
++Node: Extension Sample Inplace1033037
++Node: Extension Sample Ord1034712
++Node: Extension Sample Readdir1035548
++Ref: table-readdir-file-types1036404
++Node: Extension Sample Revout1037215
++Node: Extension Sample Rev2way1037806
++Node: Extension Sample Read write array1038547
++Node: Extension Sample Readfile1040486
++Node: Extension Sample Time1041581
++Node: Extension Sample API Tests1042930
++Node: gawkextlib1043421
++Node: Extension summary1046071
++Node: Extension Exercises1049753
++Node: Language History1050475
++Node: V7/SVR3.11052132
++Node: SVR41054313
++Node: POSIX1055758
++Node: BTL1057147
++Node: POSIX/GNU1057881
++Node: Feature History1063510
++Node: Common Extensions1076601
++Node: Ranges and Locales1077925
++Ref: Ranges and Locales-Footnote-11082564
++Ref: Ranges and Locales-Footnote-21082591
++Ref: Ranges and Locales-Footnote-31082825
++Node: Contributors1083046
++Node: History summary1088586
++Node: Installation1089955
++Node: Gawk Distribution1090911
++Node: Getting1091395
++Node: Extracting1092219
++Node: Distribution contents1093861
++Node: Unix Installation1099631
++Node: Quick Installation1100248
++Node: Additional Configuration Options1102679
++Node: Configuration Philosophy1104419
++Node: Non-Unix Installation1106770
++Node: PC Installation1107228
++Node: PC Binary Installation1108554
++Node: PC Compiling1110402
++Ref: PC Compiling-Footnote-11113423
++Node: PC Testing1113528
++Node: PC Using1114704
++Node: Cygwin1118819
++Node: MSYS1119642
++Node: VMS Installation1120140
++Node: VMS Compilation1120932
++Ref: VMS Compilation-Footnote-11122154
++Node: VMS Dynamic Extensions1122212
++Node: VMS Installation Details1123896
++Node: VMS Running1126148
++Node: VMS GNV1128989
++Node: VMS Old Gawk1129723
++Node: Bugs1130193
++Node: Other Versions1134097
++Node: Installation summary1140310
++Node: Notes1141366
++Node: Compatibility Mode1142231
++Node: Additions1143013
++Node: Accessing The Source1143938
++Node: Adding Code1145374
++Node: New Ports1151546
++Node: Derived Files1156028
++Ref: Derived Files-Footnote-11161503
++Ref: Derived Files-Footnote-21161537
++Ref: Derived Files-Footnote-31162133
++Node: Future Extensions1162247
++Node: Implementation Limitations1162853
++Node: Extension Design1164101
++Node: Old Extension Problems1165255
++Ref: Old Extension Problems-Footnote-11166772
++Node: Extension New Mechanism Goals1166829
++Ref: Extension New Mechanism Goals-Footnote-11170189
++Node: Extension Other Design Decisions1170378
++Node: Extension Future Growth1172486
++Node: Old Extension Mechanism1173322
++Node: Notes summary1175084
++Node: Basic Concepts1176270
++Node: Basic High Level1176951
++Ref: figure-general-flow1177223
++Ref: figure-process-flow1177822
++Ref: Basic High Level-Footnote-11181051
++Node: Basic Data Typing1181236
++Node: Glossary1184564
++Node: Copying1209722
++Node: GNU Free Documentation License1247278
++Node: Index1272414
  
  End Tag Table

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

Summary of changes:
 doc/ChangeLog   |    4 +
 doc/gawk.info   | 1155 ++++++++++++++++++++++++++++---------------------------
 doc/gawk.texi   |   59 +++-
 doc/gawktexi.in |   59 +++-
 4 files changed, 712 insertions(+), 565 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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