gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5628-g313c9126


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5628-g313c9126
Date: Mon, 10 Jun 2024 15:38:06 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, feature/minrx has been updated
       via  313c91265a6f45c2da5a1380462e344fbc0ec255 (commit)
       via  bfd8554ec74dd71b72784b2480d21df4254c8c2c (commit)
       via  a0b9038cbdd8da69618f3f944b36fb9c1ee4d5fa (commit)
       via  6b237fa6db5a28d6598cb0fb67b9324cf2d88432 (commit)
       via  5330a01d18da651654f232d1b69816bfb5aed15f (commit)
       via  1295eb8e28b7b29a8659934e48bfb5bec9a07ab4 (commit)
       via  6be74eac7683c47e48363dbc74fac42c36a4e6fd (commit)
       via  d98dcede479fd23755136a054d20b4294e07638b (commit)
       via  a3381b4801e9b2167629ee26e240115a33abd7a0 (commit)
      from  2f692426d34384d3a9e978f684b79de1045bdd99 (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=313c91265a6f45c2da5a1380462e344fbc0ec255

commit 313c91265a6f45c2da5a1380462e344fbc0ec255
Merge: 2f692426 bfd8554e
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Jun 10 22:37:46 2024 +0300

    Merge branch 'master' into feature/minrx

diff --cc doc/gawk.info
index 2301dc42,7f2f5cc4..e26687a9
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -39871,628 -39832,627 +39873,628 @@@ Inde
  
  Tag Table:
  Node: Top1203
 -Node: Foreword347032
 -Node: Foreword451606
 -Node: Preface53150
 -Ref: Preface-Footnote-156136
 -Ref: Preface-Footnote-256245
 -Ref: Preface-Footnote-356479
 -Node: History56625
 -Node: Names59239
 -Ref: Names-Footnote-160393
 -Node: This Manual60556
 -Ref: This Manual-Footnote-167485
 -Node: Conventions67593
 -Node: Manual History70022
 -Ref: Manual History-Footnote-173047
 -Ref: Manual History-Footnote-273088
 -Node: How To Contribute73162
 -Node: Acknowledgments74108
 -Node: Getting Started79097
 -Node: Running gawk81624
 -Node: One-shot82842
 -Node: Read Terminal84141
 -Node: Long86195
 -Node: Executable Scripts87845
 -Ref: Executable Scripts-Footnote-190615
 -Node: Comments90722
 -Node: Quoting93252
 -Node: DOS Quoting98896
 -Node: Sample Data Files100976
 -Node: Very Simple103611
 -Node: Two Rules109865
 -Node: More Complex111817
 -Node: Statements/Lines114237
 -Ref: Statements/Lines-Footnote-1119749
 -Node: Other Features120038
 -Node: When121006
 -Ref: When-Footnote-1122808
 -Node: Intro Summary122873
 -Node: Invoking Gawk123827
 -Node: Command Line125389
 -Node: Options126239
 -Ref: Options-Footnote-1145579
 -Ref: Options-Footnote-2145814
 -Node: Other Arguments145839
 -Node: Naming Standard Input150004
 -Node: Environment Variables151274
 -Node: AWKPATH Variable151848
 -Ref: AWKPATH Variable-Footnote-1155432
 -Ref: AWKPATH Variable-Footnote-2155466
 -Node: AWKLIBPATH Variable155857
 -Ref: AWKLIBPATH Variable-Footnote-1157630
 -Node: Other Environment Variables158025
 -Node: Exit Status162501
 -Node: Include Files163214
 -Node: Loading Shared Libraries167266
 -Node: Obsolete168756
 -Node: Undocumented169505
 -Node: Invoking Summary169802
 -Node: Regexp172827
 -Node: Regexp Usage174321
 -Node: Escape Sequences176422
 -Ref: Escape Sequences-Footnote-1183935
 -Node: Regexp Operators184013
 -Node: Regexp Operator Details184506
 -Ref: Regexp Operator Details-Footnote-1192517
 -Node: Interval Expressions192676
 -Ref: Interval Expressions-Footnote-1194943
 -Node: Bracket Expressions195041
 -Ref: table-char-classes197597
 -Node: Leftmost Longest201095
 -Node: Computed Regexps202451
 -Node: GNU Regexp Operators205966
 -Node: Case-sensitivity209982
 -Ref: Case-sensitivity-Footnote-1212932
 -Ref: Case-sensitivity-Footnote-2213175
 -Node: Regexp Summary213287
 -Node: Reading Files214809
 -Node: Records217126
 -Node: awk split records218401
 -Node: gawk split records223283
 -Ref: gawk split records-Footnote-1228571
 -Node: Fields228608
 -Ref: Fields-Footnote-1231524
 -Node: Nonconstant Fields231644
 -Ref: Nonconstant Fields-Footnote-1233952
 -Node: Changing Fields234168
 -Node: Field Separators240466
 -Node: Default Field Splitting243335
 -Node: Regexp Field Splitting244477
 -Node: Single Character Fields248306
 -Node: Comma Separated Fields249395
 -Ref: table-csv-examples250799
 -Node: Command Line Field Separator253098
 -Node: Full Line Fields256474
 -Ref: Full Line Fields-Footnote-1258052
 -Ref: Full Line Fields-Footnote-2258098
 -Node: Field Splitting Summary258203
 -Node: Constant Size260520
 -Node: Fixed width data261264
 -Node: Skipping intervening264779
 -Node: Allowing trailing data265581
 -Node: Fields with fixed data266642
 -Node: Splitting By Content268264
 -Ref: Splitting By Content-Footnote-1272714
 -Node: More CSV272877
 -Node: FS versus FPAT274535
 -Node: Testing field creation275735
 -Node: Multiple Line277509
 -Node: Getline283978
 -Node: Plain Getline286561
 -Node: Getline/Variable289207
 -Node: Getline/File290402
 -Node: Getline/Variable/File291850
 -Ref: Getline/Variable/File-Footnote-1293495
 -Node: Getline/Pipe293591
 -Node: Getline/Variable/Pipe296399
 -Node: Getline/Coprocess297582
 -Node: Getline/Variable/Coprocess298905
 -Node: Getline Notes299671
 -Node: Getline Summary302624
 -Ref: table-getline-variants303068
 -Node: Read Timeout303972
 -Ref: Read Timeout-Footnote-1307934
 -Node: Retrying Input307992
 -Node: Command-line directories309259
 -Node: Input Summary310197
 -Node: Input Exercises313577
 -Node: Printing314015
 -Node: Print315958
 -Node: Print Examples317459
 -Node: Output Separators320304
 -Node: OFMT322411
 -Node: Printf324124
 -Node: Basic Printf324929
 -Node: Control Letters326564
 -Node: Format Modifiers332010
 -Node: Printf Examples338282
 -Node: Redirection340823
 -Node: Special FD348595
 -Ref: Special FD-Footnote-1351893
 -Node: Special Files351971
 -Node: Other Inherited Files352600
 -Node: Special Network353665
 -Node: Special Caveats354553
 -Node: Close Files And Pipes355536
 -Ref: Close Files And Pipes-Footnote-1361660
 -Node: Close Return Value361808
 -Ref: table-close-pipe-return-values363079
 -Ref: Close Return Value-Footnote-1363910
 -Node: Noflush364066
 -Node: Nonfatal365574
 -Node: Output Summary367989
 -Node: Output Exercises369275
 -Node: Expressions369966
 -Node: Values371166
 -Node: Constants371844
 -Node: Scalar Constants372539
 -Ref: Scalar Constants-Footnote-1375115
 -Ref: Scalar Constants-Footnote-2375365
 -Node: Nondecimal-numbers375445
 -Node: Regexp Constants378558
 -Node: Using Constant Regexps379104
 -Node: Standard Regexp Constants379750
 -Node: Strong Regexp Constants383046
 -Node: Variables386889
 -Node: Using Variables387554
 -Node: Assignment Options389528
 -Node: Conversion392079
 -Node: Strings And Numbers392611
 -Ref: Strings And Numbers-Footnote-1395821
 -Node: Locale influences conversions395930
 -Ref: table-locale-affects398768
 -Node: All Operators399410
 -Node: Arithmetic Ops400051
 -Node: Concatenation402874
 -Ref: Concatenation-Footnote-1405810
 -Node: Assignment Ops405929
 -Ref: table-assign-ops411056
 -Node: Increment Ops412437
 -Node: Truth Values and Conditions416028
 -Node: Truth Values417122
 -Node: Typing and Comparison418202
 -Node: Variable Typing419034
 -Ref: Variable Typing-Footnote-1425678
 -Ref: Variable Typing-Footnote-2425758
 -Node: Comparison Operators425839
 -Ref: table-relational-ops426266
 -Node: POSIX String Comparison429942
 -Ref: POSIX String Comparison-Footnote-1431699
 -Ref: POSIX String Comparison-Footnote-2431842
 -Node: Boolean Ops431926
 -Ref: Boolean Ops-Footnote-1436600
 -Node: Conditional Exp436696
 -Node: Function Calls438476
 -Node: Precedence442423
 -Node: Locales446286
 -Node: Expressions Summary447962
 -Node: Patterns and Actions450617
 -Node: Pattern Overview451753
 -Node: Regexp Patterns453478
 -Node: Expression Patterns454024
 -Node: Ranges457929
 -Node: BEGIN/END461103
 -Node: Using BEGIN/END461912
 -Ref: Using BEGIN/END-Footnote-1464820
 -Node: I/O And BEGIN/END464930
 -Node: BEGINFILE/ENDFILE467411
 -Node: Empty470842
 -Node: Using Shell Variables471159
 -Node: Action Overview473495
 -Node: Statements475930
 -Node: If Statement477826
 -Node: While Statement479389
 -Node: Do Statement481477
 -Node: For Statement482661
 -Node: Switch Statement486016
 -Node: Break Statement488565
 -Node: Continue Statement490757
 -Node: Next Statement492688
 -Node: Nextfile Statement495167
 -Node: Exit Statement498020
 -Node: Built-in Variables500547
 -Node: User-modified501724
 -Node: Auto-set509931
 -Ref: Auto-set-Footnote-1528015
 -Ref: Auto-set-Footnote-2528233
 -Node: ARGC and ARGV528289
 -Node: Pattern Action Summary532718
 -Node: Arrays535324
 -Node: Array Basics536697
 -Node: Array Intro537545
 -Ref: figure-array-elements539556
 -Ref: Array Intro-Footnote-1542409
 -Node: Reference to Elements542541
 -Node: Assigning Elements545061
 -Node: Array Example545556
 -Node: Scanning an Array547518
 -Node: Controlling Scanning550613
 -Ref: Controlling Scanning-Footnote-1557248
 -Node: Numeric Array Subscripts557572
 -Node: Uninitialized Subscripts559840
 -Node: Delete561513
 -Ref: Delete-Footnote-1564325
 -Node: Multidimensional564382
 -Node: Multiscanning567585
 -Node: Arrays of Arrays569252
 -Node: Arrays Summary573556
 -Node: Functions575743
 -Node: Built-in576875
 -Node: Calling Built-in578064
 -Node: Boolean Functions580104
 -Node: Numeric Functions580666
 -Ref: Numeric Functions-Footnote-1584851
 -Ref: Numeric Functions-Footnote-2585534
 -Ref: Numeric Functions-Footnote-3585586
 -Node: String Functions585862
 -Ref: String Functions-Footnote-1612313
 -Ref: String Functions-Footnote-2612445
 -Ref: String Functions-Footnote-3612701
 -Node: Gory Details612788
 -Ref: table-sub-escapes614797
 -Ref: table-sub-proposed616428
 -Ref: table-posix-sub617923
 -Ref: table-gensub-escapes619596
 -Ref: Gory Details-Footnote-1620515
 -Node: I/O Functions620669
 -Ref: table-system-return-values627345
 -Ref: I/O Functions-Footnote-1629507
 -Ref: I/O Functions-Footnote-2629655
 -Node: Time Functions629775
 -Ref: Time Functions-Footnote-1641487
 -Ref: Time Functions-Footnote-2641555
 -Ref: Time Functions-Footnote-3641717
 -Ref: Time Functions-Footnote-4641828
 -Ref: Time Functions-Footnote-5641944
 -Ref: Time Functions-Footnote-6642171
 -Node: Bitwise Functions642449
 -Ref: table-bitwise-ops643047
 -Ref: Bitwise Functions-Footnote-1649289
 -Ref: Bitwise Functions-Footnote-2649466
 -Node: Type Functions649661
 -Node: I18N Functions651832
 -Node: User-defined653567
 -Node: Definition Syntax654313
 -Ref: Definition Syntax-Footnote-1660131
 -Node: Function Example660206
 -Ref: Function Example-Footnote-1663185
 -Node: Function Calling663207
 -Node: Calling A Function663799
 -Node: Variable Scope664769
 -Node: Pass By Value/Reference667823
 -Node: Function Caveats670551
 -Ref: Function Caveats-Footnote-1672642
 -Node: Return Statement672762
 -Node: Dynamic Typing675794
 -Node: Dynamic Typing Awk676372
 -Node: Dynamic Typing Gawk678510
 -Node: Indirect Calls681880
 -Node: Functions Summary693017
 -Node: Library Functions695983
 -Ref: Library Functions-Footnote-1699531
 -Ref: Library Functions-Footnote-2699676
 -Node: Library Names699851
 -Ref: Library Names-Footnote-1703622
 -Ref: Library Names-Footnote-2703849
 -Node: General Functions703943
 -Node: Strtonum Function705213
 -Node: Assert Function708295
 -Node: Round Function711745
 -Node: Cliff Random Function713317
 -Node: Ordinal Functions714341
 -Ref: Ordinal Functions-Footnote-1717444
 -Ref: Ordinal Functions-Footnote-2717696
 -Node: Join Function717910
 -Ref: Join Function-Footnote-1719708
 -Node: Getlocaltime Function719912
 -Node: Readfile Function723686
 -Node: Shell Quoting725715
 -Node: Isnumeric Function727171
 -Node: To CSV Function728607
 -Node: Data File Management730699
 -Node: Filetrans Function731331
 -Node: Rewind Function735607
 -Node: File Checking737578
 -Ref: File Checking-Footnote-1738944
 -Node: Empty Files739149
 -Node: Ignoring Assigns741212
 -Node: Getopt Function742786
 -Ref: Getopt Function-Footnote-1758604
 -Node: Passwd Functions758816
 -Ref: Passwd Functions-Footnote-1767951
 -Node: Group Functions768039
 -Ref: Group Functions-Footnote-1776163
 -Node: Walking Arrays776374
 -Node: Library Functions Summary779420
 -Node: Library Exercises780840
 -Node: Sample Programs781325
 -Node: Running Examples782107
 -Node: Clones782859
 -Node: Cut Program784127
 -Node: Egrep Program794551
 -Node: Id Program803856
 -Node: Split Program813948
 -Ref: Split Program-Footnote-1824161
 -Node: Tee Program824346
 -Node: Uniq Program827252
 -Node: Wc Program835112
 -Node: Bytes vs. Characters835507
 -Node: Using extensions837107
 -Node: wc program837885
 -Node: Miscellaneous Programs842878
 -Node: Dupword Program844103
 -Node: Alarm Program846152
 -Node: Translate Program851055
 -Ref: Translate Program-Footnote-1855764
 -Node: Labels Program856042
 -Ref: Labels Program-Footnote-1859477
 -Node: Word Sorting859561
 -Node: History Sorting863735
 -Node: Extract Program866008
 -Node: Simple Sed874261
 -Node: Igawk Program877471
 -Ref: Igawk Program-Footnote-1892681
 -Ref: Igawk Program-Footnote-2892887
 -Ref: Igawk Program-Footnote-3893017
 -Node: Anagram Program893144
 -Node: Signature Program896230
 -Node: Programs Summary897480
 -Node: Programs Exercises898734
 -Ref: Programs Exercises-Footnote-1903036
 -Node: Advanced Features903122
 -Node: Nondecimal Data905603
 -Node: Boolean Typed Values907233
 -Node: Array Sorting909190
 -Node: Controlling Array Traversal909919
 -Ref: Controlling Array Traversal-Footnote-1918422
 -Node: Array Sorting Functions918544
 -Ref: Array Sorting Functions-Footnote-1924641
 -Node: Two-way I/O924849
 -Ref: Two-way I/O-Footnote-1932820
 -Ref: Two-way I/O-Footnote-2933011
 -Node: TCP/IP Networking933093
 -Node: Profiling936261
 -Node: Persistent Memory945931
 -Ref: Persistent Memory-Footnote-1955503
 -Node: Extension Philosophy955634
 -Node: Advanced Features Summary957161
 -Node: Internationalization959427
 -Node: I18N and L10N961129
 -Node: Explaining gettext961824
 -Ref: Explaining gettext-Footnote-1967960
 -Ref: Explaining gettext-Footnote-2968153
 -Node: Programmer i18n968318
 -Ref: Programmer i18n-Footnote-1973430
 -Node: Translator i18n973479
 -Node: String Extraction974309
 -Ref: String Extraction-Footnote-1975485
 -Node: Printf Ordering975583
 -Ref: Printf Ordering-Footnote-1978441
 -Node: I18N Portability978509
 -Ref: I18N Portability-Footnote-1981069
 -Node: I18N Example981136
 -Ref: I18N Example-Footnote-1984530
 -Ref: I18N Example-Footnote-2984603
 -Node: Gawk I18N984720
 -Node: I18N Summary985374
 -Node: Debugger986771
 -Node: Debugging987791
 -Node: Debugging Concepts988240
 -Node: Debugging Terms990057
 -Node: Awk Debugging992660
 -Ref: Awk Debugging-Footnote-1993633
 -Node: Sample Debugging Session993769
 -Node: Debugger Invocation994319
 -Node: Finding The Bug995944
 -Node: List of Debugger Commands1002576
 -Node: Breakpoint Control1003953
 -Node: Debugger Execution Control1007775
 -Node: Viewing And Changing Data1011249
 -Node: Execution Stack1014983
 -Node: Debugger Info1016664
 -Node: Miscellaneous Debugger Commands1020959
 -Node: Readline Support1026200
 -Node: Limitations1027144
 -Node: Debugging Summary1029768
 -Node: Namespaces1031067
 -Node: Global Namespace1032194
 -Node: Qualified Names1033628
 -Node: Default Namespace1034663
 -Node: Changing The Namespace1035436
 -Node: Naming Rules1037118
 -Node: Internal Name Management1039033
 -Node: Namespace Example1040103
 -Node: Namespace And Features1042680
 -Node: Namespace Summary1044135
 -Node: Arbitrary Precision Arithmetic1045646
 -Node: Computer Arithmetic1047165
 -Ref: table-numeric-ranges1050973
 -Ref: table-floating-point-ranges1051470
 -Ref: Computer Arithmetic-Footnote-11052128
 -Node: Math Definitions1052185
 -Ref: table-ieee-formats1055217
 -Node: MPFR features1055790
 -Node: MPFR On Parole1056243
 -Ref: MPFR On Parole-Footnote-11057084
 -Node: MPFR Intro1057243
 -Node: FP Math Caution1058927
 -Ref: FP Math Caution-Footnote-11059999
 -Node: Inexactness of computations1060372
 -Node: Inexact representation1061403
 -Node: Comparing FP Values1062784
 -Node: Errors accumulate1064042
 -Node: Strange values1065507
 -Ref: Strange values-Footnote-11068161
 -Node: Getting Accuracy1068266
 -Node: Try To Round1071003
 -Node: Setting precision1071910
 -Ref: table-predefined-precision-strings1072615
 -Node: Setting the rounding mode1074499
 -Ref: table-gawk-rounding-modes1074881
 -Ref: Setting the rounding mode-Footnote-11078933
 -Node: Arbitrary Precision Integers1079116
 -Ref: Arbitrary Precision Integers-Footnote-11082326
 -Node: Checking for MPFR1082479
 -Node: POSIX Floating Point Problems1083969
 -Ref: POSIX Floating Point Problems-Footnote-11088789
 -Node: Floating point summary1088827
 -Node: Dynamic Extensions1091083
 -Node: Extension Intro1092680
 -Node: Plugin License1093982
 -Node: Extension Mechanism Outline1094795
 -Ref: figure-load-extension1095246
 -Ref: figure-register-new-function1096824
 -Ref: figure-call-new-function1097933
 -Node: Extension API Description1100048
 -Node: Extension API Functions Introduction1101777
 -Ref: table-api-std-headers1103671
 -Node: General Data Types1108112
 -Ref: General Data Types-Footnote-11117258
 -Node: Memory Allocation Functions1117561
 -Ref: Memory Allocation Functions-Footnote-11122278
 -Node: Constructor Functions1122377
 -Node: API Ownership of MPFR and GMP Values1126278
 -Node: Registration Functions1127831
 -Node: Extension Functions1128535
 -Node: Exit Callback Functions1134109
 -Node: Extension Version String1135423
 -Node: Input Parsers1136118
 -Node: Output Wrappers1150737
 -Node: Two-way processors1155579
 -Node: Printing Messages1157932
 -Ref: Printing Messages-Footnote-11159143
 -Node: Updating ERRNO1159296
 -Node: Requesting Values1160095
 -Ref: table-value-types-returned1160848
 -Node: Accessing Parameters1162907
 -Node: Symbol Table Access1164188
 -Node: Symbol table by name1164700
 -Ref: Symbol table by name-Footnote-11167901
 -Node: Symbol table by cookie1168033
 -Ref: Symbol table by cookie-Footnote-11172302
 -Node: Cached values1172366
 -Ref: Cached values-Footnote-11175998
 -Node: Array Manipulation1176155
 -Ref: Array Manipulation-Footnote-11177254
 -Node: Array Data Types1177291
 -Ref: Array Data Types-Footnote-11180109
 -Node: Array Functions1180205
 -Node: Flattening Arrays1185234
 -Node: Creating Arrays1192282
 -Node: Redirection API1197124
 -Node: Extension API Variables1200141
 -Node: Extension Versioning1200864
 -Ref: gawk-api-version1201293
 -Node: Extension GMP/MPFR Versioning1203080
 -Node: Extension API Informational Variables1204784
 -Node: Extension API Boilerplate1206037
 -Node: Changes from API V11210167
 -Node: Finding Extensions1211799
 -Node: Extension Example1212374
 -Node: Internal File Description1213196
 -Node: Internal File Ops1217488
 -Ref: Internal File Ops-Footnote-11229038
 -Node: Using Internal File Ops1229186
 -Ref: Using Internal File Ops-Footnote-11231617
 -Node: Extension Samples1231895
 -Node: Extension Sample File Functions1233464
 -Node: Extension Sample Fnmatch1241589
 -Node: Extension Sample Fork1243184
 -Node: Extension Sample Inplace1244460
 -Node: Extension Sample Ord1248562
 -Node: Extension Sample Readdir1249438
 -Ref: table-readdir-file-types1250227
 -Node: Extension Sample Revout1251583
 -Node: Extension Sample Rev2way1252180
 -Node: Extension Sample Read write array1252932
 -Node: Extension Sample Readfile1256206
 -Node: Extension Sample Time1257337
 -Node: Extension Sample API Tests1259337
 -Node: gawkextlib1259845
 -Node: Extension summary1262877
 -Node: Extension Exercises1266725
 -Node: Language History1267995
 -Node: V7/SVR3.11269707
 -Node: SVR41272057
 -Node: POSIX1273589
 -Node: BTL1275014
 -Node: POSIX/GNU1275781
 -Node: Feature History1282436
 -Node: Common Extensions1302277
 -Node: Ranges and Locales1303752
 -Ref: Ranges and Locales-Footnote-11308537
 -Ref: Ranges and Locales-Footnote-21308564
 -Ref: Ranges and Locales-Footnote-31308799
 -Node: Contributors1309022
 -Node: History summary1315213
 -Node: Installation1316655
 -Node: Gawk Distribution1317619
 -Node: Getting1318111
 -Node: Extracting1319110
 -Node: Distribution contents1320816
 -Node: Unix Installation1328706
 -Node: Quick Installation1329526
 -Node: Compiling with MPFR1332066
 -Node: Shell Startup Files1332772
 -Node: Additional Configuration Options1333929
 -Node: Configuration Philosophy1336312
 -Node: Compiling from Git1338812
 -Node: Building the Documentation1339371
 -Node: Non-Unix Installation1340783
 -Node: PC Installation1341259
 -Node: PC Binary Installation1342128
 -Node: PC Compiling1343021
 -Node: PC Using1344199
 -Node: Cygwin1347915
 -Node: MSYS1349167
 -Node: OpenVMS Installation1349793
 -Node: OpenVMS Compilation1350474
 -Ref: OpenVMS Compilation-Footnote-11351957
 -Node: OpenVMS Dynamic Extensions1352015
 -Node: OpenVMS Installation Details1353651
 -Node: OpenVMS Running1356082
 -Node: OpenVMS GNV1360219
 -Node: Bugs1360974
 -Node: Bug definition1361894
 -Node: Bug address1365495
 -Node: Usenet1369064
 -Node: Performance bugs1370277
 -Node: Asking for help1373293
 -Node: Maintainers1375280
 -Node: Other Versions1376307
 -Node: Installation summary1385911
 -Node: Notes1387293
 -Node: Compatibility Mode1388103
 -Node: Additions1388925
 -Node: Accessing The Source1389870
 -Node: Adding Code1391401
 -Node: New Ports1398512
 -Node: Derived Files1403015
 -Ref: Derived Files-Footnote-11408826
 -Ref: Derived Files-Footnote-21408861
 -Ref: Derived Files-Footnote-31409472
 -Node: Future Extensions1409586
 -Node: Implementation Limitations1410256
 -Node: Extension Design1411498
 -Node: Old Extension Problems1412658
 -Ref: Old Extension Problems-Footnote-11414230
 -Node: Extension New Mechanism Goals1414291
 -Ref: Extension New Mechanism Goals-Footnote-11417761
 -Node: Extension Other Design Decisions1417962
 -Node: Extension Future Growth1420159
 -Node: Notes summary1420779
 -Node: Basic Concepts1421989
 -Node: Basic High Level1422674
 -Ref: figure-general-flow1422956
 -Ref: figure-process-flow1423658
 -Ref: Basic High Level-Footnote-11427028
 -Node: Basic Data Typing1427217
 -Node: Glossary1430625
 -Node: Copying1463504
 -Node: GNU Free Documentation License1501062
 -Node: Index1526185
 +Node: Foreword347102
 +Node: Foreword451676
 +Node: Preface53220
 +Ref: Preface-Footnote-156206
 +Ref: Preface-Footnote-256315
 +Ref: Preface-Footnote-356549
 +Node: History56695
 +Node: Names59309
 +Ref: Names-Footnote-160463
 +Node: This Manual60626
 +Ref: This Manual-Footnote-167555
 +Node: Conventions67663
 +Node: Manual History70092
 +Ref: Manual History-Footnote-173117
 +Ref: Manual History-Footnote-273158
 +Node: How To Contribute73232
 +Node: Acknowledgments74178
 +Node: Getting Started79167
 +Node: Running gawk81694
 +Node: One-shot82912
 +Node: Read Terminal84211
 +Node: Long86265
 +Node: Executable Scripts87915
 +Ref: Executable Scripts-Footnote-190685
 +Node: Comments90792
 +Node: Quoting93322
 +Node: DOS Quoting98966
 +Node: Sample Data Files101046
 +Node: Very Simple103681
 +Node: Two Rules109935
 +Node: More Complex111887
 +Node: Statements/Lines114307
 +Ref: Statements/Lines-Footnote-1119819
 +Node: Other Features120108
 +Node: When121076
 +Ref: When-Footnote-1122878
 +Node: Intro Summary122943
 +Node: Invoking Gawk123897
 +Node: Command Line125459
 +Node: Options126309
 +Ref: Options-Footnote-1145649
 +Ref: Options-Footnote-2145884
 +Node: Other Arguments145909
 +Node: Naming Standard Input150074
 +Node: Environment Variables151344
 +Node: AWKPATH Variable151918
 +Ref: AWKPATH Variable-Footnote-1155502
 +Ref: AWKPATH Variable-Footnote-2155536
 +Node: AWKLIBPATH Variable155927
 +Ref: AWKLIBPATH Variable-Footnote-1157700
 +Node: Other Environment Variables158095
 +Node: Exit Status162571
 +Node: Include Files163284
 +Node: Loading Shared Libraries167336
 +Node: Obsolete168826
 +Node: Undocumented169575
 +Node: Invoking Summary169872
 +Node: Regexp172897
 +Node: Regexp Usage174453
 +Node: Escape Sequences176554
 +Ref: Escape Sequences-Footnote-1184067
 +Node: Regexp Operators184145
 +Node: Regexp Operator Details184638
 +Ref: Regexp Operator Details-Footnote-1192649
 +Node: Interval Expressions192808
 +Ref: Interval Expressions-Footnote-1195075
 +Node: Bracket Expressions195173
 +Ref: table-char-classes197729
 +Node: Leftmost Longest201227
 +Node: Computed Regexps202583
 +Node: GNU Regexp Operators206098
 +Node: Case-sensitivity210114
 +Ref: Case-sensitivity-Footnote-1213067
 +Ref: Case-sensitivity-Footnote-2213310
 +Node: Choosing Matchers213422
 +Node: Regexp Summary215236
 +Node: Reading Files216761
 +Node: Records219078
 +Node: awk split records220353
 +Node: gawk split records225235
 +Ref: gawk split records-Footnote-1230523
 +Node: Fields230560
 +Ref: Fields-Footnote-1233476
 +Node: Nonconstant Fields233596
 +Ref: Nonconstant Fields-Footnote-1235904
 +Node: Changing Fields236120
 +Node: Field Separators242418
 +Node: Default Field Splitting245287
 +Node: Regexp Field Splitting246429
 +Node: Single Character Fields250258
 +Node: Comma Separated Fields251347
 +Ref: table-csv-examples252751
 +Node: Command Line Field Separator255050
 +Node: Full Line Fields258426
 +Ref: Full Line Fields-Footnote-1260004
 +Ref: Full Line Fields-Footnote-2260050
 +Node: Field Splitting Summary260155
 +Node: Constant Size262472
 +Node: Fixed width data263216
 +Node: Skipping intervening266731
 +Node: Allowing trailing data267533
 +Node: Fields with fixed data268594
 +Node: Splitting By Content270216
 +Ref: Splitting By Content-Footnote-1274666
 +Node: More CSV274829
 +Node: FS versus FPAT276487
 +Node: Testing field creation277687
 +Node: Multiple Line279461
 +Node: Getline285930
 +Node: Plain Getline288513
 +Node: Getline/Variable291159
 +Node: Getline/File292354
 +Node: Getline/Variable/File293802
 +Ref: Getline/Variable/File-Footnote-1295447
 +Node: Getline/Pipe295543
 +Node: Getline/Variable/Pipe298351
 +Node: Getline/Coprocess299534
 +Node: Getline/Variable/Coprocess300857
 +Node: Getline Notes301623
 +Node: Getline Summary304576
 +Ref: table-getline-variants305020
 +Node: Read Timeout305924
 +Ref: Read Timeout-Footnote-1309886
 +Node: Retrying Input309944
 +Node: Command-line directories311211
 +Node: Input Summary312149
 +Node: Input Exercises315529
 +Node: Printing315967
 +Node: Print317910
 +Node: Print Examples319411
 +Node: Output Separators322256
 +Node: OFMT324363
 +Node: Printf326076
 +Node: Basic Printf326881
 +Node: Control Letters328516
 +Node: Format Modifiers333962
 +Node: Printf Examples340234
 +Node: Redirection342775
 +Node: Special FD350547
 +Ref: Special FD-Footnote-1353845
 +Node: Special Files353923
 +Node: Other Inherited Files354552
 +Node: Special Network355617
 +Node: Special Caveats356505
 +Node: Close Files And Pipes357488
 +Ref: Close Files And Pipes-Footnote-1363612
 +Node: Close Return Value363760
 +Ref: table-close-pipe-return-values365031
 +Ref: Close Return Value-Footnote-1365862
 +Node: Noflush366018
 +Node: Nonfatal367526
 +Node: Output Summary369941
 +Node: Output Exercises371227
 +Node: Expressions371918
 +Node: Values373118
 +Node: Constants373796
 +Node: Scalar Constants374491
 +Ref: Scalar Constants-Footnote-1377067
 +Ref: Scalar Constants-Footnote-2377317
 +Node: Nondecimal-numbers377397
 +Node: Regexp Constants380510
 +Node: Using Constant Regexps381056
 +Node: Standard Regexp Constants381702
 +Node: Strong Regexp Constants384998
 +Node: Variables388841
 +Node: Using Variables389506
 +Node: Assignment Options391480
 +Node: Conversion394031
 +Node: Strings And Numbers394563
 +Ref: Strings And Numbers-Footnote-1397773
 +Node: Locale influences conversions397882
 +Ref: table-locale-affects400720
 +Node: All Operators401362
 +Node: Arithmetic Ops402003
 +Node: Concatenation404826
 +Ref: Concatenation-Footnote-1407762
 +Node: Assignment Ops407881
 +Ref: table-assign-ops413008
 +Node: Increment Ops414389
 +Node: Truth Values and Conditions417980
 +Node: Truth Values419074
 +Node: Typing and Comparison420154
 +Node: Variable Typing420986
 +Ref: Variable Typing-Footnote-1427630
 +Ref: Variable Typing-Footnote-2427710
 +Node: Comparison Operators427791
 +Ref: table-relational-ops428218
 +Node: POSIX String Comparison431894
 +Ref: POSIX String Comparison-Footnote-1433651
 +Ref: POSIX String Comparison-Footnote-2433794
 +Node: Boolean Ops433878
 +Ref: Boolean Ops-Footnote-1438552
 +Node: Conditional Exp438648
 +Node: Function Calls440428
 +Node: Precedence444375
 +Node: Locales448238
 +Node: Expressions Summary449914
 +Node: Patterns and Actions452569
 +Node: Pattern Overview453705
 +Node: Regexp Patterns455430
 +Node: Expression Patterns455976
 +Node: Ranges459881
 +Node: BEGIN/END463055
 +Node: Using BEGIN/END463864
 +Ref: Using BEGIN/END-Footnote-1466772
 +Node: I/O And BEGIN/END466882
 +Node: BEGINFILE/ENDFILE469363
 +Node: Empty472794
 +Node: Using Shell Variables473111
 +Node: Action Overview475447
 +Node: Statements477882
 +Node: If Statement479778
 +Node: While Statement481341
 +Node: Do Statement483429
 +Node: For Statement484613
 +Node: Switch Statement487968
 +Node: Break Statement490517
 +Node: Continue Statement492709
 +Node: Next Statement494640
 +Node: Nextfile Statement497119
 +Node: Exit Statement499972
 +Node: Built-in Variables502499
 +Node: User-modified503676
 +Node: Auto-set511883
 +Ref: Auto-set-Footnote-1529967
 +Ref: Auto-set-Footnote-2530185
 +Node: ARGC and ARGV530241
 +Node: Pattern Action Summary534670
 +Node: Arrays537276
 +Node: Array Basics538649
 +Node: Array Intro539497
 +Ref: figure-array-elements541508
 +Ref: Array Intro-Footnote-1544361
 +Node: Reference to Elements544493
 +Node: Assigning Elements547013
 +Node: Array Example547508
 +Node: Scanning an Array549470
 +Node: Controlling Scanning552565
 +Ref: Controlling Scanning-Footnote-1559200
 +Node: Numeric Array Subscripts559524
 +Node: Uninitialized Subscripts561792
 +Node: Delete563465
 +Ref: Delete-Footnote-1566277
 +Node: Multidimensional566334
 +Node: Multiscanning569537
 +Node: Arrays of Arrays571204
 +Node: Arrays Summary575508
 +Node: Functions577695
 +Node: Built-in578827
 +Node: Calling Built-in580016
 +Node: Boolean Functions582056
 +Node: Numeric Functions582618
 +Ref: Numeric Functions-Footnote-1586803
 +Ref: Numeric Functions-Footnote-2587486
 +Ref: Numeric Functions-Footnote-3587538
 +Node: String Functions587814
 +Ref: String Functions-Footnote-1614265
 +Ref: String Functions-Footnote-2614397
 +Ref: String Functions-Footnote-3614653
 +Node: Gory Details614740
 +Ref: table-sub-escapes616749
 +Ref: table-sub-proposed618380
 +Ref: table-posix-sub619875
 +Ref: table-gensub-escapes621548
 +Ref: Gory Details-Footnote-1622467
 +Node: I/O Functions622621
 +Ref: table-system-return-values629297
 +Ref: I/O Functions-Footnote-1631459
 +Ref: I/O Functions-Footnote-2631607
 +Node: Time Functions631727
 +Ref: Time Functions-Footnote-1643439
 +Ref: Time Functions-Footnote-2643507
 +Ref: Time Functions-Footnote-3643669
 +Ref: Time Functions-Footnote-4643780
 +Ref: Time Functions-Footnote-5643896
 +Ref: Time Functions-Footnote-6644123
 +Node: Bitwise Functions644401
 +Ref: table-bitwise-ops644999
 +Ref: Bitwise Functions-Footnote-1651241
 +Ref: Bitwise Functions-Footnote-2651418
 +Node: Type Functions651613
 +Node: I18N Functions653784
 +Node: User-defined655519
 +Node: Definition Syntax656265
 +Ref: Definition Syntax-Footnote-1662083
 +Node: Function Example662158
 +Ref: Function Example-Footnote-1665137
 +Node: Function Calling665159
 +Node: Calling A Function665751
 +Node: Variable Scope666721
 +Node: Pass By Value/Reference669775
 +Node: Function Caveats672503
 +Ref: Function Caveats-Footnote-1674594
 +Node: Return Statement674714
 +Node: Dynamic Typing677746
 +Node: Dynamic Typing Awk678324
 +Node: Dynamic Typing Gawk680462
 +Node: Indirect Calls683832
 +Node: Functions Summary694969
 +Node: Library Functions697935
 +Ref: Library Functions-Footnote-1701483
 +Ref: Library Functions-Footnote-2701628
 +Node: Library Names701803
 +Ref: Library Names-Footnote-1705574
 +Ref: Library Names-Footnote-2705801
 +Node: General Functions705895
 +Node: Strtonum Function707165
 +Node: Assert Function710247
 +Node: Round Function713697
 +Node: Cliff Random Function715269
 +Node: Ordinal Functions716293
 +Ref: Ordinal Functions-Footnote-1719396
 +Ref: Ordinal Functions-Footnote-2719648
 +Node: Join Function719862
 +Ref: Join Function-Footnote-1721660
 +Node: Getlocaltime Function721864
 +Node: Readfile Function725638
 +Node: Shell Quoting727667
 +Node: Isnumeric Function729123
 +Node: To CSV Function730559
 +Node: Data File Management732651
 +Node: Filetrans Function733283
 +Node: Rewind Function737559
 +Node: File Checking739530
 +Ref: File Checking-Footnote-1740896
 +Node: Empty Files741101
 +Node: Ignoring Assigns743164
 +Node: Getopt Function744738
 +Ref: Getopt Function-Footnote-1760556
 +Node: Passwd Functions760768
 +Ref: Passwd Functions-Footnote-1769903
 +Node: Group Functions769991
 +Ref: Group Functions-Footnote-1778115
 +Node: Walking Arrays778326
 +Node: Library Functions Summary781372
 +Node: Library Exercises782792
 +Node: Sample Programs783277
 +Node: Running Examples784059
 +Node: Clones784811
 +Node: Cut Program786079
 +Node: Egrep Program796503
 +Node: Id Program805808
 +Node: Split Program815900
 +Ref: Split Program-Footnote-1826113
 +Node: Tee Program826298
 +Node: Uniq Program829204
 +Node: Wc Program837064
 +Node: Bytes vs. Characters837459
 +Node: Using extensions839059
 +Node: wc program839837
 +Node: Miscellaneous Programs844830
 +Node: Dupword Program846055
 +Node: Alarm Program848104
 +Node: Translate Program853007
 +Ref: Translate Program-Footnote-1857716
 +Node: Labels Program857994
 +Ref: Labels Program-Footnote-1861429
 +Node: Word Sorting861513
 +Node: History Sorting865687
 +Node: Extract Program867960
 +Node: Simple Sed876213
 +Node: Igawk Program879423
 +Ref: Igawk Program-Footnote-1894633
 +Ref: Igawk Program-Footnote-2894839
 +Ref: Igawk Program-Footnote-3894969
 +Node: Anagram Program895096
 +Node: Signature Program898182
 +Node: Programs Summary899432
 +Node: Programs Exercises900686
 +Ref: Programs Exercises-Footnote-1904988
 +Node: Advanced Features905074
 +Node: Nondecimal Data907555
 +Node: Boolean Typed Values909185
 +Node: Array Sorting911142
 +Node: Controlling Array Traversal911871
 +Ref: Controlling Array Traversal-Footnote-1920374
 +Node: Array Sorting Functions920496
 +Ref: Array Sorting Functions-Footnote-1926593
 +Node: Two-way I/O926801
 +Ref: Two-way I/O-Footnote-1934772
 +Ref: Two-way I/O-Footnote-2934963
 +Node: TCP/IP Networking935045
 +Node: Profiling938213
 +Node: Persistent Memory947883
 +Ref: Persistent Memory-Footnote-1957455
 +Node: Extension Philosophy957586
 +Node: Advanced Features Summary959113
 +Node: Internationalization961379
 +Node: I18N and L10N963081
 +Node: Explaining gettext963776
 +Ref: Explaining gettext-Footnote-1969912
 +Ref: Explaining gettext-Footnote-2970105
 +Node: Programmer i18n970270
 +Ref: Programmer i18n-Footnote-1975382
 +Node: Translator i18n975431
 +Node: String Extraction976261
 +Ref: String Extraction-Footnote-1977437
 +Node: Printf Ordering977535
 +Ref: Printf Ordering-Footnote-1980393
 +Node: I18N Portability980461
 +Ref: I18N Portability-Footnote-1983021
 +Node: I18N Example983088
 +Ref: I18N Example-Footnote-1986482
 +Ref: I18N Example-Footnote-2986555
 +Node: Gawk I18N986672
 +Node: I18N Summary987326
 +Node: Debugger988723
 +Node: Debugging989743
 +Node: Debugging Concepts990192
 +Node: Debugging Terms992009
 +Node: Awk Debugging994612
 +Ref: Awk Debugging-Footnote-1995585
 +Node: Sample Debugging Session995721
 +Node: Debugger Invocation996271
 +Node: Finding The Bug997896
 +Node: List of Debugger Commands1004528
 +Node: Breakpoint Control1005905
 +Node: Debugger Execution Control1009727
 +Node: Viewing And Changing Data1013201
 +Node: Execution Stack1016935
 +Node: Debugger Info1018616
 +Node: Miscellaneous Debugger Commands1022911
 +Node: Readline Support1028152
 +Node: Limitations1029096
 +Node: Debugging Summary1031720
 +Node: Namespaces1033019
 +Node: Global Namespace1034146
 +Node: Qualified Names1035580
 +Node: Default Namespace1036615
 +Node: Changing The Namespace1037388
 +Node: Naming Rules1039070
 +Node: Internal Name Management1040985
 +Node: Namespace Example1042055
 +Node: Namespace And Features1044632
 +Node: Namespace Summary1046087
 +Node: Arbitrary Precision Arithmetic1047598
 +Node: Computer Arithmetic1049117
 +Ref: table-numeric-ranges1052925
 +Ref: table-floating-point-ranges1053422
 +Ref: Computer Arithmetic-Footnote-11054080
 +Node: Math Definitions1054137
 +Ref: table-ieee-formats1057169
 +Node: MPFR features1057742
 +Node: MPFR On Parole1058195
 +Ref: MPFR On Parole-Footnote-11059036
 +Node: MPFR Intro1059195
 +Node: FP Math Caution1060879
 +Ref: FP Math Caution-Footnote-11061951
 +Node: Inexactness of computations1062324
 +Node: Inexact representation1063355
 +Node: Comparing FP Values1064736
 +Node: Errors accumulate1065994
 +Node: Strange values1067459
 +Ref: Strange values-Footnote-11070113
 +Node: Getting Accuracy1070218
 +Node: Try To Round1072955
 +Node: Setting precision1073862
 +Ref: table-predefined-precision-strings1074567
 +Node: Setting the rounding mode1076451
 +Ref: table-gawk-rounding-modes1076833
 +Ref: Setting the rounding mode-Footnote-11080885
 +Node: Arbitrary Precision Integers1081068
 +Ref: Arbitrary Precision Integers-Footnote-11084278
 +Node: Checking for MPFR1084431
 +Node: POSIX Floating Point Problems1085921
 +Ref: POSIX Floating Point Problems-Footnote-11090741
 +Node: Floating point summary1090779
 +Node: Dynamic Extensions1093035
 +Node: Extension Intro1094632
 +Node: Plugin License1095934
 +Node: Extension Mechanism Outline1096747
 +Ref: figure-load-extension1097198
 +Ref: figure-register-new-function1098776
 +Ref: figure-call-new-function1099885
 +Node: Extension API Description1102000
 +Node: Extension API Functions Introduction1103729
 +Ref: table-api-std-headers1105623
 +Node: General Data Types1110064
 +Ref: General Data Types-Footnote-11119210
 +Node: Memory Allocation Functions1119513
 +Ref: Memory Allocation Functions-Footnote-11124230
 +Node: Constructor Functions1124329
 +Node: API Ownership of MPFR and GMP Values1128230
 +Node: Registration Functions1129783
 +Node: Extension Functions1130487
 +Node: Exit Callback Functions1136061
 +Node: Extension Version String1137375
 +Node: Input Parsers1138070
 +Node: Output Wrappers1152689
 +Node: Two-way processors1157531
 +Node: Printing Messages1159884
 +Ref: Printing Messages-Footnote-11161095
 +Node: Updating ERRNO1161248
 +Node: Requesting Values1162047
 +Ref: table-value-types-returned1162800
 +Node: Accessing Parameters1164859
 +Node: Symbol Table Access1166140
 +Node: Symbol table by name1166652
 +Ref: Symbol table by name-Footnote-11169853
 +Node: Symbol table by cookie1169985
 +Ref: Symbol table by cookie-Footnote-11174254
 +Node: Cached values1174318
 +Ref: Cached values-Footnote-11177950
 +Node: Array Manipulation1178107
 +Ref: Array Manipulation-Footnote-11179206
 +Node: Array Data Types1179243
 +Ref: Array Data Types-Footnote-11182061
 +Node: Array Functions1182157
 +Node: Flattening Arrays1187186
 +Node: Creating Arrays1194234
 +Node: Redirection API1199076
 +Node: Extension API Variables1202093
 +Node: Extension Versioning1202816
 +Ref: gawk-api-version1203245
 +Node: Extension GMP/MPFR Versioning1205032
 +Node: Extension API Informational Variables1206736
 +Node: Extension API Boilerplate1207989
 +Node: Changes from API V11212119
 +Node: Finding Extensions1213751
 +Node: Extension Example1214326
 +Node: Internal File Description1215148
 +Node: Internal File Ops1219440
 +Ref: Internal File Ops-Footnote-11230990
 +Node: Using Internal File Ops1231138
 +Ref: Using Internal File Ops-Footnote-11233569
 +Node: Extension Samples1233847
 +Node: Extension Sample File Functions1235416
 +Node: Extension Sample Fnmatch1243541
 +Node: Extension Sample Fork1245136
 +Node: Extension Sample Inplace1246412
 +Node: Extension Sample Ord1250514
 +Node: Extension Sample Readdir1251390
 +Ref: table-readdir-file-types1252179
 +Node: Extension Sample Revout1253535
 +Node: Extension Sample Rev2way1254132
 +Node: Extension Sample Read write array1254884
 +Node: Extension Sample Readfile1258158
 +Node: Extension Sample Time1259289
 +Node: Extension Sample API Tests1261289
 +Node: gawkextlib1261797
 +Node: Extension summary1264829
 +Node: Extension Exercises1268677
 +Node: Language History1269947
 +Node: V7/SVR3.11271659
 +Node: SVR41274009
 +Node: POSIX1275541
 +Node: BTL1276966
 +Node: POSIX/GNU1277733
 +Node: Feature History1284388
- Node: Common Extensions1304190
- Node: Ranges and Locales1305665
- Ref: Ranges and Locales-Footnote-11310450
- Ref: Ranges and Locales-Footnote-21310477
- Ref: Ranges and Locales-Footnote-31310712
- Node: Contributors1310935
- Node: History summary1317126
- Node: Installation1318568
- Node: Gawk Distribution1319532
- Node: Getting1320024
- Node: Extracting1321023
- Node: Distribution contents1322729
- Node: Unix Installation1330619
- Node: Quick Installation1331439
- Node: Compiling with MPFR1333979
- Node: Shell Startup Files1334685
- Node: Additional Configuration Options1335842
- Node: Configuration Philosophy1338225
- Node: Compiling from Git1340725
- Node: Building the Documentation1341284
- Node: Non-Unix Installation1342696
- Node: PC Installation1343172
- Node: PC Binary Installation1344041
- Node: PC Compiling1344934
- Node: PC Using1346112
- Node: Cygwin1349828
- Node: MSYS1351080
- Node: OpenVMS Installation1351706
- Node: OpenVMS Compilation1352387
- Ref: OpenVMS Compilation-Footnote-11353870
- Node: OpenVMS Dynamic Extensions1353928
- Node: OpenVMS Installation Details1355564
- Node: OpenVMS Running1357995
- Node: OpenVMS GNV1362132
- Node: Bugs1362887
- Node: Bug definition1363807
- Node: Bug address1367408
- Node: Usenet1370977
- Node: Performance bugs1372190
- Node: Asking for help1375206
- Node: Maintainers1377193
- Node: Other Versions1378220
- Node: Installation summary1387824
- Node: Notes1389206
- Node: Compatibility Mode1390016
- Node: Additions1390838
- Node: Accessing The Source1391783
- Node: Adding Code1393314
- Node: New Ports1400425
- Node: Derived Files1404928
- Ref: Derived Files-Footnote-11410739
- Ref: Derived Files-Footnote-21410774
- Ref: Derived Files-Footnote-31411385
- Node: Future Extensions1411499
- Node: Implementation Limitations1412169
- Node: Extension Design1413411
- Node: Old Extension Problems1414571
- Ref: Old Extension Problems-Footnote-11416143
- Node: Extension New Mechanism Goals1416204
- Ref: Extension New Mechanism Goals-Footnote-11419674
- Node: Extension Other Design Decisions1419875
- Node: Extension Future Growth1422072
- Node: Notes summary1422692
- Node: Basic Concepts1423902
- Node: Basic High Level1424587
- Ref: figure-general-flow1424869
- Ref: figure-process-flow1425571
- Ref: Basic High Level-Footnote-11428941
- Node: Basic Data Typing1429130
- Node: Glossary1432538
- Node: Copying1465417
- Node: GNU Free Documentation License1502975
- Node: Index1528098
++Node: Common Extensions1304229
++Node: Ranges and Locales1305704
++Ref: Ranges and Locales-Footnote-11310489
++Ref: Ranges and Locales-Footnote-21310516
++Ref: Ranges and Locales-Footnote-31310751
++Node: Contributors1310974
++Node: History summary1317165
++Node: Installation1318607
++Node: Gawk Distribution1319571
++Node: Getting1320063
++Node: Extracting1321062
++Node: Distribution contents1322768
++Node: Unix Installation1330658
++Node: Quick Installation1331478
++Node: Compiling with MPFR1334018
++Node: Shell Startup Files1334724
++Node: Additional Configuration Options1335881
++Node: Configuration Philosophy1338264
++Node: Compiling from Git1340764
++Node: Building the Documentation1341323
++Node: Non-Unix Installation1342735
++Node: PC Installation1343211
++Node: PC Binary Installation1344080
++Node: PC Compiling1344973
++Node: PC Using1346151
++Node: Cygwin1349867
++Node: MSYS1351119
++Node: OpenVMS Installation1351745
++Node: OpenVMS Compilation1352426
++Ref: OpenVMS Compilation-Footnote-11353909
++Node: OpenVMS Dynamic Extensions1353967
++Node: OpenVMS Installation Details1355603
++Node: OpenVMS Running1358034
++Node: OpenVMS GNV1362171
++Node: Bugs1362926
++Node: Bug definition1363846
++Node: Bug address1367447
++Node: Usenet1371016
++Node: Performance bugs1372229
++Node: Asking for help1375245
++Node: Maintainers1377232
++Node: Other Versions1378259
++Node: Installation summary1387863
++Node: Notes1389245
++Node: Compatibility Mode1390055
++Node: Additions1390877
++Node: Accessing The Source1391822
++Node: Adding Code1393353
++Node: New Ports1400464
++Node: Derived Files1404967
++Ref: Derived Files-Footnote-11410778
++Ref: Derived Files-Footnote-21410813
++Ref: Derived Files-Footnote-31411424
++Node: Future Extensions1411538
++Node: Implementation Limitations1412208
++Node: Extension Design1413450
++Node: Old Extension Problems1414610
++Ref: Old Extension Problems-Footnote-11416182
++Node: Extension New Mechanism Goals1416243
++Ref: Extension New Mechanism Goals-Footnote-11419713
++Node: Extension Other Design Decisions1419914
++Node: Extension Future Growth1422111
++Node: Notes summary1422731
++Node: Basic Concepts1423941
++Node: Basic High Level1424626
++Ref: figure-general-flow1424908
++Ref: figure-process-flow1425610
++Ref: Basic High Level-Footnote-11428980
++Node: Basic Data Typing1429169
++Node: Glossary1432577
++Node: Copying1465456
++Node: GNU Free Documentation License1503014
++Node: Index1528137
  
  End Tag Table
  

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

Summary of changes:
 ChangeLog           |  11 ++++
 NEWS                |   7 ++-
 configure           |  20 +++----
 configure.ac        |   2 +-
 doc/ChangeLog       |  10 ++++
 doc/awkcard.in      |   7 ---
 doc/gawk.1          |   8 ---
 doc/gawk.info       | 148 ++++++++++++++++++++++++++--------------------------
 doc/gawk.texi       |  22 ++++----
 extension/ChangeLog |   4 ++
 extension/time.c    |   3 +-
 io.c                |   5 --
 main.c              |  27 +---------
 pc/ChangeLog        |   4 ++
 pc/Makefile.tst     |  18 +++----
 pc/config.h         |   6 +--
 test/ChangeLog      |   7 +++
 test/Gentests       |   2 +-
 test/Makefile.am    |   8 +--
 test/Makefile.in    |  18 +++----
 test/Maketests      |  10 ++--
 test/badargs.ok     |   2 +-
 22 files changed, 174 insertions(+), 175 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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