gawk-diffs
[Top][All Lists]
Advanced

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

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


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/namespaces, updated. gawk-4.1.0-2953-g8fde56c
Date: Wed, 8 Nov 2017 14:59:06 -0500 (EST)

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

The branch, feature/namespaces has been updated
       via  8fde56ca3df855c36a335e2aab8b8a1ef7408e16 (commit)
       via  a5397f50278d484584b4c157d0deafe72bed32b4 (commit)
       via  19905e061994bab83ffdce30dab36cea12e68fe4 (commit)
       via  260eb47384d0f212a8f1cc505d407b7022e8ee46 (commit)
       via  1245e9e5153ff9612690177fe64faa5458a8d76c (commit)
      from  fe403f06a550248ff16d0c488ac38efc6b1c45dd (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=8fde56ca3df855c36a335e2aab8b8a1ef7408e16

commit 8fde56ca3df855c36a335e2aab8b8a1ef7408e16
Merge: fe403f0 a5397f5
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Nov 8 21:58:55 2017 +0200

    Merge branch 'master' into feature/namespaces

diff --cc doc/gawk.info
index 69e6feb,1a2c16e..4171293
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36308,592 -35878,581 +36314,592 @@@ Inde
  
  Tag Table:
  Node: Top1200
 -Node: Foreword343399
 -Node: Foreword447841
 -Node: Preface49373
 -Ref: Preface-Footnote-152232
 -Ref: Preface-Footnote-252339
 -Ref: Preface-Footnote-352573
 -Node: History52715
 -Node: Names55067
 -Ref: Names-Footnote-156161
 -Node: This Manual56308
 -Ref: This Manual-Footnote-162793
 -Node: Conventions62893
 -Node: Manual History65248
 -Ref: Manual History-Footnote-168245
 -Ref: Manual History-Footnote-268286
 -Node: How To Contribute68360
 -Node: Acknowledgments69011
 -Node: Getting Started73919
 -Node: Running gawk76358
 -Node: One-shot77548
 -Node: Read Terminal78811
 -Node: Long80804
 -Node: Executable Scripts82317
 -Ref: Executable Scripts-Footnote-185112
 -Node: Comments85215
 -Node: Quoting87699
 -Node: DOS Quoting93216
 -Node: Sample Data Files95272
 -Node: Very Simple97867
 -Node: Two Rules102769
 -Node: More Complex104654
 -Node: Statements/Lines107520
 -Ref: Statements/Lines-Footnote-1111979
 -Node: Other Features112244
 -Node: When113180
 -Ref: When-Footnote-1114934
 -Node: Intro Summary114999
 -Node: Invoking Gawk115883
 -Node: Command Line117397
 -Node: Options118195
 -Ref: Options-Footnote-1134814
 -Ref: Options-Footnote-2135045
 -Node: Other Arguments135070
 -Node: Naming Standard Input138017
 -Node: Environment Variables139110
 -Node: AWKPATH Variable139668
 -Ref: AWKPATH Variable-Footnote-1143080
 -Ref: AWKPATH Variable-Footnote-2143114
 -Node: AWKLIBPATH Variable143375
 -Node: Other Environment Variables144632
 -Node: Exit Status148453
 -Node: Include Files149130
 -Node: Loading Shared Libraries152655
 -Node: Obsolete154083
 -Node: Undocumented154775
 -Node: Invoking Summary155072
 -Node: Regexp156732
 -Node: Regexp Usage158186
 -Node: Escape Sequences160223
 -Node: Regexp Operators166455
 -Ref: Regexp Operators-Footnote-1173871
 -Ref: Regexp Operators-Footnote-2174018
 -Node: Bracket Expressions174116
 -Ref: table-char-classes176592
 -Node: Leftmost Longest179729
 -Node: Computed Regexps181032
 -Node: GNU Regexp Operators184459
 -Node: Case-sensitivity188138
 -Ref: Case-sensitivity-Footnote-1191025
 -Ref: Case-sensitivity-Footnote-2191260
 -Node: Regexp Summary191368
 -Node: Reading Files192834
 -Node: Records195103
 -Node: awk split records195836
 -Node: gawk split records200767
 -Ref: gawk split records-Footnote-1205307
 -Node: Fields205344
 -Node: Nonconstant Fields208085
 -Ref: Nonconstant Fields-Footnote-1210321
 -Node: Changing Fields210525
 -Node: Field Separators216453
 -Node: Default Field Splitting219151
 -Node: Regexp Field Splitting220269
 -Node: Single Character Fields223622
 -Node: Command Line Field Separator224682
 -Node: Full Line Fields227900
 -Ref: Full Line Fields-Footnote-1229422
 -Ref: Full Line Fields-Footnote-2229468
 -Node: Field Splitting Summary229569
 -Node: Constant Size231643
 -Node: Fixed width data232375
 -Node: Skipping intervening235842
 -Node: Allowing trailing data236640
 -Node: Fields with fixed data237677
 -Node: Splitting By Content239195
 -Ref: Splitting By Content-Footnote-1242845
 -Node: Testing field creation243008
 -Node: Multiple Line244633
 -Ref: Multiple Line-Footnote-1250517
 -Node: Getline250696
 -Node: Plain Getline253165
 -Node: Getline/Variable255806
 -Node: Getline/File256957
 -Node: Getline/Variable/File258345
 -Ref: Getline/Variable/File-Footnote-1259950
 -Node: Getline/Pipe260038
 -Node: Getline/Variable/Pipe262745
 -Node: Getline/Coprocess263880
 -Node: Getline/Variable/Coprocess265147
 -Node: Getline Notes265889
 -Node: Getline Summary268686
 -Ref: table-getline-variants269110
 -Node: Read Timeout269858
 -Ref: Read Timeout-Footnote-1273764
 -Node: Retrying Input273822
 -Node: Command-line directories275021
 -Node: Input Summary275927
 -Node: Input Exercises279099
 -Node: Printing279827
 -Node: Print281661
 -Node: Print Examples283118
 -Node: Output Separators285898
 -Node: OFMT287915
 -Node: Printf289271
 -Node: Basic Printf290056
 -Node: Control Letters291630
 -Node: Format Modifiers295618
 -Node: Printf Examples301633
 -Node: Redirection304119
 -Node: Special FD310960
 -Ref: Special FD-Footnote-1314128
 -Node: Special Files314202
 -Node: Other Inherited Files314819
 -Node: Special Network315820
 -Node: Special Caveats316680
 -Node: Close Files And Pipes317629
 -Ref: table-close-pipe-return-values324536
 -Ref: Close Files And Pipes-Footnote-1325319
 -Ref: Close Files And Pipes-Footnote-2325467
 -Node: Nonfatal325619
 -Node: Output Summary327944
 -Node: Output Exercises329166
 -Node: Expressions329845
 -Node: Values331033
 -Node: Constants331711
 -Node: Scalar Constants332402
 -Ref: Scalar Constants-Footnote-1333266
 -Node: Nondecimal-numbers333516
 -Node: Regexp Constants336517
 -Node: Using Constant Regexps337043
 -Node: Standard Regexp Constants337665
 -Node: Strong Regexp Constants340853
 -Node: Variables343811
 -Node: Using Variables344468
 -Node: Assignment Options346378
 -Node: Conversion348251
 -Node: Strings And Numbers348775
 -Ref: Strings And Numbers-Footnote-1351838
 -Node: Locale influences conversions351947
 -Ref: table-locale-affects354705
 -Node: All Operators355323
 -Node: Arithmetic Ops355952
 -Node: Concatenation358458
 -Ref: Concatenation-Footnote-1361305
 -Node: Assignment Ops361412
 -Ref: table-assign-ops366403
 -Node: Increment Ops367716
 -Node: Truth Values and Conditions371176
 -Node: Truth Values372250
 -Node: Typing and Comparison373298
 -Node: Variable Typing374118
 -Ref: Variable Typing-Footnote-1380581
 -Ref: Variable Typing-Footnote-2380653
 -Node: Comparison Operators380730
 -Ref: table-relational-ops381149
 -Node: POSIX String Comparison384644
 -Ref: POSIX String Comparison-Footnote-1386339
 -Ref: POSIX String Comparison-Footnote-2386478
 -Node: Boolean Ops386562
 -Ref: Boolean Ops-Footnote-1391044
 -Node: Conditional Exp391136
 -Node: Function Calls392872
 -Node: Precedence396749
 -Node: Locales400408
 -Node: Expressions Summary402040
 -Node: Patterns and Actions404613
 -Node: Pattern Overview405733
 -Node: Regexp Patterns407410
 -Node: Expression Patterns407952
 -Node: Ranges411733
 -Node: BEGIN/END414841
 -Node: Using BEGIN/END415602
 -Ref: Using BEGIN/END-Footnote-1418338
 -Node: I/O And BEGIN/END418444
 -Node: BEGINFILE/ENDFILE420758
 -Node: Empty423671
 -Node: Using Shell Variables423988
 -Node: Action Overview426262
 -Node: Statements428587
 -Node: If Statement430435
 -Node: While Statement431930
 -Node: Do Statement433958
 -Node: For Statement435106
 -Node: Switch Statement438264
 -Node: Break Statement440650
 -Node: Continue Statement442742
 -Node: Next Statement444569
 -Node: Nextfile Statement446952
 -Node: Exit Statement449604
 -Node: Built-in Variables452007
 -Node: User-modified453140
 -Node: Auto-set460907
 -Ref: Auto-set-Footnote-1477240
 -Ref: Auto-set-Footnote-2477446
 -Node: ARGC and ARGV477502
 -Node: Pattern Action Summary481715
 -Node: Arrays484145
 -Node: Array Basics485474
 -Node: Array Intro486318
 -Ref: figure-array-elements488293
 -Ref: Array Intro-Footnote-1490997
 -Node: Reference to Elements491125
 -Node: Assigning Elements493589
 -Node: Array Example494080
 -Node: Scanning an Array495839
 -Node: Controlling Scanning498861
 -Ref: Controlling Scanning-Footnote-1504260
 -Node: Numeric Array Subscripts504576
 -Node: Uninitialized Subscripts506760
 -Node: Delete508379
 -Ref: Delete-Footnote-1511131
 -Node: Multidimensional511188
 -Node: Multiscanning514283
 -Node: Arrays of Arrays515874
 -Node: Arrays Summary520641
 -Node: Functions522734
 -Node: Built-in523772
 -Node: Calling Built-in524853
 -Node: Numeric Functions526849
 -Ref: Numeric Functions-Footnote-1530877
 -Ref: Numeric Functions-Footnote-2531234
 -Ref: Numeric Functions-Footnote-3531282
 -Node: String Functions531554
 -Ref: String Functions-Footnote-1555212
 -Ref: String Functions-Footnote-2555340
 -Ref: String Functions-Footnote-3555588
 -Node: Gory Details555675
 -Ref: table-sub-escapes557466
 -Ref: table-sub-proposed558985
 -Ref: table-posix-sub560348
 -Ref: table-gensub-escapes561889
 -Ref: Gory Details-Footnote-1562712
 -Node: I/O Functions562866
 -Ref: table-system-return-values569448
 -Ref: I/O Functions-Footnote-1571428
 -Ref: I/O Functions-Footnote-2571576
 -Node: Time Functions571696
 -Ref: Time Functions-Footnote-1582367
 -Ref: Time Functions-Footnote-2582435
 -Ref: Time Functions-Footnote-3582593
 -Ref: Time Functions-Footnote-4582704
 -Ref: Time Functions-Footnote-5582816
 -Ref: Time Functions-Footnote-6583043
 -Node: Bitwise Functions583309
 -Ref: table-bitwise-ops583903
 -Ref: Bitwise Functions-Footnote-1589936
 -Ref: Bitwise Functions-Footnote-2590109
 -Node: Type Functions590300
 -Node: I18N Functions593051
 -Node: User-defined594702
 -Node: Definition Syntax595507
 -Ref: Definition Syntax-Footnote-1601194
 -Node: Function Example601265
 -Ref: Function Example-Footnote-1604187
 -Node: Function Caveats604209
 -Node: Calling A Function604727
 -Node: Variable Scope605685
 -Node: Pass By Value/Reference608679
 -Node: Return Statement612178
 -Node: Dynamic Typing615157
 -Node: Indirect Calls616087
 -Ref: Indirect Calls-Footnote-1626339
 -Node: Functions Summary626467
 -Node: Library Functions629172
 -Ref: Library Functions-Footnote-1632779
 -Ref: Library Functions-Footnote-2632922
 -Node: Library Names633093
 -Ref: Library Names-Footnote-1636553
 -Ref: Library Names-Footnote-2636776
 -Node: General Functions636862
 -Node: Strtonum Function637965
 -Node: Assert Function640987
 -Node: Round Function644313
 -Node: Cliff Random Function645854
 -Node: Ordinal Functions646870
 -Ref: Ordinal Functions-Footnote-1649933
 -Ref: Ordinal Functions-Footnote-2650185
 -Node: Join Function650395
 -Ref: Join Function-Footnote-1652165
 -Node: Getlocaltime Function652365
 -Node: Readfile Function656107
 -Node: Shell Quoting658084
 -Node: Data File Management659485
 -Node: Filetrans Function660117
 -Node: Rewind Function664213
 -Node: File Checking666123
 -Ref: File Checking-Footnote-1667457
 -Node: Empty Files667658
 -Node: Ignoring Assigns669637
 -Node: Getopt Function671187
 -Ref: Getopt Function-Footnote-1682656
 -Node: Passwd Functions682856
 -Ref: Passwd Functions-Footnote-1691695
 -Node: Group Functions691783
 -Ref: Group Functions-Footnote-1699681
 -Node: Walking Arrays699888
 -Node: Library Functions Summary702896
 -Node: Library Exercises704302
 -Node: Sample Programs704767
 -Node: Running Examples705537
 -Node: Clones706265
 -Node: Cut Program707489
 -Node: Egrep Program717418
 -Ref: Egrep Program-Footnote-1724930
 -Node: Id Program725040
 -Node: Split Program728720
 -Ref: Split Program-Footnote-1732179
 -Node: Tee Program732308
 -Node: Uniq Program735098
 -Node: Wc Program742524
 -Ref: Wc Program-Footnote-1746779
 -Node: Miscellaneous Programs746873
 -Node: Dupword Program748086
 -Node: Alarm Program750116
 -Node: Translate Program754971
 -Ref: Translate Program-Footnote-1759536
 -Node: Labels Program759806
 -Ref: Labels Program-Footnote-1763157
 -Node: Word Sorting763241
 -Node: History Sorting767313
 -Node: Extract Program769148
 -Node: Simple Sed776678
 -Node: Igawk Program779752
 -Ref: Igawk Program-Footnote-1794083
 -Ref: Igawk Program-Footnote-2794285
 -Ref: Igawk Program-Footnote-3794407
 -Node: Anagram Program794522
 -Node: Signature Program797584
 -Node: Programs Summary798831
 -Node: Programs Exercises800045
 -Ref: Programs Exercises-Footnote-1804174
 -Node: Advanced Features804265
 -Node: Nondecimal Data806255
 -Node: Array Sorting807846
 -Node: Controlling Array Traversal808546
 -Ref: Controlling Array Traversal-Footnote-1816913
 -Node: Array Sorting Functions817031
 -Ref: Array Sorting Functions-Footnote-1822122
 -Node: Two-way I/O822318
 -Ref: Two-way I/O-Footnote-1828870
 -Ref: Two-way I/O-Footnote-2829057
 -Node: TCP/IP Networking829139
 -Node: Profiling832257
 -Ref: Profiling-Footnote-1840929
 -Node: Advanced Features Summary841252
 -Node: Internationalization843096
 -Node: I18N and L10N844576
 -Node: Explaining gettext845263
 -Ref: Explaining gettext-Footnote-1851155
 -Ref: Explaining gettext-Footnote-2851340
 -Node: Programmer i18n851505
 -Ref: Programmer i18n-Footnote-1856454
 -Node: Translator i18n856503
 -Node: String Extraction857297
 -Ref: String Extraction-Footnote-1858429
 -Node: Printf Ordering858515
 -Ref: Printf Ordering-Footnote-1861301
 -Node: I18N Portability861365
 -Ref: I18N Portability-Footnote-1863821
 -Node: I18N Example863884
 -Ref: I18N Example-Footnote-1866690
 -Node: Gawk I18N866763
 -Node: I18N Summary867408
 -Node: Debugger868749
 -Node: Debugging869772
 -Node: Debugging Concepts870213
 -Node: Debugging Terms872022
 -Node: Awk Debugging874597
 -Node: Sample Debugging Session875503
 -Node: Debugger Invocation876037
 -Node: Finding The Bug877423
 -Node: List of Debugger Commands883901
 -Node: Breakpoint Control885234
 -Node: Debugger Execution Control888928
 -Node: Viewing And Changing Data892290
 -Node: Execution Stack895664
 -Node: Debugger Info897301
 -Node: Miscellaneous Debugger Commands901372
 -Node: Readline Support906460
 -Node: Limitations907356
 -Node: Debugging Summary909465
 -Node: Arbitrary Precision Arithmetic910744
 -Node: Computer Arithmetic912229
 -Ref: table-numeric-ranges915820
 -Ref: Computer Arithmetic-Footnote-1916542
 -Node: Math Definitions916599
 -Ref: table-ieee-formats919915
 -Ref: Math Definitions-Footnote-1920518
 -Node: MPFR features920623
 -Node: FP Math Caution922341
 -Ref: FP Math Caution-Footnote-1923413
 -Node: Inexactness of computations923782
 -Node: Inexact representation924742
 -Node: Comparing FP Values926102
 -Node: Errors accumulate927184
 -Node: Getting Accuracy928617
 -Node: Try To Round931327
 -Node: Setting precision932226
 -Ref: table-predefined-precision-strings932923
 -Node: Setting the rounding mode934753
 -Ref: table-gawk-rounding-modes935127
 -Ref: Setting the rounding mode-Footnote-1938535
 -Node: Arbitrary Precision Integers938714
 -Ref: Arbitrary Precision Integers-Footnote-1941889
 -Node: Checking for MPFR942038
 -Node: POSIX Floating Point Problems943335
 -Ref: POSIX Floating Point Problems-Footnote-1947206
 -Node: Floating point summary947244
 -Node: Dynamic Extensions949434
 -Node: Extension Intro950987
 -Node: Plugin License952253
 -Node: Extension Mechanism Outline953050
 -Ref: figure-load-extension953489
 -Ref: figure-register-new-function955054
 -Ref: figure-call-new-function956146
 -Node: Extension API Description958208
 -Node: Extension API Functions Introduction959850
 -Node: General Data Types965390
 -Ref: General Data Types-Footnote-1973751
 -Node: Memory Allocation Functions974050
 -Ref: Memory Allocation Functions-Footnote-1978258
 -Node: Constructor Functions978357
 -Node: Registration Functions981943
 -Node: Extension Functions982628
 -Node: Exit Callback Functions987843
 -Node: Extension Version String989093
 -Node: Input Parsers989756
 -Node: Output Wrappers1002477
 -Node: Two-way processors1006989
 -Node: Printing Messages1009254
 -Ref: Printing Messages-Footnote-11010425
 -Node: Updating ERRNO1010578
 -Node: Requesting Values1011317
 -Ref: table-value-types-returned1012054
 -Node: Accessing Parameters1012990
 -Node: Symbol Table Access1014225
 -Node: Symbol table by name1014737
 -Node: Symbol table by cookie1016526
 -Ref: Symbol table by cookie-Footnote-11020711
 -Node: Cached values1020775
 -Ref: Cached values-Footnote-11024311
 -Node: Array Manipulation1024464
 -Ref: Array Manipulation-Footnote-11025555
 -Node: Array Data Types1025592
 -Ref: Array Data Types-Footnote-11028250
 -Node: Array Functions1028342
 -Node: Flattening Arrays1032840
 -Node: Creating Arrays1039816
 -Node: Redirection API1044585
 -Node: Extension API Variables1047418
 -Node: Extension Versioning1048129
 -Ref: gawk-api-version1048558
 -Node: Extension GMP/MPFR Versioning1050286
 -Node: Extension API Informational Variables1051914
 -Node: Extension API Boilerplate1052987
 -Node: Changes from API V11056961
 -Node: Finding Extensions1057621
 -Node: Extension Example1058180
 -Node: Internal File Description1058978
 -Node: Internal File Ops1063058
 -Ref: Internal File Ops-Footnote-11074458
 -Node: Using Internal File Ops1074598
 -Ref: Using Internal File Ops-Footnote-11076981
 -Node: Extension Samples1077255
 -Node: Extension Sample File Functions1078784
 -Node: Extension Sample Fnmatch1086433
 -Node: Extension Sample Fork1087920
 -Node: Extension Sample Inplace1089138
 -Node: Extension Sample Ord1092355
 -Node: Extension Sample Readdir1093191
 -Ref: table-readdir-file-types1094080
 -Node: Extension Sample Revout1094885
 -Node: Extension Sample Rev2way1095474
 -Node: Extension Sample Read write array1096214
 -Node: Extension Sample Readfile1098156
 -Node: Extension Sample Time1099251
 -Node: Extension Sample API Tests1100599
 -Node: gawkextlib1101091
 -Node: Extension summary1103547
 -Node: Extension Exercises1107249
 -Node: Language History1108747
 -Node: V7/SVR3.11110403
 -Node: SVR41112555
 -Node: POSIX1113989
 -Node: BTL1115369
 -Node: POSIX/GNU1116098
 -Node: Feature History1121876
 -Node: Common Extensions1137735
 -Node: Ranges and Locales1139018
 -Ref: Ranges and Locales-Footnote-11143634
 -Ref: Ranges and Locales-Footnote-21143661
 -Ref: Ranges and Locales-Footnote-31143896
 -Node: Contributors1144117
 -Node: History summary1150062
 -Node: Installation1151442
 -Node: Gawk Distribution1152386
 -Node: Getting1152870
 -Node: Extracting1153833
 -Node: Distribution contents1155471
 -Node: Unix Installation1161951
 -Node: Quick Installation1162633
 -Node: Shell Startup Files1165047
 -Node: Additional Configuration Options1166136
 -Node: Configuration Philosophy1167997
 -Node: Non-Unix Installation1170366
 -Node: PC Installation1170826
 -Node: PC Binary Installation1171664
 -Node: PC Compiling1172099
 -Node: PC Using1173216
 -Node: Cygwin1176261
 -Node: MSYS1177031
 -Node: VMS Installation1177532
 -Node: VMS Compilation1178323
 -Ref: VMS Compilation-Footnote-11179552
 -Node: VMS Dynamic Extensions1179610
 -Node: VMS Installation Details1181295
 -Node: VMS Running1183548
 -Node: VMS GNV1187827
 -Node: VMS Old Gawk1188562
 -Node: Bugs1189033
 -Node: Bug address1189696
 -Node: Usenet1192488
 -Node: Maintainers1193265
 -Node: Other Versions1194526
 -Node: Installation summary1201288
 -Node: Notes1202490
 -Node: Compatibility Mode1203355
 -Node: Additions1204137
 -Node: Accessing The Source1205062
 -Node: Adding Code1206499
 -Node: New Ports1212718
 -Node: Derived Files1217206
 -Ref: Derived Files-Footnote-11222852
 -Ref: Derived Files-Footnote-21222887
 -Ref: Derived Files-Footnote-31223485
 -Node: Future Extensions1223599
 -Node: Implementation Limitations1224257
 -Node: Extension Design1225440
 -Node: Old Extension Problems1226594
 -Ref: Old Extension Problems-Footnote-11228112
 -Node: Extension New Mechanism Goals1228169
 -Ref: Extension New Mechanism Goals-Footnote-11231533
 -Node: Extension Other Design Decisions1231722
 -Node: Extension Future Growth1233835
 -Node: Old Extension Mechanism1234671
 -Node: Notes summary1236434
 -Node: Basic Concepts1237616
 -Node: Basic High Level1238297
 -Ref: figure-general-flow1238579
 -Ref: figure-process-flow1239264
 -Ref: Basic High Level-Footnote-11242565
 -Node: Basic Data Typing1242750
 -Node: Glossary1246078
 -Node: Copying1277914
 -Node: GNU Free Documentation License1315453
 -Node: Index1340571
 +Node: Foreword344127
 +Node: Foreword448569
 +Node: Preface50101
 +Ref: Preface-Footnote-152960
 +Ref: Preface-Footnote-253067
 +Ref: Preface-Footnote-353301
 +Node: History53443
 +Node: Names55795
 +Ref: Names-Footnote-156889
 +Node: This Manual57036
 +Ref: This Manual-Footnote-163675
 +Node: Conventions63775
 +Node: Manual History66130
 +Ref: Manual History-Footnote-169127
 +Ref: Manual History-Footnote-269168
 +Node: How To Contribute69242
 +Node: Acknowledgments69893
 +Node: Getting Started74801
 +Node: Running gawk77240
 +Node: One-shot78430
 +Node: Read Terminal79693
 +Node: Long81686
 +Node: Executable Scripts83199
 +Ref: Executable Scripts-Footnote-185994
 +Node: Comments86097
 +Node: Quoting88581
 +Node: DOS Quoting94098
 +Node: Sample Data Files96154
 +Node: Very Simple98749
 +Node: Two Rules103651
 +Node: More Complex105536
 +Node: Statements/Lines108402
 +Ref: Statements/Lines-Footnote-1112861
 +Node: Other Features113126
 +Node: When114062
 +Ref: When-Footnote-1115816
 +Node: Intro Summary115881
 +Node: Invoking Gawk116765
 +Node: Command Line118279
 +Node: Options119077
 +Ref: Options-Footnote-1136173
 +Ref: Options-Footnote-2136404
 +Node: Other Arguments136429
 +Node: Naming Standard Input139376
 +Node: Environment Variables140469
 +Node: AWKPATH Variable141027
 +Ref: AWKPATH Variable-Footnote-1144439
 +Ref: AWKPATH Variable-Footnote-2144473
 +Node: AWKLIBPATH Variable144734
 +Node: Other Environment Variables145991
 +Node: Exit Status149812
 +Node: Include Files150489
 +Node: Loading Shared Libraries154167
 +Node: Obsolete155595
 +Node: Undocumented156287
 +Node: Invoking Summary156584
 +Node: Regexp158244
 +Node: Regexp Usage159698
 +Node: Escape Sequences161735
 +Node: Regexp Operators167967
 +Ref: Regexp Operators-Footnote-1175383
 +Ref: Regexp Operators-Footnote-2175530
 +Node: Bracket Expressions175628
 +Ref: table-char-classes178104
 +Node: Leftmost Longest181241
 +Node: Computed Regexps182544
 +Node: GNU Regexp Operators185971
 +Node: Case-sensitivity189650
 +Ref: Case-sensitivity-Footnote-1192537
 +Ref: Case-sensitivity-Footnote-2192772
 +Node: Regexp Summary192880
 +Node: Reading Files194346
 +Node: Records196615
 +Node: awk split records197348
 +Node: gawk split records202279
 +Ref: gawk split records-Footnote-1206819
 +Node: Fields206856
 +Node: Nonconstant Fields209597
 +Ref: Nonconstant Fields-Footnote-1211833
 +Node: Changing Fields212037
 +Node: Field Separators217965
 +Node: Default Field Splitting220663
 +Node: Regexp Field Splitting221781
 +Node: Single Character Fields225134
 +Node: Command Line Field Separator226194
 +Node: Full Line Fields229412
 +Ref: Full Line Fields-Footnote-1230934
 +Ref: Full Line Fields-Footnote-2230980
 +Node: Field Splitting Summary231081
 +Node: Constant Size233155
 +Node: Fixed width data233887
 +Node: Skipping intervening237354
 +Node: Allowing trailing data238152
 +Node: Fields with fixed data239189
 +Node: Splitting By Content240707
 +Ref: Splitting By Content-Footnote-1244357
 +Node: Testing field creation244520
 +Node: Multiple Line246145
 +Ref: Multiple Line-Footnote-1252029
 +Node: Getline252208
 +Node: Plain Getline254677
 +Node: Getline/Variable257318
 +Node: Getline/File258469
 +Node: Getline/Variable/File259857
 +Ref: Getline/Variable/File-Footnote-1261462
 +Node: Getline/Pipe261550
 +Node: Getline/Variable/Pipe264257
 +Node: Getline/Coprocess265392
 +Node: Getline/Variable/Coprocess266659
 +Node: Getline Notes267401
 +Node: Getline Summary270198
 +Ref: table-getline-variants270622
 +Node: Read Timeout271370
 +Ref: Read Timeout-Footnote-1275276
 +Node: Retrying Input275334
 +Node: Command-line directories276533
 +Node: Input Summary277439
 +Node: Input Exercises280611
 +Node: Printing281339
 +Node: Print283173
 +Node: Print Examples284630
 +Node: Output Separators287410
 +Node: OFMT289427
 +Node: Printf290783
 +Node: Basic Printf291568
 +Node: Control Letters293142
 +Node: Format Modifiers297130
 +Node: Printf Examples303145
 +Node: Redirection305631
 +Node: Special FD312472
 +Ref: Special FD-Footnote-1315640
 +Node: Special Files315714
 +Node: Other Inherited Files316331
 +Node: Special Network317332
 +Node: Special Caveats318192
 +Node: Close Files And Pipes319141
 +Ref: table-close-pipe-return-values326048
 +Ref: Close Files And Pipes-Footnote-1326831
 +Ref: Close Files And Pipes-Footnote-2326979
 +Node: Nonfatal327131
 +Node: Output Summary329456
 +Node: Output Exercises330678
 +Node: Expressions331357
 +Node: Values332545
 +Node: Constants333223
 +Node: Scalar Constants333914
 +Ref: Scalar Constants-Footnote-1334778
 +Node: Nondecimal-numbers335028
 +Node: Regexp Constants338029
 +Node: Using Constant Regexps338555
 +Node: Standard Regexp Constants339177
 +Node: Strong Regexp Constants342365
 +Node: Variables345323
 +Node: Using Variables345980
 +Node: Assignment Options347890
 +Node: Conversion349763
 +Node: Strings And Numbers350287
 +Ref: Strings And Numbers-Footnote-1353350
 +Node: Locale influences conversions353459
 +Ref: table-locale-affects356217
 +Node: All Operators356835
 +Node: Arithmetic Ops357464
 +Node: Concatenation359970
 +Ref: Concatenation-Footnote-1362817
 +Node: Assignment Ops362924
 +Ref: table-assign-ops367915
 +Node: Increment Ops369228
 +Node: Truth Values and Conditions372688
 +Node: Truth Values373762
 +Node: Typing and Comparison374810
 +Node: Variable Typing375630
 +Ref: Variable Typing-Footnote-1382093
 +Ref: Variable Typing-Footnote-2382165
 +Node: Comparison Operators382242
 +Ref: table-relational-ops382661
 +Node: POSIX String Comparison386156
 +Ref: POSIX String Comparison-Footnote-1387851
 +Ref: POSIX String Comparison-Footnote-2387990
 +Node: Boolean Ops388074
 +Ref: Boolean Ops-Footnote-1392556
 +Node: Conditional Exp392648
 +Node: Function Calls394384
 +Node: Precedence398261
 +Node: Locales401920
 +Node: Expressions Summary403552
 +Node: Patterns and Actions406125
 +Node: Pattern Overview407245
 +Node: Regexp Patterns408922
 +Node: Expression Patterns409464
 +Node: Ranges413245
 +Node: BEGIN/END416353
 +Node: Using BEGIN/END417114
 +Ref: Using BEGIN/END-Footnote-1419850
 +Node: I/O And BEGIN/END419956
 +Node: BEGINFILE/ENDFILE422270
 +Node: Empty425183
 +Node: Using Shell Variables425500
 +Node: Action Overview427774
 +Node: Statements430099
 +Node: If Statement431947
 +Node: While Statement433442
 +Node: Do Statement435470
 +Node: For Statement436618
 +Node: Switch Statement439776
 +Node: Break Statement442162
 +Node: Continue Statement444254
 +Node: Next Statement446081
 +Node: Nextfile Statement448464
 +Node: Exit Statement451116
 +Node: Built-in Variables453519
 +Node: User-modified454652
 +Node: Auto-set462419
 +Ref: Auto-set-Footnote-1478752
 +Ref: Auto-set-Footnote-2478958
 +Node: ARGC and ARGV479014
 +Node: Pattern Action Summary483227
 +Node: Arrays485657
 +Node: Array Basics486986
 +Node: Array Intro487830
 +Ref: figure-array-elements489805
 +Ref: Array Intro-Footnote-1492509
 +Node: Reference to Elements492637
 +Node: Assigning Elements495101
 +Node: Array Example495592
 +Node: Scanning an Array497351
 +Node: Controlling Scanning500373
 +Ref: Controlling Scanning-Footnote-1505772
 +Node: Numeric Array Subscripts506088
 +Node: Uninitialized Subscripts508272
 +Node: Delete509891
 +Ref: Delete-Footnote-1512643
 +Node: Multidimensional512700
 +Node: Multiscanning515795
 +Node: Arrays of Arrays517386
 +Node: Arrays Summary522153
 +Node: Functions524246
 +Node: Built-in525284
 +Node: Calling Built-in526365
 +Node: Numeric Functions528361
 +Ref: Numeric Functions-Footnote-1532389
 +Ref: Numeric Functions-Footnote-2532746
 +Ref: Numeric Functions-Footnote-3532794
 +Node: String Functions533066
 +Ref: String Functions-Footnote-1556724
 +Ref: String Functions-Footnote-2556852
 +Ref: String Functions-Footnote-3557100
 +Node: Gory Details557187
 +Ref: table-sub-escapes558978
 +Ref: table-sub-proposed560497
 +Ref: table-posix-sub561860
 +Ref: table-gensub-escapes563401
 +Ref: Gory Details-Footnote-1564224
 +Node: I/O Functions564378
 +Ref: table-system-return-values570960
 +Ref: I/O Functions-Footnote-1572940
 +Ref: I/O Functions-Footnote-2573088
 +Node: Time Functions573208
 +Ref: Time Functions-Footnote-1583879
 +Ref: Time Functions-Footnote-2583947
 +Ref: Time Functions-Footnote-3584105
 +Ref: Time Functions-Footnote-4584216
 +Ref: Time Functions-Footnote-5584328
 +Ref: Time Functions-Footnote-6584555
 +Node: Bitwise Functions584821
 +Ref: table-bitwise-ops585415
 +Ref: Bitwise Functions-Footnote-1591448
 +Ref: Bitwise Functions-Footnote-2591621
 +Node: Type Functions591812
 +Node: I18N Functions594563
 +Node: User-defined596214
 +Node: Definition Syntax597019
 +Ref: Definition Syntax-Footnote-1602706
 +Node: Function Example602777
 +Ref: Function Example-Footnote-1605699
 +Node: Function Caveats605721
 +Node: Calling A Function606239
 +Node: Variable Scope607197
 +Node: Pass By Value/Reference610191
 +Node: Return Statement613690
 +Node: Dynamic Typing616669
 +Node: Indirect Calls617599
 +Ref: Indirect Calls-Footnote-1627851
 +Node: Functions Summary627979
 +Node: Library Functions630684
 +Ref: Library Functions-Footnote-1634291
 +Ref: Library Functions-Footnote-2634434
 +Node: Library Names634605
 +Ref: Library Names-Footnote-1638281
 +Ref: Library Names-Footnote-2638504
 +Node: General Functions638590
 +Node: Strtonum Function639693
 +Node: Assert Function642715
 +Node: Round Function646041
 +Node: Cliff Random Function647582
 +Node: Ordinal Functions648598
 +Ref: Ordinal Functions-Footnote-1651661
 +Ref: Ordinal Functions-Footnote-2651913
 +Node: Join Function652123
 +Ref: Join Function-Footnote-1653893
 +Node: Getlocaltime Function654093
 +Node: Readfile Function657835
 +Node: Shell Quoting659812
 +Node: Data File Management661213
 +Node: Filetrans Function661845
 +Node: Rewind Function665941
 +Node: File Checking667851
 +Ref: File Checking-Footnote-1669185
 +Node: Empty Files669386
 +Node: Ignoring Assigns671365
 +Node: Getopt Function672915
 +Ref: Getopt Function-Footnote-1684384
 +Node: Passwd Functions684584
 +Ref: Passwd Functions-Footnote-1693423
 +Node: Group Functions693511
 +Ref: Group Functions-Footnote-1701409
 +Node: Walking Arrays701616
 +Node: Library Functions Summary704624
 +Node: Library Exercises706030
 +Node: Sample Programs706495
 +Node: Running Examples707265
 +Node: Clones707993
 +Node: Cut Program709217
 +Node: Egrep Program719146
 +Ref: Egrep Program-Footnote-1726658
 +Node: Id Program726768
 +Node: Split Program730448
 +Ref: Split Program-Footnote-1733907
 +Node: Tee Program734036
 +Node: Uniq Program736826
 +Node: Wc Program744252
 +Ref: Wc Program-Footnote-1748507
 +Node: Miscellaneous Programs748601
 +Node: Dupword Program749814
 +Node: Alarm Program751844
 +Node: Translate Program756699
 +Ref: Translate Program-Footnote-1761264
 +Node: Labels Program761534
 +Ref: Labels Program-Footnote-1764885
 +Node: Word Sorting764969
 +Node: History Sorting769041
 +Node: Extract Program770876
 +Node: Simple Sed778406
 +Node: Igawk Program781480
 +Ref: Igawk Program-Footnote-1795811
 +Ref: Igawk Program-Footnote-2796013
 +Ref: Igawk Program-Footnote-3796135
 +Node: Anagram Program796250
 +Node: Signature Program799312
 +Node: Programs Summary800559
 +Node: Programs Exercises801773
 +Ref: Programs Exercises-Footnote-1805902
 +Node: Advanced Features805993
 +Node: Nondecimal Data807983
 +Node: Array Sorting809574
 +Node: Controlling Array Traversal810274
 +Ref: Controlling Array Traversal-Footnote-1818641
 +Node: Array Sorting Functions818759
 +Ref: Array Sorting Functions-Footnote-1823850
 +Node: Two-way I/O824046
 +Ref: Two-way I/O-Footnote-1830598
 +Ref: Two-way I/O-Footnote-2830785
 +Node: TCP/IP Networking830867
 +Node: Profiling833985
 +Ref: Profiling-Footnote-1842657
 +Node: Advanced Features Summary842980
 +Node: Internationalization844824
 +Node: I18N and L10N846304
 +Node: Explaining gettext846991
 +Ref: Explaining gettext-Footnote-1852883
 +Ref: Explaining gettext-Footnote-2853068
 +Node: Programmer i18n853233
 +Ref: Programmer i18n-Footnote-1858182
 +Node: Translator i18n858231
 +Node: String Extraction859025
 +Ref: String Extraction-Footnote-1860157
 +Node: Printf Ordering860243
 +Ref: Printf Ordering-Footnote-1863029
 +Node: I18N Portability863093
 +Ref: I18N Portability-Footnote-1865549
 +Node: I18N Example865612
 +Ref: I18N Example-Footnote-1868418
 +Node: Gawk I18N868491
 +Node: I18N Summary869136
 +Node: Debugger870477
 +Node: Debugging871480
 +Node: Debugging Concepts871921
 +Node: Debugging Terms873730
 +Node: Awk Debugging876305
 +Node: Sample Debugging Session877211
 +Node: Debugger Invocation877745
 +Node: Finding The Bug879131
 +Node: List of Debugger Commands885609
 +Node: Breakpoint Control886942
 +Node: Debugger Execution Control890636
 +Node: Viewing And Changing Data893998
 +Node: Execution Stack897372
 +Node: Debugger Info899009
 +Node: Miscellaneous Debugger Commands903080
 +Node: Readline Support908168
 +Node: Limitations909064
 +Node: Debugging Summary911173
 +Node: Namespaces912452
 +Node: Global Namespace913270
 +Node: Qualified Names914624
 +Node: Default Namespace915623
 +Node: Changing The Namespace916364
 +Node: Naming Rules917975
 +Node: Internal Name Management919824
 +Node: Namespace Example920866
 +Node: Namespace And Features923428
 +Node: Namespace Summary924863
 +Node: Arbitrary Precision Arithmetic926340
 +Node: Computer Arithmetic927827
 +Ref: table-numeric-ranges931418
 +Ref: Computer Arithmetic-Footnote-1932140
 +Node: Math Definitions932197
 +Ref: table-ieee-formats935513
 +Ref: Math Definitions-Footnote-1936116
 +Node: MPFR features936221
 +Node: FP Math Caution937939
 +Ref: FP Math Caution-Footnote-1939011
 +Node: Inexactness of computations939380
 +Node: Inexact representation940340
 +Node: Comparing FP Values941700
 +Node: Errors accumulate942782
 +Node: Getting Accuracy944215
 +Node: Try To Round946925
 +Node: Setting precision947824
 +Ref: table-predefined-precision-strings948521
 +Node: Setting the rounding mode950351
 +Ref: table-gawk-rounding-modes950725
 +Ref: Setting the rounding mode-Footnote-1954133
 +Node: Arbitrary Precision Integers954312
 +Ref: Arbitrary Precision Integers-Footnote-1957487
 +Node: Checking for MPFR957636
 +Node: POSIX Floating Point Problems958933
 +Ref: POSIX Floating Point Problems-Footnote-1962804
 +Node: Floating point summary962842
 +Node: Dynamic Extensions965032
 +Node: Extension Intro966585
 +Node: Plugin License967851
 +Node: Extension Mechanism Outline968648
 +Ref: figure-load-extension969087
 +Ref: figure-register-new-function970652
 +Ref: figure-call-new-function971744
 +Node: Extension API Description973806
 +Node: Extension API Functions Introduction975448
 +Node: General Data Types980988
- Ref: General Data Types-Footnote-1989109
- Node: Memory Allocation Functions989408
- Ref: Memory Allocation Functions-Footnote-1993616
- Node: Constructor Functions993715
- Node: Registration Functions997301
- Node: Extension Functions997986
- Node: Exit Callback Functions1003201
- Node: Extension Version String1004451
- Node: Input Parsers1005114
- Node: Output Wrappers1017835
- Node: Two-way processors1022347
- Node: Printing Messages1024612
- Ref: Printing Messages-Footnote-11025783
- Node: Updating ERRNO1025936
- Node: Requesting Values1026675
- Ref: table-value-types-returned1027412
- Node: Accessing Parameters1028348
- Node: Symbol Table Access1029583
- Node: Symbol table by name1030095
- Ref: Symbol table by name-Footnote-11032985
- Node: Symbol table by cookie1033113
- Ref: Symbol table by cookie-Footnote-11037298
- Node: Cached values1037362
- Ref: Cached values-Footnote-11040898
- Node: Array Manipulation1041051
- Ref: Array Manipulation-Footnote-11042142
- Node: Array Data Types1042179
- Ref: Array Data Types-Footnote-11044837
- Node: Array Functions1044929
- Node: Flattening Arrays1049427
- Node: Creating Arrays1056403
- Node: Redirection API1061172
- Node: Extension API Variables1064005
- Node: Extension Versioning1064716
- Ref: gawk-api-version1065145
- Node: Extension GMP/MPFR Versioning1066873
- Node: Extension API Informational Variables1068501
- Node: Extension API Boilerplate1069574
- Node: Changes from API V11073548
- Node: Finding Extensions1074208
- Node: Extension Example1074767
- Node: Internal File Description1075565
- Node: Internal File Ops1079645
- Ref: Internal File Ops-Footnote-11091045
- Node: Using Internal File Ops1091185
- Ref: Using Internal File Ops-Footnote-11093568
- Node: Extension Samples1093842
- Node: Extension Sample File Functions1095371
- Node: Extension Sample Fnmatch1103020
- Node: Extension Sample Fork1104507
- Node: Extension Sample Inplace1105725
- Node: Extension Sample Ord1109029
- Node: Extension Sample Readdir1109865
- Ref: table-readdir-file-types1110754
- Node: Extension Sample Revout1111559
- Node: Extension Sample Rev2way1112148
- Node: Extension Sample Read write array1112888
- Node: Extension Sample Readfile1114830
- Node: Extension Sample Time1115925
- Node: Extension Sample API Tests1117273
- Node: gawkextlib1117765
- Node: Extension summary1120221
- Node: Extension Exercises1123923
- Node: Language History1125165
- Node: V7/SVR3.11126821
- Node: SVR41128973
- Node: POSIX1130407
- Node: BTL1131787
- Node: POSIX/GNU1132516
- Node: Feature History1138294
- Node: Common Extensions1154153
- Node: Ranges and Locales1155436
- Ref: Ranges and Locales-Footnote-11160052
- Ref: Ranges and Locales-Footnote-21160079
- Ref: Ranges and Locales-Footnote-31160314
- Node: Contributors1160535
- Node: History summary1166480
- Node: Installation1167860
- Node: Gawk Distribution1168804
- Node: Getting1169288
- Node: Extracting1170251
- Node: Distribution contents1171889
- Node: Unix Installation1178369
- Node: Quick Installation1179051
- Node: Shell Startup Files1181465
- Node: Additional Configuration Options1182554
- Node: Configuration Philosophy1184415
- Node: Non-Unix Installation1186784
- Node: PC Installation1187244
- Node: PC Binary Installation1188082
- Node: PC Compiling1188517
- Node: PC Using1189634
- Node: Cygwin1192679
- Node: MSYS1193449
- Node: VMS Installation1193950
- Node: VMS Compilation1194741
- Ref: VMS Compilation-Footnote-11195970
- Node: VMS Dynamic Extensions1196028
- Node: VMS Installation Details1197713
- Node: VMS Running1199966
- Node: VMS GNV1204245
- Node: VMS Old Gawk1204980
- Node: Bugs1205451
- Node: Bug address1206114
- Node: Usenet1208906
- Node: Maintainers1209683
- Node: Other Versions1210944
- Node: Installation summary1217706
- Node: Notes1218908
- Node: Compatibility Mode1219773
- Node: Additions1220555
- Node: Accessing The Source1221480
- Node: Adding Code1222917
- Node: New Ports1229136
- Node: Derived Files1233624
- Ref: Derived Files-Footnote-11239270
- Ref: Derived Files-Footnote-21239305
- Ref: Derived Files-Footnote-31239903
- Node: Future Extensions1240017
- Node: Implementation Limitations1240675
- Node: Extension Design1241858
- Node: Old Extension Problems1243012
- Ref: Old Extension Problems-Footnote-11244530
- Node: Extension New Mechanism Goals1244587
- Ref: Extension New Mechanism Goals-Footnote-11247951
- Node: Extension Other Design Decisions1248140
- Node: Extension Future Growth1250253
- Node: Old Extension Mechanism1251089
- Node: Notes summary1252852
- Node: Basic Concepts1254034
- Node: Basic High Level1254715
- Ref: figure-general-flow1254997
- Ref: figure-process-flow1255682
- Ref: Basic High Level-Footnote-11258983
- Node: Basic Data Typing1259168
- Node: Glossary1262496
- Node: Copying1294332
- Node: GNU Free Documentation License1331871
- Node: Index1356989
++Ref: General Data Types-Footnote-1989349
++Node: Memory Allocation Functions989648
++Ref: Memory Allocation Functions-Footnote-1993856
++Node: Constructor Functions993955
++Node: Registration Functions997541
++Node: Extension Functions998226
++Node: Exit Callback Functions1003441
++Node: Extension Version String1004691
++Node: Input Parsers1005354
++Node: Output Wrappers1018075
++Node: Two-way processors1022587
++Node: Printing Messages1024852
++Ref: Printing Messages-Footnote-11026023
++Node: Updating ERRNO1026176
++Node: Requesting Values1026915
++Ref: table-value-types-returned1027652
++Node: Accessing Parameters1028588
++Node: Symbol Table Access1029823
++Node: Symbol table by name1030335
++Ref: Symbol table by name-Footnote-11033225
++Node: Symbol table by cookie1033353
++Ref: Symbol table by cookie-Footnote-11037538
++Node: Cached values1037602
++Ref: Cached values-Footnote-11041138
++Node: Array Manipulation1041291
++Ref: Array Manipulation-Footnote-11042382
++Node: Array Data Types1042419
++Ref: Array Data Types-Footnote-11045077
++Node: Array Functions1045169
++Node: Flattening Arrays1049667
++Node: Creating Arrays1056643
++Node: Redirection API1061412
++Node: Extension API Variables1064245
++Node: Extension Versioning1064956
++Ref: gawk-api-version1065385
++Node: Extension GMP/MPFR Versioning1067113
++Node: Extension API Informational Variables1068741
++Node: Extension API Boilerplate1069814
++Node: Changes from API V11073788
++Node: Finding Extensions1074448
++Node: Extension Example1075007
++Node: Internal File Description1075805
++Node: Internal File Ops1079885
++Ref: Internal File Ops-Footnote-11091285
++Node: Using Internal File Ops1091425
++Ref: Using Internal File Ops-Footnote-11093808
++Node: Extension Samples1094082
++Node: Extension Sample File Functions1095611
++Node: Extension Sample Fnmatch1103260
++Node: Extension Sample Fork1104747
++Node: Extension Sample Inplace1105965
++Node: Extension Sample Ord1109269
++Node: Extension Sample Readdir1110105
++Ref: table-readdir-file-types1110994
++Node: Extension Sample Revout1111799
++Node: Extension Sample Rev2way1112388
++Node: Extension Sample Read write array1113128
++Node: Extension Sample Readfile1115070
++Node: Extension Sample Time1116165
++Node: Extension Sample API Tests1117513
++Node: gawkextlib1118005
++Node: Extension summary1120461
++Node: Extension Exercises1124163
++Node: Language History1125405
++Node: V7/SVR3.11127061
++Node: SVR41129213
++Node: POSIX1130647
++Node: BTL1132027
++Node: POSIX/GNU1132756
++Node: Feature History1138534
++Node: Common Extensions1154393
++Node: Ranges and Locales1155676
++Ref: Ranges and Locales-Footnote-11160292
++Ref: Ranges and Locales-Footnote-21160319
++Ref: Ranges and Locales-Footnote-31160554
++Node: Contributors1160775
++Node: History summary1166720
++Node: Installation1168100
++Node: Gawk Distribution1169044
++Node: Getting1169528
++Node: Extracting1170491
++Node: Distribution contents1172129
++Node: Unix Installation1178609
++Node: Quick Installation1179291
++Node: Shell Startup Files1181705
++Node: Additional Configuration Options1182794
++Node: Configuration Philosophy1184655
++Node: Non-Unix Installation1187024
++Node: PC Installation1187484
++Node: PC Binary Installation1188322
++Node: PC Compiling1188757
++Node: PC Using1189874
++Node: Cygwin1192919
++Node: MSYS1193689
++Node: VMS Installation1194190
++Node: VMS Compilation1194981
++Ref: VMS Compilation-Footnote-11196210
++Node: VMS Dynamic Extensions1196268
++Node: VMS Installation Details1197953
++Node: VMS Running1200206
++Node: VMS GNV1204485
++Node: VMS Old Gawk1205220
++Node: Bugs1205691
++Node: Bug address1206354
++Node: Usenet1209146
++Node: Maintainers1209923
++Node: Other Versions1211184
++Node: Installation summary1217946
++Node: Notes1219148
++Node: Compatibility Mode1220013
++Node: Additions1220795
++Node: Accessing The Source1221720
++Node: Adding Code1223157
++Node: New Ports1229376
++Node: Derived Files1233864
++Ref: Derived Files-Footnote-11239510
++Ref: Derived Files-Footnote-21239545
++Ref: Derived Files-Footnote-31240143
++Node: Future Extensions1240257
++Node: Implementation Limitations1240915
++Node: Extension Design1242098
++Node: Old Extension Problems1243252
++Ref: Old Extension Problems-Footnote-11244770
++Node: Extension New Mechanism Goals1244827
++Ref: Extension New Mechanism Goals-Footnote-11248191
++Node: Extension Other Design Decisions1248380
++Node: Extension Future Growth1250493
++Node: Old Extension Mechanism1251329
++Node: Notes summary1253092
++Node: Basic Concepts1254274
++Node: Basic High Level1254955
++Ref: figure-general-flow1255237
++Ref: figure-process-flow1255922
++Ref: Basic High Level-Footnote-11259223
++Node: Basic Data Typing1259408
++Node: Glossary1262736
++Node: Copying1294572
++Node: GNU Free Documentation License1332111
++Node: Index1357229
  
  End Tag Table

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

Summary of changes:
 ChangeLog       |   5 +
 doc/ChangeLog   |   5 +
 doc/gawk.info   | 294 +++++++++++++++++++++++++++++---------------------------
 doc/gawk.texi   |  16 +--
 doc/gawktexi.in |  16 +--
 gawkapi.h       |  12 ++-
 6 files changed, 187 insertions(+), 161 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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