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-2022-g860683


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2022-g8606837
Date: Thu, 10 Nov 2016 03:53:47 +0000 (UTC)

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  86068375ed660f898ed5969641c9aa630f9adfd8 (commit)
       via  2489318970a3b82d8fe537dab91508d254e54bdc (commit)
      from  dea1c3c59c07731803669ecdc1fbf318b2d88380 (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=86068375ed660f898ed5969641c9aa630f9adfd8

commit 86068375ed660f898ed5969641c9aa630f9adfd8
Merge: dea1c3c 2489318
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Nov 10 05:53:39 2016 +0200

    Merge branch 'gawk-4.1-stable'

diff --cc doc/gawk.info
index 06c2bf7,c103f36..264b705
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -35211,571 -34603,563 +35213,571 @@@ Inde
  
  Tag Table:
  Node: Top1200
 -Node: Foreword342162
 -Node: Foreword446604
 -Node: Preface48136
 -Ref: Preface-Footnote-150995
 -Ref: Preface-Footnote-251102
 -Ref: Preface-Footnote-351336
 -Node: History51478
 -Node: Names53830
 -Ref: Names-Footnote-154924
 -Node: This Manual55071
 -Ref: This Manual-Footnote-161556
 -Node: Conventions61656
 -Node: Manual History64010
 -Ref: Manual History-Footnote-167005
 -Ref: Manual History-Footnote-267046
 -Node: How To Contribute67120
 -Node: Acknowledgments68249
 -Node: Getting Started73135
 -Node: Running gawk75574
 -Node: One-shot76764
 -Node: Read Terminal78027
 -Node: Long80020
 -Node: Executable Scripts81533
 -Ref: Executable Scripts-Footnote-184328
 -Node: Comments84431
 -Node: Quoting86915
 -Node: DOS Quoting92432
 -Node: Sample Data Files93107
 -Node: Very Simple95702
 -Node: Two Rules100604
 -Node: More Complex102489
 -Node: Statements/Lines105355
 -Ref: Statements/Lines-Footnote-1109814
 -Node: Other Features110079
 -Node: When111015
 -Ref: When-Footnote-1112769
 -Node: Intro Summary112834
 -Node: Invoking Gawk113718
 -Node: Command Line115232
 -Node: Options116030
 -Ref: Options-Footnote-1131937
 -Ref: Options-Footnote-2132167
 -Node: Other Arguments132192
 -Node: Naming Standard Input135139
 -Node: Environment Variables136232
 -Node: AWKPATH Variable136790
 -Ref: AWKPATH Variable-Footnote-1140091
 -Ref: AWKPATH Variable-Footnote-2140125
 -Node: AWKLIBPATH Variable140386
 -Node: Other Environment Variables141530
 -Node: Exit Status145478
 -Node: Include Files146155
 -Node: Loading Shared Libraries149750
 -Node: Obsolete151178
 -Node: Undocumented151870
 -Node: Invoking Summary152167
 -Node: Regexp153827
 -Node: Regexp Usage155281
 -Node: Escape Sequences157318
 -Node: Regexp Operators163332
 -Ref: Regexp Operators-Footnote-1170748
 -Ref: Regexp Operators-Footnote-2170895
 -Node: Bracket Expressions170993
 -Ref: table-char-classes173469
 -Node: Leftmost Longest176606
 -Node: Computed Regexps177909
 -Node: GNU Regexp Operators181336
 -Node: Case-sensitivity185015
 -Ref: Case-sensitivity-Footnote-1187902
 -Ref: Case-sensitivity-Footnote-2188137
 -Node: Regexp Summary188245
 -Node: Reading Files189711
 -Node: Records191805
 -Node: awk split records192538
 -Node: gawk split records197469
 -Ref: gawk split records-Footnote-1202009
 -Node: Fields202046
 -Ref: Fields-Footnote-1204826
 -Node: Nonconstant Fields204912
 -Ref: Nonconstant Fields-Footnote-1207148
 -Node: Changing Fields207352
 -Node: Field Separators213280
 -Node: Default Field Splitting215978
 -Node: Regexp Field Splitting217096
 -Node: Single Character Fields220449
 -Node: Command Line Field Separator221509
 -Node: Full Line Fields224727
 -Ref: Full Line Fields-Footnote-1226249
 -Ref: Full Line Fields-Footnote-2226295
 -Node: Field Splitting Summary226396
 -Node: Constant Size228470
 -Node: Splitting By Content233048
 -Ref: Splitting By Content-Footnote-1237019
 -Node: Multiple Line237182
 -Ref: Multiple Line-Footnote-1243064
 -Node: Getline243243
 -Node: Plain Getline245447
 -Node: Getline/Variable248086
 -Node: Getline/File249235
 -Node: Getline/Variable/File250621
 -Ref: Getline/Variable/File-Footnote-1252224
 -Node: Getline/Pipe252312
 -Node: Getline/Variable/Pipe255017
 -Node: Getline/Coprocess256150
 -Node: Getline/Variable/Coprocess257415
 -Node: Getline Notes258155
 -Node: Getline Summary260950
 -Ref: table-getline-variants261372
 -Node: Read Timeout262120
 -Ref: Read Timeout-Footnote-1265961
 -Node: Command-line directories266019
 -Node: Input Summary266923
 -Node: Input Exercises270095
 -Node: Printing270823
 -Node: Print272599
 -Node: Print Examples274056
 -Node: Output Separators276836
 -Node: OFMT278853
 -Node: Printf280209
 -Node: Basic Printf280994
 -Node: Control Letters282568
 -Node: Format Modifiers286556
 -Node: Printf Examples292571
 -Node: Redirection295057
 -Node: Special FD301898
 -Ref: Special FD-Footnote-1305066
 -Node: Special Files305140
 -Node: Other Inherited Files305757
 -Node: Special Network306758
 -Node: Special Caveats307618
 -Node: Close Files And Pipes308567
 -Ref: Close Files And Pipes-Footnote-1315760
 -Ref: Close Files And Pipes-Footnote-2315908
 -Node: Output Summary316059
 -Node: Output Exercises317057
 -Node: Expressions317736
 -Node: Values318924
 -Node: Constants319602
 -Node: Scalar Constants320293
 -Ref: Scalar Constants-Footnote-1321157
 -Node: Nondecimal-numbers321407
 -Node: Regexp Constants324420
 -Node: Using Constant Regexps324946
 -Node: Variables328109
 -Node: Using Variables328766
 -Node: Assignment Options330676
 -Node: Conversion332549
 -Node: Strings And Numbers333073
 -Ref: Strings And Numbers-Footnote-1336136
 -Node: Locale influences conversions336245
 -Ref: table-locale-affects339003
 -Node: All Operators339621
 -Node: Arithmetic Ops340250
 -Node: Concatenation342756
 -Ref: Concatenation-Footnote-1345603
 -Node: Assignment Ops345710
 -Ref: table-assign-ops350701
 -Node: Increment Ops352014
 -Node: Truth Values and Conditions355474
 -Node: Truth Values356548
 -Node: Typing and Comparison357596
 -Node: Variable Typing358416
 -Node: Comparison Operators362040
 -Ref: table-relational-ops362459
 -Node: POSIX String Comparison365954
 -Ref: POSIX String Comparison-Footnote-1367028
 -Node: Boolean Ops367167
 -Ref: Boolean Ops-Footnote-1371649
 -Node: Conditional Exp371741
 -Node: Function Calls373477
 -Node: Precedence377354
 -Node: Locales381013
 -Node: Expressions Summary382645
 -Node: Patterns and Actions385218
 -Node: Pattern Overview386338
 -Node: Regexp Patterns388015
 -Node: Expression Patterns388557
 -Node: Ranges392338
 -Node: BEGIN/END395446
 -Node: Using BEGIN/END396207
 -Ref: Using BEGIN/END-Footnote-1398943
 -Node: I/O And BEGIN/END399049
 -Node: BEGINFILE/ENDFILE401363
 -Node: Empty404270
 -Node: Using Shell Variables404587
 -Node: Action Overview406861
 -Node: Statements409186
 -Node: If Statement411034
 -Node: While Statement412529
 -Node: Do Statement414557
 -Node: For Statement415705
 -Node: Switch Statement418863
 -Node: Break Statement421249
 -Node: Continue Statement423341
 -Node: Next Statement425168
 -Node: Nextfile Statement427551
 -Node: Exit Statement430203
 -Node: Built-in Variables432606
 -Node: User-modified433739
 -Ref: User-modified-Footnote-1441364
 -Node: Auto-set441426
 -Ref: Auto-set-Footnote-1454782
 -Ref: Auto-set-Footnote-2454988
 -Node: ARGC and ARGV455044
 -Node: Pattern Action Summary459257
 -Node: Arrays461687
 -Node: Array Basics463016
 -Node: Array Intro463860
 -Ref: figure-array-elements465835
 -Ref: Array Intro-Footnote-1468539
 -Node: Reference to Elements468667
 -Node: Assigning Elements471131
 -Node: Array Example471622
 -Node: Scanning an Array473381
 -Node: Controlling Scanning476403
 -Ref: Controlling Scanning-Footnote-1481802
 -Node: Numeric Array Subscripts482118
 -Node: Uninitialized Subscripts484302
 -Node: Delete485921
 -Ref: Delete-Footnote-1488673
 -Node: Multidimensional488730
 -Node: Multiscanning491825
 -Node: Arrays of Arrays493416
 -Node: Arrays Summary498183
 -Node: Functions500276
 -Node: Built-in501314
 -Node: Calling Built-in502395
 -Node: Numeric Functions504391
 -Ref: Numeric Functions-Footnote-1508419
 -Ref: Numeric Functions-Footnote-2508776
 -Ref: Numeric Functions-Footnote-3508824
 -Node: String Functions509096
 -Ref: String Functions-Footnote-1532600
 -Ref: String Functions-Footnote-2532728
 -Ref: String Functions-Footnote-3532976
 -Node: Gory Details533063
 -Ref: table-sub-escapes534854
 -Ref: table-sub-proposed536373
 -Ref: table-posix-sub537736
 -Ref: table-gensub-escapes539277
 -Ref: Gory Details-Footnote-1540100
 -Node: I/O Functions540254
 -Ref: table-system-return-values546836
 -Ref: I/O Functions-Footnote-1548816
 -Ref: I/O Functions-Footnote-2548964
 -Node: Time Functions549084
 -Ref: Time Functions-Footnote-1559606
 -Ref: Time Functions-Footnote-2559674
 -Ref: Time Functions-Footnote-3559832
 -Ref: Time Functions-Footnote-4559943
 -Ref: Time Functions-Footnote-5560055
 -Ref: Time Functions-Footnote-6560282
 -Node: Bitwise Functions560548
 -Ref: table-bitwise-ops561142
 -Ref: Bitwise Functions-Footnote-1565460
 -Node: Type Functions565633
 -Node: I18N Functions566789
 -Node: User-defined568440
 -Node: Definition Syntax569245
 -Ref: Definition Syntax-Footnote-1574932
 -Node: Function Example575003
 -Ref: Function Example-Footnote-1577925
 -Node: Function Caveats577947
 -Node: Calling A Function578465
 -Node: Variable Scope579423
 -Node: Pass By Value/Reference582417
 -Node: Return Statement585916
 -Node: Dynamic Typing588895
 -Node: Indirect Calls589825
 -Ref: Indirect Calls-Footnote-1600076
 -Node: Functions Summary600204
 -Node: Library Functions602909
 -Ref: Library Functions-Footnote-1606516
 -Ref: Library Functions-Footnote-2606659
 -Node: Library Names606830
 -Ref: Library Names-Footnote-1610290
 -Ref: Library Names-Footnote-2610513
 -Node: General Functions610599
 -Node: Strtonum Function611702
 -Node: Assert Function614724
 -Node: Round Function618050
 -Node: Cliff Random Function619591
 -Node: Ordinal Functions620607
 -Ref: Ordinal Functions-Footnote-1623670
 -Ref: Ordinal Functions-Footnote-2623922
 -Node: Join Function624132
 -Ref: Join Function-Footnote-1625902
 -Node: Getlocaltime Function626102
 -Node: Readfile Function629844
 -Node: Shell Quoting631816
 -Node: Data File Management633217
 -Node: Filetrans Function633849
 -Node: Rewind Function637945
 -Node: File Checking639851
 -Ref: File Checking-Footnote-1641185
 -Node: Empty Files641386
 -Node: Ignoring Assigns643365
 -Node: Getopt Function644915
 -Ref: Getopt Function-Footnote-1656384
 -Node: Passwd Functions656584
 -Ref: Passwd Functions-Footnote-1665423
 -Node: Group Functions665511
 -Ref: Group Functions-Footnote-1673409
 -Node: Walking Arrays673616
 -Node: Library Functions Summary676624
 -Node: Library Exercises678030
 -Node: Sample Programs678495
 -Node: Running Examples679265
 -Node: Clones679993
 -Node: Cut Program681217
 -Node: Egrep Program691146
 -Ref: Egrep Program-Footnote-1698658
 -Node: Id Program698768
 -Node: Split Program702448
 -Ref: Split Program-Footnote-1705907
 -Node: Tee Program706036
 -Node: Uniq Program708826
 -Node: Wc Program716252
 -Ref: Wc Program-Footnote-1720507
 -Node: Miscellaneous Programs720601
 -Node: Dupword Program721814
 -Node: Alarm Program723844
 -Node: Translate Program728699
 -Ref: Translate Program-Footnote-1733264
 -Node: Labels Program733534
 -Ref: Labels Program-Footnote-1736885
 -Node: Word Sorting736969
 -Node: History Sorting741041
 -Node: Extract Program742876
 -Node: Simple Sed750405
 -Node: Igawk Program753479
 -Ref: Igawk Program-Footnote-1767810
 -Ref: Igawk Program-Footnote-2768012
 -Ref: Igawk Program-Footnote-3768134
 -Node: Anagram Program768249
 -Node: Signature Program771311
 -Node: Programs Summary772558
 -Node: Programs Exercises773772
 -Ref: Programs Exercises-Footnote-1777901
 -Node: Advanced Features777992
 -Node: Nondecimal Data779982
 -Node: Array Sorting781573
 -Node: Controlling Array Traversal782273
 -Ref: Controlling Array Traversal-Footnote-1790640
 -Node: Array Sorting Functions790758
 -Ref: Array Sorting Functions-Footnote-1795849
 -Node: Two-way I/O796045
 -Ref: Two-way I/O-Footnote-1802339
 -Ref: Two-way I/O-Footnote-2802526
 -Node: TCP/IP Networking802608
 -Node: Profiling805726
 -Node: Advanced Features Summary813265
 -Node: Internationalization815201
 -Node: I18N and L10N816681
 -Node: Explaining gettext817368
 -Ref: Explaining gettext-Footnote-1823260
 -Ref: Explaining gettext-Footnote-2823445
 -Node: Programmer i18n823610
 -Ref: Programmer i18n-Footnote-1828559
 -Node: Translator i18n828608
 -Node: String Extraction829402
 -Ref: String Extraction-Footnote-1830534
 -Node: Printf Ordering830620
 -Ref: Printf Ordering-Footnote-1833406
 -Node: I18N Portability833470
 -Ref: I18N Portability-Footnote-1835926
 -Node: I18N Example835989
 -Ref: I18N Example-Footnote-1838795
 -Node: Gawk I18N838868
 -Node: I18N Summary839513
 -Node: Debugger840854
 -Node: Debugging841876
 -Node: Debugging Concepts842317
 -Node: Debugging Terms844126
 -Node: Awk Debugging846701
 -Node: Sample Debugging Session847607
 -Node: Debugger Invocation848141
 -Node: Finding The Bug849527
 -Node: List of Debugger Commands856005
 -Node: Breakpoint Control857338
 -Node: Debugger Execution Control861032
 -Node: Viewing And Changing Data864394
 -Node: Execution Stack867768
 -Node: Debugger Info869405
 -Node: Miscellaneous Debugger Commands873476
 -Node: Readline Support878564
 -Node: Limitations879460
 -Node: Debugging Summary881569
 -Node: Arbitrary Precision Arithmetic882742
 -Node: Computer Arithmetic884158
 -Ref: table-numeric-ranges887749
 -Ref: Computer Arithmetic-Footnote-1888471
 -Node: Math Definitions888528
 -Ref: table-ieee-formats891842
 -Ref: Math Definitions-Footnote-1892445
 -Node: MPFR features892550
 -Node: FP Math Caution894267
 -Ref: FP Math Caution-Footnote-1895339
 -Node: Inexactness of computations895708
 -Node: Inexact representation896668
 -Node: Comparing FP Values898028
 -Node: Errors accumulate899110
 -Node: Getting Accuracy900543
 -Node: Try To Round903253
 -Node: Setting precision904152
 -Ref: table-predefined-precision-strings904849
 -Node: Setting the rounding mode906679
 -Ref: table-gawk-rounding-modes907053
 -Ref: Setting the rounding mode-Footnote-1910461
 -Node: Arbitrary Precision Integers910640
 -Ref: Arbitrary Precision Integers-Footnote-1913624
 -Node: POSIX Floating Point Problems913773
 -Ref: POSIX Floating Point Problems-Footnote-1917655
 -Node: Floating point summary917693
 -Node: Dynamic Extensions919883
 -Node: Extension Intro921436
 -Node: Plugin License922702
 -Node: Extension Mechanism Outline923499
 -Ref: figure-load-extension923938
 -Ref: figure-register-new-function925503
 -Ref: figure-call-new-function926595
 -Node: Extension API Description928657
 -Node: Extension API Functions Introduction930105
 -Node: General Data Types934917
 -Ref: General Data Types-Footnote-1940872
 -Node: Memory Allocation Functions941171
 -Ref: Memory Allocation Functions-Footnote-1944016
 -Node: Constructor Functions944115
 -Node: Registration Functions945860
 -Node: Extension Functions946545
 -Node: Exit Callback Functions948844
 -Node: Extension Version String950094
 -Node: Input Parsers950757
 -Node: Output Wrappers960639
 -Node: Two-way processors965151
 -Node: Printing Messages967416
 -Ref: Printing Messages-Footnote-1968490
 -Node: Updating ERRNO968643
 -Node: Requesting Values969382
 -Ref: table-value-types-returned970119
 -Node: Accessing Parameters971002
 -Node: Symbol Table Access972237
 -Node: Symbol table by name972749
 -Node: Symbol table by cookie974770
 -Ref: Symbol table by cookie-Footnote-1978922
 -Node: Cached values978986
 -Ref: Cached values-Footnote-1982493
 -Node: Array Manipulation982584
 -Ref: Array Manipulation-Footnote-1983683
 -Node: Array Data Types983720
 -Ref: Array Data Types-Footnote-1986378
 -Node: Array Functions986470
 -Node: Flattening Arrays990328
 -Node: Creating Arrays997236
 -Node: Extension API Variables1002005
 -Node: Extension Versioning1002641
 -Ref: gawk-api-version1003078
 -Node: Extension API Informational Variables1004834
 -Node: Extension API Boilerplate1005898
 -Node: Finding Extensions1009712
 -Node: Extension Example1010271
 -Node: Internal File Description1011069
 -Node: Internal File Ops1015149
 -Ref: Internal File Ops-Footnote-11026911
 -Node: Using Internal File Ops1027051
 -Ref: Using Internal File Ops-Footnote-11029434
 -Node: Extension Samples1029708
 -Node: Extension Sample File Functions1031237
 -Node: Extension Sample Fnmatch1038886
 -Node: Extension Sample Fork1040373
 -Node: Extension Sample Inplace1041591
 -Node: Extension Sample Ord1044801
 -Node: Extension Sample Readdir1045637
 -Ref: table-readdir-file-types1046526
 -Node: Extension Sample Revout1047331
 -Node: Extension Sample Rev2way1047920
 -Node: Extension Sample Read write array1048660
 -Node: Extension Sample Readfile1050602
 -Node: Extension Sample Time1051697
 -Node: Extension Sample API Tests1053045
 -Node: gawkextlib1053537
 -Node: Extension summary1055961
 -Node: Extension Exercises1059653
 -Node: Language History1061151
 -Node: V7/SVR3.11062807
 -Node: SVR41064959
 -Node: POSIX1066393
 -Node: BTL1067772
 -Node: POSIX/GNU1068501
 -Node: Feature History1074022
 -Node: Common Extensions1087351
 -Node: Ranges and Locales1088634
 -Ref: Ranges and Locales-Footnote-11093250
 -Ref: Ranges and Locales-Footnote-21093277
 -Ref: Ranges and Locales-Footnote-31093512
 -Node: Contributors1093733
 -Node: History summary1099293
 -Node: Installation1100673
 -Node: Gawk Distribution1101617
 -Node: Getting1102101
 -Node: Extracting1103062
 -Node: Distribution contents1104700
 -Node: Unix Installation1110442
 -Node: Quick Installation1111058
 -Node: Additional Configuration Options1113485
 -Node: Configuration Philosophy1115289
 -Node: Non-Unix Installation1117658
 -Node: PC Installation1118118
 -Node: PC Binary Installation1118956
 -Node: PC Compiling1119391
 -Node: PC Using1120508
 -Node: Cygwin1123553
 -Node: MSYS1124323
 -Node: VMS Installation1124824
 -Node: VMS Compilation1125615
 -Ref: VMS Compilation-Footnote-11126844
 -Node: VMS Dynamic Extensions1126902
 -Node: VMS Installation Details1128587
 -Node: VMS Running1130840
 -Node: VMS GNV1135119
 -Node: VMS Old Gawk1135854
 -Node: Bugs1136325
 -Node: Bug address1136988
 -Node: Usenet1139385
 -Node: Maintainers1140160
 -Node: Other Versions1141536
 -Node: Installation summary1148120
 -Node: Notes1149155
 -Node: Compatibility Mode1150020
 -Node: Additions1150802
 -Node: Accessing The Source1151727
 -Node: Adding Code1153162
 -Node: New Ports1159381
 -Node: Derived Files1163869
 -Ref: Derived Files-Footnote-11169354
 -Ref: Derived Files-Footnote-21169389
 -Ref: Derived Files-Footnote-31169987
 -Node: Future Extensions1170101
 -Node: Implementation Limitations1170759
 -Node: Extension Design1171942
 -Node: Old Extension Problems1173096
 -Ref: Old Extension Problems-Footnote-11174614
 -Node: Extension New Mechanism Goals1174671
 -Ref: Extension New Mechanism Goals-Footnote-11178035
 -Node: Extension Other Design Decisions1178224
 -Node: Extension Future Growth1180337
 -Node: Old Extension Mechanism1181173
 -Node: Notes summary1182936
 -Node: Basic Concepts1184118
 -Node: Basic High Level1184799
 -Ref: figure-general-flow1185081
 -Ref: figure-process-flow1185766
 -Ref: Basic High Level-Footnote-11189067
 -Node: Basic Data Typing1189252
 -Node: Glossary1192580
 -Node: Copying1224527
 -Node: GNU Free Documentation License1262066
 -Node: Index1287184
 +Node: Foreword342530
 +Node: Foreword446972
 +Node: Preface48504
 +Ref: Preface-Footnote-151363
 +Ref: Preface-Footnote-251470
 +Ref: Preface-Footnote-351704
 +Node: History51846
 +Node: Names54198
 +Ref: Names-Footnote-155292
 +Node: This Manual55439
 +Ref: This Manual-Footnote-161924
 +Node: Conventions62024
 +Node: Manual History64378
 +Ref: Manual History-Footnote-167373
 +Ref: Manual History-Footnote-267414
 +Node: How To Contribute67488
 +Node: Acknowledgments68617
 +Node: Getting Started73503
 +Node: Running gawk75942
 +Node: One-shot77132
 +Node: Read Terminal78395
 +Node: Long80388
 +Node: Executable Scripts81901
 +Ref: Executable Scripts-Footnote-184696
 +Node: Comments84799
 +Node: Quoting87283
 +Node: DOS Quoting92800
 +Node: Sample Data Files93475
 +Node: Very Simple96070
 +Node: Two Rules100972
 +Node: More Complex102857
 +Node: Statements/Lines105723
 +Ref: Statements/Lines-Footnote-1110182
 +Node: Other Features110447
 +Node: When111383
 +Ref: When-Footnote-1113137
 +Node: Intro Summary113202
 +Node: Invoking Gawk114086
 +Node: Command Line115600
 +Node: Options116398
 +Ref: Options-Footnote-1132497
 +Ref: Options-Footnote-2132727
 +Node: Other Arguments132752
 +Node: Naming Standard Input135699
 +Node: Environment Variables136792
 +Node: AWKPATH Variable137350
 +Ref: AWKPATH Variable-Footnote-1140761
 +Ref: AWKPATH Variable-Footnote-2140795
 +Node: AWKLIBPATH Variable141056
 +Node: Other Environment Variables142313
 +Node: Exit Status146134
 +Node: Include Files146811
 +Node: Loading Shared Libraries150406
 +Node: Obsolete151834
 +Node: Undocumented152526
 +Node: Invoking Summary152823
 +Node: Regexp154483
 +Node: Regexp Usage156002
 +Node: Escape Sequences158039
 +Node: Regexp Operators164271
 +Ref: Regexp Operators-Footnote-1171687
 +Ref: Regexp Operators-Footnote-2171834
 +Node: Bracket Expressions171932
 +Ref: table-char-classes174408
 +Node: Leftmost Longest177545
 +Node: Computed Regexps178848
 +Node: GNU Regexp Operators182275
 +Node: Case-sensitivity185954
 +Ref: Case-sensitivity-Footnote-1188850
 +Ref: Case-sensitivity-Footnote-2189085
 +Node: Strong Regexp Constants189193
 +Node: Regexp Summary189982
 +Node: Reading Files191457
 +Node: Records193620
 +Node: awk split records194353
 +Node: gawk split records199284
 +Ref: gawk split records-Footnote-1203824
 +Node: Fields203861
 +Node: Nonconstant Fields206602
 +Ref: Nonconstant Fields-Footnote-1208838
 +Node: Changing Fields209042
 +Node: Field Separators214970
 +Node: Default Field Splitting217668
 +Node: Regexp Field Splitting218786
 +Node: Single Character Fields222139
 +Node: Command Line Field Separator223199
 +Node: Full Line Fields226417
 +Ref: Full Line Fields-Footnote-1227939
 +Ref: Full Line Fields-Footnote-2227985
 +Node: Field Splitting Summary228086
 +Node: Constant Size230160
 +Node: Splitting By Content234738
 +Ref: Splitting By Content-Footnote-1238709
 +Node: Multiple Line238872
 +Ref: Multiple Line-Footnote-1244754
 +Node: Getline244933
 +Node: Plain Getline247400
 +Node: Getline/Variable250039
 +Node: Getline/File251188
 +Node: Getline/Variable/File252574
 +Ref: Getline/Variable/File-Footnote-1254177
 +Node: Getline/Pipe254265
 +Node: Getline/Variable/Pipe256970
 +Node: Getline/Coprocess258103
 +Node: Getline/Variable/Coprocess259368
 +Node: Getline Notes260108
 +Node: Getline Summary262903
 +Ref: table-getline-variants263325
 +Node: Read Timeout264073
 +Ref: Read Timeout-Footnote-1267979
 +Node: Retrying Input268037
 +Node: Command-line directories269236
 +Node: Input Summary270142
 +Node: Input Exercises273314
 +Node: Printing274042
 +Node: Print275876
 +Node: Print Examples277333
 +Node: Output Separators280113
 +Node: OFMT282130
 +Node: Printf283486
 +Node: Basic Printf284271
 +Node: Control Letters285845
 +Node: Format Modifiers289833
 +Node: Printf Examples295848
 +Node: Redirection298334
 +Node: Special FD305175
 +Ref: Special FD-Footnote-1308343
 +Node: Special Files308417
 +Node: Other Inherited Files309034
 +Node: Special Network310035
 +Node: Special Caveats310895
 +Node: Close Files And Pipes311844
 +Ref: table-close-pipe-return-values318751
 +Ref: Close Files And Pipes-Footnote-1319534
 +Ref: Close Files And Pipes-Footnote-2319682
 +Node: Nonfatal319834
 +Node: Output Summary322159
 +Node: Output Exercises323381
 +Node: Expressions324060
 +Node: Values325248
 +Node: Constants325926
 +Node: Scalar Constants326617
 +Ref: Scalar Constants-Footnote-1327481
 +Node: Nondecimal-numbers327731
 +Node: Regexp Constants330744
 +Node: Using Constant Regexps331270
 +Node: Variables334433
 +Node: Using Variables335090
 +Node: Assignment Options337000
 +Node: Conversion338873
 +Node: Strings And Numbers339397
 +Ref: Strings And Numbers-Footnote-1342460
 +Node: Locale influences conversions342569
 +Ref: table-locale-affects345327
 +Node: All Operators345945
 +Node: Arithmetic Ops346574
 +Node: Concatenation349080
 +Ref: Concatenation-Footnote-1351927
 +Node: Assignment Ops352034
 +Ref: table-assign-ops357025
 +Node: Increment Ops358338
 +Node: Truth Values and Conditions361798
 +Node: Truth Values362872
 +Node: Typing and Comparison363920
 +Node: Variable Typing364740
 +Node: Comparison Operators368364
 +Ref: table-relational-ops368783
 +Node: POSIX String Comparison372278
 +Ref: POSIX String Comparison-Footnote-1373973
 +Ref: POSIX String Comparison-Footnote-2374112
 +Node: Boolean Ops374196
 +Ref: Boolean Ops-Footnote-1378678
 +Node: Conditional Exp378770
 +Node: Function Calls380506
 +Node: Precedence384383
 +Node: Locales388042
 +Node: Expressions Summary389674
 +Node: Patterns and Actions392247
 +Node: Pattern Overview393367
 +Node: Regexp Patterns395044
 +Node: Expression Patterns395586
 +Node: Ranges399367
 +Node: BEGIN/END402475
 +Node: Using BEGIN/END403236
 +Ref: Using BEGIN/END-Footnote-1405972
 +Node: I/O And BEGIN/END406078
 +Node: BEGINFILE/ENDFILE408392
 +Node: Empty411299
 +Node: Using Shell Variables411616
 +Node: Action Overview413890
 +Node: Statements416215
 +Node: If Statement418063
 +Node: While Statement419558
 +Node: Do Statement421586
 +Node: For Statement422734
 +Node: Switch Statement425892
 +Node: Break Statement428278
 +Node: Continue Statement430370
 +Node: Next Statement432197
 +Node: Nextfile Statement434580
 +Node: Exit Statement437232
 +Node: Built-in Variables439635
 +Node: User-modified440768
 +Node: Auto-set448354
 +Ref: Auto-set-Footnote-1463007
 +Ref: Auto-set-Footnote-2463213
 +Node: ARGC and ARGV463269
 +Node: Pattern Action Summary467482
 +Node: Arrays469912
 +Node: Array Basics471241
 +Node: Array Intro472085
 +Ref: figure-array-elements474060
 +Ref: Array Intro-Footnote-1476764
 +Node: Reference to Elements476892
 +Node: Assigning Elements479356
 +Node: Array Example479847
 +Node: Scanning an Array481606
 +Node: Controlling Scanning484628
 +Ref: Controlling Scanning-Footnote-1490027
 +Node: Numeric Array Subscripts490343
 +Node: Uninitialized Subscripts492527
 +Node: Delete494146
 +Ref: Delete-Footnote-1496898
 +Node: Multidimensional496955
 +Node: Multiscanning500050
 +Node: Arrays of Arrays501641
 +Node: Arrays Summary506408
 +Node: Functions508501
 +Node: Built-in509539
 +Node: Calling Built-in510620
 +Node: Numeric Functions512616
 +Ref: Numeric Functions-Footnote-1517449
 +Ref: Numeric Functions-Footnote-2517806
 +Ref: Numeric Functions-Footnote-3517854
 +Node: String Functions518126
 +Ref: String Functions-Footnote-1541630
 +Ref: String Functions-Footnote-2541758
 +Ref: String Functions-Footnote-3542006
 +Node: Gory Details542093
 +Ref: table-sub-escapes543884
 +Ref: table-sub-proposed545403
 +Ref: table-posix-sub546766
 +Ref: table-gensub-escapes548307
 +Ref: Gory Details-Footnote-1549130
 +Node: I/O Functions549284
 +Ref: table-system-return-values555866
 +Ref: I/O Functions-Footnote-1557846
 +Ref: I/O Functions-Footnote-2557994
 +Node: Time Functions558114
 +Ref: Time Functions-Footnote-1568636
 +Ref: Time Functions-Footnote-2568704
 +Ref: Time Functions-Footnote-3568862
 +Ref: Time Functions-Footnote-4568973
 +Ref: Time Functions-Footnote-5569085
 +Ref: Time Functions-Footnote-6569312
 +Node: Bitwise Functions569578
 +Ref: table-bitwise-ops570172
 +Ref: Bitwise Functions-Footnote-1576198
 +Ref: Bitwise Functions-Footnote-2576371
 +Node: Type Functions576562
 +Node: I18N Functions579094
 +Node: User-defined580745
 +Node: Definition Syntax581550
 +Ref: Definition Syntax-Footnote-1587237
 +Node: Function Example587308
 +Ref: Function Example-Footnote-1590230
 +Node: Function Caveats590252
 +Node: Calling A Function590770
 +Node: Variable Scope591728
 +Node: Pass By Value/Reference594722
 +Node: Return Statement598221
 +Node: Dynamic Typing601200
 +Node: Indirect Calls602130
 +Ref: Indirect Calls-Footnote-1612381
 +Node: Functions Summary612509
 +Node: Library Functions615214
 +Ref: Library Functions-Footnote-1618821
 +Ref: Library Functions-Footnote-2618964
 +Node: Library Names619135
 +Ref: Library Names-Footnote-1622595
 +Ref: Library Names-Footnote-2622818
 +Node: General Functions622904
 +Node: Strtonum Function624007
 +Node: Assert Function627029
 +Node: Round Function630355
 +Node: Cliff Random Function631896
 +Node: Ordinal Functions632912
 +Ref: Ordinal Functions-Footnote-1635975
 +Ref: Ordinal Functions-Footnote-2636227
 +Node: Join Function636437
 +Ref: Join Function-Footnote-1638207
 +Node: Getlocaltime Function638407
 +Node: Readfile Function642149
 +Node: Shell Quoting644121
 +Node: Data File Management645522
 +Node: Filetrans Function646154
 +Node: Rewind Function650250
 +Node: File Checking652156
 +Ref: File Checking-Footnote-1653490
 +Node: Empty Files653691
 +Node: Ignoring Assigns655670
 +Node: Getopt Function657220
 +Ref: Getopt Function-Footnote-1668689
 +Node: Passwd Functions668889
 +Ref: Passwd Functions-Footnote-1677728
 +Node: Group Functions677816
 +Ref: Group Functions-Footnote-1685714
 +Node: Walking Arrays685921
 +Node: Library Functions Summary688929
 +Node: Library Exercises690335
 +Node: Sample Programs690800
 +Node: Running Examples691570
 +Node: Clones692298
 +Node: Cut Program693522
 +Node: Egrep Program703451
 +Ref: Egrep Program-Footnote-1710963
 +Node: Id Program711073
 +Node: Split Program714753
 +Ref: Split Program-Footnote-1718212
 +Node: Tee Program718341
 +Node: Uniq Program721131
 +Node: Wc Program728557
 +Ref: Wc Program-Footnote-1732812
 +Node: Miscellaneous Programs732906
 +Node: Dupword Program734119
 +Node: Alarm Program736149
 +Node: Translate Program741004
 +Ref: Translate Program-Footnote-1745569
 +Node: Labels Program745839
 +Ref: Labels Program-Footnote-1749190
 +Node: Word Sorting749274
 +Node: History Sorting753346
 +Node: Extract Program755181
 +Node: Simple Sed762710
 +Node: Igawk Program765784
 +Ref: Igawk Program-Footnote-1780115
 +Ref: Igawk Program-Footnote-2780317
 +Ref: Igawk Program-Footnote-3780439
 +Node: Anagram Program780554
 +Node: Signature Program783616
 +Node: Programs Summary784863
 +Node: Programs Exercises786077
 +Ref: Programs Exercises-Footnote-1790206
 +Node: Advanced Features790297
 +Node: Nondecimal Data792287
 +Node: Array Sorting793878
 +Node: Controlling Array Traversal794578
 +Ref: Controlling Array Traversal-Footnote-1802945
 +Node: Array Sorting Functions803063
 +Ref: Array Sorting Functions-Footnote-1808154
 +Node: Two-way I/O808350
 +Ref: Two-way I/O-Footnote-1814900
 +Ref: Two-way I/O-Footnote-2815087
 +Node: TCP/IP Networking815169
 +Node: Profiling818287
 +Ref: Profiling-Footnote-1826780
 +Node: Advanced Features Summary827103
 +Node: Internationalization828947
 +Node: I18N and L10N830427
 +Node: Explaining gettext831114
 +Ref: Explaining gettext-Footnote-1837006
 +Ref: Explaining gettext-Footnote-2837191
 +Node: Programmer i18n837356
- Ref: Programmer i18n-Footnote-1842211
- Node: Translator i18n842260
- Node: String Extraction843054
- Ref: String Extraction-Footnote-1844186
- Node: Printf Ordering844272
- Ref: Printf Ordering-Footnote-1847058
- Node: I18N Portability847122
- Ref: I18N Portability-Footnote-1849578
- Node: I18N Example849641
- Ref: I18N Example-Footnote-1852447
- Node: Gawk I18N852520
- Node: I18N Summary853165
- Node: Debugger854506
- Node: Debugging855528
- Node: Debugging Concepts855969
- Node: Debugging Terms857778
- Node: Awk Debugging860353
- Node: Sample Debugging Session861259
- Node: Debugger Invocation861793
- Node: Finding The Bug863179
- Node: List of Debugger Commands869657
- Node: Breakpoint Control870990
- Node: Debugger Execution Control874684
- Node: Viewing And Changing Data878046
- Node: Execution Stack881420
- Node: Debugger Info883057
- Node: Miscellaneous Debugger Commands887128
- Node: Readline Support892216
- Node: Limitations893112
- Ref: Limitations-Footnote-1897343
- Node: Debugging Summary897394
- Node: Arbitrary Precision Arithmetic898673
- Node: Computer Arithmetic900089
- Ref: table-numeric-ranges903680
- Ref: Computer Arithmetic-Footnote-1904402
- Node: Math Definitions904459
- Ref: table-ieee-formats907773
- Ref: Math Definitions-Footnote-1908376
- Node: MPFR features908481
- Node: FP Math Caution910198
- Ref: FP Math Caution-Footnote-1911270
- Node: Inexactness of computations911639
- Node: Inexact representation912599
- Node: Comparing FP Values913959
- Node: Errors accumulate915041
- Node: Getting Accuracy916474
- Node: Try To Round919184
- Node: Setting precision920083
- Ref: table-predefined-precision-strings920780
- Node: Setting the rounding mode922610
- Ref: table-gawk-rounding-modes922984
- Ref: Setting the rounding mode-Footnote-1926392
- Node: Arbitrary Precision Integers926571
- Ref: Arbitrary Precision Integers-Footnote-1931488
- Node: POSIX Floating Point Problems931637
- Ref: POSIX Floating Point Problems-Footnote-1935519
- Node: Floating point summary935557
- Node: Dynamic Extensions937747
- Node: Extension Intro939300
- Node: Plugin License940566
- Node: Extension Mechanism Outline941363
- Ref: figure-load-extension941802
- Ref: figure-register-new-function943367
- Ref: figure-call-new-function944459
- Node: Extension API Description946521
- Node: Extension API Functions Introduction948053
- Node: General Data Types952912
- Ref: General Data Types-Footnote-1958867
- Node: Memory Allocation Functions959166
- Ref: Memory Allocation Functions-Footnote-1962011
- Node: Constructor Functions962110
- Node: Registration Functions963855
- Node: Extension Functions964540
- Node: Exit Callback Functions967163
- Node: Extension Version String968413
- Node: Input Parsers969076
- Node: Output Wrappers978958
- Node: Two-way processors983470
- Node: Printing Messages985735
- Ref: Printing Messages-Footnote-1986906
- Node: Updating ERRNO987059
- Node: Requesting Values987798
- Ref: table-value-types-returned988535
- Node: Accessing Parameters989418
- Node: Symbol Table Access990653
- Node: Symbol table by name991165
- Node: Symbol table by cookie993186
- Ref: Symbol table by cookie-Footnote-1997338
- Node: Cached values997402
- Ref: Cached values-Footnote-11000909
- Node: Array Manipulation1001000
- Ref: Array Manipulation-Footnote-11002091
- Node: Array Data Types1002128
- Ref: Array Data Types-Footnote-11004786
- Node: Array Functions1004878
- Node: Flattening Arrays1008736
- Node: Creating Arrays1015644
- Node: Redirection API1020413
- Node: Extension API Variables1023244
- Node: Extension Versioning1023877
- Ref: gawk-api-version1024314
- Node: Extension API Informational Variables1026070
- Node: Extension API Boilerplate1027134
- Node: Finding Extensions1030948
- Node: Extension Example1031507
- Node: Internal File Description1032305
- Node: Internal File Ops1036385
- Ref: Internal File Ops-Footnote-11048147
- Node: Using Internal File Ops1048287
- Ref: Using Internal File Ops-Footnote-11050670
- Node: Extension Samples1050944
- Node: Extension Sample File Functions1052473
- Node: Extension Sample Fnmatch1060122
- Node: Extension Sample Fork1061609
- Node: Extension Sample Inplace1062827
- Node: Extension Sample Ord1066037
- Node: Extension Sample Readdir1066873
- Ref: table-readdir-file-types1067762
- Node: Extension Sample Revout1068567
- Node: Extension Sample Rev2way1069156
- Node: Extension Sample Read write array1069896
- Node: Extension Sample Readfile1071838
- Node: Extension Sample Time1072933
- Node: Extension Sample API Tests1074281
- Node: gawkextlib1074773
- Node: Extension summary1077220
- Node: Extension Exercises1080922
- Node: Language History1082420
- Node: V7/SVR3.11084076
- Node: SVR41086228
- Node: POSIX1087662
- Node: BTL1089041
- Node: POSIX/GNU1089770
- Node: Feature History1095632
- Node: Common Extensions1110002
- Node: Ranges and Locales1111285
- Ref: Ranges and Locales-Footnote-11115901
- Ref: Ranges and Locales-Footnote-21115928
- Ref: Ranges and Locales-Footnote-31116163
- Node: Contributors1116384
- Node: History summary1121944
- Node: Installation1123324
- Node: Gawk Distribution1124268
- Node: Getting1124752
- Node: Extracting1125713
- Node: Distribution contents1127351
- Node: Unix Installation1133436
- Node: Quick Installation1134118
- Node: Shell Startup Files1136532
- Node: Additional Configuration Options1137610
- Node: Configuration Philosophy1139415
- Node: Non-Unix Installation1141784
- Node: PC Installation1142244
- Node: PC Binary Installation1143082
- Node: PC Compiling1143517
- Node: PC Using1144634
- Node: Cygwin1147679
- Node: MSYS1148449
- Node: VMS Installation1148950
- Node: VMS Compilation1149741
- Ref: VMS Compilation-Footnote-11150970
- Node: VMS Dynamic Extensions1151028
- Node: VMS Installation Details1152713
- Node: VMS Running1154966
- Node: VMS GNV1159245
- Node: VMS Old Gawk1159980
- Node: Bugs1160451
- Node: Bug address1161114
- Node: Usenet1163511
- Node: Maintainers1164286
- Node: Other Versions1165662
- Node: Installation summary1172246
- Node: Notes1173281
- Node: Compatibility Mode1174146
- Node: Additions1174928
- Node: Accessing The Source1175853
- Node: Adding Code1177288
- Node: New Ports1183507
- Node: Derived Files1187995
- Ref: Derived Files-Footnote-11193480
- Ref: Derived Files-Footnote-21193515
- Ref: Derived Files-Footnote-31194113
- Node: Future Extensions1194227
- Node: Implementation Limitations1194885
- Node: Extension Design1196068
- Node: Old Extension Problems1197222
- Ref: Old Extension Problems-Footnote-11198740
- Node: Extension New Mechanism Goals1198797
- Ref: Extension New Mechanism Goals-Footnote-11202161
- Node: Extension Other Design Decisions1202350
- Node: Extension Future Growth1204463
- Node: Old Extension Mechanism1205299
- Node: Notes summary1207062
- Node: Basic Concepts1208244
- Node: Basic High Level1208925
- Ref: figure-general-flow1209207
- Ref: figure-process-flow1209892
- Ref: Basic High Level-Footnote-11213193
- Node: Basic Data Typing1213378
- Node: Glossary1216706
- Node: Copying1248653
- Node: GNU Free Documentation License1286192
- Node: Index1311310
++Ref: Programmer i18n-Footnote-1842305
++Node: Translator i18n842354
++Node: String Extraction843148
++Ref: String Extraction-Footnote-1844280
++Node: Printf Ordering844366
++Ref: Printf Ordering-Footnote-1847152
++Node: I18N Portability847216
++Ref: I18N Portability-Footnote-1849672
++Node: I18N Example849735
++Ref: I18N Example-Footnote-1852541
++Node: Gawk I18N852614
++Node: I18N Summary853259
++Node: Debugger854600
++Node: Debugging855622
++Node: Debugging Concepts856063
++Node: Debugging Terms857872
++Node: Awk Debugging860447
++Node: Sample Debugging Session861353
++Node: Debugger Invocation861887
++Node: Finding The Bug863273
++Node: List of Debugger Commands869751
++Node: Breakpoint Control871084
++Node: Debugger Execution Control874778
++Node: Viewing And Changing Data878140
++Node: Execution Stack881514
++Node: Debugger Info883151
++Node: Miscellaneous Debugger Commands887222
++Node: Readline Support892310
++Node: Limitations893206
++Ref: Limitations-Footnote-1897437
++Node: Debugging Summary897488
++Node: Arbitrary Precision Arithmetic898767
++Node: Computer Arithmetic900183
++Ref: table-numeric-ranges903774
++Ref: Computer Arithmetic-Footnote-1904496
++Node: Math Definitions904553
++Ref: table-ieee-formats907867
++Ref: Math Definitions-Footnote-1908470
++Node: MPFR features908575
++Node: FP Math Caution910292
++Ref: FP Math Caution-Footnote-1911364
++Node: Inexactness of computations911733
++Node: Inexact representation912693
++Node: Comparing FP Values914053
++Node: Errors accumulate915135
++Node: Getting Accuracy916568
++Node: Try To Round919278
++Node: Setting precision920177
++Ref: table-predefined-precision-strings920874
++Node: Setting the rounding mode922704
++Ref: table-gawk-rounding-modes923078
++Ref: Setting the rounding mode-Footnote-1926486
++Node: Arbitrary Precision Integers926665
++Ref: Arbitrary Precision Integers-Footnote-1931582
++Node: POSIX Floating Point Problems931731
++Ref: POSIX Floating Point Problems-Footnote-1935613
++Node: Floating point summary935651
++Node: Dynamic Extensions937841
++Node: Extension Intro939394
++Node: Plugin License940660
++Node: Extension Mechanism Outline941457
++Ref: figure-load-extension941896
++Ref: figure-register-new-function943461
++Ref: figure-call-new-function944553
++Node: Extension API Description946615
++Node: Extension API Functions Introduction948147
++Node: General Data Types953006
++Ref: General Data Types-Footnote-1958961
++Node: Memory Allocation Functions959260
++Ref: Memory Allocation Functions-Footnote-1962105
++Node: Constructor Functions962204
++Node: Registration Functions963949
++Node: Extension Functions964634
++Node: Exit Callback Functions967257
++Node: Extension Version String968507
++Node: Input Parsers969170
++Node: Output Wrappers979052
++Node: Two-way processors983564
++Node: Printing Messages985829
++Ref: Printing Messages-Footnote-1987000
++Node: Updating ERRNO987153
++Node: Requesting Values987892
++Ref: table-value-types-returned988629
++Node: Accessing Parameters989512
++Node: Symbol Table Access990747
++Node: Symbol table by name991259
++Node: Symbol table by cookie993280
++Ref: Symbol table by cookie-Footnote-1997432
++Node: Cached values997496
++Ref: Cached values-Footnote-11001003
++Node: Array Manipulation1001094
++Ref: Array Manipulation-Footnote-11002185
++Node: Array Data Types1002222
++Ref: Array Data Types-Footnote-11004880
++Node: Array Functions1004972
++Node: Flattening Arrays1008830
++Node: Creating Arrays1015738
++Node: Redirection API1020507
++Node: Extension API Variables1023338
++Node: Extension Versioning1023971
++Ref: gawk-api-version1024408
++Node: Extension API Informational Variables1026164
++Node: Extension API Boilerplate1027228
++Node: Finding Extensions1031042
++Node: Extension Example1031601
++Node: Internal File Description1032399
++Node: Internal File Ops1036479
++Ref: Internal File Ops-Footnote-11048241
++Node: Using Internal File Ops1048381
++Ref: Using Internal File Ops-Footnote-11050764
++Node: Extension Samples1051038
++Node: Extension Sample File Functions1052567
++Node: Extension Sample Fnmatch1060216
++Node: Extension Sample Fork1061703
++Node: Extension Sample Inplace1062921
++Node: Extension Sample Ord1066131
++Node: Extension Sample Readdir1066967
++Ref: table-readdir-file-types1067856
++Node: Extension Sample Revout1068661
++Node: Extension Sample Rev2way1069250
++Node: Extension Sample Read write array1069990
++Node: Extension Sample Readfile1071932
++Node: Extension Sample Time1073027
++Node: Extension Sample API Tests1074375
++Node: gawkextlib1074867
++Node: Extension summary1077314
++Node: Extension Exercises1081016
++Node: Language History1082514
++Node: V7/SVR3.11084170
++Node: SVR41086322
++Node: POSIX1087756
++Node: BTL1089135
++Node: POSIX/GNU1089864
++Node: Feature History1095726
++Node: Common Extensions1110096
++Node: Ranges and Locales1111379
++Ref: Ranges and Locales-Footnote-11115995
++Ref: Ranges and Locales-Footnote-21116022
++Ref: Ranges and Locales-Footnote-31116257
++Node: Contributors1116478
++Node: History summary1122038
++Node: Installation1123418
++Node: Gawk Distribution1124362
++Node: Getting1124846
++Node: Extracting1125807
++Node: Distribution contents1127445
++Node: Unix Installation1133530
++Node: Quick Installation1134212
++Node: Shell Startup Files1136626
++Node: Additional Configuration Options1137704
++Node: Configuration Philosophy1139509
++Node: Non-Unix Installation1141878
++Node: PC Installation1142338
++Node: PC Binary Installation1143176
++Node: PC Compiling1143611
++Node: PC Using1144728
++Node: Cygwin1147773
++Node: MSYS1148543
++Node: VMS Installation1149044
++Node: VMS Compilation1149835
++Ref: VMS Compilation-Footnote-11151064
++Node: VMS Dynamic Extensions1151122
++Node: VMS Installation Details1152807
++Node: VMS Running1155060
++Node: VMS GNV1159339
++Node: VMS Old Gawk1160074
++Node: Bugs1160545
++Node: Bug address1161208
++Node: Usenet1163605
++Node: Maintainers1164380
++Node: Other Versions1165756
++Node: Installation summary1172340
++Node: Notes1173375
++Node: Compatibility Mode1174240
++Node: Additions1175022
++Node: Accessing The Source1175947
++Node: Adding Code1177382
++Node: New Ports1183601
++Node: Derived Files1188089
++Ref: Derived Files-Footnote-11193574
++Ref: Derived Files-Footnote-21193609
++Ref: Derived Files-Footnote-31194207
++Node: Future Extensions1194321
++Node: Implementation Limitations1194979
++Node: Extension Design1196162
++Node: Old Extension Problems1197316
++Ref: Old Extension Problems-Footnote-11198834
++Node: Extension New Mechanism Goals1198891
++Ref: Extension New Mechanism Goals-Footnote-11202255
++Node: Extension Other Design Decisions1202444
++Node: Extension Future Growth1204557
++Node: Old Extension Mechanism1205393
++Node: Notes summary1207156
++Node: Basic Concepts1208338
++Node: Basic High Level1209019
++Ref: figure-general-flow1209301
++Ref: figure-process-flow1209986
++Ref: Basic High Level-Footnote-11213287
++Node: Basic Data Typing1213472
++Node: Glossary1216800
++Node: Copying1248747
++Node: GNU Free Documentation License1286286
++Node: Index1311404
  
  End Tag Table

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

Summary of changes:
 doc/ChangeLog   |    6 +
 doc/gawk.info   |  414 ++++++++++++++++++++++++++++---------------------------
 doc/gawk.texi   |    6 +-
 doc/gawktexi.in |    6 +-
 4 files changed, 222 insertions(+), 210 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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