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-2850-g4e8dd16
Date: Sun, 17 Sep 2017 13:36:56 -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  4e8dd162b45a55e3406228e6e5f7e1aae9fb4a50 (commit)
       via  bbe9adae884c1c2cc7687c74b9d3722f1f7f61e7 (commit)
       via  5ce26d128178f27fea3ad2ce5cb9dc9c77834757 (commit)
       via  c57cb29182ad64de571ec69d2a657c3b392553a9 (commit)
      from  df5c27e6cd4ace283fa0e10e8a1fd43508f7ead8 (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=4e8dd162b45a55e3406228e6e5f7e1aae9fb4a50

commit 4e8dd162b45a55e3406228e6e5f7e1aae9fb4a50
Merge: df5c27e bbe9ada
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Sep 17 20:36:48 2017 +0300

    Merge branch 'master' into feature/namespaces

diff --cc doc/gawk.info
index 3e97e4b,a0613b9..9a6c1f0
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36287,592 -35851,581 +36287,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 Started73916
 -Node: Running gawk76355
 -Node: One-shot77545
 -Node: Read Terminal78808
 -Node: Long80801
 -Node: Executable Scripts82314
 -Ref: Executable Scripts-Footnote-185109
 -Node: Comments85212
 -Node: Quoting87696
 -Node: DOS Quoting93213
 -Node: Sample Data Files95269
 -Node: Very Simple97864
 -Node: Two Rules102766
 -Node: More Complex104651
 -Node: Statements/Lines107517
 -Ref: Statements/Lines-Footnote-1111976
 -Node: Other Features112241
 -Node: When113177
 -Ref: When-Footnote-1114931
 -Node: Intro Summary114996
 -Node: Invoking Gawk115880
 -Node: Command Line117394
 -Node: Options118192
 -Ref: Options-Footnote-1134811
 -Ref: Options-Footnote-2135041
 -Node: Other Arguments135066
 -Node: Naming Standard Input138013
 -Node: Environment Variables139106
 -Node: AWKPATH Variable139664
 -Ref: AWKPATH Variable-Footnote-1143075
 -Ref: AWKPATH Variable-Footnote-2143109
 -Node: AWKLIBPATH Variable143370
 -Node: Other Environment Variables144627
 -Node: Exit Status148448
 -Node: Include Files149125
 -Node: Loading Shared Libraries152720
 -Node: Obsolete154148
 -Node: Undocumented154840
 -Node: Invoking Summary155137
 -Node: Regexp156797
 -Node: Regexp Usage158251
 -Node: Escape Sequences160288
 -Node: Regexp Operators166520
 -Ref: Regexp Operators-Footnote-1173936
 -Ref: Regexp Operators-Footnote-2174083
 -Node: Bracket Expressions174181
 -Ref: table-char-classes176657
 -Node: Leftmost Longest179794
 -Node: Computed Regexps181097
 -Node: GNU Regexp Operators184524
 -Node: Case-sensitivity188203
 -Ref: Case-sensitivity-Footnote-1191090
 -Ref: Case-sensitivity-Footnote-2191325
 -Node: Regexp Summary191433
 -Node: Reading Files192899
 -Node: Records195168
 -Node: awk split records195901
 -Node: gawk split records200832
 -Ref: gawk split records-Footnote-1205372
 -Node: Fields205409
 -Node: Nonconstant Fields208150
 -Ref: Nonconstant Fields-Footnote-1210386
 -Node: Changing Fields210590
 -Node: Field Separators216518
 -Node: Default Field Splitting219216
 -Node: Regexp Field Splitting220334
 -Node: Single Character Fields223687
 -Node: Command Line Field Separator224747
 -Node: Full Line Fields227965
 -Ref: Full Line Fields-Footnote-1229487
 -Ref: Full Line Fields-Footnote-2229533
 -Node: Field Splitting Summary229634
 -Node: Constant Size231708
 -Node: Fixed width data232440
 -Node: Skipping intervening235907
 -Node: Allowing trailing data236705
 -Node: Fields with fixed data237742
 -Node: Splitting By Content239260
 -Ref: Splitting By Content-Footnote-1242910
 -Node: Testing field creation243073
 -Node: Multiple Line244694
 -Ref: Multiple Line-Footnote-1250578
 -Node: Getline250757
 -Node: Plain Getline253226
 -Node: Getline/Variable255867
 -Node: Getline/File257018
 -Node: Getline/Variable/File258406
 -Ref: Getline/Variable/File-Footnote-1260011
 -Node: Getline/Pipe260099
 -Node: Getline/Variable/Pipe262806
 -Node: Getline/Coprocess263941
 -Node: Getline/Variable/Coprocess265208
 -Node: Getline Notes265950
 -Node: Getline Summary268747
 -Ref: table-getline-variants269171
 -Node: Read Timeout269919
 -Ref: Read Timeout-Footnote-1273825
 -Node: Retrying Input273883
 -Node: Command-line directories275082
 -Node: Input Summary275988
 -Node: Input Exercises279160
 -Node: Printing279888
 -Node: Print281722
 -Node: Print Examples283179
 -Node: Output Separators285959
 -Node: OFMT287976
 -Node: Printf289332
 -Node: Basic Printf290117
 -Node: Control Letters291691
 -Node: Format Modifiers295679
 -Node: Printf Examples301694
 -Node: Redirection304180
 -Node: Special FD311021
 -Ref: Special FD-Footnote-1314189
 -Node: Special Files314263
 -Node: Other Inherited Files314880
 -Node: Special Network315881
 -Node: Special Caveats316741
 -Node: Close Files And Pipes317690
 -Ref: table-close-pipe-return-values324597
 -Ref: Close Files And Pipes-Footnote-1325380
 -Ref: Close Files And Pipes-Footnote-2325528
 -Node: Nonfatal325680
 -Node: Output Summary328005
 -Node: Output Exercises329227
 -Node: Expressions329906
 -Node: Values331094
 -Node: Constants331772
 -Node: Scalar Constants332463
 -Ref: Scalar Constants-Footnote-1333327
 -Node: Nondecimal-numbers333577
 -Node: Regexp Constants336578
 -Node: Using Constant Regexps337104
 -Node: Standard Regexp Constants337726
 -Node: Strong Regexp Constants340914
 -Node: Variables343872
 -Node: Using Variables344529
 -Node: Assignment Options346439
 -Node: Conversion348312
 -Node: Strings And Numbers348836
 -Ref: Strings And Numbers-Footnote-1351899
 -Node: Locale influences conversions352008
 -Ref: table-locale-affects354766
 -Node: All Operators355384
 -Node: Arithmetic Ops356013
 -Node: Concatenation358519
 -Ref: Concatenation-Footnote-1361366
 -Node: Assignment Ops361473
 -Ref: table-assign-ops366464
 -Node: Increment Ops367777
 -Node: Truth Values and Conditions371237
 -Node: Truth Values372311
 -Node: Typing and Comparison373359
 -Node: Variable Typing374179
 -Ref: Variable Typing-Footnote-1380642
 -Ref: Variable Typing-Footnote-2380714
 -Node: Comparison Operators380791
 -Ref: table-relational-ops381210
 -Node: POSIX String Comparison384705
 -Ref: POSIX String Comparison-Footnote-1386400
 -Ref: POSIX String Comparison-Footnote-2386539
 -Node: Boolean Ops386623
 -Ref: Boolean Ops-Footnote-1391105
 -Node: Conditional Exp391197
 -Node: Function Calls392933
 -Node: Precedence396810
 -Node: Locales400469
 -Node: Expressions Summary402101
 -Node: Patterns and Actions404674
 -Node: Pattern Overview405794
 -Node: Regexp Patterns407471
 -Node: Expression Patterns408013
 -Node: Ranges411794
 -Node: BEGIN/END414902
 -Node: Using BEGIN/END415663
 -Ref: Using BEGIN/END-Footnote-1418399
 -Node: I/O And BEGIN/END418505
 -Node: BEGINFILE/ENDFILE420819
 -Node: Empty423726
 -Node: Using Shell Variables424043
 -Node: Action Overview426317
 -Node: Statements428642
 -Node: If Statement430490
 -Node: While Statement431985
 -Node: Do Statement434013
 -Node: For Statement435161
 -Node: Switch Statement438319
 -Node: Break Statement440705
 -Node: Continue Statement442797
 -Node: Next Statement444624
 -Node: Nextfile Statement447007
 -Node: Exit Statement449659
 -Node: Built-in Variables452062
 -Node: User-modified453195
 -Node: Auto-set460962
 -Ref: Auto-set-Footnote-1476559
 -Ref: Auto-set-Footnote-2476765
 -Node: ARGC and ARGV476821
 -Node: Pattern Action Summary481034
 -Node: Arrays483464
 -Node: Array Basics484793
 -Node: Array Intro485637
 -Ref: figure-array-elements487612
 -Ref: Array Intro-Footnote-1490316
 -Node: Reference to Elements490444
 -Node: Assigning Elements492908
 -Node: Array Example493399
 -Node: Scanning an Array495158
 -Node: Controlling Scanning498180
 -Ref: Controlling Scanning-Footnote-1503579
 -Node: Numeric Array Subscripts503895
 -Node: Uninitialized Subscripts506079
 -Node: Delete507698
 -Ref: Delete-Footnote-1510450
 -Node: Multidimensional510507
 -Node: Multiscanning513602
 -Node: Arrays of Arrays515193
 -Node: Arrays Summary519960
 -Node: Functions522053
 -Node: Built-in523091
 -Node: Calling Built-in524172
 -Node: Numeric Functions526168
 -Ref: Numeric Functions-Footnote-1530196
 -Ref: Numeric Functions-Footnote-2530553
 -Ref: Numeric Functions-Footnote-3530601
 -Node: String Functions530873
 -Ref: String Functions-Footnote-1554531
 -Ref: String Functions-Footnote-2554659
 -Ref: String Functions-Footnote-3554907
 -Node: Gory Details554994
 -Ref: table-sub-escapes556785
 -Ref: table-sub-proposed558304
 -Ref: table-posix-sub559667
 -Ref: table-gensub-escapes561208
 -Ref: Gory Details-Footnote-1562031
 -Node: I/O Functions562185
 -Ref: table-system-return-values568767
 -Ref: I/O Functions-Footnote-1570747
 -Ref: I/O Functions-Footnote-2570895
 -Node: Time Functions571015
 -Ref: Time Functions-Footnote-1581682
 -Ref: Time Functions-Footnote-2581750
 -Ref: Time Functions-Footnote-3581908
 -Ref: Time Functions-Footnote-4582019
 -Ref: Time Functions-Footnote-5582131
 -Ref: Time Functions-Footnote-6582358
 -Node: Bitwise Functions582624
 -Ref: table-bitwise-ops583218
 -Ref: Bitwise Functions-Footnote-1589251
 -Ref: Bitwise Functions-Footnote-2589424
 -Node: Type Functions589615
 -Node: I18N Functions592532
 -Node: User-defined594183
 -Node: Definition Syntax594988
 -Ref: Definition Syntax-Footnote-1600675
 -Node: Function Example600746
 -Ref: Function Example-Footnote-1603668
 -Node: Function Caveats603690
 -Node: Calling A Function604208
 -Node: Variable Scope605166
 -Node: Pass By Value/Reference608160
 -Node: Return Statement611659
 -Node: Dynamic Typing614638
 -Node: Indirect Calls615568
 -Ref: Indirect Calls-Footnote-1625819
 -Node: Functions Summary625947
 -Node: Library Functions628652
 -Ref: Library Functions-Footnote-1632259
 -Ref: Library Functions-Footnote-2632402
 -Node: Library Names632573
 -Ref: Library Names-Footnote-1636033
 -Ref: Library Names-Footnote-2636256
 -Node: General Functions636342
 -Node: Strtonum Function637445
 -Node: Assert Function640467
 -Node: Round Function643793
 -Node: Cliff Random Function645334
 -Node: Ordinal Functions646350
 -Ref: Ordinal Functions-Footnote-1649413
 -Ref: Ordinal Functions-Footnote-2649665
 -Node: Join Function649875
 -Ref: Join Function-Footnote-1651645
 -Node: Getlocaltime Function651845
 -Node: Readfile Function655587
 -Node: Shell Quoting657559
 -Node: Data File Management658960
 -Node: Filetrans Function659592
 -Node: Rewind Function663688
 -Node: File Checking665598
 -Ref: File Checking-Footnote-1666932
 -Node: Empty Files667133
 -Node: Ignoring Assigns669112
 -Node: Getopt Function670662
 -Ref: Getopt Function-Footnote-1682131
 -Node: Passwd Functions682331
 -Ref: Passwd Functions-Footnote-1691170
 -Node: Group Functions691258
 -Ref: Group Functions-Footnote-1699156
 -Node: Walking Arrays699363
 -Node: Library Functions Summary702371
 -Node: Library Exercises703777
 -Node: Sample Programs704242
 -Node: Running Examples705012
 -Node: Clones705740
 -Node: Cut Program706964
 -Node: Egrep Program716893
 -Ref: Egrep Program-Footnote-1724405
 -Node: Id Program724515
 -Node: Split Program728195
 -Ref: Split Program-Footnote-1731654
 -Node: Tee Program731783
 -Node: Uniq Program734573
 -Node: Wc Program741999
 -Ref: Wc Program-Footnote-1746254
 -Node: Miscellaneous Programs746348
 -Node: Dupword Program747561
 -Node: Alarm Program749591
 -Node: Translate Program754446
 -Ref: Translate Program-Footnote-1759011
 -Node: Labels Program759281
 -Ref: Labels Program-Footnote-1762632
 -Node: Word Sorting762716
 -Node: History Sorting766788
 -Node: Extract Program768623
 -Node: Simple Sed776152
 -Node: Igawk Program779226
 -Ref: Igawk Program-Footnote-1793557
 -Ref: Igawk Program-Footnote-2793759
 -Ref: Igawk Program-Footnote-3793881
 -Node: Anagram Program793996
 -Node: Signature Program797058
 -Node: Programs Summary798305
 -Node: Programs Exercises799519
 -Ref: Programs Exercises-Footnote-1803648
 -Node: Advanced Features803739
 -Node: Nondecimal Data805729
 -Node: Array Sorting807320
 -Node: Controlling Array Traversal808020
 -Ref: Controlling Array Traversal-Footnote-1816387
 -Node: Array Sorting Functions816505
 -Ref: Array Sorting Functions-Footnote-1821596
 -Node: Two-way I/O821792
 -Ref: Two-way I/O-Footnote-1828343
 -Ref: Two-way I/O-Footnote-2828530
 -Node: TCP/IP Networking828612
 -Node: Profiling831730
 -Ref: Profiling-Footnote-1840402
 -Node: Advanced Features Summary840725
 -Node: Internationalization842569
 -Node: I18N and L10N844049
 -Node: Explaining gettext844736
 -Ref: Explaining gettext-Footnote-1850628
 -Ref: Explaining gettext-Footnote-2850813
 -Node: Programmer i18n850978
 -Ref: Programmer i18n-Footnote-1855927
 -Node: Translator i18n855976
 -Node: String Extraction856770
 -Ref: String Extraction-Footnote-1857902
 -Node: Printf Ordering857988
 -Ref: Printf Ordering-Footnote-1860774
 -Node: I18N Portability860838
 -Ref: I18N Portability-Footnote-1863294
 -Node: I18N Example863357
 -Ref: I18N Example-Footnote-1866163
 -Node: Gawk I18N866236
 -Node: I18N Summary866881
 -Node: Debugger868222
 -Node: Debugging869244
 -Node: Debugging Concepts869685
 -Node: Debugging Terms871494
 -Node: Awk Debugging874069
 -Node: Sample Debugging Session874975
 -Node: Debugger Invocation875509
 -Node: Finding The Bug876895
 -Node: List of Debugger Commands883373
 -Node: Breakpoint Control884706
 -Node: Debugger Execution Control888400
 -Node: Viewing And Changing Data891762
 -Node: Execution Stack895136
 -Node: Debugger Info896773
 -Node: Miscellaneous Debugger Commands900844
 -Node: Readline Support905932
 -Node: Limitations906828
 -Node: Debugging Summary908937
 -Node: Arbitrary Precision Arithmetic910216
 -Node: Computer Arithmetic911701
 -Ref: table-numeric-ranges915292
 -Ref: Computer Arithmetic-Footnote-1916014
 -Node: Math Definitions916071
 -Ref: table-ieee-formats919385
 -Ref: Math Definitions-Footnote-1919988
 -Node: MPFR features920093
 -Node: FP Math Caution921810
 -Ref: FP Math Caution-Footnote-1922882
 -Node: Inexactness of computations923251
 -Node: Inexact representation924211
 -Node: Comparing FP Values925571
 -Node: Errors accumulate926653
 -Node: Getting Accuracy928086
 -Node: Try To Round930796
 -Node: Setting precision931695
 -Ref: table-predefined-precision-strings932392
 -Node: Setting the rounding mode934222
 -Ref: table-gawk-rounding-modes934596
 -Ref: Setting the rounding mode-Footnote-1938004
 -Node: Arbitrary Precision Integers938183
 -Ref: Arbitrary Precision Integers-Footnote-1941358
 -Node: Checking for MPFR941507
 -Node: POSIX Floating Point Problems942804
 -Ref: POSIX Floating Point Problems-Footnote-1946675
 -Node: Floating point summary946713
 -Node: Dynamic Extensions948903
 -Node: Extension Intro950456
 -Node: Plugin License951722
 -Node: Extension Mechanism Outline952519
 -Ref: figure-load-extension952958
 -Ref: figure-register-new-function954523
 -Ref: figure-call-new-function955615
 -Node: Extension API Description957677
 -Node: Extension API Functions Introduction959319
 -Node: General Data Types964859
 -Ref: General Data Types-Footnote-1972980
 -Node: Memory Allocation Functions973279
 -Ref: Memory Allocation Functions-Footnote-1977487
 -Node: Constructor Functions977586
 -Node: Registration Functions981172
 -Node: Extension Functions981857
 -Node: Exit Callback Functions987072
 -Node: Extension Version String988322
 -Node: Input Parsers988985
 -Node: Output Wrappers1001706
 -Node: Two-way processors1006218
 -Node: Printing Messages1008483
 -Ref: Printing Messages-Footnote-11009654
 -Node: Updating ERRNO1009807
 -Node: Requesting Values1010546
 -Ref: table-value-types-returned1011283
 -Node: Accessing Parameters1012219
 -Node: Symbol Table Access1013454
 -Node: Symbol table by name1013966
 -Node: Symbol table by cookie1015755
 -Ref: Symbol table by cookie-Footnote-11019940
 -Node: Cached values1020004
 -Ref: Cached values-Footnote-11023540
 -Node: Array Manipulation1023693
 -Ref: Array Manipulation-Footnote-11024784
 -Node: Array Data Types1024821
 -Ref: Array Data Types-Footnote-11027479
 -Node: Array Functions1027571
 -Node: Flattening Arrays1032069
 -Node: Creating Arrays1039045
 -Node: Redirection API1043814
 -Node: Extension API Variables1046647
 -Node: Extension Versioning1047358
 -Ref: gawk-api-version1047787
 -Node: Extension GMP/MPFR Versioning1049515
 -Node: Extension API Informational Variables1051143
 -Node: Extension API Boilerplate1052216
 -Node: Changes from API V11056190
 -Node: Finding Extensions1056850
 -Node: Extension Example1057409
 -Node: Internal File Description1058207
 -Node: Internal File Ops1062287
 -Ref: Internal File Ops-Footnote-11073687
 -Node: Using Internal File Ops1073827
 -Ref: Using Internal File Ops-Footnote-11076210
 -Node: Extension Samples1076484
 -Node: Extension Sample File Functions1078013
 -Node: Extension Sample Fnmatch1085662
 -Node: Extension Sample Fork1087149
 -Node: Extension Sample Inplace1088367
 -Node: Extension Sample Ord1091584
 -Node: Extension Sample Readdir1092420
 -Ref: table-readdir-file-types1093309
 -Node: Extension Sample Revout1094114
 -Node: Extension Sample Rev2way1094703
 -Node: Extension Sample Read write array1095443
 -Node: Extension Sample Readfile1097385
 -Node: Extension Sample Time1098480
 -Node: Extension Sample API Tests1099828
 -Node: gawkextlib1100320
 -Node: Extension summary1102767
 -Node: Extension Exercises1106469
 -Node: Language History1107967
 -Node: V7/SVR3.11109623
 -Node: SVR41111775
 -Node: POSIX1113209
 -Node: BTL1114588
 -Node: POSIX/GNU1115317
 -Node: Feature History1121095
 -Node: Common Extensions1136954
 -Node: Ranges and Locales1138237
 -Ref: Ranges and Locales-Footnote-11142853
 -Ref: Ranges and Locales-Footnote-21142880
 -Ref: Ranges and Locales-Footnote-31143115
 -Node: Contributors1143336
 -Node: History summary1149281
 -Node: Installation1150661
 -Node: Gawk Distribution1151605
 -Node: Getting1152089
 -Node: Extracting1153050
 -Node: Distribution contents1154688
 -Node: Unix Installation1161168
 -Node: Quick Installation1161850
 -Node: Shell Startup Files1164264
 -Node: Additional Configuration Options1165353
 -Node: Configuration Philosophy1167342
 -Node: Non-Unix Installation1169711
 -Node: PC Installation1170171
 -Node: PC Binary Installation1171009
 -Node: PC Compiling1171444
 -Node: PC Using1172561
 -Node: Cygwin1175606
 -Node: MSYS1176376
 -Node: VMS Installation1176877
 -Node: VMS Compilation1177668
 -Ref: VMS Compilation-Footnote-11178897
 -Node: VMS Dynamic Extensions1178955
 -Node: VMS Installation Details1180640
 -Node: VMS Running1182893
 -Node: VMS GNV1187172
 -Node: VMS Old Gawk1187907
 -Node: Bugs1188378
 -Node: Bug address1189041
 -Node: Usenet1191438
 -Node: Maintainers1192215
 -Node: Other Versions1193476
 -Node: Installation summary1200060
 -Node: Notes1201102
 -Node: Compatibility Mode1201967
 -Node: Additions1202749
 -Node: Accessing The Source1203674
 -Node: Adding Code1205109
 -Node: New Ports1211327
 -Node: Derived Files1215815
 -Ref: Derived Files-Footnote-11221300
 -Ref: Derived Files-Footnote-21221335
 -Ref: Derived Files-Footnote-31221933
 -Node: Future Extensions1222047
 -Node: Implementation Limitations1222705
 -Node: Extension Design1223888
 -Node: Old Extension Problems1225042
 -Ref: Old Extension Problems-Footnote-11226560
 -Node: Extension New Mechanism Goals1226617
 -Ref: Extension New Mechanism Goals-Footnote-11229981
 -Node: Extension Other Design Decisions1230170
 -Node: Extension Future Growth1232283
 -Node: Old Extension Mechanism1233119
 -Node: Notes summary1234882
 -Node: Basic Concepts1236064
 -Node: Basic High Level1236745
 -Ref: figure-general-flow1237027
 -Ref: figure-process-flow1237712
 -Ref: Basic High Level-Footnote-11241013
 -Node: Basic Data Typing1241198
 -Node: Glossary1244526
 -Node: Copying1276473
 -Node: GNU Free Documentation License1314012
 -Node: Index1339130
 +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 Started74798
 +Node: Running gawk77237
 +Node: One-shot78427
 +Node: Read Terminal79690
 +Node: Long81683
 +Node: Executable Scripts83196
 +Ref: Executable Scripts-Footnote-185991
 +Node: Comments86094
 +Node: Quoting88578
 +Node: DOS Quoting94095
 +Node: Sample Data Files96151
 +Node: Very Simple98746
 +Node: Two Rules103648
 +Node: More Complex105533
 +Node: Statements/Lines108399
 +Ref: Statements/Lines-Footnote-1112858
 +Node: Other Features113123
 +Node: When114059
 +Ref: When-Footnote-1115813
 +Node: Intro Summary115878
 +Node: Invoking Gawk116762
 +Node: Command Line118276
 +Node: Options119074
 +Ref: Options-Footnote-1136170
 +Ref: Options-Footnote-2136400
 +Node: Other Arguments136425
 +Node: Naming Standard Input139372
 +Node: Environment Variables140465
 +Node: AWKPATH Variable141023
 +Ref: AWKPATH Variable-Footnote-1144434
 +Ref: AWKPATH Variable-Footnote-2144468
 +Node: AWKLIBPATH Variable144729
 +Node: Other Environment Variables145986
 +Node: Exit Status149807
 +Node: Include Files150484
 +Node: Loading Shared Libraries154232
 +Node: Obsolete155660
 +Node: Undocumented156352
 +Node: Invoking Summary156649
 +Node: Regexp158309
 +Node: Regexp Usage159763
 +Node: Escape Sequences161800
 +Node: Regexp Operators168032
 +Ref: Regexp Operators-Footnote-1175448
 +Ref: Regexp Operators-Footnote-2175595
 +Node: Bracket Expressions175693
 +Ref: table-char-classes178169
 +Node: Leftmost Longest181306
 +Node: Computed Regexps182609
 +Node: GNU Regexp Operators186036
 +Node: Case-sensitivity189715
 +Ref: Case-sensitivity-Footnote-1192602
 +Ref: Case-sensitivity-Footnote-2192837
 +Node: Regexp Summary192945
 +Node: Reading Files194411
 +Node: Records196680
 +Node: awk split records197413
 +Node: gawk split records202344
 +Ref: gawk split records-Footnote-1206884
 +Node: Fields206921
 +Node: Nonconstant Fields209662
 +Ref: Nonconstant Fields-Footnote-1211898
 +Node: Changing Fields212102
 +Node: Field Separators218030
 +Node: Default Field Splitting220728
 +Node: Regexp Field Splitting221846
 +Node: Single Character Fields225199
 +Node: Command Line Field Separator226259
 +Node: Full Line Fields229477
 +Ref: Full Line Fields-Footnote-1230999
 +Ref: Full Line Fields-Footnote-2231045
 +Node: Field Splitting Summary231146
 +Node: Constant Size233220
 +Node: Fixed width data233952
 +Node: Skipping intervening237419
 +Node: Allowing trailing data238217
 +Node: Fields with fixed data239254
 +Node: Splitting By Content240772
 +Ref: Splitting By Content-Footnote-1244422
 +Node: Testing field creation244585
 +Node: Multiple Line246206
 +Ref: Multiple Line-Footnote-1252090
 +Node: Getline252269
 +Node: Plain Getline254738
 +Node: Getline/Variable257379
 +Node: Getline/File258530
 +Node: Getline/Variable/File259918
 +Ref: Getline/Variable/File-Footnote-1261523
 +Node: Getline/Pipe261611
 +Node: Getline/Variable/Pipe264318
 +Node: Getline/Coprocess265453
 +Node: Getline/Variable/Coprocess266720
 +Node: Getline Notes267462
 +Node: Getline Summary270259
 +Ref: table-getline-variants270683
 +Node: Read Timeout271431
 +Ref: Read Timeout-Footnote-1275337
 +Node: Retrying Input275395
 +Node: Command-line directories276594
 +Node: Input Summary277500
 +Node: Input Exercises280672
 +Node: Printing281400
 +Node: Print283234
 +Node: Print Examples284691
 +Node: Output Separators287471
 +Node: OFMT289488
 +Node: Printf290844
 +Node: Basic Printf291629
 +Node: Control Letters293203
 +Node: Format Modifiers297191
 +Node: Printf Examples303206
 +Node: Redirection305692
 +Node: Special FD312533
 +Ref: Special FD-Footnote-1315701
 +Node: Special Files315775
 +Node: Other Inherited Files316392
 +Node: Special Network317393
 +Node: Special Caveats318253
 +Node: Close Files And Pipes319202
 +Ref: table-close-pipe-return-values326109
 +Ref: Close Files And Pipes-Footnote-1326892
 +Ref: Close Files And Pipes-Footnote-2327040
 +Node: Nonfatal327192
 +Node: Output Summary329517
 +Node: Output Exercises330739
 +Node: Expressions331418
 +Node: Values332606
 +Node: Constants333284
 +Node: Scalar Constants333975
 +Ref: Scalar Constants-Footnote-1334839
 +Node: Nondecimal-numbers335089
 +Node: Regexp Constants338090
 +Node: Using Constant Regexps338616
 +Node: Standard Regexp Constants339238
 +Node: Strong Regexp Constants342426
 +Node: Variables345384
 +Node: Using Variables346041
 +Node: Assignment Options347951
 +Node: Conversion349824
 +Node: Strings And Numbers350348
 +Ref: Strings And Numbers-Footnote-1353411
 +Node: Locale influences conversions353520
 +Ref: table-locale-affects356278
 +Node: All Operators356896
 +Node: Arithmetic Ops357525
 +Node: Concatenation360031
 +Ref: Concatenation-Footnote-1362878
 +Node: Assignment Ops362985
 +Ref: table-assign-ops367976
 +Node: Increment Ops369289
 +Node: Truth Values and Conditions372749
 +Node: Truth Values373823
 +Node: Typing and Comparison374871
 +Node: Variable Typing375691
 +Ref: Variable Typing-Footnote-1382154
 +Ref: Variable Typing-Footnote-2382226
 +Node: Comparison Operators382303
 +Ref: table-relational-ops382722
 +Node: POSIX String Comparison386217
 +Ref: POSIX String Comparison-Footnote-1387912
 +Ref: POSIX String Comparison-Footnote-2388051
 +Node: Boolean Ops388135
 +Ref: Boolean Ops-Footnote-1392617
 +Node: Conditional Exp392709
 +Node: Function Calls394445
 +Node: Precedence398322
 +Node: Locales401981
 +Node: Expressions Summary403613
 +Node: Patterns and Actions406186
 +Node: Pattern Overview407306
 +Node: Regexp Patterns408983
 +Node: Expression Patterns409525
 +Node: Ranges413306
 +Node: BEGIN/END416414
 +Node: Using BEGIN/END417175
 +Ref: Using BEGIN/END-Footnote-1419911
 +Node: I/O And BEGIN/END420017
 +Node: BEGINFILE/ENDFILE422331
 +Node: Empty425238
 +Node: Using Shell Variables425555
 +Node: Action Overview427829
 +Node: Statements430154
 +Node: If Statement432002
 +Node: While Statement433497
 +Node: Do Statement435525
 +Node: For Statement436673
 +Node: Switch Statement439831
 +Node: Break Statement442217
 +Node: Continue Statement444309
 +Node: Next Statement446136
 +Node: Nextfile Statement448519
 +Node: Exit Statement451171
 +Node: Built-in Variables453574
 +Node: User-modified454707
 +Node: Auto-set462474
 +Ref: Auto-set-Footnote-1478071
 +Ref: Auto-set-Footnote-2478277
 +Node: ARGC and ARGV478333
 +Node: Pattern Action Summary482546
 +Node: Arrays484976
 +Node: Array Basics486305
 +Node: Array Intro487149
 +Ref: figure-array-elements489124
 +Ref: Array Intro-Footnote-1491828
 +Node: Reference to Elements491956
 +Node: Assigning Elements494420
 +Node: Array Example494911
 +Node: Scanning an Array496670
 +Node: Controlling Scanning499692
 +Ref: Controlling Scanning-Footnote-1505091
 +Node: Numeric Array Subscripts505407
 +Node: Uninitialized Subscripts507591
 +Node: Delete509210
 +Ref: Delete-Footnote-1511962
 +Node: Multidimensional512019
 +Node: Multiscanning515114
 +Node: Arrays of Arrays516705
 +Node: Arrays Summary521472
 +Node: Functions523565
 +Node: Built-in524603
 +Node: Calling Built-in525684
 +Node: Numeric Functions527680
 +Ref: Numeric Functions-Footnote-1531708
 +Ref: Numeric Functions-Footnote-2532065
 +Ref: Numeric Functions-Footnote-3532113
 +Node: String Functions532385
 +Ref: String Functions-Footnote-1556043
 +Ref: String Functions-Footnote-2556171
 +Ref: String Functions-Footnote-3556419
 +Node: Gory Details556506
 +Ref: table-sub-escapes558297
 +Ref: table-sub-proposed559816
 +Ref: table-posix-sub561179
 +Ref: table-gensub-escapes562720
 +Ref: Gory Details-Footnote-1563543
 +Node: I/O Functions563697
 +Ref: table-system-return-values570279
 +Ref: I/O Functions-Footnote-1572259
 +Ref: I/O Functions-Footnote-2572407
 +Node: Time Functions572527
 +Ref: Time Functions-Footnote-1583194
 +Ref: Time Functions-Footnote-2583262
 +Ref: Time Functions-Footnote-3583420
 +Ref: Time Functions-Footnote-4583531
 +Ref: Time Functions-Footnote-5583643
 +Ref: Time Functions-Footnote-6583870
 +Node: Bitwise Functions584136
 +Ref: table-bitwise-ops584730
 +Ref: Bitwise Functions-Footnote-1590763
 +Ref: Bitwise Functions-Footnote-2590936
 +Node: Type Functions591127
 +Node: I18N Functions594044
 +Node: User-defined595695
 +Node: Definition Syntax596500
 +Ref: Definition Syntax-Footnote-1602187
 +Node: Function Example602258
 +Ref: Function Example-Footnote-1605180
 +Node: Function Caveats605202
 +Node: Calling A Function605720
 +Node: Variable Scope606678
 +Node: Pass By Value/Reference609672
 +Node: Return Statement613171
 +Node: Dynamic Typing616150
 +Node: Indirect Calls617080
 +Ref: Indirect Calls-Footnote-1627331
 +Node: Functions Summary627459
 +Node: Library Functions630164
 +Ref: Library Functions-Footnote-1633771
 +Ref: Library Functions-Footnote-2633914
 +Node: Library Names634085
 +Ref: Library Names-Footnote-1637761
 +Ref: Library Names-Footnote-2637984
 +Node: General Functions638070
 +Node: Strtonum Function639173
 +Node: Assert Function642195
 +Node: Round Function645521
 +Node: Cliff Random Function647062
 +Node: Ordinal Functions648078
 +Ref: Ordinal Functions-Footnote-1651141
 +Ref: Ordinal Functions-Footnote-2651393
 +Node: Join Function651603
 +Ref: Join Function-Footnote-1653373
 +Node: Getlocaltime Function653573
 +Node: Readfile Function657315
 +Node: Shell Quoting659287
 +Node: Data File Management660688
 +Node: Filetrans Function661320
 +Node: Rewind Function665416
 +Node: File Checking667326
 +Ref: File Checking-Footnote-1668660
 +Node: Empty Files668861
 +Node: Ignoring Assigns670840
 +Node: Getopt Function672390
 +Ref: Getopt Function-Footnote-1683859
 +Node: Passwd Functions684059
 +Ref: Passwd Functions-Footnote-1692898
 +Node: Group Functions692986
 +Ref: Group Functions-Footnote-1700884
 +Node: Walking Arrays701091
 +Node: Library Functions Summary704099
 +Node: Library Exercises705505
 +Node: Sample Programs705970
 +Node: Running Examples706740
 +Node: Clones707468
 +Node: Cut Program708692
 +Node: Egrep Program718621
 +Ref: Egrep Program-Footnote-1726133
 +Node: Id Program726243
 +Node: Split Program729923
 +Ref: Split Program-Footnote-1733382
 +Node: Tee Program733511
 +Node: Uniq Program736301
 +Node: Wc Program743727
 +Ref: Wc Program-Footnote-1747982
 +Node: Miscellaneous Programs748076
 +Node: Dupword Program749289
 +Node: Alarm Program751319
 +Node: Translate Program756174
 +Ref: Translate Program-Footnote-1760739
 +Node: Labels Program761009
 +Ref: Labels Program-Footnote-1764360
 +Node: Word Sorting764444
 +Node: History Sorting768516
 +Node: Extract Program770351
 +Node: Simple Sed777880
 +Node: Igawk Program780954
 +Ref: Igawk Program-Footnote-1795285
 +Ref: Igawk Program-Footnote-2795487
 +Ref: Igawk Program-Footnote-3795609
 +Node: Anagram Program795724
 +Node: Signature Program798786
 +Node: Programs Summary800033
 +Node: Programs Exercises801247
 +Ref: Programs Exercises-Footnote-1805376
 +Node: Advanced Features805467
 +Node: Nondecimal Data807457
 +Node: Array Sorting809048
 +Node: Controlling Array Traversal809748
 +Ref: Controlling Array Traversal-Footnote-1818115
 +Node: Array Sorting Functions818233
 +Ref: Array Sorting Functions-Footnote-1823324
 +Node: Two-way I/O823520
 +Ref: Two-way I/O-Footnote-1830071
 +Ref: Two-way I/O-Footnote-2830258
 +Node: TCP/IP Networking830340
 +Node: Profiling833458
 +Ref: Profiling-Footnote-1842130
 +Node: Advanced Features Summary842453
 +Node: Internationalization844297
 +Node: I18N and L10N845777
 +Node: Explaining gettext846464
 +Ref: Explaining gettext-Footnote-1852356
 +Ref: Explaining gettext-Footnote-2852541
 +Node: Programmer i18n852706
 +Ref: Programmer i18n-Footnote-1857655
 +Node: Translator i18n857704
 +Node: String Extraction858498
 +Ref: String Extraction-Footnote-1859630
 +Node: Printf Ordering859716
 +Ref: Printf Ordering-Footnote-1862502
 +Node: I18N Portability862566
 +Ref: I18N Portability-Footnote-1865022
 +Node: I18N Example865085
 +Ref: I18N Example-Footnote-1867891
 +Node: Gawk I18N867964
 +Node: I18N Summary868609
 +Node: Debugger869950
 +Node: Debugging870952
 +Node: Debugging Concepts871393
 +Node: Debugging Terms873202
 +Node: Awk Debugging875777
 +Node: Sample Debugging Session876683
 +Node: Debugger Invocation877217
 +Node: Finding The Bug878603
 +Node: List of Debugger Commands885081
 +Node: Breakpoint Control886414
 +Node: Debugger Execution Control890108
 +Node: Viewing And Changing Data893470
 +Node: Execution Stack896844
 +Node: Debugger Info898481
 +Node: Miscellaneous Debugger Commands902552
 +Node: Readline Support907640
 +Node: Limitations908536
 +Node: Debugging Summary910645
 +Node: Namespaces911924
 +Node: Global Namespace912742
 +Node: Qualified Names914096
 +Node: Default Namespace915095
 +Node: Changing The Namespace915836
 +Node: Naming Rules917447
 +Node: Internal Name Management919296
 +Node: Namespace Example920338
 +Node: Namespace And Features922900
 +Node: Namespace Summary924335
 +Node: Arbitrary Precision Arithmetic925812
 +Node: Computer Arithmetic927299
 +Ref: table-numeric-ranges930890
 +Ref: Computer Arithmetic-Footnote-1931612
 +Node: Math Definitions931669
 +Ref: table-ieee-formats934983
 +Ref: Math Definitions-Footnote-1935586
 +Node: MPFR features935691
 +Node: FP Math Caution937408
 +Ref: FP Math Caution-Footnote-1938480
 +Node: Inexactness of computations938849
 +Node: Inexact representation939809
 +Node: Comparing FP Values941169
 +Node: Errors accumulate942251
 +Node: Getting Accuracy943684
 +Node: Try To Round946394
 +Node: Setting precision947293
 +Ref: table-predefined-precision-strings947990
 +Node: Setting the rounding mode949820
 +Ref: table-gawk-rounding-modes950194
 +Ref: Setting the rounding mode-Footnote-1953602
 +Node: Arbitrary Precision Integers953781
 +Ref: Arbitrary Precision Integers-Footnote-1956956
 +Node: Checking for MPFR957105
 +Node: POSIX Floating Point Problems958402
 +Ref: POSIX Floating Point Problems-Footnote-1962273
 +Node: Floating point summary962311
 +Node: Dynamic Extensions964501
 +Node: Extension Intro966054
 +Node: Plugin License967320
 +Node: Extension Mechanism Outline968117
 +Ref: figure-load-extension968556
 +Ref: figure-register-new-function970121
 +Ref: figure-call-new-function971213
 +Node: Extension API Description973275
 +Node: Extension API Functions Introduction974917
 +Node: General Data Types980457
 +Ref: General Data Types-Footnote-1988578
 +Node: Memory Allocation Functions988877
 +Ref: Memory Allocation Functions-Footnote-1993085
 +Node: Constructor Functions993184
 +Node: Registration Functions996770
 +Node: Extension Functions997455
- Node: Exit Callback Functions1002668
- Node: Extension Version String1003918
- Node: Input Parsers1004581
- Node: Output Wrappers1017302
- Node: Two-way processors1021814
- Node: Printing Messages1024079
- Ref: Printing Messages-Footnote-11025250
- Node: Updating ERRNO1025403
- Node: Requesting Values1026142
- Ref: table-value-types-returned1026879
- Node: Accessing Parameters1027815
- Node: Symbol Table Access1029050
- Node: Symbol table by name1029562
- Ref: Symbol table by name-Footnote-11032452
- Node: Symbol table by cookie1032580
- Ref: Symbol table by cookie-Footnote-11036765
- Node: Cached values1036829
- Ref: Cached values-Footnote-11040365
- Node: Array Manipulation1040518
- Ref: Array Manipulation-Footnote-11041609
- Node: Array Data Types1041646
- Ref: Array Data Types-Footnote-11044304
- Node: Array Functions1044396
- Node: Flattening Arrays1048894
- Node: Creating Arrays1055870
- Node: Redirection API1060639
- Node: Extension API Variables1063472
- Node: Extension Versioning1064183
- Ref: gawk-api-version1064612
- Node: Extension GMP/MPFR Versioning1066340
- Node: Extension API Informational Variables1067968
- Node: Extension API Boilerplate1069041
- Node: Changes from API V11073015
- Node: Finding Extensions1073675
- Node: Extension Example1074234
- Node: Internal File Description1075032
- Node: Internal File Ops1079112
- Ref: Internal File Ops-Footnote-11090512
- Node: Using Internal File Ops1090652
- Ref: Using Internal File Ops-Footnote-11093035
- Node: Extension Samples1093309
- Node: Extension Sample File Functions1094838
- Node: Extension Sample Fnmatch1102487
- Node: Extension Sample Fork1103974
- Node: Extension Sample Inplace1105192
- Node: Extension Sample Ord1108496
- Node: Extension Sample Readdir1109332
- Ref: table-readdir-file-types1110221
- Node: Extension Sample Revout1111026
- Node: Extension Sample Rev2way1111615
- Node: Extension Sample Read write array1112355
- Node: Extension Sample Readfile1114297
- Node: Extension Sample Time1115392
- Node: Extension Sample API Tests1116740
- Node: gawkextlib1117232
- Node: Extension summary1119679
- Node: Extension Exercises1123381
- Node: Language History1124623
- Node: V7/SVR3.11126279
- Node: SVR41128431
- Node: POSIX1129865
- Node: BTL1131244
- Node: POSIX/GNU1131973
- Node: Feature History1137751
- Node: Common Extensions1153610
- Node: Ranges and Locales1154893
- Ref: Ranges and Locales-Footnote-11159509
- Ref: Ranges and Locales-Footnote-21159536
- Ref: Ranges and Locales-Footnote-31159771
- Node: Contributors1159992
- Node: History summary1165937
- Node: Installation1167317
- Node: Gawk Distribution1168261
- Node: Getting1168745
- Node: Extracting1169706
- Node: Distribution contents1171344
- Node: Unix Installation1177824
- Node: Quick Installation1178506
- Node: Shell Startup Files1180920
- Node: Additional Configuration Options1182009
- Node: Configuration Philosophy1183998
- Node: Non-Unix Installation1186367
- Node: PC Installation1186827
- Node: PC Binary Installation1187665
- Node: PC Compiling1188100
- Node: PC Using1189217
- Node: Cygwin1192262
- Node: MSYS1193032
- Node: VMS Installation1193533
- Node: VMS Compilation1194324
- Ref: VMS Compilation-Footnote-11195553
- Node: VMS Dynamic Extensions1195611
- Node: VMS Installation Details1197296
- Node: VMS Running1199549
- Node: VMS GNV1203828
- Node: VMS Old Gawk1204563
- Node: Bugs1205034
- Node: Bug address1205697
- Node: Usenet1208094
- Node: Maintainers1208871
- Node: Other Versions1210132
- Node: Installation summary1216716
- Node: Notes1217758
- Node: Compatibility Mode1218623
- Node: Additions1219405
- Node: Accessing The Source1220330
- Node: Adding Code1221765
- Node: New Ports1227983
- Node: Derived Files1232471
- Ref: Derived Files-Footnote-11237956
- Ref: Derived Files-Footnote-21237991
- Ref: Derived Files-Footnote-31238589
- Node: Future Extensions1238703
- Node: Implementation Limitations1239361
- Node: Extension Design1240544
- Node: Old Extension Problems1241698
- Ref: Old Extension Problems-Footnote-11243216
- Node: Extension New Mechanism Goals1243273
- Ref: Extension New Mechanism Goals-Footnote-11246637
- Node: Extension Other Design Decisions1246826
- Node: Extension Future Growth1248939
- Node: Old Extension Mechanism1249775
- Node: Notes summary1251538
- Node: Basic Concepts1252720
- Node: Basic High Level1253401
- Ref: figure-general-flow1253683
- Ref: figure-process-flow1254368
- Ref: Basic High Level-Footnote-11257669
- Node: Basic Data Typing1257854
- Node: Glossary1261182
- Node: Copying1293129
- Node: GNU Free Documentation License1330668
- Node: Index1355786
++Node: Exit Callback Functions1002670
++Node: Extension Version String1003920
++Node: Input Parsers1004583
++Node: Output Wrappers1017304
++Node: Two-way processors1021816
++Node: Printing Messages1024081
++Ref: Printing Messages-Footnote-11025252
++Node: Updating ERRNO1025405
++Node: Requesting Values1026144
++Ref: table-value-types-returned1026881
++Node: Accessing Parameters1027817
++Node: Symbol Table Access1029052
++Node: Symbol table by name1029564
++Ref: Symbol table by name-Footnote-11032454
++Node: Symbol table by cookie1032582
++Ref: Symbol table by cookie-Footnote-11036767
++Node: Cached values1036831
++Ref: Cached values-Footnote-11040367
++Node: Array Manipulation1040520
++Ref: Array Manipulation-Footnote-11041611
++Node: Array Data Types1041648
++Ref: Array Data Types-Footnote-11044306
++Node: Array Functions1044398
++Node: Flattening Arrays1048896
++Node: Creating Arrays1055872
++Node: Redirection API1060641
++Node: Extension API Variables1063474
++Node: Extension Versioning1064185
++Ref: gawk-api-version1064614
++Node: Extension GMP/MPFR Versioning1066342
++Node: Extension API Informational Variables1067970
++Node: Extension API Boilerplate1069043
++Node: Changes from API V11073017
++Node: Finding Extensions1073677
++Node: Extension Example1074236
++Node: Internal File Description1075034
++Node: Internal File Ops1079114
++Ref: Internal File Ops-Footnote-11090514
++Node: Using Internal File Ops1090654
++Ref: Using Internal File Ops-Footnote-11093037
++Node: Extension Samples1093311
++Node: Extension Sample File Functions1094840
++Node: Extension Sample Fnmatch1102489
++Node: Extension Sample Fork1103976
++Node: Extension Sample Inplace1105194
++Node: Extension Sample Ord1108498
++Node: Extension Sample Readdir1109334
++Ref: table-readdir-file-types1110223
++Node: Extension Sample Revout1111028
++Node: Extension Sample Rev2way1111617
++Node: Extension Sample Read write array1112357
++Node: Extension Sample Readfile1114299
++Node: Extension Sample Time1115394
++Node: Extension Sample API Tests1116742
++Node: gawkextlib1117234
++Node: Extension summary1119681
++Node: Extension Exercises1123383
++Node: Language History1124625
++Node: V7/SVR3.11126281
++Node: SVR41128433
++Node: POSIX1129867
++Node: BTL1131246
++Node: POSIX/GNU1131975
++Node: Feature History1137753
++Node: Common Extensions1153612
++Node: Ranges and Locales1154895
++Ref: Ranges and Locales-Footnote-11159511
++Ref: Ranges and Locales-Footnote-21159538
++Ref: Ranges and Locales-Footnote-31159773
++Node: Contributors1159994
++Node: History summary1165939
++Node: Installation1167319
++Node: Gawk Distribution1168263
++Node: Getting1168747
++Node: Extracting1169708
++Node: Distribution contents1171346
++Node: Unix Installation1177826
++Node: Quick Installation1178508
++Node: Shell Startup Files1180922
++Node: Additional Configuration Options1182011
++Node: Configuration Philosophy1184000
++Node: Non-Unix Installation1186369
++Node: PC Installation1186829
++Node: PC Binary Installation1187667
++Node: PC Compiling1188102
++Node: PC Using1189219
++Node: Cygwin1192264
++Node: MSYS1193034
++Node: VMS Installation1193535
++Node: VMS Compilation1194326
++Ref: VMS Compilation-Footnote-11195555
++Node: VMS Dynamic Extensions1195613
++Node: VMS Installation Details1197298
++Node: VMS Running1199551
++Node: VMS GNV1203830
++Node: VMS Old Gawk1204565
++Node: Bugs1205036
++Node: Bug address1205699
++Node: Usenet1208096
++Node: Maintainers1208873
++Node: Other Versions1210134
++Node: Installation summary1216718
++Node: Notes1217760
++Node: Compatibility Mode1218625
++Node: Additions1219407
++Node: Accessing The Source1220332
++Node: Adding Code1221767
++Node: New Ports1227985
++Node: Derived Files1232473
++Ref: Derived Files-Footnote-11237958
++Ref: Derived Files-Footnote-21237993
++Ref: Derived Files-Footnote-31238591
++Node: Future Extensions1238705
++Node: Implementation Limitations1239363
++Node: Extension Design1240546
++Node: Old Extension Problems1241700
++Ref: Old Extension Problems-Footnote-11243218
++Node: Extension New Mechanism Goals1243275
++Ref: Extension New Mechanism Goals-Footnote-11246639
++Node: Extension Other Design Decisions1246828
++Node: Extension Future Growth1248941
++Node: Old Extension Mechanism1249777
++Node: Notes summary1251540
++Node: Basic Concepts1252722
++Node: Basic High Level1253403
++Ref: figure-general-flow1253685
++Ref: figure-process-flow1254370
++Ref: Basic High Level-Footnote-11257671
++Node: Basic Data Typing1257856
++Node: Glossary1261184
++Node: Copying1293131
++Node: GNU Free Documentation License1330670
++Node: Index1355788
  
  End Tag Table

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

Summary of changes:
 ChangeLog             |   4 +
 doc/ChangeLog         |   5 +
 doc/gawk.info         | 270 ++++++++++++++++----------------
 doc/gawk.texi         |   4 +-
 doc/gawktexi.in       |   4 +-
 extension/ChangeLog   |   6 +
 extension/filefuncs.c |   5 +-
 gawkapi.h             |  10 +-
 po/ChangeLog          |   5 +-
 po/sv.po              | 414 +++++++++++++++++++++++++-------------------------
 10 files changed, 373 insertions(+), 354 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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