gawk-diffs
[Top][All Lists]
Advanced

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

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


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/regex-type, updated. gawk-4.1.0-1442-g5c7385d
Date: Thu, 21 May 2015 11:42:55 +0000

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/regex-type has been updated
       via  5c7385d36987e4eaad95a4ff3a7d735014833f90 (commit)
       via  43c3c20780092e1e214520a02897eaeb5cda15f9 (commit)
       via  dc3e48f579e720d4b9ee6ff52b42c17f00d7f31d (commit)
       via  b8a83849a4871b5ecb186d2bb60e2541a75910ac (commit)
       via  c9a018c38fa4ff9abf4976398921f315be37b881 (commit)
       via  0fe7d42c6b524c300c50e0ce3a97763bd957cd12 (commit)
       via  7100f51d8cfa0e7adab3fd40fdb9d29fdd8ad8ca (commit)
       via  9718f3831bd000bc139f6a978cc6f973b999c241 (commit)
       via  8a9266dd3d69e85001dd92faae0fe3f84f960ecb (commit)
       via  866c2834ccfc9419dc22085b56fc700ce210d2c4 (commit)
       via  19d370422c39205c554cd7ca6dbcdc2fb4f2ae52 (commit)
       via  7754ad32a76a5b66027e93215724376ad56906ca (commit)
       via  ed517ae427fed8f8dc9bf250669bcb427ab4d91e (commit)
       via  3dfa6d4772140dcf41453a71cb4e53cde1f4cc6d (commit)
      from  1966bd9cd849c3d83dbb0fcb547684b17c2cd61e (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=5c7385d36987e4eaad95a4ff3a7d735014833f90

commit 5c7385d36987e4eaad95a4ff3a7d735014833f90
Author: Arnold D. Robbins <address@hidden>
Date:   Thu May 21 14:42:33 2015 +0300

    Rebuild awkgram.c with latest bison.

diff --git a/awkgram.c b/awkgram.c
index e9577dd..995b580 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -1,8 +1,8 @@
-/* A Bison parser, made by GNU Bison 3.0.2.  */
+/* A Bison parser, made by GNU Bison 3.0.4.  */
 
 /* Bison implementation for Yacc-like parsers in C
 
-   Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@
 #define YYBISON 1
 
 /* Bison version.  */
-#define YYBISON_VERSION "3.0.2"
+#define YYBISON_VERSION "3.0.4"
 
 /* Skeleton name.  */
 #define YYSKELETON_NAME "yacc.c"

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=43c3c20780092e1e214520a02897eaeb5cda15f9

commit 43c3c20780092e1e214520a02897eaeb5cda15f9
Merge: 1966bd9 dc3e48f
Author: Arnold D. Robbins <address@hidden>
Date:   Thu May 21 14:42:21 2015 +0300

    Merge branch 'master' into feature/regex-type

diff --cc doc/gawk.info
index 6a2db96,6a52bae..b0adffb
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -34991,564 -34889,563 +34991,564 @@@ Inde
  
  Tag Table:
  Node: Top1200
 -Node: Foreword342435
 -Node: Foreword446877
 -Node: Preface48409
 -Ref: Preface-Footnote-151281
 -Ref: Preface-Footnote-251388
 -Ref: Preface-Footnote-351622
 -Node: History51764
 -Node: Names54117
 -Ref: Names-Footnote-155211
 -Node: This Manual55358
 -Ref: This Manual-Footnote-161840
 -Node: Conventions61940
 -Node: Manual History64295
 -Ref: Manual History-Footnote-167291
 -Ref: Manual History-Footnote-267332
 -Node: How To Contribute67406
 -Node: Acknowledgments68535
 -Node: Getting Started73403
 -Node: Running gawk75842
 -Node: One-shot77032
 -Node: Read Terminal78295
 -Node: Long80327
 -Node: Executable Scripts81840
 -Ref: Executable Scripts-Footnote-184635
 -Node: Comments84738
 -Node: Quoting87222
 -Node: DOS Quoting92740
 -Node: Sample Data Files93415
 -Node: Very Simple96010
 -Node: Two Rules100912
 -Node: More Complex102798
 -Node: Statements/Lines105661
 -Ref: Statements/Lines-Footnote-1110120
 -Node: Other Features110385
 -Node: When111322
 -Ref: When-Footnote-1113076
 -Node: Intro Summary113141
 -Node: Invoking Gawk114025
 -Node: Command Line115539
 -Node: Options116337
 -Ref: Options-Footnote-1132117
 -Ref: Options-Footnote-2132347
 -Node: Other Arguments132372
 -Node: Naming Standard Input135319
 -Node: Environment Variables136412
 -Node: AWKPATH Variable136970
 -Ref: AWKPATH Variable-Footnote-1140381
 -Ref: AWKPATH Variable-Footnote-2140426
 -Node: AWKLIBPATH Variable140687
 -Node: Other Environment Variables141944
 -Node: Exit Status145582
 -Node: Include Files146259
 -Node: Loading Shared Libraries149854
 -Node: Obsolete151282
 -Node: Undocumented151974
 -Node: Invoking Summary152271
 -Node: Regexp153931
 -Node: Regexp Usage155385
 -Node: Escape Sequences157422
 -Node: Regexp Operators163655
 -Ref: Regexp Operators-Footnote-1171072
 -Ref: Regexp Operators-Footnote-2171219
 -Node: Bracket Expressions171317
 -Ref: table-char-classes173340
 -Node: Leftmost Longest176286
 -Node: Computed Regexps177589
 -Node: GNU Regexp Operators181016
 -Node: Case-sensitivity184695
 -Ref: Case-sensitivity-Footnote-1187582
 -Ref: Case-sensitivity-Footnote-2187817
 -Node: Regexp Summary187925
 -Node: Reading Files189391
 -Node: Records191554
 -Node: awk split records192287
 -Node: gawk split records197219
 -Ref: gawk split records-Footnote-1201763
 -Node: Fields201800
 -Ref: Fields-Footnote-1204580
 -Node: Nonconstant Fields204666
 -Ref: Nonconstant Fields-Footnote-1206902
 -Node: Changing Fields207106
 -Node: Field Separators213036
 -Node: Default Field Splitting215734
 -Node: Regexp Field Splitting216852
 -Node: Single Character Fields220205
 -Node: Command Line Field Separator221265
 -Node: Full Line Fields224483
 -Ref: Full Line Fields-Footnote-1226005
 -Ref: Full Line Fields-Footnote-2226051
 -Node: Field Splitting Summary226152
 -Node: Constant Size228226
 -Node: Splitting By Content232805
 -Ref: Splitting By Content-Footnote-1236776
 -Node: Multiple Line236939
 -Ref: Multiple Line-Footnote-1242822
 -Node: Getline243001
 -Node: Plain Getline245468
 -Node: Getline/Variable248107
 -Node: Getline/File249256
 -Node: Getline/Variable/File250642
 -Ref: Getline/Variable/File-Footnote-1252246
 -Node: Getline/Pipe252334
 -Node: Getline/Variable/Pipe255039
 -Node: Getline/Coprocess256172
 -Node: Getline/Variable/Coprocess257437
 -Node: Getline Notes258177
 -Node: Getline Summary260972
 -Ref: table-getline-variants261394
 -Node: Read Timeout262142
 -Ref: Read Timeout-Footnote-1266049
 -Node: Retrying Input266107
 -Node: Command-line directories267306
 -Node: Input Summary268213
 -Node: Input Exercises271385
 -Node: Printing272113
 -Node: Print273948
 -Node: Print Examples275405
 -Node: Output Separators278185
 -Node: OFMT280202
 -Node: Printf281558
 -Node: Basic Printf282343
 -Node: Control Letters283917
 -Node: Format Modifiers287905
 -Node: Printf Examples293920
 -Node: Redirection296406
 -Node: Special FD303249
 -Ref: Special FD-Footnote-1306417
 -Node: Special Files306491
 -Node: Other Inherited Files307108
 -Node: Special Network308109
 -Node: Special Caveats308969
 -Node: Close Files And Pipes309918
 -Ref: Close Files And Pipes-Footnote-1317105
 -Ref: Close Files And Pipes-Footnote-2317253
 -Node: Nonfatal317404
 -Node: Output Summary319729
 -Node: Output Exercises320951
 -Node: Expressions321630
 -Node: Values322818
 -Node: Constants323496
 -Node: Scalar Constants324187
 -Ref: Scalar Constants-Footnote-1325051
 -Node: Nondecimal-numbers325301
 -Node: Regexp Constants328315
 -Node: Using Constant Regexps328841
 -Node: Variables332004
 -Node: Using Variables332661
 -Node: Assignment Options334572
 -Node: Conversion336446
 -Node: Strings And Numbers336970
 -Ref: Strings And Numbers-Footnote-1340034
 -Node: Locale influences conversions340143
 -Ref: table-locale-affects342901
 -Node: All Operators343519
 -Node: Arithmetic Ops344148
 -Node: Concatenation346654
 -Ref: Concatenation-Footnote-1349501
 -Node: Assignment Ops349608
 -Ref: table-assign-ops354600
 -Node: Increment Ops355913
 -Node: Truth Values and Conditions359373
 -Node: Truth Values360447
 -Node: Typing and Comparison361495
 -Node: Variable Typing362315
 -Node: Comparison Operators365939
 -Ref: table-relational-ops366358
 -Node: POSIX String Comparison369853
 -Ref: POSIX String Comparison-Footnote-1370927
 -Node: Boolean Ops371066
 -Ref: Boolean Ops-Footnote-1375548
 -Node: Conditional Exp375640
 -Node: Function Calls377376
 -Node: Precedence381256
 -Node: Locales384915
 -Node: Expressions Summary386547
 -Node: Patterns and Actions389120
 -Node: Pattern Overview390240
 -Node: Regexp Patterns391917
 -Node: Expression Patterns392459
 -Node: Ranges396240
 -Node: BEGIN/END399348
 -Node: Using BEGIN/END400109
 -Ref: Using BEGIN/END-Footnote-1402846
 -Node: I/O And BEGIN/END402952
 -Node: BEGINFILE/ENDFILE405268
 -Node: Empty408175
 -Node: Using Shell Variables408492
 -Node: Action Overview410766
 -Node: Statements413091
 -Node: If Statement414939
 -Node: While Statement416434
 -Node: Do Statement418462
 -Node: For Statement419610
 -Node: Switch Statement422769
 -Node: Break Statement425155
 -Node: Continue Statement427247
 -Node: Next Statement429074
 -Node: Nextfile Statement431457
 -Node: Exit Statement434109
 -Node: Built-in Variables436514
 -Node: User-modified437647
 -Ref: User-modified-Footnote-1445274
 -Node: Auto-set445336
 -Ref: Auto-set-Footnote-1459585
 -Ref: Auto-set-Footnote-2459791
 -Node: ARGC and ARGV459847
 -Node: Pattern Action Summary464066
 -Node: Arrays466496
 -Node: Array Basics467825
 -Node: Array Intro468669
 -Ref: figure-array-elements470644
 -Ref: Array Intro-Footnote-1473348
 -Node: Reference to Elements473476
 -Node: Assigning Elements475940
 -Node: Array Example476431
 -Node: Scanning an Array478190
 -Node: Controlling Scanning481214
 -Ref: Controlling Scanning-Footnote-1486613
 -Node: Numeric Array Subscripts486929
 -Node: Uninitialized Subscripts489113
 -Node: Delete490732
 -Ref: Delete-Footnote-1493484
 -Node: Multidimensional493541
 -Node: Multiscanning496636
 -Node: Arrays of Arrays498227
 -Node: Arrays Summary502995
 -Node: Functions505088
 -Node: Built-in506126
 -Node: Calling Built-in507204
 -Node: Numeric Functions509200
 -Ref: Numeric Functions-Footnote-1514033
 -Ref: Numeric Functions-Footnote-2514390
 -Ref: Numeric Functions-Footnote-3514438
 -Node: String Functions514710
 -Ref: String Functions-Footnote-1538218
 -Ref: String Functions-Footnote-2538347
 -Ref: String Functions-Footnote-3538595
 -Node: Gory Details538682
 -Ref: table-sub-escapes540473
 -Ref: table-sub-proposed541992
 -Ref: table-posix-sub543355
 -Ref: table-gensub-escapes544896
 -Ref: Gory Details-Footnote-1545719
 -Node: I/O Functions545870
 -Ref: I/O Functions-Footnote-1553091
 -Node: Time Functions553239
 -Ref: Time Functions-Footnote-1563744
 -Ref: Time Functions-Footnote-2563812
 -Ref: Time Functions-Footnote-3563970
 -Ref: Time Functions-Footnote-4564081
 -Ref: Time Functions-Footnote-5564193
 -Ref: Time Functions-Footnote-6564420
 -Node: Bitwise Functions564686
 -Ref: table-bitwise-ops565280
 -Ref: Bitwise Functions-Footnote-1569588
 -Node: Type Functions569761
 -Node: I18N Functions570917
 -Node: User-defined572568
 -Node: Definition Syntax573373
 -Ref: Definition Syntax-Footnote-1579060
 -Node: Function Example579131
 -Ref: Function Example-Footnote-1582053
 -Node: Function Caveats582075
 -Node: Calling A Function582593
 -Node: Variable Scope583551
 -Node: Pass By Value/Reference586545
 -Node: Return Statement590044
 -Node: Dynamic Typing593023
 -Node: Indirect Calls593953
 -Ref: Indirect Calls-Footnote-1604204
 -Node: Functions Summary604332
 -Node: Library Functions607037
 -Ref: Library Functions-Footnote-1610646
 -Ref: Library Functions-Footnote-2610789
 -Node: Library Names610960
 -Ref: Library Names-Footnote-1614421
 -Ref: Library Names-Footnote-2614644
 -Node: General Functions614730
 -Node: Strtonum Function615833
 -Node: Assert Function618855
 -Node: Round Function622181
 -Node: Cliff Random Function623722
 -Node: Ordinal Functions624738
 -Ref: Ordinal Functions-Footnote-1627801
 -Ref: Ordinal Functions-Footnote-2628053
 -Node: Join Function628263
 -Ref: Join Function-Footnote-1630033
 -Node: Getlocaltime Function630233
 -Node: Readfile Function633977
 -Node: Shell Quoting635951
 -Node: Data File Management637352
 -Node: Filetrans Function637984
 -Node: Rewind Function642081
 -Node: File Checking643467
 -Ref: File Checking-Footnote-1644801
 -Node: Empty Files645002
 -Node: Ignoring Assigns646981
 -Node: Getopt Function648531
 -Ref: Getopt Function-Footnote-1660001
 -Node: Passwd Functions660201
 -Ref: Passwd Functions-Footnote-1669042
 -Node: Group Functions669130
 -Ref: Group Functions-Footnote-1677029
 -Node: Walking Arrays677236
 -Node: Library Functions Summary680246
 -Node: Library Exercises681652
 -Node: Sample Programs682931
 -Node: Running Examples683701
 -Node: Clones684429
 -Node: Cut Program685653
 -Node: Egrep Program695374
 -Ref: Egrep Program-Footnote-1702886
 -Node: Id Program702996
 -Node: Split Program706676
 -Ref: Split Program-Footnote-1710135
 -Node: Tee Program710264
 -Node: Uniq Program713054
 -Node: Wc Program720480
 -Ref: Wc Program-Footnote-1724735
 -Node: Miscellaneous Programs724829
 -Node: Dupword Program726042
 -Node: Alarm Program728072
 -Node: Translate Program732927
 -Ref: Translate Program-Footnote-1737492
 -Node: Labels Program737762
 -Ref: Labels Program-Footnote-1741113
 -Node: Word Sorting741197
 -Node: History Sorting745269
 -Node: Extract Program747104
 -Node: Simple Sed754635
 -Node: Igawk Program757709
 -Ref: Igawk Program-Footnote-1772040
 -Ref: Igawk Program-Footnote-2772242
 -Ref: Igawk Program-Footnote-3772364
 -Node: Anagram Program772479
 -Node: Signature Program775541
 -Node: Programs Summary776788
 -Node: Programs Exercises778003
 -Ref: Programs Exercises-Footnote-1782132
 -Node: Advanced Features782223
 -Node: Nondecimal Data784213
 -Node: Array Sorting785804
 -Node: Controlling Array Traversal786504
 -Ref: Controlling Array Traversal-Footnote-1794873
 -Node: Array Sorting Functions794991
 -Ref: Array Sorting Functions-Footnote-1798878
 -Node: Two-way I/O799074
 -Ref: Two-way I/O-Footnote-1804025
 -Ref: Two-way I/O-Footnote-2804212
 -Node: TCP/IP Networking804294
 -Node: Profiling807201
 -Node: Advanced Features Summary815472
 -Node: Internationalization817408
 -Node: I18N and L10N818888
 -Node: Explaining gettext819575
 -Ref: Explaining gettext-Footnote-1824598
 -Ref: Explaining gettext-Footnote-2824783
 -Node: Programmer i18n824948
 -Ref: Programmer i18n-Footnote-1829804
 -Node: Translator i18n829853
 -Node: String Extraction830647
 -Ref: String Extraction-Footnote-1831780
 -Node: Printf Ordering831866
 -Ref: Printf Ordering-Footnote-1834652
 -Node: I18N Portability834716
 -Ref: I18N Portability-Footnote-1837172
 -Node: I18N Example837235
 -Ref: I18N Example-Footnote-1840041
 -Node: Gawk I18N840114
 -Node: I18N Summary840759
 -Node: Debugger842100
 -Node: Debugging843122
 -Node: Debugging Concepts843563
 -Node: Debugging Terms845372
 -Node: Awk Debugging847947
 -Node: Sample Debugging Session848853
 -Node: Debugger Invocation849387
 -Node: Finding The Bug850773
 -Node: List of Debugger Commands857251
 -Node: Breakpoint Control858584
 -Node: Debugger Execution Control862278
 -Node: Viewing And Changing Data865640
 -Node: Execution Stack869014
 -Node: Debugger Info870651
 -Node: Miscellaneous Debugger Commands874722
 -Node: Readline Support879731
 -Node: Limitations880627
 -Node: Debugging Summary882736
 -Node: Arbitrary Precision Arithmetic883909
 -Node: Computer Arithmetic885325
 -Ref: table-numeric-ranges888916
 -Ref: Computer Arithmetic-Footnote-1889638
 -Node: Math Definitions889695
 -Ref: table-ieee-formats893009
 -Ref: Math Definitions-Footnote-1893612
 -Node: MPFR features893717
 -Node: FP Math Caution895390
 -Ref: FP Math Caution-Footnote-1896462
 -Node: Inexactness of computations896831
 -Node: Inexact representation897791
 -Node: Comparing FP Values899151
 -Node: Errors accumulate900233
 -Node: Getting Accuracy901666
 -Node: Try To Round904376
 -Node: Setting precision905275
 -Ref: table-predefined-precision-strings905972
 -Node: Setting the rounding mode907802
 -Ref: table-gawk-rounding-modes908176
 -Ref: Setting the rounding mode-Footnote-1911584
 -Node: Arbitrary Precision Integers911763
 -Ref: Arbitrary Precision Integers-Footnote-1916680
 -Node: POSIX Floating Point Problems916829
 -Ref: POSIX Floating Point Problems-Footnote-1920711
 -Node: Floating point summary920749
 -Node: Dynamic Extensions922939
 -Node: Extension Intro924492
 -Node: Plugin License925758
 -Node: Extension Mechanism Outline926555
 -Ref: figure-load-extension926994
 -Ref: figure-register-new-function928559
 -Ref: figure-call-new-function929651
 -Node: Extension API Description931714
 -Node: Extension API Functions Introduction933248
 -Node: General Data Types938107
 -Ref: General Data Types-Footnote-1944062
 -Node: Memory Allocation Functions944361
 -Ref: Memory Allocation Functions-Footnote-1947206
 -Node: Constructor Functions947305
 -Node: Registration Functions949050
 -Node: Extension Functions949735
 -Node: Exit Callback Functions952034
 -Node: Extension Version String953284
 -Node: Input Parsers953947
 -Node: Output Wrappers963832
 -Node: Two-way processors968344
 -Node: Printing Messages970608
 -Ref: Printing Messages-Footnote-1971684
 -Node: Updating 'ERRNO'971837
 -Node: Requesting Values972578
 -Ref: table-value-types-returned973317
 -Node: Accessing Parameters974200
 -Node: Symbol Table Access975436
 -Node: Symbol table by name975948
 -Node: Symbol table by cookie977969
 -Ref: Symbol table by cookie-Footnote-1982118
 -Node: Cached values982182
 -Ref: Cached values-Footnote-1985683
 -Node: Array Manipulation985774
 -Ref: Array Manipulation-Footnote-1986865
 -Node: Array Data Types986902
 -Ref: Array Data Types-Footnote-1989560
 -Node: Array Functions989652
 -Node: Flattening Arrays993511
 -Node: Creating Arrays1000419
 -Node: Redirection API1005191
 -Node: Extension API Variables1008022
 -Node: Extension Versioning1008655
 -Node: Extension API Informational Variables1010546
 -Node: Extension API Boilerplate1011610
 -Node: Finding Extensions1015424
 -Node: Extension Example1015984
 -Node: Internal File Description1016782
 -Node: Internal File Ops1020862
 -Ref: Internal File Ops-Footnote-11032624
 -Node: Using Internal File Ops1032764
 -Ref: Using Internal File Ops-Footnote-11035147
 -Node: Extension Samples1035422
 -Node: Extension Sample File Functions1036951
 -Node: Extension Sample Fnmatch1044600
 -Node: Extension Sample Fork1046087
 -Node: Extension Sample Inplace1047305
 -Node: Extension Sample Ord1049391
 -Node: Extension Sample Readdir1050227
 -Ref: table-readdir-file-types1051116
 -Node: Extension Sample Revout1051921
 -Node: Extension Sample Rev2way1052510
 -Node: Extension Sample Read write array1053250
 -Node: Extension Sample Readfile1055192
 -Node: Extension Sample Time1056287
 -Node: Extension Sample API Tests1057635
 -Node: gawkextlib1058127
 -Node: Extension summary1060574
 -Node: Extension Exercises1064266
 -Node: Language History1065763
 -Node: V7/SVR3.11067419
 -Node: SVR41069572
 -Node: POSIX1071006
 -Node: BTL1072386
 -Node: POSIX/GNU1073116
 -Node: Feature History1078955
 -Node: Common Extensions1092946
 -Node: Ranges and Locales1094229
 -Ref: Ranges and Locales-Footnote-11098845
 -Ref: Ranges and Locales-Footnote-21098872
 -Ref: Ranges and Locales-Footnote-31099107
 -Node: Contributors1099328
 -Node: History summary1104897
 -Node: Installation1106277
 -Node: Gawk Distribution1107222
 -Node: Getting1107706
 -Node: Extracting1108529
 -Node: Distribution contents1110167
 -Node: Unix Installation1116263
 -Node: Quick Installation1116945
 -Node: Shell Startup Files1119359
 -Node: Additional Configuration Options1120437
 -Node: Configuration Philosophy1122242
 -Node: Non-Unix Installation1124612
 -Node: PC Installation1125070
 -Node: PC Binary Installation1126390
 -Node: PC Compiling1128242
 -Ref: PC Compiling-Footnote-11131266
 -Node: PC Testing1131375
 -Node: PC Using1132555
 -Node: Cygwin1136669
 -Node: MSYS1137439
 -Node: VMS Installation1137940
 -Node: VMS Compilation1138731
 -Ref: VMS Compilation-Footnote-11139961
 -Node: VMS Dynamic Extensions1140019
 -Node: VMS Installation Details1141704
 -Node: VMS Running1143957
 -Node: VMS GNV1146798
 -Node: VMS Old Gawk1147533
 -Node: Bugs1148004
 -Node: Other Versions1152118
 -Node: Installation summary1158592
 -Node: Notes1159650
 -Node: Compatibility Mode1160515
 -Node: Additions1161297
 -Node: Accessing The Source1162222
 -Node: Adding Code1163658
 -Node: New Ports1169813
 -Node: Derived Files1174301
 -Ref: Derived Files-Footnote-11179786
 -Ref: Derived Files-Footnote-21179821
 -Ref: Derived Files-Footnote-31180419
 -Node: Future Extensions1180533
 -Node: Implementation Limitations1181191
 -Node: Extension Design1182374
 -Node: Old Extension Problems1183528
 -Ref: Old Extension Problems-Footnote-11185046
 -Node: Extension New Mechanism Goals1185103
 -Ref: Extension New Mechanism Goals-Footnote-11188467
 -Node: Extension Other Design Decisions1188656
 -Node: Extension Future Growth1190769
 -Node: Old Extension Mechanism1191605
 -Node: Notes summary1193368
 -Node: Basic Concepts1194550
 -Node: Basic High Level1195231
 -Ref: figure-general-flow1195513
 -Ref: figure-process-flow1196198
 -Ref: Basic High Level-Footnote-11199499
 -Node: Basic Data Typing1199684
 -Node: Glossary1203012
 -Node: Copying1234958
 -Node: GNU Free Documentation License1272497
 -Node: Index1297615
 +Node: Foreword342508
 +Node: Foreword446950
 +Node: Preface48482
 +Ref: Preface-Footnote-151354
 +Ref: Preface-Footnote-251461
 +Ref: Preface-Footnote-351695
 +Node: History51837
 +Node: Names54190
 +Ref: Names-Footnote-155284
 +Node: This Manual55431
 +Ref: This Manual-Footnote-161913
 +Node: Conventions62013
 +Node: Manual History64368
 +Ref: Manual History-Footnote-167364
 +Ref: Manual History-Footnote-267405
 +Node: How To Contribute67479
 +Node: Acknowledgments68608
 +Node: Getting Started73476
 +Node: Running gawk75915
 +Node: One-shot77105
 +Node: Read Terminal78368
 +Node: Long80400
 +Node: Executable Scripts81913
 +Ref: Executable Scripts-Footnote-184708
 +Node: Comments84811
 +Node: Quoting87295
 +Node: DOS Quoting92813
 +Node: Sample Data Files93488
 +Node: Very Simple96083
 +Node: Two Rules100985
 +Node: More Complex102871
 +Node: Statements/Lines105734
 +Ref: Statements/Lines-Footnote-1110193
 +Node: Other Features110458
 +Node: When111395
 +Ref: When-Footnote-1113149
 +Node: Intro Summary113214
 +Node: Invoking Gawk114098
 +Node: Command Line115612
 +Node: Options116410
 +Ref: Options-Footnote-1132190
 +Ref: Options-Footnote-2132420
 +Node: Other Arguments132445
 +Node: Naming Standard Input135392
 +Node: Environment Variables136485
 +Node: AWKPATH Variable137043
 +Ref: AWKPATH Variable-Footnote-1140454
 +Ref: AWKPATH Variable-Footnote-2140499
 +Node: AWKLIBPATH Variable140760
 +Node: Other Environment Variables142017
 +Node: Exit Status145655
 +Node: Include Files146332
 +Node: Loading Shared Libraries149927
 +Node: Obsolete151355
 +Node: Undocumented152047
 +Node: Invoking Summary152344
 +Node: Regexp154004
 +Node: Regexp Usage155523
 +Node: Escape Sequences157560
 +Node: Regexp Operators163793
 +Ref: Regexp Operators-Footnote-1171210
 +Ref: Regexp Operators-Footnote-2171357
 +Node: Bracket Expressions171455
 +Ref: table-char-classes173478
 +Node: Leftmost Longest176424
 +Node: Computed Regexps177727
 +Node: GNU Regexp Operators181154
 +Node: Case-sensitivity184833
 +Ref: Case-sensitivity-Footnote-1187729
 +Ref: Case-sensitivity-Footnote-2187964
 +Node: Strong Regexp Constants188072
 +Node: Regexp Summary191014
 +Node: Reading Files192620
 +Node: Records194783
 +Node: awk split records195516
 +Node: gawk split records200448
 +Ref: gawk split records-Footnote-1204992
 +Node: Fields205029
 +Ref: Fields-Footnote-1207809
 +Node: Nonconstant Fields207895
 +Ref: Nonconstant Fields-Footnote-1210131
 +Node: Changing Fields210335
 +Node: Field Separators216265
 +Node: Default Field Splitting218963
 +Node: Regexp Field Splitting220081
 +Node: Single Character Fields223434
 +Node: Command Line Field Separator224494
 +Node: Full Line Fields227712
 +Ref: Full Line Fields-Footnote-1229234
 +Ref: Full Line Fields-Footnote-2229280
 +Node: Field Splitting Summary229381
 +Node: Constant Size231455
 +Node: Splitting By Content236034
 +Ref: Splitting By Content-Footnote-1240005
 +Node: Multiple Line240168
 +Ref: Multiple Line-Footnote-1246051
 +Node: Getline246230
 +Node: Plain Getline248697
 +Node: Getline/Variable251336
 +Node: Getline/File252485
 +Node: Getline/Variable/File253871
 +Ref: Getline/Variable/File-Footnote-1255475
 +Node: Getline/Pipe255563
 +Node: Getline/Variable/Pipe258268
 +Node: Getline/Coprocess259401
 +Node: Getline/Variable/Coprocess260666
 +Node: Getline Notes261406
 +Node: Getline Summary264201
 +Ref: table-getline-variants264623
 +Node: Read Timeout265371
 +Ref: Read Timeout-Footnote-1269278
 +Node: Retrying Input269336
 +Node: Command-line directories270535
 +Node: Input Summary271442
 +Node: Input Exercises274614
 +Node: Printing275342
 +Node: Print277177
 +Node: Print Examples278634
 +Node: Output Separators281414
 +Node: OFMT283431
 +Node: Printf284787
 +Node: Basic Printf285572
 +Node: Control Letters287146
 +Node: Format Modifiers291134
 +Node: Printf Examples297149
 +Node: Redirection299635
 +Node: Special FD306478
 +Ref: Special FD-Footnote-1309646
 +Node: Special Files309720
 +Node: Other Inherited Files310337
 +Node: Special Network311338
 +Node: Special Caveats312198
 +Node: Close Files And Pipes313147
 +Ref: Close Files And Pipes-Footnote-1320334
 +Ref: Close Files And Pipes-Footnote-2320482
 +Node: Nonfatal320633
 +Node: Output Summary322958
 +Node: Output Exercises324180
 +Node: Expressions324859
 +Node: Values326047
 +Node: Constants326725
 +Node: Scalar Constants327416
 +Ref: Scalar Constants-Footnote-1328280
 +Node: Nondecimal-numbers328530
 +Node: Regexp Constants331544
 +Node: Using Constant Regexps332070
 +Node: Variables335233
 +Node: Using Variables335890
 +Node: Assignment Options337801
 +Node: Conversion339675
 +Node: Strings And Numbers340199
 +Ref: Strings And Numbers-Footnote-1343263
 +Node: Locale influences conversions343372
 +Ref: table-locale-affects346130
 +Node: All Operators346748
 +Node: Arithmetic Ops347377
 +Node: Concatenation349883
 +Ref: Concatenation-Footnote-1352730
 +Node: Assignment Ops352837
 +Ref: table-assign-ops357829
 +Node: Increment Ops359142
 +Node: Truth Values and Conditions362602
 +Node: Truth Values363676
 +Node: Typing and Comparison364724
 +Node: Variable Typing365544
 +Node: Comparison Operators369168
 +Ref: table-relational-ops369587
 +Node: POSIX String Comparison373082
 +Ref: POSIX String Comparison-Footnote-1374156
 +Node: Boolean Ops374295
 +Ref: Boolean Ops-Footnote-1378777
 +Node: Conditional Exp378869
 +Node: Function Calls380605
 +Node: Precedence384485
 +Node: Locales388144
 +Node: Expressions Summary389776
 +Node: Patterns and Actions392349
 +Node: Pattern Overview393469
 +Node: Regexp Patterns395146
 +Node: Expression Patterns395688
 +Node: Ranges399469
 +Node: BEGIN/END402577
 +Node: Using BEGIN/END403338
 +Ref: Using BEGIN/END-Footnote-1406075
 +Node: I/O And BEGIN/END406181
 +Node: BEGINFILE/ENDFILE408497
 +Node: Empty411404
 +Node: Using Shell Variables411721
 +Node: Action Overview413995
 +Node: Statements416320
 +Node: If Statement418168
 +Node: While Statement419663
 +Node: Do Statement421691
 +Node: For Statement422839
 +Node: Switch Statement425998
 +Node: Break Statement428384
 +Node: Continue Statement430476
 +Node: Next Statement432303
 +Node: Nextfile Statement434686
 +Node: Exit Statement437338
 +Node: Built-in Variables439743
 +Node: User-modified440876
 +Ref: User-modified-Footnote-1448503
 +Node: Auto-set448565
 +Ref: Auto-set-Footnote-1462814
 +Ref: Auto-set-Footnote-2463020
 +Node: ARGC and ARGV463076
 +Node: Pattern Action Summary467295
 +Node: Arrays469725
 +Node: Array Basics471054
 +Node: Array Intro471898
 +Ref: figure-array-elements473873
- Ref: Array Intro-Footnote-1476585
- Node: Reference to Elements476713
- Node: Assigning Elements479177
- Node: Array Example479668
- Node: Scanning an Array481427
- Node: Controlling Scanning484451
- Ref: Controlling Scanning-Footnote-1489850
- Node: Numeric Array Subscripts490166
- Node: Uninitialized Subscripts492350
- Node: Delete493969
- Ref: Delete-Footnote-1496721
- Node: Multidimensional496778
- Node: Multiscanning499873
- Node: Arrays of Arrays501464
- Node: Arrays Summary506232
- Node: Functions508325
- Node: Built-in509363
- Node: Calling Built-in510441
- Node: Numeric Functions512437
- Ref: Numeric Functions-Footnote-1517270
- Ref: Numeric Functions-Footnote-2517627
- Ref: Numeric Functions-Footnote-3517675
- Node: String Functions517947
- Ref: String Functions-Footnote-1541455
- Ref: String Functions-Footnote-2541584
- Ref: String Functions-Footnote-3541832
- Node: Gory Details541919
- Ref: table-sub-escapes543710
- Ref: table-sub-proposed545229
- Ref: table-posix-sub546592
- Ref: table-gensub-escapes548133
- Ref: Gory Details-Footnote-1548956
- Node: I/O Functions549107
- Ref: I/O Functions-Footnote-1556328
- Node: Time Functions556476
- Ref: Time Functions-Footnote-1566981
- Ref: Time Functions-Footnote-2567049
- Ref: Time Functions-Footnote-3567207
- Ref: Time Functions-Footnote-4567318
- Ref: Time Functions-Footnote-5567430
- Ref: Time Functions-Footnote-6567657
- Node: Bitwise Functions567923
- Ref: table-bitwise-ops568517
- Ref: Bitwise Functions-Footnote-1572825
- Node: Type Functions572998
- Node: I18N Functions574860
- Node: User-defined576511
- Node: Definition Syntax577316
- Ref: Definition Syntax-Footnote-1583003
- Node: Function Example583074
- Ref: Function Example-Footnote-1585996
- Node: Function Caveats586018
- Node: Calling A Function586536
- Node: Variable Scope587494
- Node: Pass By Value/Reference590488
- Node: Return Statement593987
- Node: Dynamic Typing596966
- Node: Indirect Calls597896
- Ref: Indirect Calls-Footnote-1608147
- Node: Functions Summary608275
- Node: Library Functions610980
- Ref: Library Functions-Footnote-1614589
- Ref: Library Functions-Footnote-2614732
- Node: Library Names614903
- Ref: Library Names-Footnote-1618364
- Ref: Library Names-Footnote-2618587
- Node: General Functions618673
- Node: Strtonum Function619776
- Node: Assert Function622798
- Node: Round Function626124
- Node: Cliff Random Function627665
- Node: Ordinal Functions628681
- Ref: Ordinal Functions-Footnote-1631744
- Ref: Ordinal Functions-Footnote-2631996
- Node: Join Function632206
- Ref: Join Function-Footnote-1633976
- Node: Getlocaltime Function634176
- Node: Readfile Function637920
- Node: Shell Quoting639894
- Node: Data File Management641295
- Node: Filetrans Function641927
- Node: Rewind Function646024
- Node: File Checking647410
- Ref: File Checking-Footnote-1648744
- Node: Empty Files648945
- Node: Ignoring Assigns650924
- Node: Getopt Function652474
- Ref: Getopt Function-Footnote-1663944
- Node: Passwd Functions664144
- Ref: Passwd Functions-Footnote-1672985
- Node: Group Functions673073
- Ref: Group Functions-Footnote-1680972
- Node: Walking Arrays681179
- Node: Library Functions Summary684189
- Node: Library Exercises685595
- Node: Sample Programs686874
- Node: Running Examples687644
- Node: Clones688372
- Node: Cut Program689596
- Node: Egrep Program699317
- Ref: Egrep Program-Footnote-1706829
- Node: Id Program706939
- Node: Split Program710619
- Ref: Split Program-Footnote-1714078
- Node: Tee Program714207
- Node: Uniq Program716997
- Node: Wc Program724423
- Ref: Wc Program-Footnote-1728678
- Node: Miscellaneous Programs728772
- Node: Dupword Program729985
- Node: Alarm Program732015
- Node: Translate Program736870
- Ref: Translate Program-Footnote-1741435
- Node: Labels Program741705
- Ref: Labels Program-Footnote-1745056
- Node: Word Sorting745140
- Node: History Sorting749212
- Node: Extract Program751047
- Node: Simple Sed758578
- Node: Igawk Program761652
- Ref: Igawk Program-Footnote-1775983
- Ref: Igawk Program-Footnote-2776185
- Ref: Igawk Program-Footnote-3776307
- Node: Anagram Program776422
- Node: Signature Program779484
- Node: Programs Summary780731
- Node: Programs Exercises781946
- Ref: Programs Exercises-Footnote-1786075
- Node: Advanced Features786166
- Node: Nondecimal Data788156
- Node: Array Sorting789747
- Node: Controlling Array Traversal790447
- Ref: Controlling Array Traversal-Footnote-1798816
- Node: Array Sorting Functions798934
- Ref: Array Sorting Functions-Footnote-1802821
- Node: Two-way I/O803017
- Ref: Two-way I/O-Footnote-1807968
- Ref: Two-way I/O-Footnote-2808155
- Node: TCP/IP Networking808237
- Node: Profiling811144
- Node: Advanced Features Summary819415
- Node: Internationalization821351
- Node: I18N and L10N822831
- Node: Explaining gettext823518
- Ref: Explaining gettext-Footnote-1828541
- Ref: Explaining gettext-Footnote-2828726
- Node: Programmer i18n828891
- Ref: Programmer i18n-Footnote-1833747
- Node: Translator i18n833796
- Node: String Extraction834590
- Ref: String Extraction-Footnote-1835723
- Node: Printf Ordering835809
- Ref: Printf Ordering-Footnote-1838595
- Node: I18N Portability838659
- Ref: I18N Portability-Footnote-1841115
- Node: I18N Example841178
- Ref: I18N Example-Footnote-1843984
- Node: Gawk I18N844057
- Node: I18N Summary844702
- Node: Debugger846043
- Node: Debugging847065
- Node: Debugging Concepts847506
- Node: Debugging Terms849315
- Node: Awk Debugging851890
- Node: Sample Debugging Session852796
- Node: Debugger Invocation853330
- Node: Finding The Bug854716
- Node: List of Debugger Commands861194
- Node: Breakpoint Control862527
- Node: Debugger Execution Control866221
- Node: Viewing And Changing Data869583
- Node: Execution Stack872957
- Node: Debugger Info874594
- Node: Miscellaneous Debugger Commands878665
- Node: Readline Support883674
- Node: Limitations884570
- Node: Debugging Summary886679
- Node: Arbitrary Precision Arithmetic887852
- Node: Computer Arithmetic889268
- Ref: table-numeric-ranges892859
- Ref: Computer Arithmetic-Footnote-1893581
- Node: Math Definitions893638
- Ref: table-ieee-formats896952
- Ref: Math Definitions-Footnote-1897555
- Node: MPFR features897660
- Node: FP Math Caution899333
- Ref: FP Math Caution-Footnote-1900405
- Node: Inexactness of computations900774
- Node: Inexact representation901734
- Node: Comparing FP Values903094
- Node: Errors accumulate904176
- Node: Getting Accuracy905609
- Node: Try To Round908319
- Node: Setting precision909218
- Ref: table-predefined-precision-strings909915
- Node: Setting the rounding mode911745
- Ref: table-gawk-rounding-modes912119
- Ref: Setting the rounding mode-Footnote-1915527
- Node: Arbitrary Precision Integers915706
- Ref: Arbitrary Precision Integers-Footnote-1920623
- Node: POSIX Floating Point Problems920772
- Ref: POSIX Floating Point Problems-Footnote-1924654
- Node: Floating point summary924692
- Node: Dynamic Extensions926882
- Node: Extension Intro928435
- Node: Plugin License929701
- Node: Extension Mechanism Outline930498
- Ref: figure-load-extension930937
- Ref: figure-register-new-function932502
- Ref: figure-call-new-function933594
- Node: Extension API Description935657
- Node: Extension API Functions Introduction937191
- Node: General Data Types942050
- Ref: General Data Types-Footnote-1948005
- Node: Memory Allocation Functions948304
- Ref: Memory Allocation Functions-Footnote-1951149
- Node: Constructor Functions951248
- Node: Registration Functions952993
- Node: Extension Functions953678
- Node: Exit Callback Functions955977
- Node: Extension Version String957227
- Node: Input Parsers957890
- Node: Output Wrappers967775
- Node: Two-way processors972287
- Node: Printing Messages974551
- Ref: Printing Messages-Footnote-1975627
- Node: Updating 'ERRNO'975780
- Node: Requesting Values976521
- Ref: table-value-types-returned977260
- Node: Accessing Parameters978143
- Node: Symbol Table Access979379
- Node: Symbol table by name979891
- Node: Symbol table by cookie981912
- Ref: Symbol table by cookie-Footnote-1986061
- Node: Cached values986125
- Ref: Cached values-Footnote-1989626
- Node: Array Manipulation989717
- Ref: Array Manipulation-Footnote-1990808
- Node: Array Data Types990845
- Ref: Array Data Types-Footnote-1993503
- Node: Array Functions993595
- Node: Flattening Arrays997454
- Node: Creating Arrays1004362
- Node: Redirection API1009134
- Node: Extension API Variables1011965
- Node: Extension Versioning1012598
- Node: Extension API Informational Variables1014489
- Node: Extension API Boilerplate1015553
- Node: Finding Extensions1019367
- Node: Extension Example1019927
- Node: Internal File Description1020725
- Node: Internal File Ops1024805
- Ref: Internal File Ops-Footnote-11036567
- Node: Using Internal File Ops1036707
- Ref: Using Internal File Ops-Footnote-11039090
- Node: Extension Samples1039365
- Node: Extension Sample File Functions1040894
- Node: Extension Sample Fnmatch1048543
- Node: Extension Sample Fork1050030
- Node: Extension Sample Inplace1051248
- Node: Extension Sample Ord1053334
- Node: Extension Sample Readdir1054170
- Ref: table-readdir-file-types1055059
- Node: Extension Sample Revout1055864
- Node: Extension Sample Rev2way1056453
- Node: Extension Sample Read write array1057193
- Node: Extension Sample Readfile1059135
- Node: Extension Sample Time1060230
- Node: Extension Sample API Tests1061578
- Node: gawkextlib1062070
- Node: Extension summary1064517
- Node: Extension Exercises1068209
- Node: Language History1069706
- Node: V7/SVR3.11071362
- Node: SVR41073515
- Node: POSIX1074949
- Node: BTL1076329
- Node: POSIX/GNU1077059
- Node: Feature History1082898
- Node: Common Extensions1096889
- Node: Ranges and Locales1098172
- Ref: Ranges and Locales-Footnote-11102788
- Ref: Ranges and Locales-Footnote-21102815
- Ref: Ranges and Locales-Footnote-31103050
- Node: Contributors1103271
- Node: History summary1108840
- Node: Installation1110220
- Node: Gawk Distribution1111165
- Node: Getting1111649
- Node: Extracting1112472
- Node: Distribution contents1114110
- Node: Unix Installation1120206
- Node: Quick Installation1120888
- Node: Shell Startup Files1123302
- Node: Additional Configuration Options1124380
- Node: Configuration Philosophy1126185
- Node: Non-Unix Installation1128555
- Node: PC Installation1129013
- Node: PC Binary Installation1130333
- Node: PC Compiling1132185
- Ref: PC Compiling-Footnote-11135209
- Node: PC Testing1135318
- Node: PC Using1136498
- Node: Cygwin1140612
- Node: MSYS1141382
- Node: VMS Installation1141883
- Node: VMS Compilation1142674
- Ref: VMS Compilation-Footnote-11143904
- Node: VMS Dynamic Extensions1143962
- Node: VMS Installation Details1145647
- Node: VMS Running1147900
- Node: VMS GNV1150741
- Node: VMS Old Gawk1151476
- Node: Bugs1151947
- Node: Other Versions1156061
- Node: Installation summary1162535
- Node: Notes1163593
- Node: Compatibility Mode1164458
- Node: Additions1165240
- Node: Accessing The Source1166165
- Node: Adding Code1167601
- Node: New Ports1173756
- Node: Derived Files1178244
- Ref: Derived Files-Footnote-11183729
- Ref: Derived Files-Footnote-21183764
- Ref: Derived Files-Footnote-31184362
- Node: Future Extensions1184476
- Node: Implementation Limitations1185134
- Node: Extension Design1186317
- Node: Old Extension Problems1187471
- Ref: Old Extension Problems-Footnote-11188989
- Node: Extension New Mechanism Goals1189046
- Ref: Extension New Mechanism Goals-Footnote-11192410
- Node: Extension Other Design Decisions1192599
- Node: Extension Future Growth1194712
- Node: Old Extension Mechanism1195548
- Node: Notes summary1197311
- Node: Basic Concepts1198493
- Node: Basic High Level1199174
- Ref: figure-general-flow1199456
- Ref: figure-process-flow1200141
- Ref: Basic High Level-Footnote-11203442
- Node: Basic Data Typing1203627
- Node: Glossary1206955
- Node: Copying1238901
- Node: GNU Free Documentation License1276440
- Node: Index1301558
++Ref: Array Intro-Footnote-1476577
++Node: Reference to Elements476705
++Node: Assigning Elements479169
++Node: Array Example479660
++Node: Scanning an Array481419
++Node: Controlling Scanning484443
++Ref: Controlling Scanning-Footnote-1489842
++Node: Numeric Array Subscripts490158
++Node: Uninitialized Subscripts492342
++Node: Delete493961
++Ref: Delete-Footnote-1496713
++Node: Multidimensional496770
++Node: Multiscanning499865
++Node: Arrays of Arrays501456
++Node: Arrays Summary506224
++Node: Functions508317
++Node: Built-in509355
++Node: Calling Built-in510433
++Node: Numeric Functions512429
++Ref: Numeric Functions-Footnote-1517262
++Ref: Numeric Functions-Footnote-2517619
++Ref: Numeric Functions-Footnote-3517667
++Node: String Functions517939
++Ref: String Functions-Footnote-1541447
++Ref: String Functions-Footnote-2541576
++Ref: String Functions-Footnote-3541824
++Node: Gory Details541911
++Ref: table-sub-escapes543702
++Ref: table-sub-proposed545221
++Ref: table-posix-sub546584
++Ref: table-gensub-escapes548125
++Ref: Gory Details-Footnote-1548948
++Node: I/O Functions549099
++Ref: I/O Functions-Footnote-1556320
++Node: Time Functions556468
++Ref: Time Functions-Footnote-1566973
++Ref: Time Functions-Footnote-2567041
++Ref: Time Functions-Footnote-3567199
++Ref: Time Functions-Footnote-4567310
++Ref: Time Functions-Footnote-5567422
++Ref: Time Functions-Footnote-6567649
++Node: Bitwise Functions567915
++Ref: table-bitwise-ops568509
++Ref: Bitwise Functions-Footnote-1572817
++Node: Type Functions572990
++Node: I18N Functions574852
++Node: User-defined576503
++Node: Definition Syntax577308
++Ref: Definition Syntax-Footnote-1582995
++Node: Function Example583066
++Ref: Function Example-Footnote-1585988
++Node: Function Caveats586010
++Node: Calling A Function586528
++Node: Variable Scope587486
++Node: Pass By Value/Reference590480
++Node: Return Statement593979
++Node: Dynamic Typing596958
++Node: Indirect Calls597888
++Ref: Indirect Calls-Footnote-1608139
++Node: Functions Summary608267
++Node: Library Functions610972
++Ref: Library Functions-Footnote-1614581
++Ref: Library Functions-Footnote-2614724
++Node: Library Names614895
++Ref: Library Names-Footnote-1618356
++Ref: Library Names-Footnote-2618579
++Node: General Functions618665
++Node: Strtonum Function619768
++Node: Assert Function622790
++Node: Round Function626116
++Node: Cliff Random Function627657
++Node: Ordinal Functions628673
++Ref: Ordinal Functions-Footnote-1631736
++Ref: Ordinal Functions-Footnote-2631988
++Node: Join Function632198
++Ref: Join Function-Footnote-1633968
++Node: Getlocaltime Function634168
++Node: Readfile Function637912
++Node: Shell Quoting639886
++Node: Data File Management641287
++Node: Filetrans Function641919
++Node: Rewind Function646016
++Node: File Checking647402
++Ref: File Checking-Footnote-1648736
++Node: Empty Files648937
++Node: Ignoring Assigns650916
++Node: Getopt Function652466
++Ref: Getopt Function-Footnote-1663936
++Node: Passwd Functions664136
++Ref: Passwd Functions-Footnote-1672977
++Node: Group Functions673065
++Ref: Group Functions-Footnote-1680964
++Node: Walking Arrays681171
++Node: Library Functions Summary684181
++Node: Library Exercises685587
++Node: Sample Programs686866
++Node: Running Examples687636
++Node: Clones688364
++Node: Cut Program689588
++Node: Egrep Program699309
++Ref: Egrep Program-Footnote-1706821
++Node: Id Program706931
++Node: Split Program710611
++Ref: Split Program-Footnote-1714070
++Node: Tee Program714199
++Node: Uniq Program716989
++Node: Wc Program724415
++Ref: Wc Program-Footnote-1728670
++Node: Miscellaneous Programs728764
++Node: Dupword Program729977
++Node: Alarm Program732007
++Node: Translate Program736862
++Ref: Translate Program-Footnote-1741427
++Node: Labels Program741697
++Ref: Labels Program-Footnote-1745048
++Node: Word Sorting745132
++Node: History Sorting749204
++Node: Extract Program751039
++Node: Simple Sed758570
++Node: Igawk Program761644
++Ref: Igawk Program-Footnote-1775975
++Ref: Igawk Program-Footnote-2776177
++Ref: Igawk Program-Footnote-3776299
++Node: Anagram Program776414
++Node: Signature Program779476
++Node: Programs Summary780723
++Node: Programs Exercises781938
++Ref: Programs Exercises-Footnote-1786067
++Node: Advanced Features786158
++Node: Nondecimal Data788148
++Node: Array Sorting789739
++Node: Controlling Array Traversal790439
++Ref: Controlling Array Traversal-Footnote-1798808
++Node: Array Sorting Functions798926
++Ref: Array Sorting Functions-Footnote-1802813
++Node: Two-way I/O803009
++Ref: Two-way I/O-Footnote-1807960
++Ref: Two-way I/O-Footnote-2808147
++Node: TCP/IP Networking808229
++Node: Profiling811136
++Node: Advanced Features Summary819407
++Node: Internationalization821343
++Node: I18N and L10N822823
++Node: Explaining gettext823510
++Ref: Explaining gettext-Footnote-1828533
++Ref: Explaining gettext-Footnote-2828718
++Node: Programmer i18n828883
++Ref: Programmer i18n-Footnote-1833739
++Node: Translator i18n833788
++Node: String Extraction834582
++Ref: String Extraction-Footnote-1835715
++Node: Printf Ordering835801
++Ref: Printf Ordering-Footnote-1838587
++Node: I18N Portability838651
++Ref: I18N Portability-Footnote-1841107
++Node: I18N Example841170
++Ref: I18N Example-Footnote-1843976
++Node: Gawk I18N844049
++Node: I18N Summary844694
++Node: Debugger846035
++Node: Debugging847057
++Node: Debugging Concepts847498
++Node: Debugging Terms849307
++Node: Awk Debugging851882
++Node: Sample Debugging Session852788
++Node: Debugger Invocation853322
++Node: Finding The Bug854708
++Node: List of Debugger Commands861186
++Node: Breakpoint Control862519
++Node: Debugger Execution Control866213
++Node: Viewing And Changing Data869575
++Node: Execution Stack872949
++Node: Debugger Info874586
++Node: Miscellaneous Debugger Commands878657
++Node: Readline Support883666
++Node: Limitations884562
++Node: Debugging Summary886671
++Node: Arbitrary Precision Arithmetic887844
++Node: Computer Arithmetic889260
++Ref: table-numeric-ranges892851
++Ref: Computer Arithmetic-Footnote-1893573
++Node: Math Definitions893630
++Ref: table-ieee-formats896944
++Ref: Math Definitions-Footnote-1897547
++Node: MPFR features897652
++Node: FP Math Caution899325
++Ref: FP Math Caution-Footnote-1900397
++Node: Inexactness of computations900766
++Node: Inexact representation901726
++Node: Comparing FP Values903086
++Node: Errors accumulate904168
++Node: Getting Accuracy905601
++Node: Try To Round908311
++Node: Setting precision909210
++Ref: table-predefined-precision-strings909907
++Node: Setting the rounding mode911737
++Ref: table-gawk-rounding-modes912111
++Ref: Setting the rounding mode-Footnote-1915519
++Node: Arbitrary Precision Integers915698
++Ref: Arbitrary Precision Integers-Footnote-1920615
++Node: POSIX Floating Point Problems920764
++Ref: POSIX Floating Point Problems-Footnote-1924646
++Node: Floating point summary924684
++Node: Dynamic Extensions926874
++Node: Extension Intro928427
++Node: Plugin License929693
++Node: Extension Mechanism Outline930490
++Ref: figure-load-extension930929
++Ref: figure-register-new-function932494
++Ref: figure-call-new-function933586
++Node: Extension API Description935649
++Node: Extension API Functions Introduction937183
++Node: General Data Types942042
++Ref: General Data Types-Footnote-1947997
++Node: Memory Allocation Functions948296
++Ref: Memory Allocation Functions-Footnote-1951141
++Node: Constructor Functions951240
++Node: Registration Functions952985
++Node: Extension Functions953670
++Node: Exit Callback Functions955969
++Node: Extension Version String957219
++Node: Input Parsers957882
++Node: Output Wrappers967767
++Node: Two-way processors972279
++Node: Printing Messages974543
++Ref: Printing Messages-Footnote-1975619
++Node: Updating 'ERRNO'975772
++Node: Requesting Values976513
++Ref: table-value-types-returned977252
++Node: Accessing Parameters978135
++Node: Symbol Table Access979371
++Node: Symbol table by name979883
++Node: Symbol table by cookie981904
++Ref: Symbol table by cookie-Footnote-1986053
++Node: Cached values986117
++Ref: Cached values-Footnote-1989618
++Node: Array Manipulation989709
++Ref: Array Manipulation-Footnote-1990800
++Node: Array Data Types990837
++Ref: Array Data Types-Footnote-1993495
++Node: Array Functions993587
++Node: Flattening Arrays997446
++Node: Creating Arrays1004354
++Node: Redirection API1009126
++Node: Extension API Variables1011957
++Node: Extension Versioning1012590
++Node: Extension API Informational Variables1014481
++Node: Extension API Boilerplate1015545
++Node: Finding Extensions1019359
++Node: Extension Example1019919
++Node: Internal File Description1020717
++Node: Internal File Ops1024797
++Ref: Internal File Ops-Footnote-11036559
++Node: Using Internal File Ops1036699
++Ref: Using Internal File Ops-Footnote-11039082
++Node: Extension Samples1039357
++Node: Extension Sample File Functions1040886
++Node: Extension Sample Fnmatch1048535
++Node: Extension Sample Fork1050022
++Node: Extension Sample Inplace1051240
++Node: Extension Sample Ord1053326
++Node: Extension Sample Readdir1054162
++Ref: table-readdir-file-types1055051
++Node: Extension Sample Revout1055856
++Node: Extension Sample Rev2way1056445
++Node: Extension Sample Read write array1057185
++Node: Extension Sample Readfile1059127
++Node: Extension Sample Time1060222
++Node: Extension Sample API Tests1061570
++Node: gawkextlib1062062
++Node: Extension summary1064509
++Node: Extension Exercises1068201
++Node: Language History1069698
++Node: V7/SVR3.11071354
++Node: SVR41073507
++Node: POSIX1074941
++Node: BTL1076321
++Node: POSIX/GNU1077051
++Node: Feature History1082890
++Node: Common Extensions1096881
++Node: Ranges and Locales1098164
++Ref: Ranges and Locales-Footnote-11102780
++Ref: Ranges and Locales-Footnote-21102807
++Ref: Ranges and Locales-Footnote-31103042
++Node: Contributors1103263
++Node: History summary1108832
++Node: Installation1110212
++Node: Gawk Distribution1111157
++Node: Getting1111641
++Node: Extracting1112464
++Node: Distribution contents1114102
++Node: Unix Installation1120198
++Node: Quick Installation1120880
++Node: Shell Startup Files1123294
++Node: Additional Configuration Options1124372
++Node: Configuration Philosophy1126177
++Node: Non-Unix Installation1128547
++Node: PC Installation1129005
++Node: PC Binary Installation1130325
++Node: PC Compiling1132177
++Ref: PC Compiling-Footnote-11135201
++Node: PC Testing1135310
++Node: PC Using1136490
++Node: Cygwin1140604
++Node: MSYS1141374
++Node: VMS Installation1141875
++Node: VMS Compilation1142666
++Ref: VMS Compilation-Footnote-11143896
++Node: VMS Dynamic Extensions1143954
++Node: VMS Installation Details1145639
++Node: VMS Running1147892
++Node: VMS GNV1150733
++Node: VMS Old Gawk1151468
++Node: Bugs1151939
++Node: Other Versions1156053
++Node: Installation summary1162527
++Node: Notes1163585
++Node: Compatibility Mode1164450
++Node: Additions1165232
++Node: Accessing The Source1166157
++Node: Adding Code1167593
++Node: New Ports1173748
++Node: Derived Files1178236
++Ref: Derived Files-Footnote-11183721
++Ref: Derived Files-Footnote-21183756
++Ref: Derived Files-Footnote-31184354
++Node: Future Extensions1184468
++Node: Implementation Limitations1185126
++Node: Extension Design1186309
++Node: Old Extension Problems1187463
++Ref: Old Extension Problems-Footnote-11188981
++Node: Extension New Mechanism Goals1189038
++Ref: Extension New Mechanism Goals-Footnote-11192402
++Node: Extension Other Design Decisions1192591
++Node: Extension Future Growth1194704
++Node: Old Extension Mechanism1195540
++Node: Notes summary1197303
++Node: Basic Concepts1198485
++Node: Basic High Level1199166
++Ref: figure-general-flow1199448
++Ref: figure-process-flow1200133
++Ref: Basic High Level-Footnote-11203434
++Node: Basic Data Typing1203619
++Node: Glossary1206947
++Node: Copying1238893
++Node: GNU Free Documentation License1276432
++Node: Index1301550
  
  End Tag Table

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

Summary of changes:
 ChangeLog                     |    4 +
 NEWS                          |    2 +-
 README_d/ChangeLog            |    4 +
 awkgram.c                     |    6 +-
 awklib/ChangeLog              |    4 +
 configure                     |   10 +-
 doc/ChangeLog                 |   16 +
 doc/array-elements.txt        |    4 +-
 doc/awkcard.in                |    2 +-
 doc/gawk.info                 |  738 ++++++++++++++++++++--------------------
 doc/gawk.texi                 |   50 +--
 doc/gawktexi.in               |   50 +--
 doc/texinfo.tex               |   45 ++-
 extension/ChangeLog           |    4 +
 extension/build-aux/ChangeLog |    4 +
 extension/configure           |   30 +-
 extension/configure.ac        |    2 +-
 extension/m4/ChangeLog        |    4 +
 helpers/ChangeLog             |    5 +-
 m4/ChangeLog                  |    4 +
 missing_d/ChangeLog           |    4 +
 pc/ChangeLog                  |    4 +
 po/ChangeLog                  |    4 +
 po/ca.gmo                     |  Bin 82049 -> 82049 bytes
 po/ca.po                      |  163 +++++-----
 po/da.gmo                     |  Bin 45601 -> 51491 bytes
 po/da.po                      |  637 +++++++++++++++++------------------
 po/de.gmo                     |  Bin 86359 -> 86359 bytes
 po/de.po                      |  163 +++++-----
 po/es.gmo                     |  Bin 43722 -> 43722 bytes
 po/es.po                      |  163 +++++-----
 po/fi.gmo                     |  Bin 85865 -> 85865 bytes
 po/fi.po                      |  163 +++++-----
 po/fr.gmo                     |  Bin 86892 -> 86892 bytes
 po/fr.po                      |  163 +++++-----
 po/gawk.pot                   |  165 +++++-----
 po/it.gmo                     |  Bin 82296 -> 82296 bytes
 po/it.po                      |  163 +++++-----
 po/ja.gmo                     |  Bin 51602 -> 51602 bytes
 po/ja.po                      |  163 +++++-----
 po/ms.gmo                     |  Bin 1183 -> 1183 bytes
 po/ms.po                      |  163 +++++-----
 po/nl.gmo                     |  Bin 82198 -> 82198 bytes
 po/nl.po                      |  163 +++++-----
 po/pl.gmo                     |  Bin 70252 -> 70252 bytes
 po/pl.po                      |  163 +++++-----
 po/sv.gmo                     |  Bin 82224 -> 82224 bytes
 po/sv.po                      |  163 +++++-----
 po/vi.gmo                     |  Bin 94364 -> 94364 bytes
 po/vi.po                      |  163 +++++-----
 posix/ChangeLog               |    4 +
 test/ChangeLog                |   12 +
 test/Makefile.am              |    3 +-
 test/Makefile.in              |    3 +-
 test/fts.awk                  |   20 +-
 vms/ChangeLog                 |    8 +
 vms/descrip.mms               |    2 +-
 vms/vax/ChangeLog             |    4 +
 vms/vmsbuild.com              |    3 +-
 59 files changed, 1918 insertions(+), 1899 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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