gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-235-g253b88d


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-235-g253b88d
Date: Fri, 03 Jan 2014 10:59:54 +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, master has been updated
       via  253b88d9f30c3513ab5c525e0a63cc3b055fd80d (commit)
       via  4a7dc37ea7122759469ee93eae9dadea455d658b (commit)
       via  815ad7a1d9e47b50b26fd89c362a99598fa45c1c (commit)
       via  80a38c12d2b9f217639552a6163b4232a8329d60 (commit)
       via  23242aad7725855bcfd9ede006713538ac393fbd (commit)
       via  0d625fc05924245fbfa092e0f80302f981b6b44a (commit)
       via  65b5afc0027911abc041cfbe625ad6bd9f967ccd (commit)
      from  c34e30427363c70688233a4ce0be44dfc92c6226 (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=253b88d9f30c3513ab5c525e0a63cc3b055fd80d

commit 253b88d9f30c3513ab5c525e0a63cc3b055fd80d
Merge: c34e304 4a7dc37
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Jan 3 12:59:30 2014 +0200

    Merge branch 'gawk-4.1-stable'

diff --cc ChangeLog
index f0d9ee1,e6b3ea6..8199425
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,7 -1,10 +1,14 @@@
+ 2014-01-03         Arnold D. Robbins     <address@hidden>
+ 
+       * config.guess, config.rpath, config.sub, depcomp,
+       install-sh: Updated.
+       * dfa.h, dfa.c: Sync with GNU grep; comment fix and copyright year.
+       * NEWS: Updated some, including copyright year.
+ 
 +2013-12-26         Arnold D. Robbins     <address@hidden>
 +
 +      * README: Add John Malmberg for VMS.
 +
  2013-12-24         Arnold D. Robbins     <address@hidden>
  
        * getopt.h: Add `defined(__sun)' to list of system that do get to
diff --cc doc/gawk.info
index e45050b,b4c9029..9196248
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -32207,521 -32216,523 +32227,523 @@@ Inde
  
  
  Tag Table:
- Node: Top1360
- Node: Foreword40460
- Node: Preface44805
- Ref: Preface-Footnote-147858
- Ref: Preface-Footnote-247954
- Node: History48186
- Node: Names50560
- Ref: Names-Footnote-152037
- Node: This Manual52109
- Ref: This Manual-Footnote-157883
- Node: Conventions57983
- Node: Manual History60139
- Ref: Manual History-Footnote-163587
- Ref: Manual History-Footnote-263628
- Node: How To Contribute63702
- Node: Acknowledgments64846
- Node: Getting Started69055
- Node: Running gawk71434
- Node: One-shot72620
- Node: Read Terminal73845
- Ref: Read Terminal-Footnote-175495
- Ref: Read Terminal-Footnote-275771
- Node: Long75942
- Node: Executable Scripts77318
- Ref: Executable Scripts-Footnote-179151
- Ref: Executable Scripts-Footnote-279253
- Node: Comments79800
- Node: Quoting82267
- Node: DOS Quoting86890
- Node: Sample Data Files87565
- Node: Very Simple90609
- Node: Two Rules95208
- Node: More Complex97355
- Ref: More Complex-Footnote-1100285
- Node: Statements/Lines100370
- Ref: Statements/Lines-Footnote-1104832
- Node: Other Features105097
- Node: When106025
- Node: Invoking Gawk108172
- Node: Command Line109633
- Node: Options110416
- Ref: Options-Footnote-1125808
- Node: Other Arguments125833
- Node: Naming Standard Input128491
- Node: Environment Variables129585
- Node: AWKPATH Variable130143
- Ref: AWKPATH Variable-Footnote-1132901
- Node: AWKLIBPATH Variable133161
- Node: Other Environment Variables133879
- Node: Exit Status136842
- Node: Include Files137517
- Node: Loading Shared Libraries141086
- Node: Obsolete142450
- Node: Undocumented143147
- Node: Regexp143389
- Node: Regexp Usage144778
- Node: Escape Sequences146804
- Node: Regexp Operators152473
- Ref: Regexp Operators-Footnote-1159853
- Ref: Regexp Operators-Footnote-2160000
- Node: Bracket Expressions160098
- Ref: table-char-classes161988
- Node: GNU Regexp Operators164511
- Node: Case-sensitivity168234
- Ref: Case-sensitivity-Footnote-1171202
- Ref: Case-sensitivity-Footnote-2171437
- Node: Leftmost Longest171545
- Node: Computed Regexps172746
- Node: Reading Files176083
- Node: Records178085
- Ref: Records-Footnote-1186974
- Node: Fields187011
- Ref: Fields-Footnote-1190044
- Node: Nonconstant Fields190130
- Node: Changing Fields192332
- Node: Field Separators198291
- Node: Default Field Splitting200920
- Node: Regexp Field Splitting202037
- Node: Single Character Fields205379
- Node: Command Line Field Separator206438
- Node: Field Splitting Summary209879
- Ref: Field Splitting Summary-Footnote-1212990
- Node: Constant Size213091
- Node: Splitting By Content217675
- Ref: Splitting By Content-Footnote-1221401
- Node: Multiple Line221441
- Ref: Multiple Line-Footnote-1227288
- Node: Getline227467
- Node: Plain Getline229683
- Node: Getline/Variable231778
- Node: Getline/File232925
- Node: Getline/Variable/File234266
- Ref: Getline/Variable/File-Footnote-1235865
- Node: Getline/Pipe235952
- Node: Getline/Variable/Pipe238651
- Node: Getline/Coprocess239758
- Node: Getline/Variable/Coprocess241010
- Node: Getline Notes241747
- Node: Getline Summary244534
- Ref: table-getline-variants244942
- Node: Read Timeout245854
- Ref: Read Timeout-Footnote-1249595
- Node: Command line directories249652
- Node: Printing250282
- Node: Print251913
- Node: Print Examples253250
- Node: Output Separators256034
- Node: OFMT257794
- Node: Printf259152
- Node: Basic Printf260058
- Node: Control Letters261597
- Node: Format Modifiers265409
- Node: Printf Examples271418
- Node: Redirection274133
- Node: Special Files281098
- Node: Special FD281631
- Ref: Special FD-Footnote-1285256
- Node: Special Network285330
- Node: Special Caveats286180
- Node: Close Files And Pipes286976
- Ref: Close Files And Pipes-Footnote-1293959
- Ref: Close Files And Pipes-Footnote-2294107
- Node: Expressions294257
- Node: Values295389
- Node: Constants296065
- Node: Scalar Constants296745
- Ref: Scalar Constants-Footnote-1297604
- Node: Nondecimal-numbers297786
- Node: Regexp Constants300786
- Node: Using Constant Regexps301261
- Node: Variables304316
- Node: Using Variables304971
- Node: Assignment Options306695
- Node: Conversion308567
- Ref: table-locale-affects314068
- Ref: Conversion-Footnote-1314692
- Node: All Operators314801
- Node: Arithmetic Ops315431
- Node: Concatenation317936
- Ref: Concatenation-Footnote-1320728
- Node: Assignment Ops320848
- Ref: table-assign-ops325836
- Node: Increment Ops327167
- Node: Truth Values and Conditions330601
- Node: Truth Values331684
- Node: Typing and Comparison332733
- Node: Variable Typing333526
- Ref: Variable Typing-Footnote-1337423
- Node: Comparison Operators337545
- Ref: table-relational-ops337955
- Node: POSIX String Comparison341504
- Ref: POSIX String Comparison-Footnote-1342460
- Node: Boolean Ops342598
- Ref: Boolean Ops-Footnote-1346676
- Node: Conditional Exp346767
- Node: Function Calls348499
- Node: Precedence352093
- Node: Locales355762
- Node: Patterns and Actions356851
- Node: Pattern Overview357905
- Node: Regexp Patterns359574
- Node: Expression Patterns360117
- Node: Ranges363802
- Node: BEGIN/END366768
- Node: Using BEGIN/END367530
- Ref: Using BEGIN/END-Footnote-1370261
- Node: I/O And BEGIN/END370367
- Node: BEGINFILE/ENDFILE372649
- Node: Empty375563
- Node: Using Shell Variables375879
- Node: Action Overview378164
- Node: Statements380521
- Node: If Statement382375
- Node: While Statement383874
- Node: Do Statement385918
- Node: For Statement387074
- Node: Switch Statement390226
- Node: Break Statement392323
- Node: Continue Statement394313
- Node: Next Statement396106
- Node: Nextfile Statement398496
- Node: Exit Statement401139
- Node: Built-in Variables403555
- Node: User-modified404650
- Ref: User-modified-Footnote-1413008
- Node: Auto-set413070
- Ref: Auto-set-Footnote-1426540
- Ref: Auto-set-Footnote-2426745
- Node: ARGC and ARGV426801
- Node: Arrays430652
- Node: Array Basics432157
- Node: Array Intro432983
- Node: Reference to Elements437300
- Node: Assigning Elements439570
- Node: Array Example440061
- Node: Scanning an Array441793
- Node: Controlling Scanning444107
- Ref: Controlling Scanning-Footnote-1449194
- Node: Delete449510
- Ref: Delete-Footnote-1452275
- Node: Numeric Array Subscripts452332
- Node: Uninitialized Subscripts454515
- Node: Multidimensional456142
- Node: Multiscanning459234
- Node: Arrays of Arrays460823
- Node: Functions465463
- Node: Built-in466282
- Node: Calling Built-in467360
- Node: Numeric Functions469348
- Ref: Numeric Functions-Footnote-1473180
- Ref: Numeric Functions-Footnote-2473537
- Ref: Numeric Functions-Footnote-3473585
- Node: String Functions473854
- Ref: String Functions-Footnote-1496774
- Ref: String Functions-Footnote-2496903
- Ref: String Functions-Footnote-3497151
- Node: Gory Details497238
- Ref: table-sub-escapes498917
- Ref: table-sub-posix-92500271
- Ref: table-sub-proposed501622
- Ref: table-posix-sub502976
- Ref: table-gensub-escapes504521
- Ref: Gory Details-Footnote-1505697
- Ref: Gory Details-Footnote-2505748
- Node: I/O Functions505899
- Ref: I/O Functions-Footnote-1512884
- Node: Time Functions513031
- Ref: Time Functions-Footnote-1523964
- Ref: Time Functions-Footnote-2524032
- Ref: Time Functions-Footnote-3524190
- Ref: Time Functions-Footnote-4524301
- Ref: Time Functions-Footnote-5524413
- Ref: Time Functions-Footnote-6524640
- Node: Bitwise Functions524906
- Ref: table-bitwise-ops525468
- Ref: Bitwise Functions-Footnote-1529689
- Node: Type Functions529873
- Node: I18N Functions531024
- Node: User-defined532651
- Node: Definition Syntax533455
- Ref: Definition Syntax-Footnote-1538365
- Node: Function Example538434
- Node: Function Caveats541028
- Node: Calling A Function541449
- Node: Variable Scope542564
- Node: Pass By Value/Reference545527
- Node: Return Statement549035
- Node: Dynamic Typing552016
- Node: Indirect Calls552947
- Node: Library Functions562632
- Ref: Library Functions-Footnote-1566145
- Ref: Library Functions-Footnote-2566288
- Node: Library Names566459
- Ref: Library Names-Footnote-1569930
- Ref: Library Names-Footnote-2570150
- Node: General Functions570236
- Node: Strtonum Function571264
- Node: Assert Function574194
- Node: Round Function577520
- Node: Cliff Random Function579063
- Node: Ordinal Functions580079
- Ref: Ordinal Functions-Footnote-1583149
- Ref: Ordinal Functions-Footnote-2583401
- Node: Join Function583610
- Ref: Join Function-Footnote-1585381
- Node: Getlocaltime Function585581
- Node: Readfile Function589322
- Node: Data File Management591161
- Node: Filetrans Function591793
- Node: Rewind Function595862
- Node: File Checking597249
- Node: Empty Files598343
- Node: Ignoring Assigns600573
- Node: Getopt Function602126
- Ref: Getopt Function-Footnote-1613429
- Node: Passwd Functions613632
- Ref: Passwd Functions-Footnote-1622607
- Node: Group Functions622695
- Node: Walking Arrays630779
- Node: Sample Programs632916
- Node: Running Examples633590
- Node: Clones634318
- Node: Cut Program635542
- Node: Egrep Program645387
- Ref: Egrep Program-Footnote-1653160
- Node: Id Program653270
- Node: Split Program656886
- Ref: Split Program-Footnote-1660405
- Node: Tee Program660533
- Node: Uniq Program663336
- Node: Wc Program670765
- Ref: Wc Program-Footnote-1675031
- Ref: Wc Program-Footnote-2675231
- Node: Miscellaneous Programs675323
- Node: Dupword Program676511
- Node: Alarm Program678542
- Node: Translate Program683295
- Ref: Translate Program-Footnote-1687682
- Ref: Translate Program-Footnote-2687930
- Node: Labels Program688064
- Ref: Labels Program-Footnote-1691435
- Node: Word Sorting691519
- Node: History Sorting695403
- Node: Extract Program697242
- Ref: Extract Program-Footnote-1704745
- Node: Simple Sed704873
- Node: Igawk Program707935
- Ref: Igawk Program-Footnote-1723092
- Ref: Igawk Program-Footnote-2723293
- Node: Anagram Program723431
- Node: Signature Program726499
- Node: Advanced Features727599
- Node: Nondecimal Data729485
- Node: Array Sorting731068
- Node: Controlling Array Traversal731765
- Node: Array Sorting Functions740049
- Ref: Array Sorting Functions-Footnote-1743918
- Node: Two-way I/O744112
- Ref: Two-way I/O-Footnote-1749544
- Node: TCP/IP Networking749614
- Node: Profiling752458
- Node: Internationalization759955
- Node: I18N and L10N761380
- Node: Explaining gettext762066
- Ref: Explaining gettext-Footnote-1767134
- Ref: Explaining gettext-Footnote-2767318
- Node: Programmer i18n767483
- Node: Translator i18n771685
- Node: String Extraction772478
- Ref: String Extraction-Footnote-1773439
- Node: Printf Ordering773525
- Ref: Printf Ordering-Footnote-1776309
- Node: I18N Portability776373
- Ref: I18N Portability-Footnote-1778822
- Node: I18N Example778885
- Ref: I18N Example-Footnote-1781523
- Node: Gawk I18N781595
- Node: Debugger782216
- Node: Debugging783187
- Node: Debugging Concepts783620
- Node: Debugging Terms785476
- Node: Awk Debugging788073
- Node: Sample Debugging Session788965
- Node: Debugger Invocation789485
- Node: Finding The Bug790817
- Node: List of Debugger Commands797305
- Node: Breakpoint Control798639
- Node: Debugger Execution Control802303
- Node: Viewing And Changing Data805663
- Node: Execution Stack809019
- Node: Debugger Info810486
- Node: Miscellaneous Debugger Commands814468
- Node: Readline Support819644
- Node: Limitations820475
- Node: Arbitrary Precision Arithmetic822727
- Ref: Arbitrary Precision Arithmetic-Footnote-1824376
- Node: General Arithmetic824524
- Node: Floating Point Issues826244
- Node: String Conversion Precision827125
- Ref: String Conversion Precision-Footnote-1828830
- Node: Unexpected Results828939
- Node: POSIX Floating Point Problems831092
- Ref: POSIX Floating Point Problems-Footnote-1834917
- Node: Integer Programming834955
- Node: Floating-point Programming836694
- Ref: Floating-point Programming-Footnote-1843025
- Ref: Floating-point Programming-Footnote-2843295
- Node: Floating-point Representation843559
- Node: Floating-point Context844724
- Ref: table-ieee-formats845563
- Node: Rounding Mode846947
- Ref: table-rounding-modes847426
- Ref: Rounding Mode-Footnote-1850441
- Node: Gawk and MPFR850620
- Node: Arbitrary Precision Floats851875
- Ref: Arbitrary Precision Floats-Footnote-1854318
- Node: Setting Precision854634
- Ref: table-predefined-precision-strings855320
- Node: Setting Rounding Mode857465
- Ref: table-gawk-rounding-modes857869
- Node: Floating-point Constants859056
- Node: Changing Precision860485
- Ref: Changing Precision-Footnote-1861882
- Node: Exact Arithmetic862056
- Node: Arbitrary Precision Integers865194
- Ref: Arbitrary Precision Integers-Footnote-1868212
- Node: Dynamic Extensions868359
- Node: Extension Intro869817
- Node: Plugin License871082
- Node: Extension Mechanism Outline871767
- Ref: load-extension872184
- Ref: load-new-function873662
- Ref: call-new-function874657
- Node: Extension API Description876672
- Node: Extension API Functions Introduction877885
- Node: General Data Types882751
- Ref: General Data Types-Footnote-1888356
- Node: Requesting Values888655
- Ref: table-value-types-returned889386
- Node: Constructor Functions890340
- Node: Registration Functions893360
- Node: Extension Functions894045
- Node: Exit Callback Functions896270
- Node: Extension Version String897519
- Node: Input Parsers898169
- Node: Output Wrappers907926
- Node: Two-way processors912436
- Node: Printing Messages914644
- Ref: Printing Messages-Footnote-1915721
- Node: Updating `ERRNO'915873
- Node: Accessing Parameters916612
- Node: Symbol Table Access917842
- Node: Symbol table by name918354
- Node: Symbol table by cookie920101
- Ref: Symbol table by cookie-Footnote-1924231
- Node: Cached values924294
- Ref: Cached values-Footnote-1927743
- Node: Array Manipulation927834
- Ref: Array Manipulation-Footnote-1928932
- Node: Array Data Types928971
- Ref: Array Data Types-Footnote-1931674
- Node: Array Functions931766
- Node: Flattening Arrays935532
- Node: Creating Arrays942384
- Node: Extension API Variables947109
- Node: Extension Versioning947745
- Node: Extension API Informational Variables949646
- Node: Extension API Boilerplate950732
- Node: Finding Extensions954536
- Node: Extension Example955096
- Node: Internal File Description955826
- Node: Internal File Ops959917
- Ref: Internal File Ops-Footnote-1971425
- Node: Using Internal File Ops971565
- Ref: Using Internal File Ops-Footnote-1973918
- Node: Extension Samples974184
- Node: Extension Sample File Functions975708
- Node: Extension Sample Fnmatch984193
- Node: Extension Sample Fork985919
- Node: Extension Sample Inplace987137
- Node: Extension Sample Ord988915
- Node: Extension Sample Readdir989751
- Node: Extension Sample Revout991283
- Node: Extension Sample Rev2way991876
- Node: Extension Sample Read write array992566
- Node: Extension Sample Readfile994449
- Node: Extension Sample API Tests995267
- Node: Extension Sample Time995792
- Node: gawkextlib997156
- Node: Language History999937
- Node: V7/SVR3.11001459
- Node: SVR41003779
- Node: POSIX1005221
- Node: BTL1006607
- Node: POSIX/GNU1007341
- Node: Common Extensions1012876
- Node: Ranges and Locales1014182
- Ref: Ranges and Locales-Footnote-11018800
- Ref: Ranges and Locales-Footnote-21018827
- Ref: Ranges and Locales-Footnote-31019087
- Node: Contributors1019308
- Node: Installation1024383
- Node: Gawk Distribution1025277
- Node: Getting1025761
- Node: Extracting1026587
- Node: Distribution contents1028279
- Node: Unix Installation1033984
- Node: Quick Installation1034601
- Node: Additional Configuration Options1037045
- Node: Configuration Philosophy1038781
- Node: Non-Unix Installation1041135
- Node: PC Installation1041593
- Node: PC Binary Installation1042892
- Node: PC Compiling1044740
- Node: PC Testing1047684
- Node: PC Using1048860
- Node: Cygwin1053045
- Node: MSYS1054045
- Node: VMS Installation1054559
- Node: VMS Compilation1055162
- Ref: VMS Compilation-Footnote-11056169
- Node: VMS Installation Details1056227
- Node: VMS Running1057862
- Node: VMS Old Gawk1059469
- Node: Bugs1059943
- Node: Other Versions1063863
- Node: Notes1069947
- Node: Compatibility Mode1070747
- Node: Additions1071530
- Node: Accessing The Source1072457
- Node: Adding Code1073897
- Node: New Ports1079942
- Node: Derived Files1084077
- Ref: Derived Files-Footnote-11089398
- Ref: Derived Files-Footnote-21089432
- Ref: Derived Files-Footnote-31090032
- Node: Future Extensions1090130
- Node: Implementation Limitations1090713
- Node: Extension Design1091965
- Node: Old Extension Problems1093119
- Ref: Old Extension Problems-Footnote-11094627
- Node: Extension New Mechanism Goals1094684
- Ref: Extension New Mechanism Goals-Footnote-11098049
- Node: Extension Other Design Decisions1098235
- Node: Extension Future Growth1100341
- Node: Old Extension Mechanism1101177
- Node: Basic Concepts1102917
- Node: Basic High Level1103598
- Ref: figure-general-flow1103869
- Ref: figure-process-flow1104468
- Ref: Basic High Level-Footnote-11107697
- Node: Basic Data Typing1107882
- Node: Glossary1111237
- Node: Copying1136699
- Node: GNU Free Documentation License1174256
- Node: Index1199393
+ Node: Top1366
+ Node: Foreword40552
+ Node: Preface44897
+ Ref: Preface-Footnote-147950
+ Ref: Preface-Footnote-248046
+ Node: History48278
+ Node: Names50652
+ Ref: Names-Footnote-152129
+ Node: This Manual52201
+ Ref: This Manual-Footnote-157975
+ Node: Conventions58075
+ Node: Manual History60231
+ Ref: Manual History-Footnote-163679
+ Ref: Manual History-Footnote-263720
+ Node: How To Contribute63794
+ Node: Acknowledgments64938
+ Node: Getting Started69147
+ Node: Running gawk71526
+ Node: One-shot72712
+ Node: Read Terminal73937
+ Ref: Read Terminal-Footnote-175587
+ Ref: Read Terminal-Footnote-275863
+ Node: Long76034
+ Node: Executable Scripts77410
+ Ref: Executable Scripts-Footnote-179243
+ Ref: Executable Scripts-Footnote-279345
+ Node: Comments79892
+ Node: Quoting82359
+ Node: DOS Quoting86982
+ Node: Sample Data Files87657
+ Node: Very Simple90701
+ Node: Two Rules95300
+ Node: More Complex97447
+ Ref: More Complex-Footnote-1100377
+ Node: Statements/Lines100462
+ Ref: Statements/Lines-Footnote-1104924
+ Node: Other Features105189
+ Node: When106117
+ Node: Invoking Gawk108264
+ Node: Command Line109725
+ Node: Options110508
+ Ref: Options-Footnote-1125900
+ Node: Other Arguments125925
+ Node: Naming Standard Input128583
+ Node: Environment Variables129677
+ Node: AWKPATH Variable130235
+ Ref: AWKPATH Variable-Footnote-1132993
+ Node: AWKLIBPATH Variable133253
+ Node: Other Environment Variables133971
+ Node: Exit Status136934
+ Node: Include Files137609
+ Node: Loading Shared Libraries141178
+ Node: Obsolete142542
+ Node: Undocumented143239
+ Node: Regexp143481
+ Node: Regexp Usage144870
+ Node: Escape Sequences146896
+ Node: Regexp Operators152565
+ Ref: Regexp Operators-Footnote-1159945
+ Ref: Regexp Operators-Footnote-2160092
+ Node: Bracket Expressions160190
+ Ref: table-char-classes162080
+ Node: GNU Regexp Operators164603
+ Node: Case-sensitivity168326
+ Ref: Case-sensitivity-Footnote-1171294
+ Ref: Case-sensitivity-Footnote-2171529
+ Node: Leftmost Longest171637
+ Node: Computed Regexps172838
+ Node: Reading Files176175
+ Node: Records178177
+ Ref: Records-Footnote-1187066
+ Node: Fields187103
+ Ref: Fields-Footnote-1190136
+ Node: Nonconstant Fields190222
+ Node: Changing Fields192424
+ Node: Field Separators198383
+ Node: Default Field Splitting201085
+ Node: Regexp Field Splitting202202
+ Node: Single Character Fields205544
+ Node: Command Line Field Separator206603
+ Node: Full Line Fields210037
+ Ref: Full Line Fields-Footnote-1210545
+ Node: Field Splitting Summary210591
+ Ref: Field Splitting Summary-Footnote-1213690
+ Node: Constant Size213791
+ Node: Splitting By Content218375
+ Ref: Splitting By Content-Footnote-1222101
+ Node: Multiple Line222141
+ Ref: Multiple Line-Footnote-1227988
+ Node: Getline228167
+ Node: Plain Getline230383
+ Node: Getline/Variable232478
+ Node: Getline/File233625
+ Node: Getline/Variable/File234966
+ Ref: Getline/Variable/File-Footnote-1236565
+ Node: Getline/Pipe236652
+ Node: Getline/Variable/Pipe239351
+ Node: Getline/Coprocess240458
+ Node: Getline/Variable/Coprocess241710
+ Node: Getline Notes242447
+ Node: Getline Summary245234
+ Ref: table-getline-variants245642
+ Node: Read Timeout246554
+ Ref: Read Timeout-Footnote-1250295
+ Node: Command line directories250352
+ Node: Printing250982
+ Node: Print252613
+ Node: Print Examples253950
+ Node: Output Separators256734
+ Node: OFMT258494
+ Node: Printf259852
+ Node: Basic Printf260758
+ Node: Control Letters262297
+ Node: Format Modifiers266109
+ Node: Printf Examples272118
+ Node: Redirection274833
+ Node: Special Files281798
+ Node: Special FD282331
+ Ref: Special FD-Footnote-1285956
+ Node: Special Network286030
+ Node: Special Caveats286880
+ Node: Close Files And Pipes287676
+ Ref: Close Files And Pipes-Footnote-1294659
+ Ref: Close Files And Pipes-Footnote-2294807
+ Node: Expressions294957
+ Node: Values296089
+ Node: Constants296765
+ Node: Scalar Constants297445
+ Ref: Scalar Constants-Footnote-1298304
+ Node: Nondecimal-numbers298486
+ Node: Regexp Constants301486
+ Node: Using Constant Regexps301961
+ Node: Variables305016
+ Node: Using Variables305671
+ Node: Assignment Options307395
+ Node: Conversion309267
+ Ref: table-locale-affects314768
+ Ref: Conversion-Footnote-1315392
+ Node: All Operators315501
+ Node: Arithmetic Ops316131
+ Node: Concatenation318636
+ Ref: Concatenation-Footnote-1321428
+ Node: Assignment Ops321548
+ Ref: table-assign-ops326536
+ Node: Increment Ops327867
+ Node: Truth Values and Conditions331301
+ Node: Truth Values332384
+ Node: Typing and Comparison333433
+ Node: Variable Typing334226
+ Ref: Variable Typing-Footnote-1338123
+ Node: Comparison Operators338245
+ Ref: table-relational-ops338655
+ Node: POSIX String Comparison342204
+ Ref: POSIX String Comparison-Footnote-1343160
+ Node: Boolean Ops343298
+ Ref: Boolean Ops-Footnote-1347376
+ Node: Conditional Exp347467
+ Node: Function Calls349199
+ Node: Precedence352793
+ Node: Locales356462
+ Node: Patterns and Actions357551
+ Node: Pattern Overview358605
+ Node: Regexp Patterns360274
+ Node: Expression Patterns360817
+ Node: Ranges364502
+ Node: BEGIN/END367468
+ Node: Using BEGIN/END368230
+ Ref: Using BEGIN/END-Footnote-1370961
+ Node: I/O And BEGIN/END371067
+ Node: BEGINFILE/ENDFILE373349
+ Node: Empty376263
+ Node: Using Shell Variables376579
+ Node: Action Overview378864
+ Node: Statements381221
+ Node: If Statement383075
+ Node: While Statement384574
+ Node: Do Statement386618
+ Node: For Statement387774
+ Node: Switch Statement390926
+ Node: Break Statement393023
+ Node: Continue Statement395013
+ Node: Next Statement396806
+ Node: Nextfile Statement399196
+ Node: Exit Statement401839
+ Node: Built-in Variables404255
+ Node: User-modified405350
+ Ref: User-modified-Footnote-1413708
+ Node: Auto-set413770
 -Ref: Auto-set-Footnote-1426848
 -Ref: Auto-set-Footnote-2427053
 -Node: ARGC and ARGV427109
 -Node: Arrays430960
 -Node: Array Basics432465
 -Node: Array Intro433291
 -Node: Reference to Elements437608
 -Node: Assigning Elements439878
 -Node: Array Example440369
 -Node: Scanning an Array442101
 -Node: Controlling Scanning444415
 -Ref: Controlling Scanning-Footnote-1449502
 -Node: Delete449818
 -Ref: Delete-Footnote-1452583
 -Node: Numeric Array Subscripts452640
 -Node: Uninitialized Subscripts454823
 -Node: Multidimensional456450
 -Node: Multiscanning459542
 -Node: Arrays of Arrays461131
 -Node: Functions465771
 -Node: Built-in466590
 -Node: Calling Built-in467668
 -Node: Numeric Functions469656
 -Ref: Numeric Functions-Footnote-1473488
 -Ref: Numeric Functions-Footnote-2473845
 -Ref: Numeric Functions-Footnote-3473893
 -Node: String Functions474162
 -Ref: String Functions-Footnote-1497082
 -Ref: String Functions-Footnote-2497211
 -Ref: String Functions-Footnote-3497459
 -Node: Gory Details497546
 -Ref: table-sub-escapes499225
 -Ref: table-sub-posix-92500579
 -Ref: table-sub-proposed501930
 -Ref: table-posix-sub503284
 -Ref: table-gensub-escapes504829
 -Ref: Gory Details-Footnote-1506005
 -Ref: Gory Details-Footnote-2506056
 -Node: I/O Functions506207
 -Ref: I/O Functions-Footnote-1513192
 -Node: Time Functions513339
 -Ref: Time Functions-Footnote-1524272
 -Ref: Time Functions-Footnote-2524340
 -Ref: Time Functions-Footnote-3524498
 -Ref: Time Functions-Footnote-4524609
 -Ref: Time Functions-Footnote-5524721
 -Ref: Time Functions-Footnote-6524948
 -Node: Bitwise Functions525214
 -Ref: table-bitwise-ops525776
 -Ref: Bitwise Functions-Footnote-1529997
 -Node: Type Functions530181
 -Node: I18N Functions531332
 -Node: User-defined532959
 -Node: Definition Syntax533763
 -Ref: Definition Syntax-Footnote-1538673
 -Node: Function Example538742
 -Node: Function Caveats541336
 -Node: Calling A Function541757
 -Node: Variable Scope542872
 -Node: Pass By Value/Reference545835
 -Node: Return Statement549343
 -Node: Dynamic Typing552324
 -Node: Indirect Calls553255
 -Node: Library Functions562940
 -Ref: Library Functions-Footnote-1566453
 -Ref: Library Functions-Footnote-2566596
 -Node: Library Names566767
 -Ref: Library Names-Footnote-1570238
 -Ref: Library Names-Footnote-2570458
 -Node: General Functions570544
 -Node: Strtonum Function571572
 -Node: Assert Function574502
 -Node: Round Function577828
 -Node: Cliff Random Function579371
 -Node: Ordinal Functions580387
 -Ref: Ordinal Functions-Footnote-1583457
 -Ref: Ordinal Functions-Footnote-2583709
 -Node: Join Function583918
 -Ref: Join Function-Footnote-1585689
 -Node: Getlocaltime Function585889
 -Node: Readfile Function589630
 -Node: Data File Management591469
 -Node: Filetrans Function592101
 -Node: Rewind Function596170
 -Node: File Checking597557
 -Node: Empty Files598651
 -Node: Ignoring Assigns600881
 -Node: Getopt Function602434
 -Ref: Getopt Function-Footnote-1613737
 -Node: Passwd Functions613940
 -Ref: Passwd Functions-Footnote-1622915
 -Node: Group Functions623003
 -Node: Walking Arrays631087
 -Node: Sample Programs633224
 -Node: Running Examples633898
 -Node: Clones634626
 -Node: Cut Program635850
 -Node: Egrep Program645695
 -Ref: Egrep Program-Footnote-1653468
 -Node: Id Program653578
 -Node: Split Program657194
 -Ref: Split Program-Footnote-1660713
 -Node: Tee Program660841
 -Node: Uniq Program663644
 -Node: Wc Program671073
 -Ref: Wc Program-Footnote-1675339
 -Ref: Wc Program-Footnote-2675539
 -Node: Miscellaneous Programs675631
 -Node: Dupword Program676819
 -Node: Alarm Program678850
 -Node: Translate Program683603
 -Ref: Translate Program-Footnote-1687990
 -Ref: Translate Program-Footnote-2688238
 -Node: Labels Program688372
 -Ref: Labels Program-Footnote-1691743
 -Node: Word Sorting691827
 -Node: History Sorting695711
 -Node: Extract Program697550
 -Ref: Extract Program-Footnote-1705053
 -Node: Simple Sed705181
 -Node: Igawk Program708243
 -Ref: Igawk Program-Footnote-1723400
 -Ref: Igawk Program-Footnote-2723601
 -Node: Anagram Program723739
 -Node: Signature Program726807
 -Node: Advanced Features727907
 -Node: Nondecimal Data729793
 -Node: Array Sorting731376
 -Node: Controlling Array Traversal732073
 -Node: Array Sorting Functions740357
 -Ref: Array Sorting Functions-Footnote-1744226
 -Node: Two-way I/O744420
 -Ref: Two-way I/O-Footnote-1749852
 -Node: TCP/IP Networking749922
 -Node: Profiling752766
 -Node: Internationalization760263
 -Node: I18N and L10N761688
 -Node: Explaining gettext762374
 -Ref: Explaining gettext-Footnote-1767442
 -Ref: Explaining gettext-Footnote-2767626
 -Node: Programmer i18n767791
 -Node: Translator i18n771993
 -Node: String Extraction772786
 -Ref: String Extraction-Footnote-1773747
 -Node: Printf Ordering773833
 -Ref: Printf Ordering-Footnote-1776617
 -Node: I18N Portability776681
 -Ref: I18N Portability-Footnote-1779130
 -Node: I18N Example779193
 -Ref: I18N Example-Footnote-1781831
 -Node: Gawk I18N781903
 -Node: Debugger782524
 -Node: Debugging783495
 -Node: Debugging Concepts783928
 -Node: Debugging Terms785784
 -Node: Awk Debugging788381
 -Node: Sample Debugging Session789273
 -Node: Debugger Invocation789793
 -Node: Finding The Bug791125
 -Node: List of Debugger Commands797613
 -Node: Breakpoint Control798947
 -Node: Debugger Execution Control802611
 -Node: Viewing And Changing Data805971
 -Node: Execution Stack809327
 -Node: Debugger Info810794
 -Node: Miscellaneous Debugger Commands814776
 -Node: Readline Support819952
 -Node: Limitations820783
 -Node: Arbitrary Precision Arithmetic823035
 -Ref: Arbitrary Precision Arithmetic-Footnote-1824684
 -Node: General Arithmetic824832
 -Node: Floating Point Issues826552
 -Node: String Conversion Precision827433
 -Ref: String Conversion Precision-Footnote-1829138
 -Node: Unexpected Results829247
 -Node: POSIX Floating Point Problems831400
 -Ref: POSIX Floating Point Problems-Footnote-1835225
 -Node: Integer Programming835263
 -Node: Floating-point Programming837002
 -Ref: Floating-point Programming-Footnote-1843333
 -Ref: Floating-point Programming-Footnote-2843603
 -Node: Floating-point Representation843867
 -Node: Floating-point Context845032
 -Ref: table-ieee-formats845871
 -Node: Rounding Mode847255
 -Ref: table-rounding-modes847734
 -Ref: Rounding Mode-Footnote-1850749
 -Node: Gawk and MPFR850928
 -Node: Arbitrary Precision Floats852183
 -Ref: Arbitrary Precision Floats-Footnote-1854626
 -Node: Setting Precision854942
 -Ref: table-predefined-precision-strings855628
 -Node: Setting Rounding Mode857773
 -Ref: table-gawk-rounding-modes858177
 -Node: Floating-point Constants859364
 -Node: Changing Precision860793
 -Ref: Changing Precision-Footnote-1862190
 -Node: Exact Arithmetic862364
 -Node: Arbitrary Precision Integers865502
 -Ref: Arbitrary Precision Integers-Footnote-1868520
 -Node: Dynamic Extensions868667
 -Node: Extension Intro870125
 -Node: Plugin License871390
 -Node: Extension Mechanism Outline872075
 -Ref: load-extension872492
 -Ref: load-new-function873970
 -Ref: call-new-function874965
 -Node: Extension API Description876980
 -Node: Extension API Functions Introduction878193
 -Node: General Data Types883059
 -Ref: General Data Types-Footnote-1888664
 -Node: Requesting Values888963
 -Ref: table-value-types-returned889694
 -Node: Constructor Functions890648
 -Node: Registration Functions893668
 -Node: Extension Functions894353
 -Node: Exit Callback Functions896578
 -Node: Extension Version String897827
 -Node: Input Parsers898477
 -Node: Output Wrappers908234
 -Node: Two-way processors912744
 -Node: Printing Messages914952
 -Ref: Printing Messages-Footnote-1916029
 -Node: Updating `ERRNO'916181
 -Node: Accessing Parameters916920
 -Node: Symbol Table Access918150
 -Node: Symbol table by name918662
 -Node: Symbol table by cookie920409
 -Ref: Symbol table by cookie-Footnote-1924539
 -Node: Cached values924602
 -Ref: Cached values-Footnote-1928051
 -Node: Array Manipulation928142
 -Ref: Array Manipulation-Footnote-1929240
 -Node: Array Data Types929279
 -Ref: Array Data Types-Footnote-1931982
 -Node: Array Functions932074
 -Node: Flattening Arrays935840
 -Node: Creating Arrays942692
 -Node: Extension API Variables947417
 -Node: Extension Versioning948053
 -Node: Extension API Informational Variables949954
 -Node: Extension API Boilerplate951040
 -Node: Finding Extensions954844
 -Node: Extension Example955404
 -Node: Internal File Description956134
 -Node: Internal File Ops960225
 -Ref: Internal File Ops-Footnote-1971733
 -Node: Using Internal File Ops971873
 -Ref: Using Internal File Ops-Footnote-1974226
 -Node: Extension Samples974492
 -Node: Extension Sample File Functions976016
 -Node: Extension Sample Fnmatch984501
 -Node: Extension Sample Fork986227
 -Node: Extension Sample Inplace987445
 -Node: Extension Sample Ord989223
 -Node: Extension Sample Readdir990059
 -Node: Extension Sample Revout991591
 -Node: Extension Sample Rev2way992184
 -Node: Extension Sample Read write array992874
 -Node: Extension Sample Readfile994757
 -Node: Extension Sample API Tests995575
 -Node: Extension Sample Time996100
 -Node: gawkextlib997464
 -Node: Language History1000245
 -Node: V7/SVR3.11001767
 -Node: SVR41004087
 -Node: POSIX1005529
 -Node: BTL1006915
 -Node: POSIX/GNU1007649
 -Node: Common Extensions1013184
 -Node: Ranges and Locales1014490
 -Ref: Ranges and Locales-Footnote-11019108
 -Ref: Ranges and Locales-Footnote-21019135
 -Ref: Ranges and Locales-Footnote-31019395
 -Node: Contributors1019616
 -Node: Installation1024691
 -Node: Gawk Distribution1025585
 -Node: Getting1026069
 -Node: Extracting1026895
 -Node: Distribution contents1028587
 -Node: Unix Installation1034292
 -Node: Quick Installation1034909
 -Node: Additional Configuration Options1037353
 -Node: Configuration Philosophy1039089
 -Node: Non-Unix Installation1041443
 -Node: PC Installation1041901
 -Node: PC Binary Installation1043200
 -Node: PC Compiling1045048
 -Node: PC Testing1047992
 -Node: PC Using1049168
 -Node: Cygwin1053353
 -Node: MSYS1054353
 -Node: VMS Installation1054867
 -Node: VMS Compilation1055470
 -Ref: VMS Compilation-Footnote-11056477
 -Node: VMS Installation Details1056535
 -Node: VMS Running1058170
 -Node: VMS Old Gawk1059777
 -Node: Bugs1060251
 -Node: Other Versions1064107
 -Node: Notes1070191
 -Node: Compatibility Mode1070991
 -Node: Additions1071774
 -Node: Accessing The Source1072701
 -Node: Adding Code1074141
 -Node: New Ports1080186
 -Node: Derived Files1084321
 -Ref: Derived Files-Footnote-11089642
 -Ref: Derived Files-Footnote-21089676
 -Ref: Derived Files-Footnote-31090276
 -Node: Future Extensions1090374
 -Node: Implementation Limitations1090957
 -Node: Extension Design1092209
 -Node: Old Extension Problems1093363
 -Ref: Old Extension Problems-Footnote-11094871
 -Node: Extension New Mechanism Goals1094928
 -Ref: Extension New Mechanism Goals-Footnote-11098293
 -Node: Extension Other Design Decisions1098479
 -Node: Extension Future Growth1100585
 -Node: Old Extension Mechanism1101421
 -Node: Basic Concepts1103161
 -Node: Basic High Level1103842
 -Ref: figure-general-flow1104113
 -Ref: figure-process-flow1104712
 -Ref: Basic High Level-Footnote-11107941
 -Node: Basic Data Typing1108126
 -Node: Glossary1111481
 -Node: Copying1136943
 -Node: GNU Free Documentation License1174500
 -Node: Index1199637
++Ref: Auto-set-Footnote-1427240
++Ref: Auto-set-Footnote-2427445
++Node: ARGC and ARGV427501
++Node: Arrays431352
++Node: Array Basics432857
++Node: Array Intro433683
++Node: Reference to Elements438000
++Node: Assigning Elements440270
++Node: Array Example440761
++Node: Scanning an Array442493
++Node: Controlling Scanning444807
++Ref: Controlling Scanning-Footnote-1449894
++Node: Delete450210
++Ref: Delete-Footnote-1452975
++Node: Numeric Array Subscripts453032
++Node: Uninitialized Subscripts455215
++Node: Multidimensional456842
++Node: Multiscanning459934
++Node: Arrays of Arrays461523
++Node: Functions466163
++Node: Built-in466982
++Node: Calling Built-in468060
++Node: Numeric Functions470048
++Ref: Numeric Functions-Footnote-1473880
++Ref: Numeric Functions-Footnote-2474237
++Ref: Numeric Functions-Footnote-3474285
++Node: String Functions474554
++Ref: String Functions-Footnote-1497474
++Ref: String Functions-Footnote-2497603
++Ref: String Functions-Footnote-3497851
++Node: Gory Details497938
++Ref: table-sub-escapes499617
++Ref: table-sub-posix-92500971
++Ref: table-sub-proposed502322
++Ref: table-posix-sub503676
++Ref: table-gensub-escapes505221
++Ref: Gory Details-Footnote-1506397
++Ref: Gory Details-Footnote-2506448
++Node: I/O Functions506599
++Ref: I/O Functions-Footnote-1513584
++Node: Time Functions513731
++Ref: Time Functions-Footnote-1524664
++Ref: Time Functions-Footnote-2524732
++Ref: Time Functions-Footnote-3524890
++Ref: Time Functions-Footnote-4525001
++Ref: Time Functions-Footnote-5525113
++Ref: Time Functions-Footnote-6525340
++Node: Bitwise Functions525606
++Ref: table-bitwise-ops526168
++Ref: Bitwise Functions-Footnote-1530389
++Node: Type Functions530573
++Node: I18N Functions531724
++Node: User-defined533351
++Node: Definition Syntax534155
++Ref: Definition Syntax-Footnote-1539065
++Node: Function Example539134
++Node: Function Caveats541728
++Node: Calling A Function542149
++Node: Variable Scope543264
++Node: Pass By Value/Reference546227
++Node: Return Statement549735
++Node: Dynamic Typing552716
++Node: Indirect Calls553647
++Node: Library Functions563332
++Ref: Library Functions-Footnote-1566845
++Ref: Library Functions-Footnote-2566988
++Node: Library Names567159
++Ref: Library Names-Footnote-1570630
++Ref: Library Names-Footnote-2570850
++Node: General Functions570936
++Node: Strtonum Function571964
++Node: Assert Function574894
++Node: Round Function578220
++Node: Cliff Random Function579763
++Node: Ordinal Functions580779
++Ref: Ordinal Functions-Footnote-1583849
++Ref: Ordinal Functions-Footnote-2584101
++Node: Join Function584310
++Ref: Join Function-Footnote-1586081
++Node: Getlocaltime Function586281
++Node: Readfile Function590022
++Node: Data File Management591861
++Node: Filetrans Function592493
++Node: Rewind Function596562
++Node: File Checking597949
++Node: Empty Files599043
++Node: Ignoring Assigns601273
++Node: Getopt Function602826
++Ref: Getopt Function-Footnote-1614129
++Node: Passwd Functions614332
++Ref: Passwd Functions-Footnote-1623307
++Node: Group Functions623395
++Node: Walking Arrays631479
++Node: Sample Programs633616
++Node: Running Examples634290
++Node: Clones635018
++Node: Cut Program636242
++Node: Egrep Program646087
++Ref: Egrep Program-Footnote-1653860
++Node: Id Program653970
++Node: Split Program657586
++Ref: Split Program-Footnote-1661105
++Node: Tee Program661233
++Node: Uniq Program664036
++Node: Wc Program671465
++Ref: Wc Program-Footnote-1675731
++Ref: Wc Program-Footnote-2675931
++Node: Miscellaneous Programs676023
++Node: Dupword Program677211
++Node: Alarm Program679242
++Node: Translate Program683995
++Ref: Translate Program-Footnote-1688382
++Ref: Translate Program-Footnote-2688630
++Node: Labels Program688764
++Ref: Labels Program-Footnote-1692135
++Node: Word Sorting692219
++Node: History Sorting696103
++Node: Extract Program697942
++Ref: Extract Program-Footnote-1705445
++Node: Simple Sed705573
++Node: Igawk Program708635
++Ref: Igawk Program-Footnote-1723792
++Ref: Igawk Program-Footnote-2723993
++Node: Anagram Program724131
++Node: Signature Program727199
++Node: Advanced Features728299
++Node: Nondecimal Data730185
++Node: Array Sorting731768
++Node: Controlling Array Traversal732465
++Node: Array Sorting Functions740749
++Ref: Array Sorting Functions-Footnote-1744618
++Node: Two-way I/O744812
++Ref: Two-way I/O-Footnote-1750244
++Node: TCP/IP Networking750314
++Node: Profiling753158
++Node: Internationalization760655
++Node: I18N and L10N762080
++Node: Explaining gettext762766
++Ref: Explaining gettext-Footnote-1767834
++Ref: Explaining gettext-Footnote-2768018
++Node: Programmer i18n768183
++Node: Translator i18n772385
++Node: String Extraction773178
++Ref: String Extraction-Footnote-1774139
++Node: Printf Ordering774225
++Ref: Printf Ordering-Footnote-1777009
++Node: I18N Portability777073
++Ref: I18N Portability-Footnote-1779522
++Node: I18N Example779585
++Ref: I18N Example-Footnote-1782223
++Node: Gawk I18N782295
++Node: Debugger782916
++Node: Debugging783887
++Node: Debugging Concepts784320
++Node: Debugging Terms786176
++Node: Awk Debugging788773
++Node: Sample Debugging Session789665
++Node: Debugger Invocation790185
++Node: Finding The Bug791517
++Node: List of Debugger Commands798005
++Node: Breakpoint Control799339
++Node: Debugger Execution Control803003
++Node: Viewing And Changing Data806363
++Node: Execution Stack809719
++Node: Debugger Info811186
++Node: Miscellaneous Debugger Commands815168
++Node: Readline Support820344
++Node: Limitations821175
++Node: Arbitrary Precision Arithmetic823427
++Ref: Arbitrary Precision Arithmetic-Footnote-1825076
++Node: General Arithmetic825224
++Node: Floating Point Issues826944
++Node: String Conversion Precision827825
++Ref: String Conversion Precision-Footnote-1829530
++Node: Unexpected Results829639
++Node: POSIX Floating Point Problems831792
++Ref: POSIX Floating Point Problems-Footnote-1835617
++Node: Integer Programming835655
++Node: Floating-point Programming837394
++Ref: Floating-point Programming-Footnote-1843725
++Ref: Floating-point Programming-Footnote-2843995
++Node: Floating-point Representation844259
++Node: Floating-point Context845424
++Ref: table-ieee-formats846263
++Node: Rounding Mode847647
++Ref: table-rounding-modes848126
++Ref: Rounding Mode-Footnote-1851141
++Node: Gawk and MPFR851320
++Node: Arbitrary Precision Floats852575
++Ref: Arbitrary Precision Floats-Footnote-1855018
++Node: Setting Precision855334
++Ref: table-predefined-precision-strings856020
++Node: Setting Rounding Mode858165
++Ref: table-gawk-rounding-modes858569
++Node: Floating-point Constants859756
++Node: Changing Precision861185
++Ref: Changing Precision-Footnote-1862582
++Node: Exact Arithmetic862756
++Node: Arbitrary Precision Integers865894
++Ref: Arbitrary Precision Integers-Footnote-1868912
++Node: Dynamic Extensions869059
++Node: Extension Intro870517
++Node: Plugin License871782
++Node: Extension Mechanism Outline872467
++Ref: load-extension872884
++Ref: load-new-function874362
++Ref: call-new-function875357
++Node: Extension API Description877372
++Node: Extension API Functions Introduction878585
++Node: General Data Types883451
++Ref: General Data Types-Footnote-1889056
++Node: Requesting Values889355
++Ref: table-value-types-returned890086
++Node: Constructor Functions891040
++Node: Registration Functions894060
++Node: Extension Functions894745
++Node: Exit Callback Functions896970
++Node: Extension Version String898219
++Node: Input Parsers898869
++Node: Output Wrappers908626
++Node: Two-way processors913136
++Node: Printing Messages915344
++Ref: Printing Messages-Footnote-1916421
++Node: Updating `ERRNO'916573
++Node: Accessing Parameters917312
++Node: Symbol Table Access918542
++Node: Symbol table by name919054
++Node: Symbol table by cookie920801
++Ref: Symbol table by cookie-Footnote-1924931
++Node: Cached values924994
++Ref: Cached values-Footnote-1928443
++Node: Array Manipulation928534
++Ref: Array Manipulation-Footnote-1929632
++Node: Array Data Types929671
++Ref: Array Data Types-Footnote-1932374
++Node: Array Functions932466
++Node: Flattening Arrays936232
++Node: Creating Arrays943084
++Node: Extension API Variables947809
++Node: Extension Versioning948445
++Node: Extension API Informational Variables950346
++Node: Extension API Boilerplate951432
++Node: Finding Extensions955236
++Node: Extension Example955796
++Node: Internal File Description956526
++Node: Internal File Ops960617
++Ref: Internal File Ops-Footnote-1972125
++Node: Using Internal File Ops972265
++Ref: Using Internal File Ops-Footnote-1974618
++Node: Extension Samples974884
++Node: Extension Sample File Functions976408
++Node: Extension Sample Fnmatch984893
++Node: Extension Sample Fork986619
++Node: Extension Sample Inplace987837
++Node: Extension Sample Ord989615
++Node: Extension Sample Readdir990451
++Node: Extension Sample Revout991983
++Node: Extension Sample Rev2way992576
++Node: Extension Sample Read write array993266
++Node: Extension Sample Readfile995149
++Node: Extension Sample API Tests995967
++Node: Extension Sample Time996492
++Node: gawkextlib997856
++Node: Language History1000637
++Node: V7/SVR3.11002159
++Node: SVR41004479
++Node: POSIX1005921
++Node: BTL1007307
++Node: POSIX/GNU1008041
++Node: Common Extensions1013576
++Node: Ranges and Locales1014882
++Ref: Ranges and Locales-Footnote-11019500
++Ref: Ranges and Locales-Footnote-21019527
++Ref: Ranges and Locales-Footnote-31019787
++Node: Contributors1020008
++Node: Installation1025083
++Node: Gawk Distribution1025977
++Node: Getting1026461
++Node: Extracting1027287
++Node: Distribution contents1028979
++Node: Unix Installation1034684
++Node: Quick Installation1035301
++Node: Additional Configuration Options1037745
++Node: Configuration Philosophy1039481
++Node: Non-Unix Installation1041835
++Node: PC Installation1042293
++Node: PC Binary Installation1043592
++Node: PC Compiling1045440
++Node: PC Testing1048384
++Node: PC Using1049560
++Node: Cygwin1053745
++Node: MSYS1054745
++Node: VMS Installation1055259
++Node: VMS Compilation1055862
++Ref: VMS Compilation-Footnote-11056869
++Node: VMS Installation Details1056927
++Node: VMS Running1058562
++Node: VMS Old Gawk1060169
++Node: Bugs1060643
++Node: Other Versions1064563
++Node: Notes1070647
++Node: Compatibility Mode1071447
++Node: Additions1072230
++Node: Accessing The Source1073157
++Node: Adding Code1074597
++Node: New Ports1080642
++Node: Derived Files1084777
++Ref: Derived Files-Footnote-11090098
++Ref: Derived Files-Footnote-21090132
++Ref: Derived Files-Footnote-31090732
++Node: Future Extensions1090830
++Node: Implementation Limitations1091413
++Node: Extension Design1092665
++Node: Old Extension Problems1093819
++Ref: Old Extension Problems-Footnote-11095327
++Node: Extension New Mechanism Goals1095384
++Ref: Extension New Mechanism Goals-Footnote-11098749
++Node: Extension Other Design Decisions1098935
++Node: Extension Future Growth1101041
++Node: Old Extension Mechanism1101877
++Node: Basic Concepts1103617
++Node: Basic High Level1104298
++Ref: figure-general-flow1104569
++Ref: figure-process-flow1105168
++Ref: Basic High Level-Footnote-11108397
++Node: Basic Data Typing1108582
++Node: Glossary1111937
++Node: Copying1137399
++Node: GNU Free Documentation License1174956
++Node: Index1200093
  
  End Tag Table

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

Summary of changes:
 ChangeLog                        |    7 +
 NEWS                             |    6 +-
 config.guess                     |    6 +-
 config.rpath                     |  106 ++--
 config.sub                       |   70 +-
 depcomp                          |  433 ++++++------
 dfa.c                            |    4 +-
 dfa.h                            |    2 +-
 doc/ChangeLog                    |    5 +
 doc/gawk.info                    | 1086 ++++++++++++++--------------
 doc/gawk.texi                    |   22 +-
 doc/gawktexi.in                  |   22 +-
 extension/build-aux/ChangeLog    |    5 +
 extension/build-aux/config.guess |    6 +-
 extension/build-aux/config.rpath |  106 ++--
 extension/build-aux/config.sub   |   99 ++--
 extension/build-aux/depcomp      |  442 ++++++------
 extension/build-aux/install-sh   |  337 ++++-----
 install-sh                       |  337 ++++-----
 po/fi.gmo                        |  Bin 45006 -> 84089 bytes
 po/fi.po                         | 1475 +++++++++++++++++---------------------
 21 files changed, 2186 insertions(+), 2390 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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