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-3096-g04857db
Date: Thu, 25 Jan 2018 12:50:15 -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  04857db58419a413eb0ee13871cc071a4acf3bf4 (commit)
       via  6c93e97d0f76cb688543943f64f6154be3927de5 (commit)
       via  eb3510d4e88710005ec1a9505755455523367682 (commit)
       via  bbf943e090a5b7d53976ce40334712d318f60803 (commit)
       via  95f2547bbd705cd41e9026672bb71f866967da7b (commit)
       via  15fdfc77601e1dbd79ae972bea3ef99e360692f3 (commit)
       via  4d336c7a806479d99f8563a26690a7039a78a91d (commit)
       via  3c9b2db6e1d639eccb9e7b61fc83d00d0599c47a (commit)
       via  5dc349424b717a55c310f48671e4d15a757765e9 (commit)
      from  c8060fd271bebafd2c8e426f8686f8f29206b538 (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=04857db58419a413eb0ee13871cc071a4acf3bf4

commit 04857db58419a413eb0ee13871cc071a4acf3bf4
Merge: c8060fd 6c93e97
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Jan 25 19:50:06 2018 +0200

    Merge branch 'master' into feature/namespaces

diff --cc doc/gawk.info
index fcf5e71,33d4552..0c92898
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36409,593 -35977,582 +36413,593 @@@ 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: Acknowledgments69286
 -Node: Getting Started74194
 -Node: Running gawk76633
 -Node: One-shot77823
 -Node: Read Terminal79086
 -Node: Long81079
 -Node: Executable Scripts82592
 -Ref: Executable Scripts-Footnote-185387
 -Node: Comments85490
 -Node: Quoting87974
 -Node: DOS Quoting93491
 -Node: Sample Data Files95547
 -Node: Very Simple98142
 -Node: Two Rules103044
 -Node: More Complex104929
 -Node: Statements/Lines107795
 -Ref: Statements/Lines-Footnote-1112254
 -Node: Other Features112519
 -Node: When113455
 -Ref: When-Footnote-1115209
 -Node: Intro Summary115274
 -Node: Invoking Gawk116158
 -Node: Command Line117672
 -Node: Options118470
 -Ref: Options-Footnote-1135089
 -Ref: Options-Footnote-2135320
 -Node: Other Arguments135345
 -Node: Naming Standard Input138292
 -Node: Environment Variables139385
 -Node: AWKPATH Variable139943
 -Ref: AWKPATH Variable-Footnote-1143355
 -Ref: AWKPATH Variable-Footnote-2143389
 -Node: AWKLIBPATH Variable143650
 -Node: Other Environment Variables144907
 -Node: Exit Status148728
 -Node: Include Files149405
 -Node: Loading Shared Libraries152930
 -Node: Obsolete154358
 -Node: Undocumented155050
 -Node: Invoking Summary155347
 -Node: Regexp157007
 -Node: Regexp Usage158461
 -Node: Escape Sequences160498
 -Node: Regexp Operators166730
 -Ref: Regexp Operators-Footnote-1174146
 -Ref: Regexp Operators-Footnote-2174293
 -Node: Bracket Expressions174391
 -Ref: table-char-classes176867
 -Node: Leftmost Longest180004
 -Node: Computed Regexps181307
 -Node: GNU Regexp Operators184734
 -Node: Case-sensitivity188413
 -Ref: Case-sensitivity-Footnote-1191300
 -Ref: Case-sensitivity-Footnote-2191535
 -Node: Regexp Summary191643
 -Node: Reading Files193109
 -Node: Records195378
 -Node: awk split records196111
 -Node: gawk split records201042
 -Ref: gawk split records-Footnote-1205582
 -Node: Fields205619
 -Node: Nonconstant Fields208360
 -Ref: Nonconstant Fields-Footnote-1210596
 -Node: Changing Fields210800
 -Node: Field Separators216728
 -Node: Default Field Splitting219426
 -Node: Regexp Field Splitting220544
 -Node: Single Character Fields223897
 -Node: Command Line Field Separator224957
 -Node: Full Line Fields228175
 -Ref: Full Line Fields-Footnote-1229697
 -Ref: Full Line Fields-Footnote-2229743
 -Node: Field Splitting Summary229844
 -Node: Constant Size231918
 -Node: Fixed width data232650
 -Node: Skipping intervening236117
 -Node: Allowing trailing data236915
 -Node: Fields with fixed data237952
 -Node: Splitting By Content239470
 -Ref: Splitting By Content-Footnote-1243120
 -Node: Testing field creation243283
 -Node: Multiple Line244908
 -Ref: Multiple Line-Footnote-1250792
 -Node: Getline250971
 -Node: Plain Getline253440
 -Node: Getline/Variable256081
 -Node: Getline/File257232
 -Node: Getline/Variable/File258620
 -Ref: Getline/Variable/File-Footnote-1260225
 -Node: Getline/Pipe260313
 -Node: Getline/Variable/Pipe263020
 -Node: Getline/Coprocess264155
 -Node: Getline/Variable/Coprocess265422
 -Node: Getline Notes266164
 -Node: Getline Summary268961
 -Ref: table-getline-variants269385
 -Node: Read Timeout270133
 -Ref: Read Timeout-Footnote-1274039
 -Node: Retrying Input274097
 -Node: Command-line directories275296
 -Node: Input Summary276202
 -Node: Input Exercises279374
 -Node: Printing280102
 -Node: Print281936
 -Node: Print Examples283393
 -Node: Output Separators286173
 -Node: OFMT288190
 -Node: Printf289546
 -Node: Basic Printf290331
 -Node: Control Letters291905
 -Node: Format Modifiers295901
 -Node: Printf Examples301916
 -Node: Redirection304402
 -Node: Special FD311243
 -Ref: Special FD-Footnote-1314411
 -Node: Special Files314485
 -Node: Other Inherited Files315102
 -Node: Special Network316103
 -Node: Special Caveats316963
 -Node: Close Files And Pipes317912
 -Ref: table-close-pipe-return-values324819
 -Ref: Close Files And Pipes-Footnote-1325632
 -Ref: Close Files And Pipes-Footnote-2325780
 -Node: Nonfatal325932
 -Node: Output Summary328270
 -Node: Output Exercises329492
 -Node: Expressions330171
 -Node: Values331359
 -Node: Constants332037
 -Node: Scalar Constants332728
 -Ref: Scalar Constants-Footnote-1333592
 -Node: Nondecimal-numbers333842
 -Node: Regexp Constants336843
 -Node: Using Constant Regexps337369
 -Node: Standard Regexp Constants337991
 -Node: Strong Regexp Constants341179
 -Node: Variables344137
 -Node: Using Variables344794
 -Node: Assignment Options346704
 -Node: Conversion348577
 -Node: Strings And Numbers349101
 -Ref: Strings And Numbers-Footnote-1352164
 -Node: Locale influences conversions352273
 -Ref: table-locale-affects355031
 -Node: All Operators355649
 -Node: Arithmetic Ops356278
 -Node: Concatenation358784
 -Ref: Concatenation-Footnote-1361631
 -Node: Assignment Ops361738
 -Ref: table-assign-ops366729
 -Node: Increment Ops368042
 -Node: Truth Values and Conditions371502
 -Node: Truth Values372576
 -Node: Typing and Comparison373624
 -Node: Variable Typing374444
 -Ref: Variable Typing-Footnote-1380907
 -Ref: Variable Typing-Footnote-2380979
 -Node: Comparison Operators381056
 -Ref: table-relational-ops381475
 -Node: POSIX String Comparison384970
 -Ref: POSIX String Comparison-Footnote-1386665
 -Ref: POSIX String Comparison-Footnote-2386804
 -Node: Boolean Ops386888
 -Ref: Boolean Ops-Footnote-1391370
 -Node: Conditional Exp391462
 -Node: Function Calls393198
 -Node: Precedence397075
 -Node: Locales400734
 -Node: Expressions Summary402366
 -Node: Patterns and Actions404939
 -Node: Pattern Overview406059
 -Node: Regexp Patterns407736
 -Node: Expression Patterns408278
 -Node: Ranges412059
 -Node: BEGIN/END415167
 -Node: Using BEGIN/END415928
 -Ref: Using BEGIN/END-Footnote-1418664
 -Node: I/O And BEGIN/END418770
 -Node: BEGINFILE/ENDFILE421084
 -Node: Empty423997
 -Node: Using Shell Variables424314
 -Node: Action Overview426588
 -Node: Statements428913
 -Node: If Statement430761
 -Node: While Statement432256
 -Node: Do Statement434284
 -Node: For Statement435432
 -Node: Switch Statement438603
 -Node: Break Statement440989
 -Node: Continue Statement443081
 -Node: Next Statement444908
 -Node: Nextfile Statement447291
 -Node: Exit Statement449943
 -Node: Built-in Variables452346
 -Node: User-modified453479
 -Node: Auto-set461246
 -Ref: Auto-set-Footnote-1477579
 -Ref: Auto-set-Footnote-2477785
 -Node: ARGC and ARGV477841
 -Node: Pattern Action Summary482054
 -Node: Arrays484484
 -Node: Array Basics485813
 -Node: Array Intro486657
 -Ref: figure-array-elements488632
 -Ref: Array Intro-Footnote-1491336
 -Node: Reference to Elements491464
 -Node: Assigning Elements493928
 -Node: Array Example494419
 -Node: Scanning an Array496178
 -Node: Controlling Scanning499200
 -Ref: Controlling Scanning-Footnote-1504599
 -Node: Numeric Array Subscripts504915
 -Node: Uninitialized Subscripts507099
 -Node: Delete508718
 -Ref: Delete-Footnote-1511470
 -Node: Multidimensional511527
 -Node: Multiscanning514622
 -Node: Arrays of Arrays516213
 -Node: Arrays Summary520980
 -Node: Functions523073
 -Node: Built-in524111
 -Node: Calling Built-in525192
 -Node: Numeric Functions527188
 -Ref: Numeric Functions-Footnote-1531216
 -Ref: Numeric Functions-Footnote-2531573
 -Ref: Numeric Functions-Footnote-3531621
 -Node: String Functions531893
 -Ref: String Functions-Footnote-1555551
 -Ref: String Functions-Footnote-2555679
 -Ref: String Functions-Footnote-3555927
 -Node: Gory Details556014
 -Ref: table-sub-escapes557805
 -Ref: table-sub-proposed559324
 -Ref: table-posix-sub560687
 -Ref: table-gensub-escapes562228
 -Ref: Gory Details-Footnote-1563051
 -Node: I/O Functions563205
 -Ref: table-system-return-values569673
 -Ref: I/O Functions-Footnote-1571653
 -Ref: I/O Functions-Footnote-2571801
 -Node: Time Functions571921
 -Ref: Time Functions-Footnote-1582592
 -Ref: Time Functions-Footnote-2582660
 -Ref: Time Functions-Footnote-3582818
 -Ref: Time Functions-Footnote-4582929
 -Ref: Time Functions-Footnote-5583041
 -Ref: Time Functions-Footnote-6583268
 -Node: Bitwise Functions583534
 -Ref: table-bitwise-ops584128
 -Ref: Bitwise Functions-Footnote-1590173
 -Ref: Bitwise Functions-Footnote-2590346
 -Node: Type Functions590537
 -Node: I18N Functions593288
 -Node: User-defined594939
 -Node: Definition Syntax595744
 -Ref: Definition Syntax-Footnote-1601431
 -Node: Function Example601502
 -Ref: Function Example-Footnote-1604424
 -Node: Function Caveats604446
 -Node: Calling A Function604964
 -Node: Variable Scope605922
 -Node: Pass By Value/Reference608916
 -Node: Return Statement612415
 -Node: Dynamic Typing615394
 -Node: Indirect Calls616324
 -Ref: Indirect Calls-Footnote-1626576
 -Node: Functions Summary626704
 -Node: Library Functions629409
 -Ref: Library Functions-Footnote-1633016
 -Ref: Library Functions-Footnote-2633159
 -Node: Library Names633330
 -Ref: Library Names-Footnote-1636790
 -Ref: Library Names-Footnote-2637013
 -Node: General Functions637099
 -Node: Strtonum Function638202
 -Node: Assert Function641224
 -Node: Round Function644550
 -Node: Cliff Random Function646090
 -Node: Ordinal Functions647106
 -Ref: Ordinal Functions-Footnote-1650169
 -Ref: Ordinal Functions-Footnote-2650421
 -Node: Join Function650631
 -Ref: Join Function-Footnote-1652401
 -Node: Getlocaltime Function652601
 -Node: Readfile Function656343
 -Node: Shell Quoting658320
 -Node: Data File Management659721
 -Node: Filetrans Function660353
 -Node: Rewind Function664449
 -Node: File Checking666359
 -Ref: File Checking-Footnote-1667693
 -Node: Empty Files667894
 -Node: Ignoring Assigns669873
 -Node: Getopt Function671423
 -Ref: Getopt Function-Footnote-1682892
 -Node: Passwd Functions683092
 -Ref: Passwd Functions-Footnote-1691931
 -Node: Group Functions692019
 -Ref: Group Functions-Footnote-1699917
 -Node: Walking Arrays700124
 -Node: Library Functions Summary703132
 -Node: Library Exercises704538
 -Node: Sample Programs705003
 -Node: Running Examples705773
 -Node: Clones706501
 -Node: Cut Program707725
 -Node: Egrep Program717654
 -Ref: Egrep Program-Footnote-1725166
 -Node: Id Program725276
 -Node: Split Program728956
 -Ref: Split Program-Footnote-1732414
 -Node: Tee Program732543
 -Node: Uniq Program735333
 -Node: Wc Program742759
 -Ref: Wc Program-Footnote-1747014
 -Node: Miscellaneous Programs747108
 -Node: Dupword Program748321
 -Node: Alarm Program750351
 -Node: Translate Program755206
 -Ref: Translate Program-Footnote-1759771
 -Node: Labels Program760041
 -Ref: Labels Program-Footnote-1763392
 -Node: Word Sorting763476
 -Node: History Sorting767548
 -Node: Extract Program769383
 -Node: Simple Sed776913
 -Node: Igawk Program779987
 -Ref: Igawk Program-Footnote-1794318
 -Ref: Igawk Program-Footnote-2794520
 -Ref: Igawk Program-Footnote-3794642
 -Node: Anagram Program794757
 -Node: Signature Program797819
 -Node: Programs Summary799066
 -Node: Programs Exercises800280
 -Ref: Programs Exercises-Footnote-1804409
 -Node: Advanced Features804500
 -Node: Nondecimal Data806490
 -Node: Array Sorting808081
 -Node: Controlling Array Traversal808781
 -Ref: Controlling Array Traversal-Footnote-1817149
 -Node: Array Sorting Functions817267
 -Ref: Array Sorting Functions-Footnote-1822358
 -Node: Two-way I/O822554
 -Ref: Two-way I/O-Footnote-1829106
 -Ref: Two-way I/O-Footnote-2829293
 -Node: TCP/IP Networking829375
 -Node: Profiling832493
 -Ref: Profiling-Footnote-1841165
 -Node: Advanced Features Summary841488
 -Node: Internationalization843332
 -Node: I18N and L10N844812
 -Node: Explaining gettext845499
 -Ref: Explaining gettext-Footnote-1851391
 -Ref: Explaining gettext-Footnote-2851576
 -Node: Programmer i18n851741
 -Ref: Programmer i18n-Footnote-1856690
 -Node: Translator i18n856739
 -Node: String Extraction857533
 -Ref: String Extraction-Footnote-1858665
 -Node: Printf Ordering858751
 -Ref: Printf Ordering-Footnote-1861537
 -Node: I18N Portability861601
 -Ref: I18N Portability-Footnote-1864057
 -Node: I18N Example864120
 -Ref: I18N Example-Footnote-1866926
 -Node: Gawk I18N866999
 -Node: I18N Summary867644
 -Node: Debugger868985
 -Node: Debugging870008
 -Node: Debugging Concepts870449
 -Node: Debugging Terms872258
 -Node: Awk Debugging874833
 -Node: Sample Debugging Session875739
 -Node: Debugger Invocation876273
 -Node: Finding The Bug877659
 -Node: List of Debugger Commands884137
 -Node: Breakpoint Control885470
 -Node: Debugger Execution Control889164
 -Node: Viewing And Changing Data892526
 -Node: Execution Stack895900
 -Node: Debugger Info897537
 -Node: Miscellaneous Debugger Commands901608
 -Node: Readline Support906670
 -Node: Limitations907566
 -Node: Debugging Summary909675
 -Node: Arbitrary Precision Arithmetic910954
 -Node: Computer Arithmetic912439
 -Ref: table-numeric-ranges916205
 -Ref: table-floating-point-ranges916698
 -Ref: Computer Arithmetic-Footnote-1917356
 -Node: Math Definitions917413
 -Ref: table-ieee-formats920729
 -Ref: Math Definitions-Footnote-1921332
 -Node: MPFR features921437
 -Node: FP Math Caution923155
 -Ref: FP Math Caution-Footnote-1924227
 -Node: Inexactness of computations924596
 -Node: Inexact representation925556
 -Node: Comparing FP Values926916
 -Node: Errors accumulate927998
 -Node: Getting Accuracy929431
 -Node: Try To Round932141
 -Node: Setting precision933040
 -Ref: table-predefined-precision-strings933737
 -Node: Setting the rounding mode935567
 -Ref: table-gawk-rounding-modes935941
 -Ref: Setting the rounding mode-Footnote-1939872
 -Node: Arbitrary Precision Integers940051
 -Ref: Arbitrary Precision Integers-Footnote-1943226
 -Node: Checking for MPFR943375
 -Node: POSIX Floating Point Problems944849
 -Ref: POSIX Floating Point Problems-Footnote-1948720
 -Node: Floating point summary948758
 -Node: Dynamic Extensions950948
 -Node: Extension Intro952501
 -Node: Plugin License953767
 -Node: Extension Mechanism Outline954564
 -Ref: figure-load-extension955003
 -Ref: figure-register-new-function956568
 -Ref: figure-call-new-function957660
 -Node: Extension API Description959722
 -Node: Extension API Functions Introduction961364
 -Node: General Data Types966904
 -Ref: General Data Types-Footnote-1975265
 -Node: Memory Allocation Functions975564
 -Ref: Memory Allocation Functions-Footnote-1979774
 -Node: Constructor Functions979873
 -Node: Registration Functions983459
 -Node: Extension Functions984144
 -Node: Exit Callback Functions989359
 -Node: Extension Version String990609
 -Node: Input Parsers991272
 -Node: Output Wrappers1003993
 -Node: Two-way processors1008505
 -Node: Printing Messages1010770
 -Ref: Printing Messages-Footnote-11011941
 -Node: Updating ERRNO1012094
 -Node: Requesting Values1012833
 -Ref: table-value-types-returned1013570
 -Node: Accessing Parameters1014506
 -Node: Symbol Table Access1015741
 -Node: Symbol table by name1016253
 -Node: Symbol table by cookie1018042
 -Ref: Symbol table by cookie-Footnote-11022227
 -Node: Cached values1022291
 -Ref: Cached values-Footnote-11025827
 -Node: Array Manipulation1025980
 -Ref: Array Manipulation-Footnote-11027071
 -Node: Array Data Types1027108
 -Ref: Array Data Types-Footnote-11029766
 -Node: Array Functions1029858
 -Node: Flattening Arrays1034356
 -Node: Creating Arrays1041332
 -Node: Redirection API1046099
 -Node: Extension API Variables1048932
 -Node: Extension Versioning1049643
 -Ref: gawk-api-version1050072
 -Node: Extension GMP/MPFR Versioning1051803
 -Node: Extension API Informational Variables1053431
 -Node: Extension API Boilerplate1054504
 -Node: Changes from API V11058478
 -Node: Finding Extensions1060050
 -Node: Extension Example1060609
 -Node: Internal File Description1061407
 -Node: Internal File Ops1065487
 -Ref: Internal File Ops-Footnote-11076837
 -Node: Using Internal File Ops1076977
 -Ref: Using Internal File Ops-Footnote-11079360
 -Node: Extension Samples1079634
 -Node: Extension Sample File Functions1081163
 -Node: Extension Sample Fnmatch1088812
 -Node: Extension Sample Fork1090299
 -Node: Extension Sample Inplace1091517
 -Node: Extension Sample Ord1094734
 -Node: Extension Sample Readdir1095570
 -Ref: table-readdir-file-types1096459
 -Node: Extension Sample Revout1097264
 -Node: Extension Sample Rev2way1097853
 -Node: Extension Sample Read write array1098593
 -Node: Extension Sample Readfile1100535
 -Node: Extension Sample Time1101630
 -Node: Extension Sample API Tests1102978
 -Node: gawkextlib1103470
 -Node: Extension summary1106388
 -Node: Extension Exercises1110090
 -Node: Language History1111588
 -Node: V7/SVR3.11113244
 -Node: SVR41115396
 -Node: POSIX1116830
 -Node: BTL1118210
 -Node: POSIX/GNU1118939
 -Node: Feature History1124717
 -Node: Common Extensions1140576
 -Node: Ranges and Locales1141859
 -Ref: Ranges and Locales-Footnote-11146475
 -Ref: Ranges and Locales-Footnote-21146502
 -Ref: Ranges and Locales-Footnote-31146737
 -Node: Contributors1146958
 -Node: History summary1152903
 -Node: Installation1154283
 -Node: Gawk Distribution1155227
 -Node: Getting1155711
 -Node: Extracting1156674
 -Node: Distribution contents1158312
 -Node: Unix Installation1164792
 -Node: Quick Installation1165474
 -Node: Shell Startup Files1167888
 -Node: Additional Configuration Options1168977
 -Node: Configuration Philosophy1171142
 -Node: Non-Unix Installation1173511
 -Node: PC Installation1173971
 -Node: PC Binary Installation1174809
 -Node: PC Compiling1175244
 -Node: PC Using1176361
 -Node: Cygwin1179406
 -Node: MSYS1180176
 -Node: VMS Installation1180677
 -Node: VMS Compilation1181468
 -Ref: VMS Compilation-Footnote-11182697
 -Node: VMS Dynamic Extensions1182755
 -Node: VMS Installation Details1184440
 -Node: VMS Running1186693
 -Node: VMS GNV1190972
 -Node: VMS Old Gawk1191707
 -Node: Bugs1192178
 -Node: Bug address1192841
 -Node: Usenet1195633
 -Node: Maintainers1196410
 -Node: Other Versions1197671
 -Node: Installation summary1204433
 -Node: Notes1205635
 -Node: Compatibility Mode1206500
 -Node: Additions1207282
 -Node: Accessing The Source1208207
 -Node: Adding Code1209644
 -Node: New Ports1215863
 -Node: Derived Files1220351
 -Ref: Derived Files-Footnote-11225997
 -Ref: Derived Files-Footnote-21226032
 -Ref: Derived Files-Footnote-31226630
 -Node: Future Extensions1226744
 -Node: Implementation Limitations1227402
 -Node: Extension Design1228585
 -Node: Old Extension Problems1229739
 -Ref: Old Extension Problems-Footnote-11231257
 -Node: Extension New Mechanism Goals1231314
 -Ref: Extension New Mechanism Goals-Footnote-11234678
 -Node: Extension Other Design Decisions1234867
 -Node: Extension Future Growth1236980
 -Node: Old Extension Mechanism1237816
 -Node: Notes summary1239579
 -Node: Basic Concepts1240761
 -Node: Basic High Level1241442
 -Ref: figure-general-flow1241724
 -Ref: figure-process-flow1242409
 -Ref: Basic High Level-Footnote-11245710
 -Node: Basic Data Typing1245895
 -Node: Glossary1249223
 -Node: Copying1281061
 -Node: GNU Free Documentation License1318604
 -Node: Index1343724
 +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: Acknowledgments70168
 +Node: Getting Started75076
 +Node: Running gawk77515
 +Node: One-shot78705
 +Node: Read Terminal79968
 +Node: Long81961
 +Node: Executable Scripts83474
 +Ref: Executable Scripts-Footnote-186269
 +Node: Comments86372
 +Node: Quoting88856
 +Node: DOS Quoting94373
 +Node: Sample Data Files96429
 +Node: Very Simple99024
 +Node: Two Rules103926
 +Node: More Complex105811
 +Node: Statements/Lines108677
 +Ref: Statements/Lines-Footnote-1113136
 +Node: Other Features113401
 +Node: When114337
 +Ref: When-Footnote-1116091
 +Node: Intro Summary116156
 +Node: Invoking Gawk117040
 +Node: Command Line118554
 +Node: Options119352
 +Ref: Options-Footnote-1136448
 +Ref: Options-Footnote-2136679
 +Node: Other Arguments136704
 +Node: Naming Standard Input139651
 +Node: Environment Variables140744
 +Node: AWKPATH Variable141302
 +Ref: AWKPATH Variable-Footnote-1144714
 +Ref: AWKPATH Variable-Footnote-2144748
 +Node: AWKLIBPATH Variable145009
 +Node: Other Environment Variables146266
 +Node: Exit Status150087
 +Node: Include Files150764
 +Node: Loading Shared Libraries154442
 +Node: Obsolete155870
 +Node: Undocumented156562
 +Node: Invoking Summary156859
 +Node: Regexp158519
 +Node: Regexp Usage159973
 +Node: Escape Sequences162010
 +Node: Regexp Operators168242
 +Ref: Regexp Operators-Footnote-1175658
 +Ref: Regexp Operators-Footnote-2175805
 +Node: Bracket Expressions175903
 +Ref: table-char-classes178379
 +Node: Leftmost Longest181516
 +Node: Computed Regexps182819
 +Node: GNU Regexp Operators186246
 +Node: Case-sensitivity189925
 +Ref: Case-sensitivity-Footnote-1192812
 +Ref: Case-sensitivity-Footnote-2193047
 +Node: Regexp Summary193155
 +Node: Reading Files194621
 +Node: Records196890
 +Node: awk split records197623
 +Node: gawk split records202554
 +Ref: gawk split records-Footnote-1207094
 +Node: Fields207131
 +Node: Nonconstant Fields209872
 +Ref: Nonconstant Fields-Footnote-1212108
 +Node: Changing Fields212312
 +Node: Field Separators218240
 +Node: Default Field Splitting220938
 +Node: Regexp Field Splitting222056
 +Node: Single Character Fields225409
 +Node: Command Line Field Separator226469
 +Node: Full Line Fields229687
 +Ref: Full Line Fields-Footnote-1231209
 +Ref: Full Line Fields-Footnote-2231255
 +Node: Field Splitting Summary231356
 +Node: Constant Size233430
 +Node: Fixed width data234162
 +Node: Skipping intervening237629
 +Node: Allowing trailing data238427
 +Node: Fields with fixed data239464
 +Node: Splitting By Content240982
 +Ref: Splitting By Content-Footnote-1244632
 +Node: Testing field creation244795
 +Node: Multiple Line246420
 +Ref: Multiple Line-Footnote-1252304
 +Node: Getline252483
 +Node: Plain Getline254952
 +Node: Getline/Variable257593
 +Node: Getline/File258744
 +Node: Getline/Variable/File260132
 +Ref: Getline/Variable/File-Footnote-1261737
 +Node: Getline/Pipe261825
 +Node: Getline/Variable/Pipe264532
 +Node: Getline/Coprocess265667
 +Node: Getline/Variable/Coprocess266934
 +Node: Getline Notes267676
 +Node: Getline Summary270473
 +Ref: table-getline-variants270897
 +Node: Read Timeout271645
 +Ref: Read Timeout-Footnote-1275551
 +Node: Retrying Input275609
 +Node: Command-line directories276808
 +Node: Input Summary277714
 +Node: Input Exercises280886
 +Node: Printing281614
 +Node: Print283448
 +Node: Print Examples284905
 +Node: Output Separators287685
 +Node: OFMT289702
 +Node: Printf291058
 +Node: Basic Printf291843
 +Node: Control Letters293417
 +Node: Format Modifiers297413
 +Node: Printf Examples303428
 +Node: Redirection305914
 +Node: Special FD312755
 +Ref: Special FD-Footnote-1315923
 +Node: Special Files315997
 +Node: Other Inherited Files316614
 +Node: Special Network317615
 +Node: Special Caveats318475
 +Node: Close Files And Pipes319424
 +Ref: table-close-pipe-return-values326331
 +Ref: Close Files And Pipes-Footnote-1327144
 +Ref: Close Files And Pipes-Footnote-2327292
 +Node: Nonfatal327444
 +Node: Output Summary329782
 +Node: Output Exercises331004
 +Node: Expressions331683
 +Node: Values332871
 +Node: Constants333549
 +Node: Scalar Constants334240
 +Ref: Scalar Constants-Footnote-1335104
 +Node: Nondecimal-numbers335354
 +Node: Regexp Constants338355
 +Node: Using Constant Regexps338881
 +Node: Standard Regexp Constants339503
 +Node: Strong Regexp Constants342691
 +Node: Variables345649
 +Node: Using Variables346306
 +Node: Assignment Options348216
 +Node: Conversion350089
 +Node: Strings And Numbers350613
 +Ref: Strings And Numbers-Footnote-1353676
 +Node: Locale influences conversions353785
 +Ref: table-locale-affects356543
 +Node: All Operators357161
 +Node: Arithmetic Ops357790
 +Node: Concatenation360296
 +Ref: Concatenation-Footnote-1363143
 +Node: Assignment Ops363250
 +Ref: table-assign-ops368241
 +Node: Increment Ops369554
 +Node: Truth Values and Conditions373014
 +Node: Truth Values374088
 +Node: Typing and Comparison375136
 +Node: Variable Typing375956
 +Ref: Variable Typing-Footnote-1382419
 +Ref: Variable Typing-Footnote-2382491
 +Node: Comparison Operators382568
 +Ref: table-relational-ops382987
 +Node: POSIX String Comparison386482
 +Ref: POSIX String Comparison-Footnote-1388177
 +Ref: POSIX String Comparison-Footnote-2388316
 +Node: Boolean Ops388400
 +Ref: Boolean Ops-Footnote-1392882
 +Node: Conditional Exp392974
 +Node: Function Calls394710
 +Node: Precedence398587
 +Node: Locales402246
 +Node: Expressions Summary403878
 +Node: Patterns and Actions406451
 +Node: Pattern Overview407571
 +Node: Regexp Patterns409248
 +Node: Expression Patterns409790
 +Node: Ranges413571
 +Node: BEGIN/END416679
 +Node: Using BEGIN/END417440
 +Ref: Using BEGIN/END-Footnote-1420176
 +Node: I/O And BEGIN/END420282
 +Node: BEGINFILE/ENDFILE422596
 +Node: Empty425509
 +Node: Using Shell Variables425826
 +Node: Action Overview428100
 +Node: Statements430425
 +Node: If Statement432273
 +Node: While Statement433768
 +Node: Do Statement435796
 +Node: For Statement436944
 +Node: Switch Statement440115
 +Node: Break Statement442501
 +Node: Continue Statement444593
 +Node: Next Statement446420
 +Node: Nextfile Statement448803
 +Node: Exit Statement451455
 +Node: Built-in Variables453858
 +Node: User-modified454991
 +Node: Auto-set462758
 +Ref: Auto-set-Footnote-1479091
 +Ref: Auto-set-Footnote-2479297
 +Node: ARGC and ARGV479353
 +Node: Pattern Action Summary483566
 +Node: Arrays485996
 +Node: Array Basics487325
 +Node: Array Intro488169
 +Ref: figure-array-elements490144
 +Ref: Array Intro-Footnote-1492848
 +Node: Reference to Elements492976
 +Node: Assigning Elements495440
 +Node: Array Example495931
 +Node: Scanning an Array497690
 +Node: Controlling Scanning500712
 +Ref: Controlling Scanning-Footnote-1506111
 +Node: Numeric Array Subscripts506427
 +Node: Uninitialized Subscripts508611
 +Node: Delete510230
 +Ref: Delete-Footnote-1512982
 +Node: Multidimensional513039
 +Node: Multiscanning516134
 +Node: Arrays of Arrays517725
 +Node: Arrays Summary522492
 +Node: Functions524585
 +Node: Built-in525623
 +Node: Calling Built-in526704
 +Node: Numeric Functions528700
 +Ref: Numeric Functions-Footnote-1532728
 +Ref: Numeric Functions-Footnote-2533085
 +Ref: Numeric Functions-Footnote-3533133
 +Node: String Functions533405
 +Ref: String Functions-Footnote-1557063
 +Ref: String Functions-Footnote-2557191
 +Ref: String Functions-Footnote-3557439
 +Node: Gory Details557526
 +Ref: table-sub-escapes559317
 +Ref: table-sub-proposed560836
 +Ref: table-posix-sub562199
 +Ref: table-gensub-escapes563740
 +Ref: Gory Details-Footnote-1564563
 +Node: I/O Functions564717
 +Ref: table-system-return-values571185
 +Ref: I/O Functions-Footnote-1573165
 +Ref: I/O Functions-Footnote-2573313
 +Node: Time Functions573433
 +Ref: Time Functions-Footnote-1584104
 +Ref: Time Functions-Footnote-2584172
 +Ref: Time Functions-Footnote-3584330
 +Ref: Time Functions-Footnote-4584441
 +Ref: Time Functions-Footnote-5584553
 +Ref: Time Functions-Footnote-6584780
 +Node: Bitwise Functions585046
 +Ref: table-bitwise-ops585640
 +Ref: Bitwise Functions-Footnote-1591685
 +Ref: Bitwise Functions-Footnote-2591858
 +Node: Type Functions592049
 +Node: I18N Functions594800
 +Node: User-defined596451
 +Node: Definition Syntax597256
 +Ref: Definition Syntax-Footnote-1602943
 +Node: Function Example603014
 +Ref: Function Example-Footnote-1605936
 +Node: Function Caveats605958
 +Node: Calling A Function606476
 +Node: Variable Scope607434
 +Node: Pass By Value/Reference610428
 +Node: Return Statement613927
 +Node: Dynamic Typing616906
 +Node: Indirect Calls617836
 +Ref: Indirect Calls-Footnote-1628088
 +Node: Functions Summary628216
 +Node: Library Functions630921
 +Ref: Library Functions-Footnote-1634528
 +Ref: Library Functions-Footnote-2634671
 +Node: Library Names634842
 +Ref: Library Names-Footnote-1638518
 +Ref: Library Names-Footnote-2638741
 +Node: General Functions638827
 +Node: Strtonum Function639930
 +Node: Assert Function642952
 +Node: Round Function646278
 +Node: Cliff Random Function647818
 +Node: Ordinal Functions648834
 +Ref: Ordinal Functions-Footnote-1651897
 +Ref: Ordinal Functions-Footnote-2652149
 +Node: Join Function652359
 +Ref: Join Function-Footnote-1654129
 +Node: Getlocaltime Function654329
 +Node: Readfile Function658071
 +Node: Shell Quoting660048
 +Node: Data File Management661449
 +Node: Filetrans Function662081
 +Node: Rewind Function666177
 +Node: File Checking668087
 +Ref: File Checking-Footnote-1669421
 +Node: Empty Files669622
 +Node: Ignoring Assigns671601
 +Node: Getopt Function673151
 +Ref: Getopt Function-Footnote-1684620
 +Node: Passwd Functions684820
 +Ref: Passwd Functions-Footnote-1693659
 +Node: Group Functions693747
 +Ref: Group Functions-Footnote-1701645
 +Node: Walking Arrays701852
 +Node: Library Functions Summary704860
 +Node: Library Exercises706266
 +Node: Sample Programs706731
 +Node: Running Examples707501
 +Node: Clones708229
 +Node: Cut Program709453
 +Node: Egrep Program719382
 +Ref: Egrep Program-Footnote-1726894
 +Node: Id Program727004
 +Node: Split Program730684
 +Ref: Split Program-Footnote-1734142
 +Node: Tee Program734271
 +Node: Uniq Program737061
 +Node: Wc Program744487
 +Ref: Wc Program-Footnote-1748742
 +Node: Miscellaneous Programs748836
 +Node: Dupword Program750049
 +Node: Alarm Program752079
 +Node: Translate Program756934
 +Ref: Translate Program-Footnote-1761499
 +Node: Labels Program761769
 +Ref: Labels Program-Footnote-1765120
 +Node: Word Sorting765204
 +Node: History Sorting769276
 +Node: Extract Program771111
 +Node: Simple Sed778641
 +Node: Igawk Program781715
 +Ref: Igawk Program-Footnote-1796046
 +Ref: Igawk Program-Footnote-2796248
 +Ref: Igawk Program-Footnote-3796370
 +Node: Anagram Program796485
 +Node: Signature Program799547
 +Node: Programs Summary800794
 +Node: Programs Exercises802008
 +Ref: Programs Exercises-Footnote-1806137
 +Node: Advanced Features806228
 +Node: Nondecimal Data808218
 +Node: Array Sorting809809
 +Node: Controlling Array Traversal810509
 +Ref: Controlling Array Traversal-Footnote-1818877
 +Node: Array Sorting Functions818995
 +Ref: Array Sorting Functions-Footnote-1824086
 +Node: Two-way I/O824282
 +Ref: Two-way I/O-Footnote-1830834
 +Ref: Two-way I/O-Footnote-2831021
 +Node: TCP/IP Networking831103
 +Node: Profiling834221
 +Ref: Profiling-Footnote-1842893
 +Node: Advanced Features Summary843216
 +Node: Internationalization845060
 +Node: I18N and L10N846540
 +Node: Explaining gettext847227
 +Ref: Explaining gettext-Footnote-1853119
 +Ref: Explaining gettext-Footnote-2853304
 +Node: Programmer i18n853469
 +Ref: Programmer i18n-Footnote-1858418
 +Node: Translator i18n858467
 +Node: String Extraction859261
 +Ref: String Extraction-Footnote-1860393
 +Node: Printf Ordering860479
 +Ref: Printf Ordering-Footnote-1863265
 +Node: I18N Portability863329
 +Ref: I18N Portability-Footnote-1865785
 +Node: I18N Example865848
 +Ref: I18N Example-Footnote-1868654
 +Node: Gawk I18N868727
 +Node: I18N Summary869372
 +Node: Debugger870713
 +Node: Debugging871716
 +Node: Debugging Concepts872157
 +Node: Debugging Terms873966
 +Node: Awk Debugging876541
 +Node: Sample Debugging Session877447
 +Node: Debugger Invocation877981
 +Node: Finding The Bug879367
 +Node: List of Debugger Commands885845
 +Node: Breakpoint Control887178
 +Node: Debugger Execution Control890872
 +Node: Viewing And Changing Data894234
 +Node: Execution Stack897608
 +Node: Debugger Info899245
 +Node: Miscellaneous Debugger Commands903316
 +Node: Readline Support908378
 +Node: Limitations909274
 +Node: Debugging Summary911383
 +Node: Namespaces912662
 +Node: Global Namespace913480
 +Node: Qualified Names914834
 +Node: Default Namespace915833
 +Node: Changing The Namespace916574
 +Node: Naming Rules918185
 +Node: Internal Name Management920034
 +Node: Namespace Example921076
 +Node: Namespace And Features923638
 +Node: Namespace Summary925073
 +Node: Arbitrary Precision Arithmetic926550
 +Node: Computer Arithmetic928037
 +Ref: table-numeric-ranges931803
 +Ref: table-floating-point-ranges932296
 +Ref: Computer Arithmetic-Footnote-1932954
 +Node: Math Definitions933011
 +Ref: table-ieee-formats936327
 +Ref: Math Definitions-Footnote-1936930
 +Node: MPFR features937035
 +Node: FP Math Caution938753
 +Ref: FP Math Caution-Footnote-1939825
 +Node: Inexactness of computations940194
 +Node: Inexact representation941154
 +Node: Comparing FP Values942514
 +Node: Errors accumulate943596
 +Node: Getting Accuracy945029
 +Node: Try To Round947739
 +Node: Setting precision948638
 +Ref: table-predefined-precision-strings949335
 +Node: Setting the rounding mode951165
 +Ref: table-gawk-rounding-modes951539
 +Ref: Setting the rounding mode-Footnote-1955470
 +Node: Arbitrary Precision Integers955649
 +Ref: Arbitrary Precision Integers-Footnote-1958824
 +Node: Checking for MPFR958973
 +Node: POSIX Floating Point Problems960447
 +Ref: POSIX Floating Point Problems-Footnote-1964318
 +Node: Floating point summary964356
 +Node: Dynamic Extensions966546
 +Node: Extension Intro968099
 +Node: Plugin License969365
 +Node: Extension Mechanism Outline970162
 +Ref: figure-load-extension970601
 +Ref: figure-register-new-function972166
 +Ref: figure-call-new-function973258
 +Node: Extension API Description975320
 +Node: Extension API Functions Introduction976962
 +Node: General Data Types982502
 +Ref: General Data Types-Footnote-1990863
 +Node: Memory Allocation Functions991162
 +Ref: Memory Allocation Functions-Footnote-1995372
 +Node: Constructor Functions995471
 +Node: Registration Functions999057
 +Node: Extension Functions999742
 +Node: Exit Callback Functions1004957
 +Node: Extension Version String1006207
 +Node: Input Parsers1006870
 +Node: Output Wrappers1019591
 +Node: Two-way processors1024103
 +Node: Printing Messages1026368
 +Ref: Printing Messages-Footnote-11027539
 +Node: Updating ERRNO1027692
 +Node: Requesting Values1028431
 +Ref: table-value-types-returned1029168
 +Node: Accessing Parameters1030104
 +Node: Symbol Table Access1031339
 +Node: Symbol table by name1031851
 +Ref: Symbol table by name-Footnote-11034741
 +Node: Symbol table by cookie1034869
 +Ref: Symbol table by cookie-Footnote-11039054
 +Node: Cached values1039118
 +Ref: Cached values-Footnote-11042654
 +Node: Array Manipulation1042807
 +Ref: Array Manipulation-Footnote-11043898
 +Node: Array Data Types1043935
 +Ref: Array Data Types-Footnote-11046593
 +Node: Array Functions1046685
 +Node: Flattening Arrays1051183
 +Node: Creating Arrays1058159
 +Node: Redirection API1062926
 +Node: Extension API Variables1065759
 +Node: Extension Versioning1066470
 +Ref: gawk-api-version1066899
 +Node: Extension GMP/MPFR Versioning1068630
 +Node: Extension API Informational Variables1070258
 +Node: Extension API Boilerplate1071331
 +Node: Changes from API V11075305
 +Node: Finding Extensions1076877
 +Node: Extension Example1077436
 +Node: Internal File Description1078234
 +Node: Internal File Ops1082314
 +Ref: Internal File Ops-Footnote-11093664
 +Node: Using Internal File Ops1093804
 +Ref: Using Internal File Ops-Footnote-11096187
 +Node: Extension Samples1096461
 +Node: Extension Sample File Functions1097990
 +Node: Extension Sample Fnmatch1105639
 +Node: Extension Sample Fork1107126
 +Node: Extension Sample Inplace1108344
 +Node: Extension Sample Ord1111648
 +Node: Extension Sample Readdir1112484
 +Ref: table-readdir-file-types1113373
 +Node: Extension Sample Revout1114178
 +Node: Extension Sample Rev2way1114767
 +Node: Extension Sample Read write array1115507
 +Node: Extension Sample Readfile1117449
 +Node: Extension Sample Time1118544
 +Node: Extension Sample API Tests1119892
 +Node: gawkextlib1120384
- Node: Extension summary1122840
- Node: Extension Exercises1126542
- Node: Language History1127784
- Node: V7/SVR3.11129440
- Node: SVR41131592
- Node: POSIX1133026
- Node: BTL1134406
- Node: POSIX/GNU1135135
- Node: Feature History1140913
- Node: Common Extensions1156772
- Node: Ranges and Locales1158055
- Ref: Ranges and Locales-Footnote-11162671
- Ref: Ranges and Locales-Footnote-21162698
- Ref: Ranges and Locales-Footnote-31162933
- Node: Contributors1163154
- Node: History summary1169099
- Node: Installation1170479
- Node: Gawk Distribution1171423
- Node: Getting1171907
- Node: Extracting1172870
- Node: Distribution contents1174508
- Node: Unix Installation1180988
- Node: Quick Installation1181670
- Node: Shell Startup Files1184084
- Node: Additional Configuration Options1185173
- Node: Configuration Philosophy1187338
- Node: Non-Unix Installation1189707
- Node: PC Installation1190167
- Node: PC Binary Installation1191005
- Node: PC Compiling1191440
- Node: PC Using1192557
- Node: Cygwin1195602
- Node: MSYS1196372
- Node: VMS Installation1196873
- Node: VMS Compilation1197664
- Ref: VMS Compilation-Footnote-11198893
- Node: VMS Dynamic Extensions1198951
- Node: VMS Installation Details1200636
- Node: VMS Running1202889
- Node: VMS GNV1207168
- Node: VMS Old Gawk1207903
- Node: Bugs1208374
- Node: Bug address1209037
- Node: Usenet1211829
- Node: Maintainers1212606
- Node: Other Versions1213867
- Node: Installation summary1220629
- Node: Notes1221831
- Node: Compatibility Mode1222696
- Node: Additions1223478
- Node: Accessing The Source1224403
- Node: Adding Code1225840
- Node: New Ports1232059
- Node: Derived Files1236547
- Ref: Derived Files-Footnote-11242193
- Ref: Derived Files-Footnote-21242228
- Ref: Derived Files-Footnote-31242826
- Node: Future Extensions1242940
- Node: Implementation Limitations1243598
- Node: Extension Design1244781
- Node: Old Extension Problems1245935
- Ref: Old Extension Problems-Footnote-11247453
- Node: Extension New Mechanism Goals1247510
- Ref: Extension New Mechanism Goals-Footnote-11250874
- Node: Extension Other Design Decisions1251063
- Node: Extension Future Growth1253176
- Node: Old Extension Mechanism1254012
- Node: Notes summary1255775
- Node: Basic Concepts1256957
- Node: Basic High Level1257638
- Ref: figure-general-flow1257920
- Ref: figure-process-flow1258605
- Ref: Basic High Level-Footnote-11261906
- Node: Basic Data Typing1262091
- Node: Glossary1265419
- Node: Copying1297257
- Node: GNU Free Documentation License1334800
- Node: Index1359920
++Node: Extension summary1123302
++Node: Extension Exercises1127004
++Node: Language History1128246
++Node: V7/SVR3.11129902
++Node: SVR41132054
++Node: POSIX1133488
++Node: BTL1134868
++Node: POSIX/GNU1135597
++Node: Feature History1141375
++Node: Common Extensions1157234
++Node: Ranges and Locales1158517
++Ref: Ranges and Locales-Footnote-11163133
++Ref: Ranges and Locales-Footnote-21163160
++Ref: Ranges and Locales-Footnote-31163395
++Node: Contributors1163616
++Node: History summary1169561
++Node: Installation1170941
++Node: Gawk Distribution1171885
++Node: Getting1172369
++Node: Extracting1173332
++Node: Distribution contents1174970
++Node: Unix Installation1181450
++Node: Quick Installation1182132
++Node: Shell Startup Files1184546
++Node: Additional Configuration Options1185635
++Node: Configuration Philosophy1187800
++Node: Non-Unix Installation1190169
++Node: PC Installation1190629
++Node: PC Binary Installation1191467
++Node: PC Compiling1191902
++Node: PC Using1193019
++Node: Cygwin1196064
++Node: MSYS1196834
++Node: VMS Installation1197335
++Node: VMS Compilation1198126
++Ref: VMS Compilation-Footnote-11199355
++Node: VMS Dynamic Extensions1199413
++Node: VMS Installation Details1201098
++Node: VMS Running1203351
++Node: VMS GNV1207630
++Node: VMS Old Gawk1208365
++Node: Bugs1208836
++Node: Bug address1209499
++Node: Usenet1212291
++Node: Maintainers1213068
++Node: Other Versions1214329
++Node: Installation summary1221091
++Node: Notes1222293
++Node: Compatibility Mode1223158
++Node: Additions1223940
++Node: Accessing The Source1224865
++Node: Adding Code1226302
++Node: New Ports1232521
++Node: Derived Files1237009
++Ref: Derived Files-Footnote-11242655
++Ref: Derived Files-Footnote-21242690
++Ref: Derived Files-Footnote-31243288
++Node: Future Extensions1243402
++Node: Implementation Limitations1244060
++Node: Extension Design1245243
++Node: Old Extension Problems1246397
++Ref: Old Extension Problems-Footnote-11247915
++Node: Extension New Mechanism Goals1247972
++Ref: Extension New Mechanism Goals-Footnote-11251336
++Node: Extension Other Design Decisions1251525
++Node: Extension Future Growth1253638
++Node: Old Extension Mechanism1254474
++Node: Notes summary1256237
++Node: Basic Concepts1257419
++Node: Basic High Level1258100
++Ref: figure-general-flow1258382
++Ref: figure-process-flow1259067
++Ref: Basic High Level-Footnote-11262368
++Node: Basic Data Typing1262553
++Node: Glossary1265881
++Node: Copying1297719
++Node: GNU Free Documentation License1335262
++Node: Index1360382
  
  End Tag Table

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

Summary of changes:
 ChangeLog        |   5 ++
 NEWS             |   7 ++-
 doc/ChangeLog    |   7 +++
 doc/gawk.info    | 186 ++++++++++++++++++++++++++++---------------------------
 doc/gawk.texi    |  32 +++++-----
 doc/gawktexi.in  |  32 +++++-----
 main.c           |   3 +
 pc/ChangeLog     |   5 ++
 pc/Makefile.tst  |   1 +
 test/ChangeLog   |   5 ++
 test/lintold.awk |   2 +-
 vms/ChangeLog    |   5 ++
 vms/vmstest.com  |  30 ++++++++-
 13 files changed, 193 insertions(+), 127 deletions(-)
 mode change 100644 => 100755 vms/ChangeLog


hooks/post-receive
-- 
gawk



reply via email to

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