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-2782-g8297dda
Date: Wed, 16 Aug 2017 14:37:24 -0400 (EDT)

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  8297dda43b5e98e09e99a68924ed9b179c55ac11 (commit)
       via  a5322c683fdda25238a2239641e6873a935dd643 (commit)
       via  90be918bfed70f7a08ea2514ebb33be2e4a33d20 (commit)
       via  f683d7306fb09da59dd45fde03dd9bcf18be1b73 (commit)
       via  e214ae0d1541e857e59dbc95d62c675bb88c593d (commit)
      from  f9e35f4dfcc5d2dfe0a9b23adde7e25b5e26b238 (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=8297dda43b5e98e09e99a68924ed9b179c55ac11

commit 8297dda43b5e98e09e99a68924ed9b179c55ac11
Merge: f9e35f4 a5322c6
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Aug 16 21:37:15 2017 +0300

    Merge branch 'master' into feature/namespaces

diff --cc NEWS
index e74985e,72b69c1..2adff0e
--- a/NEWS
+++ b/NEWS
@@@ -5,11 -5,7 +5,11 @@@
     are permitted in any medium without royalty provided the copyright
     notice and this notice are preserved.
  
 +Changes from 4.2.x to 5.0.0
 +---------------------------
 +1. Namespaces have been implemented!
 +
- Changes from 4.1.x to 4.2.0
+ Changes from 4.1.4 to 4.2.0
  ---------------------------
  
  1. If not in POSIX mode, changes to ENVIRON are reflected into
diff --cc doc/gawk.info
index f66dead,53d45a1..5d19f33
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36233,592 -35840,581 +36276,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 History65247
 -Ref: Manual History-Footnote-168242
 -Ref: Manual History-Footnote-268283
 -Node: How To Contribute68357
 -Node: Acknowledgments69008
 -Node: Getting Started73894
 -Node: Running gawk76333
 -Node: One-shot77523
 -Node: Read Terminal78786
 -Node: Long80779
 -Node: Executable Scripts82292
 -Ref: Executable Scripts-Footnote-185087
 -Node: Comments85190
 -Node: Quoting87674
 -Node: DOS Quoting93191
 -Node: Sample Data Files95247
 -Node: Very Simple97842
 -Node: Two Rules102744
 -Node: More Complex104629
 -Node: Statements/Lines107495
 -Ref: Statements/Lines-Footnote-1111954
 -Node: Other Features112219
 -Node: When113155
 -Ref: When-Footnote-1114909
 -Node: Intro Summary114974
 -Node: Invoking Gawk115858
 -Node: Command Line117372
 -Node: Options118170
 -Ref: Options-Footnote-1134789
 -Ref: Options-Footnote-2135019
 -Node: Other Arguments135044
 -Node: Naming Standard Input137991
 -Node: Environment Variables139084
 -Node: AWKPATH Variable139642
 -Ref: AWKPATH Variable-Footnote-1143053
 -Ref: AWKPATH Variable-Footnote-2143087
 -Node: AWKLIBPATH Variable143348
 -Node: Other Environment Variables144605
 -Node: Exit Status148426
 -Node: Include Files149103
 -Node: Loading Shared Libraries152698
 -Node: Obsolete154126
 -Node: Undocumented154818
 -Node: Invoking Summary155115
 -Node: Regexp156775
 -Node: Regexp Usage158229
 -Node: Escape Sequences160266
 -Node: Regexp Operators166498
 -Ref: Regexp Operators-Footnote-1173914
 -Ref: Regexp Operators-Footnote-2174061
 -Node: Bracket Expressions174159
 -Ref: table-char-classes176635
 -Node: Leftmost Longest179772
 -Node: Computed Regexps181075
 -Node: GNU Regexp Operators184502
 -Node: Case-sensitivity188181
 -Ref: Case-sensitivity-Footnote-1191068
 -Ref: Case-sensitivity-Footnote-2191303
 -Node: Regexp Summary191411
 -Node: Reading Files192877
 -Node: Records195146
 -Node: awk split records195879
 -Node: gawk split records200810
 -Ref: gawk split records-Footnote-1205350
 -Node: Fields205387
 -Node: Nonconstant Fields208128
 -Ref: Nonconstant Fields-Footnote-1210364
 -Node: Changing Fields210568
 -Node: Field Separators216496
 -Node: Default Field Splitting219194
 -Node: Regexp Field Splitting220312
 -Node: Single Character Fields223665
 -Node: Command Line Field Separator224725
 -Node: Full Line Fields227943
 -Ref: Full Line Fields-Footnote-1229465
 -Ref: Full Line Fields-Footnote-2229511
 -Node: Field Splitting Summary229612
 -Node: Constant Size231686
 -Node: Fixed width data232418
 -Node: Skipping intervening235885
 -Node: Allowing trailing data236683
 -Node: Fields with fixed data237720
 -Node: Splitting By Content239238
 -Ref: Splitting By Content-Footnote-1242888
 -Node: Testing field creation243051
 -Node: Multiple Line244672
 -Ref: Multiple Line-Footnote-1250556
 -Node: Getline250735
 -Node: Plain Getline253204
 -Node: Getline/Variable255845
 -Node: Getline/File256996
 -Node: Getline/Variable/File258384
 -Ref: Getline/Variable/File-Footnote-1259989
 -Node: Getline/Pipe260077
 -Node: Getline/Variable/Pipe262784
 -Node: Getline/Coprocess263919
 -Node: Getline/Variable/Coprocess265186
 -Node: Getline Notes265928
 -Node: Getline Summary268725
 -Ref: table-getline-variants269149
 -Node: Read Timeout269897
 -Ref: Read Timeout-Footnote-1273803
 -Node: Retrying Input273861
 -Node: Command-line directories275060
 -Node: Input Summary275966
 -Node: Input Exercises279138
 -Node: Printing279866
 -Node: Print281700
 -Node: Print Examples283157
 -Node: Output Separators285937
 -Node: OFMT287954
 -Node: Printf289310
 -Node: Basic Printf290095
 -Node: Control Letters291669
 -Node: Format Modifiers295657
 -Node: Printf Examples301672
 -Node: Redirection304158
 -Node: Special FD310999
 -Ref: Special FD-Footnote-1314167
 -Node: Special Files314241
 -Node: Other Inherited Files314858
 -Node: Special Network315859
 -Node: Special Caveats316719
 -Node: Close Files And Pipes317668
 -Ref: table-close-pipe-return-values324575
 -Ref: Close Files And Pipes-Footnote-1325358
 -Ref: Close Files And Pipes-Footnote-2325506
 -Node: Nonfatal325658
 -Node: Output Summary327983
 -Node: Output Exercises329205
 -Node: Expressions329884
 -Node: Values331072
 -Node: Constants331750
 -Node: Scalar Constants332441
 -Ref: Scalar Constants-Footnote-1333305
 -Node: Nondecimal-numbers333555
 -Node: Regexp Constants336556
 -Node: Using Constant Regexps337082
 -Node: Standard Regexp Constants337704
 -Node: Strong Regexp Constants340892
 -Node: Variables343850
 -Node: Using Variables344507
 -Node: Assignment Options346417
 -Node: Conversion348290
 -Node: Strings And Numbers348814
 -Ref: Strings And Numbers-Footnote-1351877
 -Node: Locale influences conversions351986
 -Ref: table-locale-affects354744
 -Node: All Operators355362
 -Node: Arithmetic Ops355991
 -Node: Concatenation358497
 -Ref: Concatenation-Footnote-1361344
 -Node: Assignment Ops361451
 -Ref: table-assign-ops366442
 -Node: Increment Ops367755
 -Node: Truth Values and Conditions371215
 -Node: Truth Values372289
 -Node: Typing and Comparison373337
 -Node: Variable Typing374157
 -Ref: Variable Typing-Footnote-1380620
 -Ref: Variable Typing-Footnote-2380692
 -Node: Comparison Operators380769
 -Ref: table-relational-ops381188
 -Node: POSIX String Comparison384683
 -Ref: POSIX String Comparison-Footnote-1386378
 -Ref: POSIX String Comparison-Footnote-2386517
 -Node: Boolean Ops386601
 -Ref: Boolean Ops-Footnote-1391083
 -Node: Conditional Exp391175
 -Node: Function Calls392911
 -Node: Precedence396788
 -Node: Locales400447
 -Node: Expressions Summary402079
 -Node: Patterns and Actions404652
 -Node: Pattern Overview405772
 -Node: Regexp Patterns407449
 -Node: Expression Patterns407991
 -Node: Ranges411772
 -Node: BEGIN/END414880
 -Node: Using BEGIN/END415641
 -Ref: Using BEGIN/END-Footnote-1418377
 -Node: I/O And BEGIN/END418483
 -Node: BEGINFILE/ENDFILE420797
 -Node: Empty423704
 -Node: Using Shell Variables424021
 -Node: Action Overview426295
 -Node: Statements428620
 -Node: If Statement430468
 -Node: While Statement431963
 -Node: Do Statement433991
 -Node: For Statement435139
 -Node: Switch Statement438297
 -Node: Break Statement440683
 -Node: Continue Statement442775
 -Node: Next Statement444602
 -Node: Nextfile Statement446985
 -Node: Exit Statement449637
 -Node: Built-in Variables452040
 -Node: User-modified453173
 -Node: Auto-set460940
 -Ref: Auto-set-Footnote-1476537
 -Ref: Auto-set-Footnote-2476743
 -Node: ARGC and ARGV476799
 -Node: Pattern Action Summary481012
 -Node: Arrays483442
 -Node: Array Basics484771
 -Node: Array Intro485615
 -Ref: figure-array-elements487590
 -Ref: Array Intro-Footnote-1490294
 -Node: Reference to Elements490422
 -Node: Assigning Elements492886
 -Node: Array Example493377
 -Node: Scanning an Array495136
 -Node: Controlling Scanning498158
 -Ref: Controlling Scanning-Footnote-1503557
 -Node: Numeric Array Subscripts503873
 -Node: Uninitialized Subscripts506057
 -Node: Delete507676
 -Ref: Delete-Footnote-1510428
 -Node: Multidimensional510485
 -Node: Multiscanning513580
 -Node: Arrays of Arrays515171
 -Node: Arrays Summary519938
 -Node: Functions522031
 -Node: Built-in523069
 -Node: Calling Built-in524150
 -Node: Numeric Functions526146
 -Ref: Numeric Functions-Footnote-1530174
 -Ref: Numeric Functions-Footnote-2530531
 -Ref: Numeric Functions-Footnote-3530579
 -Node: String Functions530851
 -Ref: String Functions-Footnote-1554509
 -Ref: String Functions-Footnote-2554637
 -Ref: String Functions-Footnote-3554885
 -Node: Gory Details554972
 -Ref: table-sub-escapes556763
 -Ref: table-sub-proposed558282
 -Ref: table-posix-sub559645
 -Ref: table-gensub-escapes561186
 -Ref: Gory Details-Footnote-1562009
 -Node: I/O Functions562163
 -Ref: table-system-return-values568745
 -Ref: I/O Functions-Footnote-1570725
 -Ref: I/O Functions-Footnote-2570873
 -Node: Time Functions570993
 -Ref: Time Functions-Footnote-1581660
 -Ref: Time Functions-Footnote-2581728
 -Ref: Time Functions-Footnote-3581886
 -Ref: Time Functions-Footnote-4581997
 -Ref: Time Functions-Footnote-5582109
 -Ref: Time Functions-Footnote-6582336
 -Node: Bitwise Functions582602
 -Ref: table-bitwise-ops583196
 -Ref: Bitwise Functions-Footnote-1589229
 -Ref: Bitwise Functions-Footnote-2589402
 -Node: Type Functions589593
 -Node: I18N Functions592510
 -Node: User-defined594161
 -Node: Definition Syntax594966
 -Ref: Definition Syntax-Footnote-1600653
 -Node: Function Example600724
 -Ref: Function Example-Footnote-1603646
 -Node: Function Caveats603668
 -Node: Calling A Function604186
 -Node: Variable Scope605144
 -Node: Pass By Value/Reference608138
 -Node: Return Statement611637
 -Node: Dynamic Typing614616
 -Node: Indirect Calls615546
 -Ref: Indirect Calls-Footnote-1625797
 -Node: Functions Summary625925
 -Node: Library Functions628630
 -Ref: Library Functions-Footnote-1632237
 -Ref: Library Functions-Footnote-2632380
 -Node: Library Names632551
 -Ref: Library Names-Footnote-1636011
 -Ref: Library Names-Footnote-2636234
 -Node: General Functions636320
 -Node: Strtonum Function637423
 -Node: Assert Function640445
 -Node: Round Function643771
 -Node: Cliff Random Function645312
 -Node: Ordinal Functions646328
 -Ref: Ordinal Functions-Footnote-1649391
 -Ref: Ordinal Functions-Footnote-2649643
 -Node: Join Function649853
 -Ref: Join Function-Footnote-1651623
 -Node: Getlocaltime Function651823
 -Node: Readfile Function655565
 -Node: Shell Quoting657537
 -Node: Data File Management658938
 -Node: Filetrans Function659570
 -Node: Rewind Function663666
 -Node: File Checking665576
 -Ref: File Checking-Footnote-1666910
 -Node: Empty Files667111
 -Node: Ignoring Assigns669090
 -Node: Getopt Function670640
 -Ref: Getopt Function-Footnote-1682109
 -Node: Passwd Functions682309
 -Ref: Passwd Functions-Footnote-1691148
 -Node: Group Functions691236
 -Ref: Group Functions-Footnote-1699134
 -Node: Walking Arrays699341
 -Node: Library Functions Summary702349
 -Node: Library Exercises703755
 -Node: Sample Programs704220
 -Node: Running Examples704990
 -Node: Clones705718
 -Node: Cut Program706942
 -Node: Egrep Program716871
 -Ref: Egrep Program-Footnote-1724383
 -Node: Id Program724493
 -Node: Split Program728173
 -Ref: Split Program-Footnote-1731632
 -Node: Tee Program731761
 -Node: Uniq Program734551
 -Node: Wc Program741977
 -Ref: Wc Program-Footnote-1746232
 -Node: Miscellaneous Programs746326
 -Node: Dupword Program747539
 -Node: Alarm Program749569
 -Node: Translate Program754424
 -Ref: Translate Program-Footnote-1758989
 -Node: Labels Program759259
 -Ref: Labels Program-Footnote-1762610
 -Node: Word Sorting762694
 -Node: History Sorting766766
 -Node: Extract Program768601
 -Node: Simple Sed776130
 -Node: Igawk Program779204
 -Ref: Igawk Program-Footnote-1793535
 -Ref: Igawk Program-Footnote-2793737
 -Ref: Igawk Program-Footnote-3793859
 -Node: Anagram Program793974
 -Node: Signature Program797036
 -Node: Programs Summary798283
 -Node: Programs Exercises799497
 -Ref: Programs Exercises-Footnote-1803626
 -Node: Advanced Features803717
 -Node: Nondecimal Data805707
 -Node: Array Sorting807298
 -Node: Controlling Array Traversal807998
 -Ref: Controlling Array Traversal-Footnote-1816365
 -Node: Array Sorting Functions816483
 -Ref: Array Sorting Functions-Footnote-1821574
 -Node: Two-way I/O821770
 -Ref: Two-way I/O-Footnote-1828321
 -Ref: Two-way I/O-Footnote-2828508
 -Node: TCP/IP Networking828590
 -Node: Profiling831708
 -Ref: Profiling-Footnote-1840380
 -Node: Advanced Features Summary840703
 -Node: Internationalization842547
 -Node: I18N and L10N844027
 -Node: Explaining gettext844714
 -Ref: Explaining gettext-Footnote-1850606
 -Ref: Explaining gettext-Footnote-2850791
 -Node: Programmer i18n850956
 -Ref: Programmer i18n-Footnote-1855905
 -Node: Translator i18n855954
 -Node: String Extraction856748
 -Ref: String Extraction-Footnote-1857880
 -Node: Printf Ordering857966
 -Ref: Printf Ordering-Footnote-1860752
 -Node: I18N Portability860816
 -Ref: I18N Portability-Footnote-1863272
 -Node: I18N Example863335
 -Ref: I18N Example-Footnote-1866141
 -Node: Gawk I18N866214
 -Node: I18N Summary866859
 -Node: Debugger868200
 -Node: Debugging869222
 -Node: Debugging Concepts869663
 -Node: Debugging Terms871472
 -Node: Awk Debugging874047
 -Node: Sample Debugging Session874953
 -Node: Debugger Invocation875487
 -Node: Finding The Bug876873
 -Node: List of Debugger Commands883351
 -Node: Breakpoint Control884684
 -Node: Debugger Execution Control888378
 -Node: Viewing And Changing Data891740
 -Node: Execution Stack895114
 -Node: Debugger Info896751
 -Node: Miscellaneous Debugger Commands900822
 -Node: Readline Support905910
 -Node: Limitations906806
 -Node: Debugging Summary908915
 -Node: Arbitrary Precision Arithmetic910194
 -Node: Computer Arithmetic911679
 -Ref: table-numeric-ranges915270
 -Ref: Computer Arithmetic-Footnote-1915992
 -Node: Math Definitions916049
 -Ref: table-ieee-formats919363
 -Ref: Math Definitions-Footnote-1919966
 -Node: MPFR features920071
 -Node: FP Math Caution921788
 -Ref: FP Math Caution-Footnote-1922860
 -Node: Inexactness of computations923229
 -Node: Inexact representation924189
 -Node: Comparing FP Values925549
 -Node: Errors accumulate926631
 -Node: Getting Accuracy928064
 -Node: Try To Round930774
 -Node: Setting precision931673
 -Ref: table-predefined-precision-strings932370
 -Node: Setting the rounding mode934200
 -Ref: table-gawk-rounding-modes934574
 -Ref: Setting the rounding mode-Footnote-1937982
 -Node: Arbitrary Precision Integers938161
 -Ref: Arbitrary Precision Integers-Footnote-1941336
 -Node: Checking for MPFR941485
 -Node: POSIX Floating Point Problems942782
 -Ref: POSIX Floating Point Problems-Footnote-1946653
 -Node: Floating point summary946691
 -Node: Dynamic Extensions948881
 -Node: Extension Intro950434
 -Node: Plugin License951700
 -Node: Extension Mechanism Outline952497
 -Ref: figure-load-extension952936
 -Ref: figure-register-new-function954501
 -Ref: figure-call-new-function955593
 -Node: Extension API Description957655
 -Node: Extension API Functions Introduction959297
 -Node: General Data Types964837
 -Ref: General Data Types-Footnote-1972958
 -Node: Memory Allocation Functions973257
 -Ref: Memory Allocation Functions-Footnote-1977465
 -Node: Constructor Functions977564
 -Node: Registration Functions981150
 -Node: Extension Functions981835
 -Node: Exit Callback Functions987048
 -Node: Extension Version String988298
 -Node: Input Parsers988961
 -Node: Output Wrappers1001682
 -Node: Two-way processors1006194
 -Node: Printing Messages1008459
 -Ref: Printing Messages-Footnote-11009630
 -Node: Updating ERRNO1009783
 -Node: Requesting Values1010522
 -Ref: table-value-types-returned1011259
 -Node: Accessing Parameters1012195
 -Node: Symbol Table Access1013430
 -Node: Symbol table by name1013942
 -Node: Symbol table by cookie1015731
 -Ref: Symbol table by cookie-Footnote-11019916
 -Node: Cached values1019980
 -Ref: Cached values-Footnote-11023516
 -Node: Array Manipulation1023669
 -Ref: Array Manipulation-Footnote-11024760
 -Node: Array Data Types1024797
 -Ref: Array Data Types-Footnote-11027455
 -Node: Array Functions1027547
 -Node: Flattening Arrays1032045
 -Node: Creating Arrays1039021
 -Node: Redirection API1043790
 -Node: Extension API Variables1046623
 -Node: Extension Versioning1047334
 -Ref: gawk-api-version1047763
 -Node: Extension GMP/MPFR Versioning1049491
 -Node: Extension API Informational Variables1051119
 -Node: Extension API Boilerplate1052192
 -Node: Changes from API V11056166
 -Node: Finding Extensions1056826
 -Node: Extension Example1057385
 -Node: Internal File Description1058183
 -Node: Internal File Ops1062263
 -Ref: Internal File Ops-Footnote-11073663
 -Node: Using Internal File Ops1073803
 -Ref: Using Internal File Ops-Footnote-11076186
 -Node: Extension Samples1076460
 -Node: Extension Sample File Functions1077989
 -Node: Extension Sample Fnmatch1085638
 -Node: Extension Sample Fork1087125
 -Node: Extension Sample Inplace1088343
 -Node: Extension Sample Ord1091560
 -Node: Extension Sample Readdir1092396
 -Ref: table-readdir-file-types1093285
 -Node: Extension Sample Revout1094090
 -Node: Extension Sample Rev2way1094679
 -Node: Extension Sample Read write array1095419
 -Node: Extension Sample Readfile1097361
 -Node: Extension Sample Time1098456
 -Node: Extension Sample API Tests1099804
 -Node: gawkextlib1100296
 -Node: Extension summary1102743
 -Node: Extension Exercises1106445
 -Node: Language History1107943
 -Node: V7/SVR3.11109599
 -Node: SVR41111751
 -Node: POSIX1113185
 -Node: BTL1114564
 -Node: POSIX/GNU1115293
 -Node: Feature History1121071
 -Node: Common Extensions1136930
 -Node: Ranges and Locales1138213
 -Ref: Ranges and Locales-Footnote-11142829
 -Ref: Ranges and Locales-Footnote-21142856
 -Ref: Ranges and Locales-Footnote-31143091
 -Node: Contributors1143312
 -Node: History summary1148940
 -Node: Installation1150320
 -Node: Gawk Distribution1151264
 -Node: Getting1151748
 -Node: Extracting1152709
 -Node: Distribution contents1154347
 -Node: Unix Installation1160689
 -Node: Quick Installation1161371
 -Node: Shell Startup Files1163785
 -Node: Additional Configuration Options1164874
 -Node: Configuration Philosophy1166863
 -Node: Non-Unix Installation1169232
 -Node: PC Installation1169692
 -Node: PC Binary Installation1170530
 -Node: PC Compiling1170965
 -Node: PC Using1172082
 -Node: Cygwin1175127
 -Node: MSYS1175897
 -Node: VMS Installation1176398
 -Node: VMS Compilation1177189
 -Ref: VMS Compilation-Footnote-11178418
 -Node: VMS Dynamic Extensions1178476
 -Node: VMS Installation Details1180161
 -Node: VMS Running1182414
 -Node: VMS GNV1186693
 -Node: VMS Old Gawk1187428
 -Node: Bugs1187899
 -Node: Bug address1188562
 -Node: Usenet1190959
 -Node: Maintainers1191736
 -Node: Other Versions1192997
 -Node: Installation summary1199581
 -Node: Notes1200616
 -Node: Compatibility Mode1201481
 -Node: Additions1202263
 -Node: Accessing The Source1203188
 -Node: Adding Code1204623
 -Node: New Ports1210841
 -Node: Derived Files1215329
 -Ref: Derived Files-Footnote-11220814
 -Ref: Derived Files-Footnote-21220849
 -Ref: Derived Files-Footnote-31221447
 -Node: Future Extensions1221561
 -Node: Implementation Limitations1222219
 -Node: Extension Design1223402
 -Node: Old Extension Problems1224556
 -Ref: Old Extension Problems-Footnote-11226074
 -Node: Extension New Mechanism Goals1226131
 -Ref: Extension New Mechanism Goals-Footnote-11229495
 -Node: Extension Other Design Decisions1229684
 -Node: Extension Future Growth1231797
 -Node: Old Extension Mechanism1232633
 -Node: Notes summary1234396
 -Node: Basic Concepts1235578
 -Node: Basic High Level1236259
 -Ref: figure-general-flow1236541
 -Ref: figure-process-flow1237226
 -Ref: Basic High Level-Footnote-11240527
 -Node: Basic Data Typing1240712
 -Node: Glossary1244040
 -Node: Copying1275987
 -Node: GNU Free Documentation License1313526
 -Node: Index1338644
 +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 History66129
 +Ref: Manual History-Footnote-169124
 +Ref: Manual History-Footnote-269165
 +Node: How To Contribute69239
 +Node: Acknowledgments69890
 +Node: Getting Started74776
 +Node: Running gawk77215
 +Node: One-shot78405
 +Node: Read Terminal79668
 +Node: Long81661
 +Node: Executable Scripts83174
 +Ref: Executable Scripts-Footnote-185969
 +Node: Comments86072
 +Node: Quoting88556
 +Node: DOS Quoting94073
 +Node: Sample Data Files96129
 +Node: Very Simple98724
 +Node: Two Rules103626
 +Node: More Complex105511
 +Node: Statements/Lines108377
 +Ref: Statements/Lines-Footnote-1112836
 +Node: Other Features113101
 +Node: When114037
 +Ref: When-Footnote-1115791
 +Node: Intro Summary115856
 +Node: Invoking Gawk116740
 +Node: Command Line118254
 +Node: Options119052
 +Ref: Options-Footnote-1136148
 +Ref: Options-Footnote-2136378
 +Node: Other Arguments136403
 +Node: Naming Standard Input139350
 +Node: Environment Variables140443
 +Node: AWKPATH Variable141001
 +Ref: AWKPATH Variable-Footnote-1144412
 +Ref: AWKPATH Variable-Footnote-2144446
 +Node: AWKLIBPATH Variable144707
 +Node: Other Environment Variables145964
 +Node: Exit Status149785
 +Node: Include Files150462
 +Node: Loading Shared Libraries154210
 +Node: Obsolete155638
 +Node: Undocumented156330
 +Node: Invoking Summary156627
 +Node: Regexp158287
 +Node: Regexp Usage159741
 +Node: Escape Sequences161778
 +Node: Regexp Operators168010
 +Ref: Regexp Operators-Footnote-1175426
 +Ref: Regexp Operators-Footnote-2175573
 +Node: Bracket Expressions175671
 +Ref: table-char-classes178147
 +Node: Leftmost Longest181284
 +Node: Computed Regexps182587
 +Node: GNU Regexp Operators186014
 +Node: Case-sensitivity189693
 +Ref: Case-sensitivity-Footnote-1192580
 +Ref: Case-sensitivity-Footnote-2192815
 +Node: Regexp Summary192923
 +Node: Reading Files194389
 +Node: Records196658
 +Node: awk split records197391
 +Node: gawk split records202322
 +Ref: gawk split records-Footnote-1206862
 +Node: Fields206899
 +Node: Nonconstant Fields209640
 +Ref: Nonconstant Fields-Footnote-1211876
 +Node: Changing Fields212080
 +Node: Field Separators218008
 +Node: Default Field Splitting220706
 +Node: Regexp Field Splitting221824
 +Node: Single Character Fields225177
 +Node: Command Line Field Separator226237
 +Node: Full Line Fields229455
 +Ref: Full Line Fields-Footnote-1230977
 +Ref: Full Line Fields-Footnote-2231023
 +Node: Field Splitting Summary231124
 +Node: Constant Size233198
 +Node: Fixed width data233930
 +Node: Skipping intervening237397
 +Node: Allowing trailing data238195
 +Node: Fields with fixed data239232
 +Node: Splitting By Content240750
 +Ref: Splitting By Content-Footnote-1244400
 +Node: Testing field creation244563
 +Node: Multiple Line246184
 +Ref: Multiple Line-Footnote-1252068
 +Node: Getline252247
 +Node: Plain Getline254716
 +Node: Getline/Variable257357
 +Node: Getline/File258508
 +Node: Getline/Variable/File259896
 +Ref: Getline/Variable/File-Footnote-1261501
 +Node: Getline/Pipe261589
 +Node: Getline/Variable/Pipe264296
 +Node: Getline/Coprocess265431
 +Node: Getline/Variable/Coprocess266698
 +Node: Getline Notes267440
 +Node: Getline Summary270237
 +Ref: table-getline-variants270661
 +Node: Read Timeout271409
 +Ref: Read Timeout-Footnote-1275315
 +Node: Retrying Input275373
 +Node: Command-line directories276572
 +Node: Input Summary277478
 +Node: Input Exercises280650
 +Node: Printing281378
 +Node: Print283212
 +Node: Print Examples284669
 +Node: Output Separators287449
 +Node: OFMT289466
 +Node: Printf290822
 +Node: Basic Printf291607
 +Node: Control Letters293181
 +Node: Format Modifiers297169
 +Node: Printf Examples303184
 +Node: Redirection305670
 +Node: Special FD312511
 +Ref: Special FD-Footnote-1315679
 +Node: Special Files315753
 +Node: Other Inherited Files316370
 +Node: Special Network317371
 +Node: Special Caveats318231
 +Node: Close Files And Pipes319180
 +Ref: table-close-pipe-return-values326087
 +Ref: Close Files And Pipes-Footnote-1326870
 +Ref: Close Files And Pipes-Footnote-2327018
 +Node: Nonfatal327170
 +Node: Output Summary329495
 +Node: Output Exercises330717
 +Node: Expressions331396
 +Node: Values332584
 +Node: Constants333262
 +Node: Scalar Constants333953
 +Ref: Scalar Constants-Footnote-1334817
 +Node: Nondecimal-numbers335067
 +Node: Regexp Constants338068
 +Node: Using Constant Regexps338594
 +Node: Standard Regexp Constants339216
 +Node: Strong Regexp Constants342404
 +Node: Variables345362
 +Node: Using Variables346019
 +Node: Assignment Options347929
 +Node: Conversion349802
 +Node: Strings And Numbers350326
 +Ref: Strings And Numbers-Footnote-1353389
 +Node: Locale influences conversions353498
 +Ref: table-locale-affects356256
 +Node: All Operators356874
 +Node: Arithmetic Ops357503
 +Node: Concatenation360009
 +Ref: Concatenation-Footnote-1362856
 +Node: Assignment Ops362963
 +Ref: table-assign-ops367954
 +Node: Increment Ops369267
 +Node: Truth Values and Conditions372727
 +Node: Truth Values373801
 +Node: Typing and Comparison374849
 +Node: Variable Typing375669
 +Ref: Variable Typing-Footnote-1382132
 +Ref: Variable Typing-Footnote-2382204
 +Node: Comparison Operators382281
 +Ref: table-relational-ops382700
 +Node: POSIX String Comparison386195
 +Ref: POSIX String Comparison-Footnote-1387890
 +Ref: POSIX String Comparison-Footnote-2388029
 +Node: Boolean Ops388113
 +Ref: Boolean Ops-Footnote-1392595
 +Node: Conditional Exp392687
 +Node: Function Calls394423
 +Node: Precedence398300
 +Node: Locales401959
 +Node: Expressions Summary403591
 +Node: Patterns and Actions406164
 +Node: Pattern Overview407284
 +Node: Regexp Patterns408961
 +Node: Expression Patterns409503
 +Node: Ranges413284
 +Node: BEGIN/END416392
 +Node: Using BEGIN/END417153
 +Ref: Using BEGIN/END-Footnote-1419889
 +Node: I/O And BEGIN/END419995
 +Node: BEGINFILE/ENDFILE422309
 +Node: Empty425216
 +Node: Using Shell Variables425533
 +Node: Action Overview427807
 +Node: Statements430132
 +Node: If Statement431980
 +Node: While Statement433475
 +Node: Do Statement435503
 +Node: For Statement436651
 +Node: Switch Statement439809
 +Node: Break Statement442195
 +Node: Continue Statement444287
 +Node: Next Statement446114
 +Node: Nextfile Statement448497
 +Node: Exit Statement451149
 +Node: Built-in Variables453552
 +Node: User-modified454685
 +Node: Auto-set462452
 +Ref: Auto-set-Footnote-1478049
 +Ref: Auto-set-Footnote-2478255
 +Node: ARGC and ARGV478311
 +Node: Pattern Action Summary482524
 +Node: Arrays484954
 +Node: Array Basics486283
 +Node: Array Intro487127
 +Ref: figure-array-elements489102
 +Ref: Array Intro-Footnote-1491806
 +Node: Reference to Elements491934
 +Node: Assigning Elements494398
 +Node: Array Example494889
 +Node: Scanning an Array496648
 +Node: Controlling Scanning499670
 +Ref: Controlling Scanning-Footnote-1505069
 +Node: Numeric Array Subscripts505385
 +Node: Uninitialized Subscripts507569
 +Node: Delete509188
 +Ref: Delete-Footnote-1511940
 +Node: Multidimensional511997
 +Node: Multiscanning515092
 +Node: Arrays of Arrays516683
 +Node: Arrays Summary521450
 +Node: Functions523543
 +Node: Built-in524581
 +Node: Calling Built-in525662
 +Node: Numeric Functions527658
 +Ref: Numeric Functions-Footnote-1531686
 +Ref: Numeric Functions-Footnote-2532043
 +Ref: Numeric Functions-Footnote-3532091
 +Node: String Functions532363
 +Ref: String Functions-Footnote-1556021
 +Ref: String Functions-Footnote-2556149
 +Ref: String Functions-Footnote-3556397
 +Node: Gory Details556484
 +Ref: table-sub-escapes558275
 +Ref: table-sub-proposed559794
 +Ref: table-posix-sub561157
 +Ref: table-gensub-escapes562698
 +Ref: Gory Details-Footnote-1563521
 +Node: I/O Functions563675
 +Ref: table-system-return-values570257
 +Ref: I/O Functions-Footnote-1572237
 +Ref: I/O Functions-Footnote-2572385
 +Node: Time Functions572505
 +Ref: Time Functions-Footnote-1583172
 +Ref: Time Functions-Footnote-2583240
 +Ref: Time Functions-Footnote-3583398
 +Ref: Time Functions-Footnote-4583509
 +Ref: Time Functions-Footnote-5583621
 +Ref: Time Functions-Footnote-6583848
 +Node: Bitwise Functions584114
 +Ref: table-bitwise-ops584708
 +Ref: Bitwise Functions-Footnote-1590741
 +Ref: Bitwise Functions-Footnote-2590914
 +Node: Type Functions591105
 +Node: I18N Functions594022
 +Node: User-defined595673
 +Node: Definition Syntax596478
 +Ref: Definition Syntax-Footnote-1602165
 +Node: Function Example602236
 +Ref: Function Example-Footnote-1605158
 +Node: Function Caveats605180
 +Node: Calling A Function605698
 +Node: Variable Scope606656
 +Node: Pass By Value/Reference609650
 +Node: Return Statement613149
 +Node: Dynamic Typing616128
 +Node: Indirect Calls617058
 +Ref: Indirect Calls-Footnote-1627309
 +Node: Functions Summary627437
 +Node: Library Functions630142
 +Ref: Library Functions-Footnote-1633749
 +Ref: Library Functions-Footnote-2633892
 +Node: Library Names634063
 +Ref: Library Names-Footnote-1637739
 +Ref: Library Names-Footnote-2637962
 +Node: General Functions638048
 +Node: Strtonum Function639151
 +Node: Assert Function642173
 +Node: Round Function645499
 +Node: Cliff Random Function647040
 +Node: Ordinal Functions648056
 +Ref: Ordinal Functions-Footnote-1651119
 +Ref: Ordinal Functions-Footnote-2651371
 +Node: Join Function651581
 +Ref: Join Function-Footnote-1653351
 +Node: Getlocaltime Function653551
 +Node: Readfile Function657293
 +Node: Shell Quoting659265
 +Node: Data File Management660666
 +Node: Filetrans Function661298
 +Node: Rewind Function665394
 +Node: File Checking667304
 +Ref: File Checking-Footnote-1668638
 +Node: Empty Files668839
 +Node: Ignoring Assigns670818
 +Node: Getopt Function672368
 +Ref: Getopt Function-Footnote-1683837
 +Node: Passwd Functions684037
 +Ref: Passwd Functions-Footnote-1692876
 +Node: Group Functions692964
 +Ref: Group Functions-Footnote-1700862
 +Node: Walking Arrays701069
 +Node: Library Functions Summary704077
 +Node: Library Exercises705483
 +Node: Sample Programs705948
 +Node: Running Examples706718
 +Node: Clones707446
 +Node: Cut Program708670
 +Node: Egrep Program718599
 +Ref: Egrep Program-Footnote-1726111
 +Node: Id Program726221
 +Node: Split Program729901
 +Ref: Split Program-Footnote-1733360
 +Node: Tee Program733489
 +Node: Uniq Program736279
 +Node: Wc Program743705
 +Ref: Wc Program-Footnote-1747960
 +Node: Miscellaneous Programs748054
 +Node: Dupword Program749267
 +Node: Alarm Program751297
 +Node: Translate Program756152
 +Ref: Translate Program-Footnote-1760717
 +Node: Labels Program760987
 +Ref: Labels Program-Footnote-1764338
 +Node: Word Sorting764422
 +Node: History Sorting768494
 +Node: Extract Program770329
 +Node: Simple Sed777858
 +Node: Igawk Program780932
 +Ref: Igawk Program-Footnote-1795263
 +Ref: Igawk Program-Footnote-2795465
 +Ref: Igawk Program-Footnote-3795587
 +Node: Anagram Program795702
 +Node: Signature Program798764
 +Node: Programs Summary800011
 +Node: Programs Exercises801225
 +Ref: Programs Exercises-Footnote-1805354
 +Node: Advanced Features805445
 +Node: Nondecimal Data807435
 +Node: Array Sorting809026
 +Node: Controlling Array Traversal809726
 +Ref: Controlling Array Traversal-Footnote-1818093
 +Node: Array Sorting Functions818211
 +Ref: Array Sorting Functions-Footnote-1823302
 +Node: Two-way I/O823498
 +Ref: Two-way I/O-Footnote-1830049
 +Ref: Two-way I/O-Footnote-2830236
 +Node: TCP/IP Networking830318
 +Node: Profiling833436
 +Ref: Profiling-Footnote-1842108
 +Node: Advanced Features Summary842431
 +Node: Internationalization844275
 +Node: I18N and L10N845755
 +Node: Explaining gettext846442
 +Ref: Explaining gettext-Footnote-1852334
 +Ref: Explaining gettext-Footnote-2852519
 +Node: Programmer i18n852684
 +Ref: Programmer i18n-Footnote-1857633
 +Node: Translator i18n857682
 +Node: String Extraction858476
 +Ref: String Extraction-Footnote-1859608
 +Node: Printf Ordering859694
 +Ref: Printf Ordering-Footnote-1862480
 +Node: I18N Portability862544
 +Ref: I18N Portability-Footnote-1865000
 +Node: I18N Example865063
 +Ref: I18N Example-Footnote-1867869
 +Node: Gawk I18N867942
 +Node: I18N Summary868587
 +Node: Debugger869928
 +Node: Debugging870930
 +Node: Debugging Concepts871371
 +Node: Debugging Terms873180
 +Node: Awk Debugging875755
 +Node: Sample Debugging Session876661
 +Node: Debugger Invocation877195
 +Node: Finding The Bug878581
 +Node: List of Debugger Commands885059
 +Node: Breakpoint Control886392
 +Node: Debugger Execution Control890086
 +Node: Viewing And Changing Data893448
 +Node: Execution Stack896822
 +Node: Debugger Info898459
 +Node: Miscellaneous Debugger Commands902530
 +Node: Readline Support907618
 +Node: Limitations908514
 +Node: Debugging Summary910623
 +Node: Namespaces911902
 +Node: Global Namespace912720
 +Node: Qualified Names914074
 +Node: Default Namespace915073
 +Node: Changing The Namespace915814
 +Node: Naming Rules917425
 +Node: Internal Name Management919274
 +Node: Namespace Example920316
 +Node: Namespace And Features922878
 +Node: Namespace Summary924313
 +Node: Arbitrary Precision Arithmetic925790
 +Node: Computer Arithmetic927277
 +Ref: table-numeric-ranges930868
 +Ref: Computer Arithmetic-Footnote-1931590
 +Node: Math Definitions931647
 +Ref: table-ieee-formats934961
 +Ref: Math Definitions-Footnote-1935564
 +Node: MPFR features935669
 +Node: FP Math Caution937386
 +Ref: FP Math Caution-Footnote-1938458
 +Node: Inexactness of computations938827
 +Node: Inexact representation939787
 +Node: Comparing FP Values941147
 +Node: Errors accumulate942229
 +Node: Getting Accuracy943662
 +Node: Try To Round946372
 +Node: Setting precision947271
 +Ref: table-predefined-precision-strings947968
 +Node: Setting the rounding mode949798
 +Ref: table-gawk-rounding-modes950172
 +Ref: Setting the rounding mode-Footnote-1953580
 +Node: Arbitrary Precision Integers953759
 +Ref: Arbitrary Precision Integers-Footnote-1956934
 +Node: Checking for MPFR957083
 +Node: POSIX Floating Point Problems958380
 +Ref: POSIX Floating Point Problems-Footnote-1962251
 +Node: Floating point summary962289
 +Node: Dynamic Extensions964479
 +Node: Extension Intro966032
 +Node: Plugin License967298
 +Node: Extension Mechanism Outline968095
 +Ref: figure-load-extension968534
 +Ref: figure-register-new-function970099
 +Ref: figure-call-new-function971191
 +Node: Extension API Description973253
 +Node: Extension API Functions Introduction974895
 +Node: General Data Types980435
 +Ref: General Data Types-Footnote-1988556
 +Node: Memory Allocation Functions988855
 +Ref: Memory Allocation Functions-Footnote-1993063
 +Node: Constructor Functions993162
 +Node: Registration Functions996748
 +Node: Extension Functions997433
 +Node: Exit Callback Functions1002646
 +Node: Extension Version String1003896
 +Node: Input Parsers1004559
 +Node: Output Wrappers1017280
 +Node: Two-way processors1021792
 +Node: Printing Messages1024057
 +Ref: Printing Messages-Footnote-11025228
 +Node: Updating ERRNO1025381
 +Node: Requesting Values1026120
 +Ref: table-value-types-returned1026857
 +Node: Accessing Parameters1027793
 +Node: Symbol Table Access1029028
 +Node: Symbol table by name1029540
 +Ref: Symbol table by name-Footnote-11032430
 +Node: Symbol table by cookie1032558
 +Ref: Symbol table by cookie-Footnote-11036743
 +Node: Cached values1036807
 +Ref: Cached values-Footnote-11040343
 +Node: Array Manipulation1040496
 +Ref: Array Manipulation-Footnote-11041587
 +Node: Array Data Types1041624
 +Ref: Array Data Types-Footnote-11044282
 +Node: Array Functions1044374
 +Node: Flattening Arrays1048872
 +Node: Creating Arrays1055848
 +Node: Redirection API1060617
 +Node: Extension API Variables1063450
 +Node: Extension Versioning1064161
 +Ref: gawk-api-version1064590
 +Node: Extension GMP/MPFR Versioning1066318
 +Node: Extension API Informational Variables1067946
 +Node: Extension API Boilerplate1069019
 +Node: Changes from API V11072993
 +Node: Finding Extensions1073653
 +Node: Extension Example1074212
 +Node: Internal File Description1075010
 +Node: Internal File Ops1079090
 +Ref: Internal File Ops-Footnote-11090490
 +Node: Using Internal File Ops1090630
 +Ref: Using Internal File Ops-Footnote-11093013
 +Node: Extension Samples1093287
 +Node: Extension Sample File Functions1094816
 +Node: Extension Sample Fnmatch1102465
 +Node: Extension Sample Fork1103952
 +Node: Extension Sample Inplace1105170
 +Node: Extension Sample Ord1108474
 +Node: Extension Sample Readdir1109310
 +Ref: table-readdir-file-types1110199
 +Node: Extension Sample Revout1111004
 +Node: Extension Sample Rev2way1111593
 +Node: Extension Sample Read write array1112333
 +Node: Extension Sample Readfile1114275
 +Node: Extension Sample Time1115370
 +Node: Extension Sample API Tests1116718
 +Node: gawkextlib1117210
 +Node: Extension summary1119657
 +Node: Extension Exercises1123359
 +Node: Language History1124601
 +Node: V7/SVR3.11126257
 +Node: SVR41128409
 +Node: POSIX1129843
 +Node: BTL1131222
 +Node: POSIX/GNU1131951
 +Node: Feature History1137729
- Node: Common Extensions1152094
- Node: Ranges and Locales1153377
- Ref: Ranges and Locales-Footnote-11157993
- Ref: Ranges and Locales-Footnote-21158020
- Ref: Ranges and Locales-Footnote-31158255
- Node: Contributors1158476
- Node: History summary1164104
- Node: Installation1165484
- Node: Gawk Distribution1166428
- Node: Getting1166912
- Node: Extracting1167873
- Node: Distribution contents1169511
- Node: Unix Installation1175853
- Node: Quick Installation1176535
- Node: Shell Startup Files1178949
- Node: Additional Configuration Options1180038
- Node: Configuration Philosophy1182027
- Node: Non-Unix Installation1184396
- Node: PC Installation1184856
- Node: PC Binary Installation1185694
- Node: PC Compiling1186129
- Node: PC Using1187246
- Node: Cygwin1190291
- Node: MSYS1191061
- Node: VMS Installation1191562
- Node: VMS Compilation1192353
- Ref: VMS Compilation-Footnote-11193582
- Node: VMS Dynamic Extensions1193640
- Node: VMS Installation Details1195325
- Node: VMS Running1197578
- Node: VMS GNV1201857
- Node: VMS Old Gawk1202592
- Node: Bugs1203063
- Node: Bug address1203726
- Node: Usenet1206123
- Node: Maintainers1206900
- Node: Other Versions1208161
- Node: Installation summary1214745
- Node: Notes1215780
- Node: Compatibility Mode1216645
- Node: Additions1217427
- Node: Accessing The Source1218352
- Node: Adding Code1219787
- Node: New Ports1226005
- Node: Derived Files1230493
- Ref: Derived Files-Footnote-11235978
- Ref: Derived Files-Footnote-21236013
- Ref: Derived Files-Footnote-31236611
- Node: Future Extensions1236725
- Node: Implementation Limitations1237383
- Node: Extension Design1238566
- Node: Old Extension Problems1239720
- Ref: Old Extension Problems-Footnote-11241238
- Node: Extension New Mechanism Goals1241295
- Ref: Extension New Mechanism Goals-Footnote-11244659
- Node: Extension Other Design Decisions1244848
- Node: Extension Future Growth1246961
- Node: Old Extension Mechanism1247797
- Node: Notes summary1249560
- Node: Basic Concepts1250742
- Node: Basic High Level1251423
- Ref: figure-general-flow1251705
- Ref: figure-process-flow1252390
- Ref: Basic High Level-Footnote-11255691
- Node: Basic Data Typing1255876
- Node: Glossary1259204
- Node: Copying1291151
- Node: GNU Free Documentation License1328690
- Node: Index1353808
++Node: Common Extensions1153588
++Node: Ranges and Locales1154871
++Ref: Ranges and Locales-Footnote-11159487
++Ref: Ranges and Locales-Footnote-21159514
++Ref: Ranges and Locales-Footnote-31159749
++Node: Contributors1159970
++Node: History summary1165598
++Node: Installation1166978
++Node: Gawk Distribution1167922
++Node: Getting1168406
++Node: Extracting1169367
++Node: Distribution contents1171005
++Node: Unix Installation1177347
++Node: Quick Installation1178029
++Node: Shell Startup Files1180443
++Node: Additional Configuration Options1181532
++Node: Configuration Philosophy1183521
++Node: Non-Unix Installation1185890
++Node: PC Installation1186350
++Node: PC Binary Installation1187188
++Node: PC Compiling1187623
++Node: PC Using1188740
++Node: Cygwin1191785
++Node: MSYS1192555
++Node: VMS Installation1193056
++Node: VMS Compilation1193847
++Ref: VMS Compilation-Footnote-11195076
++Node: VMS Dynamic Extensions1195134
++Node: VMS Installation Details1196819
++Node: VMS Running1199072
++Node: VMS GNV1203351
++Node: VMS Old Gawk1204086
++Node: Bugs1204557
++Node: Bug address1205220
++Node: Usenet1207617
++Node: Maintainers1208394
++Node: Other Versions1209655
++Node: Installation summary1216239
++Node: Notes1217274
++Node: Compatibility Mode1218139
++Node: Additions1218921
++Node: Accessing The Source1219846
++Node: Adding Code1221281
++Node: New Ports1227499
++Node: Derived Files1231987
++Ref: Derived Files-Footnote-11237472
++Ref: Derived Files-Footnote-21237507
++Ref: Derived Files-Footnote-31238105
++Node: Future Extensions1238219
++Node: Implementation Limitations1238877
++Node: Extension Design1240060
++Node: Old Extension Problems1241214
++Ref: Old Extension Problems-Footnote-11242732
++Node: Extension New Mechanism Goals1242789
++Ref: Extension New Mechanism Goals-Footnote-11246153
++Node: Extension Other Design Decisions1246342
++Node: Extension Future Growth1248455
++Node: Old Extension Mechanism1249291
++Node: Notes summary1251054
++Node: Basic Concepts1252236
++Node: Basic High Level1252917
++Ref: figure-general-flow1253199
++Ref: figure-process-flow1253884
++Ref: Basic High Level-Footnote-11257185
++Node: Basic Data Typing1257370
++Node: Glossary1260698
++Node: Copying1292645
++Node: GNU Free Documentation License1330184
++Node: Index1355302
  
  End Tag Table
diff --cc doc/wordlist
index 8dacac5,378c2b4..90b8e50
--- a/doc/wordlist
+++ b/doc/wordlist
@@@ -1434,9 -1436,9 +1443,10 @@@ nonwhitespac
  noone
  nr
  nroff
 +ns
  nul
  num
+ numfields
  nums
  nusers
  nvalue

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

Summary of changes:
 ChangeLog                        |  16 ++++
 NEWS                             |   6 +-
 README                           |   6 +-
 config.guess                     |   5 +-
 doc/ChangeLog                    |   5 +
 doc/gawk.info                    | 201 ++++++++++++++++++++++++---------------
 doc/gawk.texi                    | 101 ++++++++++++++++----
 doc/gawktexi.in                  | 101 ++++++++++++++++----
 doc/wordlist                     |  10 ++
 doc/wordlist2                    |   7 ++
 extension/ChangeLog              |   4 +
 extension/build-aux/ChangeLog    |   4 +
 extension/build-aux/config.guess |   5 +-
 extension/configure              |  20 ++--
 extension/configure.ac           |   4 +-
 gawkapi.c                        |  17 +++-
 16 files changed, 378 insertions(+), 134 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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