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-499-gaf0e307


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-499-gaf0e307
Date: Thu, 15 May 2014 19:30:20 +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  af0e307c34759a6e6d27c94219df47b56545ec00 (commit)
       via  8b086817a7907d54dbe813f0dd05626b86e56cd1 (commit)
      from  c85701de44acc1cb67dcc8b220bd94b9191873ed (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=af0e307c34759a6e6d27c94219df47b56545ec00

commit af0e307c34759a6e6d27c94219df47b56545ec00
Merge: c85701d 8b08681
Author: Arnold D. Robbins <address@hidden>
Date:   Thu May 15 22:29:57 2014 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc doc/gawk.info
index 4c824f3,a9fcc11..a21116f
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -33245,494 -33257,496 +33265,496 @@@ Node: Other Features10554
  Node: When106475
  Node: Invoking Gawk108623
  Node: Command Line110086
- Node: Options110869
- Ref: Options-Footnote-1126681
- Node: Other Arguments126706
- Node: Naming Standard Input129368
- Node: Environment Variables130462
- Node: AWKPATH Variable131020
- Ref: AWKPATH Variable-Footnote-1133798
- Ref: AWKPATH Variable-Footnote-2133843
- Node: AWKLIBPATH Variable134103
- Node: Other Environment Variables134862
- Node: Exit Status138517
- Node: Include Files139192
- Node: Loading Shared Libraries142770
- Node: Obsolete144153
- Node: Undocumented144850
- Node: Regexp145092
- Node: Regexp Usage146481
- Node: Escape Sequences148514
- Node: Regexp Operators154181
- Ref: Regexp Operators-Footnote-1161661
- Ref: Regexp Operators-Footnote-2161808
- Node: Bracket Expressions161906
- Ref: table-char-classes163796
- Node: GNU Regexp Operators166319
- Node: Case-sensitivity170042
- Ref: Case-sensitivity-Footnote-1172934
- Ref: Case-sensitivity-Footnote-2173169
- Node: Leftmost Longest173277
- Node: Computed Regexps174478
- Node: Reading Files177827
- Node: Records179829
- Node: awk split records180564
- Node: gawk split records185422
- Ref: gawk split records-Footnote-1189943
- Node: Fields189980
- Ref: Fields-Footnote-1192944
- Node: Nonconstant Fields193030
- Ref: Nonconstant Fields-Footnote-1195260
- Node: Changing Fields195462
- Node: Field Separators201416
- Node: Default Field Splitting204118
- Node: Regexp Field Splitting205235
- Node: Single Character Fields208576
- Node: Command Line Field Separator209635
- Node: Full Line Fields212977
- Ref: Full Line Fields-Footnote-1213485
- Node: Field Splitting Summary213531
- Ref: Field Splitting Summary-Footnote-1216630
- Node: Constant Size216731
- Node: Splitting By Content221338
- Ref: Splitting By Content-Footnote-1225088
- Node: Multiple Line225128
- Ref: Multiple Line-Footnote-1230984
- Node: Getline231163
- Node: Plain Getline233379
- Node: Getline/Variable235474
- Node: Getline/File236621
- Node: Getline/Variable/File238005
- Ref: Getline/Variable/File-Footnote-1239604
- Node: Getline/Pipe239691
- Node: Getline/Variable/Pipe242390
- Node: Getline/Coprocess243497
- Node: Getline/Variable/Coprocess244749
- Node: Getline Notes245486
- Node: Getline Summary248290
- Ref: table-getline-variants248698
- Node: Read Timeout249610
- Ref: Read Timeout-Footnote-1253437
- Node: Command line directories253495
- Node: Printing254377
- Node: Print256008
- Node: Print Examples257349
- Node: Output Separators260128
- Node: OFMT262144
- Node: Printf263502
- Node: Basic Printf264408
- Node: Control Letters265947
- Node: Format Modifiers269801
- Node: Printf Examples275828
- Node: Redirection278535
- Node: Special Files285507
- Node: Special FD286040
- Ref: Special FD-Footnote-1289664
- Node: Special Network289738
- Node: Special Caveats290588
- Node: Close Files And Pipes291384
- Ref: Close Files And Pipes-Footnote-1298522
- Ref: Close Files And Pipes-Footnote-2298670
- Node: Expressions298820
- Node: Values299952
- Node: Constants300628
- Node: Scalar Constants301308
- Ref: Scalar Constants-Footnote-1302167
- Node: Nondecimal-numbers302417
- Node: Regexp Constants305417
- Node: Using Constant Regexps305892
- Node: Variables308962
- Node: Using Variables309617
- Node: Assignment Options311341
- Node: Conversion313216
- Ref: table-locale-affects318652
- Ref: Conversion-Footnote-1319276
- Node: All Operators319385
- Node: Arithmetic Ops320015
- Node: Concatenation322520
- Ref: Concatenation-Footnote-1325316
- Node: Assignment Ops325436
- Ref: table-assign-ops330419
- Node: Increment Ops331736
- Node: Truth Values and Conditions335174
- Node: Truth Values336257
- Node: Typing and Comparison337306
- Node: Variable Typing338099
- Ref: Variable Typing-Footnote-1341999
- Node: Comparison Operators342121
- Ref: table-relational-ops342531
- Node: POSIX String Comparison346079
- Ref: POSIX String Comparison-Footnote-1347163
- Node: Boolean Ops347301
- Ref: Boolean Ops-Footnote-1351371
- Node: Conditional Exp351462
- Node: Function Calls353189
- Node: Precedence356947
- Node: Locales360616
- Node: Patterns and Actions362219
- Node: Pattern Overview363273
- Node: Regexp Patterns364950
- Node: Expression Patterns365493
- Node: Ranges369274
- Node: BEGIN/END372380
- Node: Using BEGIN/END373142
- Ref: Using BEGIN/END-Footnote-1375878
- Node: I/O And BEGIN/END375984
- Node: BEGINFILE/ENDFILE378269
- Node: Empty381205
- Node: Using Shell Variables381522
- Node: Action Overview383805
- Node: Statements386150
- Node: If Statement388004
- Node: While Statement389503
- Node: Do Statement391547
- Node: For Statement392703
- Node: Switch Statement395855
- Node: Break Statement397958
- Node: Continue Statement400013
- Node: Next Statement401806
- Node: Nextfile Statement404196
- Node: Exit Statement406851
- Node: Built-in Variables409253
- Node: User-modified410349
- Ref: User-modified-Footnote-1418034
- Node: Auto-set418096
- Ref: Auto-set-Footnote-1430998
- Ref: Auto-set-Footnote-2431203
- Node: ARGC and ARGV431259
- Node: Arrays435113
- Node: Array Basics436611
- Node: Array Intro437437
- Ref: figure-array-elements439410
- Node: Reference to Elements441817
- Node: Assigning Elements444090
- Node: Array Example444581
- Node: Scanning an Array446313
- Node: Controlling Scanning449328
- Ref: Controlling Scanning-Footnote-1454501
- Node: Delete454817
- Ref: Delete-Footnote-1457582
- Node: Numeric Array Subscripts457639
- Node: Uninitialized Subscripts459822
- Node: Multidimensional461447
- Node: Multiscanning464540
- Node: Arrays of Arrays466129
- Node: Functions470769
- Node: Built-in471588
- Node: Calling Built-in472666
- Node: Numeric Functions474654
- Ref: Numeric Functions-Footnote-1478488
- Ref: Numeric Functions-Footnote-2478845
- Ref: Numeric Functions-Footnote-3478893
- Node: String Functions479162
- Ref: String Functions-Footnote-1502173
- Ref: String Functions-Footnote-2502302
- Ref: String Functions-Footnote-3502550
- Node: Gory Details502637
- Ref: table-sub-escapes504306
- Ref: table-sub-posix-92505660
- Ref: table-sub-proposed507011
- Ref: table-posix-sub508365
- Ref: table-gensub-escapes509910
- Ref: Gory Details-Footnote-1511086
- Ref: Gory Details-Footnote-2511137
- Node: I/O Functions511288
- Ref: I/O Functions-Footnote-1518411
- Node: Time Functions518558
- Ref: Time Functions-Footnote-1529022
- Ref: Time Functions-Footnote-2529090
- Ref: Time Functions-Footnote-3529248
- Ref: Time Functions-Footnote-4529359
- Ref: Time Functions-Footnote-5529471
- Ref: Time Functions-Footnote-6529698
- Node: Bitwise Functions529964
- Ref: table-bitwise-ops530526
- Ref: Bitwise Functions-Footnote-1534771
- Node: Type Functions534955
- Node: I18N Functions536097
- Node: User-defined537742
- Node: Definition Syntax538546
- Ref: Definition Syntax-Footnote-1543461
- Node: Function Example543530
- Ref: Function Example-Footnote-1546174
- Node: Function Caveats546196
- Node: Calling A Function546714
- Node: Variable Scope547669
- Node: Pass By Value/Reference550657
- Node: Return Statement554165
- Node: Dynamic Typing557147
- Node: Indirect Calls558076
- Node: Library Functions567763
- Ref: Library Functions-Footnote-1571276
- Ref: Library Functions-Footnote-2571419
- Node: Library Names571590
- Ref: Library Names-Footnote-1575063
- Ref: Library Names-Footnote-2575283
- Node: General Functions575369
- Node: Strtonum Function576397
- Node: Assert Function579327
- Node: Round Function582653
- Node: Cliff Random Function584194
- Node: Ordinal Functions585210
- Ref: Ordinal Functions-Footnote-1588287
- Ref: Ordinal Functions-Footnote-2588539
- Node: Join Function588750
- Ref: Join Function-Footnote-1590521
- Node: Getlocaltime Function590721
- Node: Readfile Function594462
- Node: Data File Management596301
- Node: Filetrans Function596933
- Node: Rewind Function601002
- Node: File Checking602389
- Node: Empty Files603483
- Node: Ignoring Assigns605713
- Node: Getopt Function607267
- Ref: Getopt Function-Footnote-1618570
- Node: Passwd Functions618773
- Ref: Passwd Functions-Footnote-1627751
- Node: Group Functions627839
- Node: Walking Arrays635923
- Node: Sample Programs638059
- Node: Running Examples638733
- Node: Clones639461
- Node: Cut Program640685
- Node: Egrep Program650536
- Ref: Egrep Program-Footnote-1658309
- Node: Id Program658419
- Node: Split Program662068
- Ref: Split Program-Footnote-1665587
- Node: Tee Program665715
- Node: Uniq Program668518
- Node: Wc Program675947
- Ref: Wc Program-Footnote-1680213
- Ref: Wc Program-Footnote-2680413
- Node: Miscellaneous Programs680505
- Node: Dupword Program681693
- Node: Alarm Program683724
- Node: Translate Program688531
- Ref: Translate Program-Footnote-1692918
- Ref: Translate Program-Footnote-2693166
- Node: Labels Program693300
- Ref: Labels Program-Footnote-1696671
- Node: Word Sorting696755
- Node: History Sorting700639
- Node: Extract Program702478
- Ref: Extract Program-Footnote-1709981
- Node: Simple Sed710109
- Node: Igawk Program713171
- Ref: Igawk Program-Footnote-1728342
- Ref: Igawk Program-Footnote-2728543
- Node: Anagram Program728681
- Node: Signature Program731749
- Node: Advanced Features732849
- Node: Nondecimal Data734735
- Node: Array Sorting736318
- Node: Controlling Array Traversal737015
- Node: Array Sorting Functions745299
- Ref: Array Sorting Functions-Footnote-1749168
- Node: Two-way I/O749362
- Ref: Two-way I/O-Footnote-1754794
- Node: TCP/IP Networking754876
- Node: Profiling757720
- Node: Internationalization765223
- Node: I18N and L10N766648
- Node: Explaining gettext767334
- Ref: Explaining gettext-Footnote-1772402
- Ref: Explaining gettext-Footnote-2772586
- Node: Programmer i18n772751
- Node: Translator i18n776978
- Node: String Extraction777772
- Ref: String Extraction-Footnote-1778733
- Node: Printf Ordering778819
- Ref: Printf Ordering-Footnote-1781601
- Node: I18N Portability781665
- Ref: I18N Portability-Footnote-1784114
- Node: I18N Example784177
- Ref: I18N Example-Footnote-1786815
- Node: Gawk I18N786887
- Node: Debugger787508
- Node: Debugging788479
- Node: Debugging Concepts788912
- Node: Debugging Terms790768
- Node: Awk Debugging793365
- Node: Sample Debugging Session794257
- Node: Debugger Invocation794777
- Node: Finding The Bug796110
- Node: List of Debugger Commands802597
- Node: Breakpoint Control803931
- Node: Debugger Execution Control807595
- Node: Viewing And Changing Data810955
- Node: Execution Stack814311
- Node: Debugger Info815778
- Node: Miscellaneous Debugger Commands819772
- Node: Readline Support824950
- Node: Limitations825781
- Node: Arbitrary Precision Arithmetic828033
- Ref: Arbitrary Precision Arithmetic-Footnote-1829682
- Node: General Arithmetic829830
- Node: Floating Point Issues831550
- Node: String Conversion Precision832431
- Ref: String Conversion Precision-Footnote-1834136
- Node: Unexpected Results834245
- Node: POSIX Floating Point Problems836398
- Ref: POSIX Floating Point Problems-Footnote-1840223
- Node: Integer Programming840261
- Node: Floating-point Programming842000
- Ref: Floating-point Programming-Footnote-1848331
- Ref: Floating-point Programming-Footnote-2848601
- Node: Floating-point Representation848865
- Node: Floating-point Context850030
- Ref: table-ieee-formats850869
- Node: Rounding Mode852253
- Ref: table-rounding-modes852732
- Ref: Rounding Mode-Footnote-1855747
- Node: Gawk and MPFR855926
- Node: Arbitrary Precision Floats857335
- Ref: Arbitrary Precision Floats-Footnote-1859778
- Node: Setting Precision860094
- Ref: table-predefined-precision-strings860780
- Node: Setting Rounding Mode862925
- Ref: table-gawk-rounding-modes863329
- Node: Floating-point Constants864516
- Node: Changing Precision865945
- Ref: Changing Precision-Footnote-1867342
- Node: Exact Arithmetic867516
- Node: Arbitrary Precision Integers870654
- Ref: Arbitrary Precision Integers-Footnote-1873669
- Node: Dynamic Extensions873816
- Node: Extension Intro875274
- Node: Plugin License876539
- Node: Extension Mechanism Outline877224
- Ref: load-extension877641
- Ref: load-new-function879119
- Ref: call-new-function880114
- Node: Extension API Description882129
- Node: Extension API Functions Introduction883416
- Node: General Data Types888343
- Ref: General Data Types-Footnote-1894038
- Node: Requesting Values894337
- Ref: table-value-types-returned895074
- Node: Memory Allocation Functions896028
- Ref: Memory Allocation Functions-Footnote-1898774
- Node: Constructor Functions898870
- Node: Registration Functions900628
- Node: Extension Functions901313
- Node: Exit Callback Functions903615
- Node: Extension Version String904864
- Node: Input Parsers905514
- Node: Output Wrappers915271
- Node: Two-way processors919781
- Node: Printing Messages921989
- Ref: Printing Messages-Footnote-1923066
- Node: Updating `ERRNO'923218
- Node: Accessing Parameters923957
- Node: Symbol Table Access925187
- Node: Symbol table by name925701
- Node: Symbol table by cookie927677
- Ref: Symbol table by cookie-Footnote-1931809
- Node: Cached values931872
- Ref: Cached values-Footnote-1935362
- Node: Array Manipulation935453
- Ref: Array Manipulation-Footnote-1936551
- Node: Array Data Types936590
- Ref: Array Data Types-Footnote-1939293
- Node: Array Functions939385
- Node: Flattening Arrays943221
- Node: Creating Arrays950073
- Node: Extension API Variables954798
- Node: Extension Versioning955434
- Node: Extension API Informational Variables957335
- Node: Extension API Boilerplate958421
- Node: Finding Extensions962225
- Node: Extension Example962785
- Node: Internal File Description963515
- Node: Internal File Ops967606
- Ref: Internal File Ops-Footnote-1979115
- Node: Using Internal File Ops979255
- Ref: Using Internal File Ops-Footnote-1981602
- Node: Extension Samples981868
- Node: Extension Sample File Functions983392
- Node: Extension Sample Fnmatch991879
- Node: Extension Sample Fork993648
- Node: Extension Sample Inplace994861
- Node: Extension Sample Ord996639
- Node: Extension Sample Readdir997475
- Node: Extension Sample Revout999007
- Node: Extension Sample Rev2way999600
- Node: Extension Sample Read write array1000290
- Node: Extension Sample Readfile1002173
- Node: Extension Sample API Tests1003273
- Node: Extension Sample Time1003798
- Node: gawkextlib1005162
- Node: Language History1007943
- Node: V7/SVR3.11009536
- Node: SVR41011856
- Node: POSIX1013298
- Node: BTL1014684
- Node: POSIX/GNU1015418
- Node: Feature History1021017
- Node: Common Extensions1033993
- Node: Ranges and Locales1035305
- Ref: Ranges and Locales-Footnote-11039922
- Ref: Ranges and Locales-Footnote-21039949
- Ref: Ranges and Locales-Footnote-31040183
- Node: Contributors1040404
- Node: Installation1045785
- Node: Gawk Distribution1046679
- Node: Getting1047163
- Node: Extracting1047989
- Node: Distribution contents1049681
- Node: Unix Installation1055402
- Node: Quick Installation1056019
- Node: Additional Configuration Options1058465
- Node: Configuration Philosophy1060201
- Node: Non-Unix Installation1062555
- Node: PC Installation1063013
- Node: PC Binary Installation1064324
- Node: PC Compiling1066172
- Node: PC Testing1069132
- Node: PC Using1070308
- Node: Cygwin1074476
- Node: MSYS1075285
- Node: VMS Installation1075799
- Node: VMS Compilation1076595
- Ref: VMS Compilation-Footnote-11077847
- Node: VMS Dynamic Extensions1077905
- Node: VMS Installation Details1079278
- Node: VMS Running1081529
- Node: VMS GNV1084363
- Node: VMS Old Gawk1085086
- Node: Bugs1085556
- Node: Other Versions1089474
- Node: Notes1095558
- Node: Compatibility Mode1096358
- Node: Additions1097141
- Node: Accessing The Source1098068
- Node: Adding Code1099508
- Node: New Ports1105553
- Node: Derived Files1109688
- Ref: Derived Files-Footnote-11115009
- Ref: Derived Files-Footnote-21115043
- Ref: Derived Files-Footnote-31115643
- Node: Future Extensions1115741
- Node: Implementation Limitations1116324
- Node: Extension Design1117572
- Node: Old Extension Problems1118726
- Ref: Old Extension Problems-Footnote-11120234
- Node: Extension New Mechanism Goals1120291
- Ref: Extension New Mechanism Goals-Footnote-11123656
- Node: Extension Other Design Decisions1123842
- Node: Extension Future Growth1125948
- Node: Old Extension Mechanism1126784
- Node: Basic Concepts1128524
- Node: Basic High Level1129205
- Ref: figure-general-flow1129477
- Ref: figure-process-flow1130076
- Ref: Basic High Level-Footnote-11133305
- Node: Basic Data Typing1133490
- Node: Glossary1136845
- Node: Copying1162076
- Node: GNU Free Documentation License1199632
- Node: Index1224768
+ Node: Options110877
+ Ref: Options-Footnote-1126689
+ Node: Other Arguments126714
+ Node: Naming Standard Input129376
+ Node: Environment Variables130470
+ Node: AWKPATH Variable131028
+ Ref: AWKPATH Variable-Footnote-1133806
+ Ref: AWKPATH Variable-Footnote-2133851
+ Node: AWKLIBPATH Variable134111
+ Node: Other Environment Variables134870
+ Node: Exit Status138525
+ Node: Include Files139200
+ Node: Loading Shared Libraries142778
+ Node: Obsolete144161
+ Node: Undocumented144858
+ Node: Regexp145100
+ Node: Regexp Usage146489
+ Node: Escape Sequences148522
+ Node: Regexp Operators154189
+ Ref: Regexp Operators-Footnote-1161669
+ Ref: Regexp Operators-Footnote-2161816
+ Node: Bracket Expressions161914
+ Ref: table-char-classes163804
+ Node: GNU Regexp Operators166327
+ Node: Case-sensitivity170050
+ Ref: Case-sensitivity-Footnote-1172942
+ Ref: Case-sensitivity-Footnote-2173177
+ Node: Leftmost Longest173285
+ Node: Computed Regexps174486
+ Node: Reading Files177835
+ Node: Records179837
+ Node: awk split records180572
+ Node: gawk split records185430
+ Ref: gawk split records-Footnote-1189951
+ Node: Fields189988
+ Ref: Fields-Footnote-1192952
+ Node: Nonconstant Fields193038
+ Ref: Nonconstant Fields-Footnote-1195268
+ Node: Changing Fields195470
+ Node: Field Separators201424
+ Node: Default Field Splitting204126
+ Node: Regexp Field Splitting205243
+ Node: Single Character Fields208584
+ Node: Command Line Field Separator209643
+ Node: Full Line Fields212985
+ Ref: Full Line Fields-Footnote-1213493
+ Node: Field Splitting Summary213539
+ Ref: Field Splitting Summary-Footnote-1216638
+ Node: Constant Size216739
+ Node: Splitting By Content221346
+ Ref: Splitting By Content-Footnote-1225096
+ Node: Multiple Line225136
+ Ref: Multiple Line-Footnote-1230992
+ Node: Getline231171
+ Node: Plain Getline233387
+ Node: Getline/Variable235482
+ Node: Getline/File236629
+ Node: Getline/Variable/File238013
+ Ref: Getline/Variable/File-Footnote-1239612
+ Node: Getline/Pipe239699
+ Node: Getline/Variable/Pipe242398
+ Node: Getline/Coprocess243505
+ Node: Getline/Variable/Coprocess244757
+ Node: Getline Notes245494
+ Node: Getline Summary248298
+ Ref: table-getline-variants248706
+ Node: Read Timeout249618
+ Ref: Read Timeout-Footnote-1253445
+ Node: Command line directories253503
+ Node: Printing254385
+ Node: Print256016
+ Node: Print Examples257357
+ Node: Output Separators260136
+ Node: OFMT262152
+ Node: Printf263510
+ Node: Basic Printf264416
+ Node: Control Letters265955
+ Node: Format Modifiers269809
+ Node: Printf Examples275836
+ Node: Redirection278543
+ Node: Special Files285515
+ Node: Special FD286048
+ Ref: Special FD-Footnote-1289672
+ Node: Special Network289746
+ Node: Special Caveats290596
+ Node: Close Files And Pipes291392
+ Ref: Close Files And Pipes-Footnote-1298530
+ Ref: Close Files And Pipes-Footnote-2298678
+ Node: Expressions298828
+ Node: Values299960
+ Node: Constants300636
+ Node: Scalar Constants301316
+ Ref: Scalar Constants-Footnote-1302175
+ Node: Nondecimal-numbers302425
+ Node: Regexp Constants305425
+ Node: Using Constant Regexps305900
+ Node: Variables308970
+ Node: Using Variables309625
+ Node: Assignment Options311349
+ Node: Conversion313224
+ Ref: table-locale-affects318660
+ Ref: Conversion-Footnote-1319284
+ Node: All Operators319393
+ Node: Arithmetic Ops320023
+ Node: Concatenation322528
+ Ref: Concatenation-Footnote-1325324
+ Node: Assignment Ops325444
+ Ref: table-assign-ops330427
+ Node: Increment Ops331744
+ Node: Truth Values and Conditions335182
+ Node: Truth Values336265
+ Node: Typing and Comparison337314
+ Node: Variable Typing338107
+ Ref: Variable Typing-Footnote-1342007
+ Node: Comparison Operators342129
+ Ref: table-relational-ops342539
+ Node: POSIX String Comparison346087
+ Ref: POSIX String Comparison-Footnote-1347171
+ Node: Boolean Ops347309
+ Ref: Boolean Ops-Footnote-1351379
+ Node: Conditional Exp351470
+ Node: Function Calls353197
+ Node: Precedence356955
+ Node: Locales360624
+ Node: Patterns and Actions362227
+ Node: Pattern Overview363281
+ Node: Regexp Patterns364958
+ Node: Expression Patterns365501
+ Node: Ranges369282
+ Node: BEGIN/END372388
+ Node: Using BEGIN/END373150
+ Ref: Using BEGIN/END-Footnote-1375886
+ Node: I/O And BEGIN/END375992
+ Node: BEGINFILE/ENDFILE378277
+ Node: Empty381213
+ Node: Using Shell Variables381530
+ Node: Action Overview383813
+ Node: Statements386164
+ Node: If Statement388018
+ Node: While Statement389521
+ Node: Do Statement391565
+ Node: For Statement392721
+ Node: Switch Statement395873
+ Node: Break Statement397976
+ Node: Continue Statement400031
+ Node: Next Statement401824
+ Node: Nextfile Statement404214
+ Node: Exit Statement406869
+ Node: Built-in Variables409273
+ Node: User-modified410369
+ Ref: User-modified-Footnote-1418054
+ Node: Auto-set418116
 -Ref: Auto-set-Footnote-1430681
 -Ref: Auto-set-Footnote-2430886
 -Node: ARGC and ARGV430942
 -Node: Arrays434796
 -Node: Array Basics436294
 -Node: Array Intro437120
 -Ref: figure-array-elements439093
 -Node: Reference to Elements441500
 -Node: Assigning Elements443773
 -Node: Array Example444264
 -Node: Scanning an Array445996
 -Node: Controlling Scanning449011
 -Ref: Controlling Scanning-Footnote-1454184
 -Node: Delete454500
 -Ref: Delete-Footnote-1457265
 -Node: Numeric Array Subscripts457322
 -Node: Uninitialized Subscripts459505
 -Node: Multidimensional461130
 -Node: Multiscanning464223
 -Node: Arrays of Arrays465812
 -Node: Functions470452
 -Node: Built-in471271
 -Node: Calling Built-in472349
 -Node: Numeric Functions474337
 -Ref: Numeric Functions-Footnote-1478171
 -Ref: Numeric Functions-Footnote-2478528
 -Ref: Numeric Functions-Footnote-3478576
 -Node: String Functions478845
 -Ref: String Functions-Footnote-1501856
 -Ref: String Functions-Footnote-2501985
 -Ref: String Functions-Footnote-3502233
 -Node: Gory Details502320
 -Ref: table-sub-escapes503989
 -Ref: table-sub-posix-92505343
 -Ref: table-sub-proposed506694
 -Ref: table-posix-sub508048
 -Ref: table-gensub-escapes509593
 -Ref: Gory Details-Footnote-1510769
 -Ref: Gory Details-Footnote-2510820
 -Node: I/O Functions510971
 -Ref: I/O Functions-Footnote-1518094
 -Node: Time Functions518241
 -Ref: Time Functions-Footnote-1528705
 -Ref: Time Functions-Footnote-2528773
 -Ref: Time Functions-Footnote-3528931
 -Ref: Time Functions-Footnote-4529042
 -Ref: Time Functions-Footnote-5529154
 -Ref: Time Functions-Footnote-6529381
 -Node: Bitwise Functions529647
 -Ref: table-bitwise-ops530209
 -Ref: Bitwise Functions-Footnote-1534454
 -Node: Type Functions534638
 -Node: I18N Functions535780
 -Node: User-defined537425
 -Node: Definition Syntax538229
 -Ref: Definition Syntax-Footnote-1543154
 -Node: Function Example543223
 -Ref: Function Example-Footnote-1545867
 -Node: Function Caveats545889
 -Node: Calling A Function546407
 -Node: Variable Scope547362
 -Node: Pass By Value/Reference550350
 -Node: Return Statement553858
 -Node: Dynamic Typing556842
 -Node: Indirect Calls557771
 -Node: Library Functions567458
 -Ref: Library Functions-Footnote-1570971
 -Ref: Library Functions-Footnote-2571114
 -Node: Library Names571285
 -Ref: Library Names-Footnote-1574758
 -Ref: Library Names-Footnote-2574978
 -Node: General Functions575064
 -Node: Strtonum Function576092
 -Node: Assert Function579022
 -Node: Round Function582348
 -Node: Cliff Random Function583889
 -Node: Ordinal Functions584905
 -Ref: Ordinal Functions-Footnote-1587982
 -Ref: Ordinal Functions-Footnote-2588234
 -Node: Join Function588445
 -Ref: Join Function-Footnote-1590216
 -Node: Getlocaltime Function590416
 -Node: Readfile Function594152
 -Node: Data File Management595991
 -Node: Filetrans Function596623
 -Node: Rewind Function600692
 -Node: File Checking602079
 -Ref: File Checking-Footnote-1603211
 -Node: Empty Files603412
 -Node: Ignoring Assigns605642
 -Node: Getopt Function607196
 -Ref: Getopt Function-Footnote-1618499
 -Node: Passwd Functions618702
 -Ref: Passwd Functions-Footnote-1627681
 -Node: Group Functions627769
 -Ref: Group Functions-Footnote-1635711
 -Node: Walking Arrays635924
 -Node: Sample Programs638060
 -Node: Running Examples638734
 -Node: Clones639462
 -Node: Cut Program640686
 -Node: Egrep Program650539
 -Ref: Egrep Program-Footnote-1658510
 -Node: Id Program658620
 -Node: Split Program662284
 -Ref: Split Program-Footnote-1665822
 -Node: Tee Program665950
 -Node: Uniq Program668757
 -Node: Wc Program676187
 -Ref: Wc Program-Footnote-1680455
 -Ref: Wc Program-Footnote-2680655
 -Node: Miscellaneous Programs680747
 -Node: Dupword Program681935
 -Node: Alarm Program683966
 -Node: Translate Program688773
 -Ref: Translate Program-Footnote-1693164
 -Ref: Translate Program-Footnote-2693434
 -Node: Labels Program693568
 -Ref: Labels Program-Footnote-1696939
 -Node: Word Sorting697023
 -Node: History Sorting701066
 -Node: Extract Program702902
 -Ref: Extract Program-Footnote-1710432
 -Node: Simple Sed710561
 -Node: Igawk Program713623
 -Ref: Igawk Program-Footnote-1728798
 -Ref: Igawk Program-Footnote-2728999
 -Node: Anagram Program729137
 -Node: Signature Program732205
 -Node: Advanced Features733452
 -Node: Nondecimal Data735338
 -Node: Array Sorting736921
 -Node: Controlling Array Traversal737618
 -Node: Array Sorting Functions745902
 -Ref: Array Sorting Functions-Footnote-1749771
 -Node: Two-way I/O749965
 -Ref: Two-way I/O-Footnote-1755397
 -Node: TCP/IP Networking755479
 -Node: Profiling758323
 -Node: Internationalization765826
 -Node: I18N and L10N767251
 -Node: Explaining gettext767937
 -Ref: Explaining gettext-Footnote-1773005
 -Ref: Explaining gettext-Footnote-2773189
 -Node: Programmer i18n773354
 -Node: Translator i18n777581
 -Node: String Extraction778375
 -Ref: String Extraction-Footnote-1779336
 -Node: Printf Ordering779422
 -Ref: Printf Ordering-Footnote-1782204
 -Node: I18N Portability782268
 -Ref: I18N Portability-Footnote-1784717
 -Node: I18N Example784780
 -Ref: I18N Example-Footnote-1787418
 -Node: Gawk I18N787490
 -Node: Debugger788111
 -Node: Debugging789082
 -Node: Debugging Concepts789515
 -Node: Debugging Terms791371
 -Node: Awk Debugging793968
 -Node: Sample Debugging Session794860
 -Node: Debugger Invocation795380
 -Node: Finding The Bug796713
 -Node: List of Debugger Commands803200
 -Node: Breakpoint Control804534
 -Node: Debugger Execution Control808198
 -Node: Viewing And Changing Data811558
 -Node: Execution Stack814914
 -Node: Debugger Info816381
 -Node: Miscellaneous Debugger Commands820375
 -Node: Readline Support825559
 -Node: Limitations826390
 -Node: Arbitrary Precision Arithmetic828642
 -Ref: Arbitrary Precision Arithmetic-Footnote-1830291
 -Node: General Arithmetic830439
 -Node: Floating Point Issues832159
 -Node: String Conversion Precision833040
 -Ref: String Conversion Precision-Footnote-1834745
 -Node: Unexpected Results834854
 -Node: POSIX Floating Point Problems837007
 -Ref: POSIX Floating Point Problems-Footnote-1840832
 -Node: Integer Programming840870
 -Node: Floating-point Programming842609
 -Ref: Floating-point Programming-Footnote-1848940
 -Ref: Floating-point Programming-Footnote-2849210
 -Node: Floating-point Representation849474
 -Node: Floating-point Context850639
 -Ref: table-ieee-formats851478
 -Node: Rounding Mode852862
 -Ref: table-rounding-modes853341
 -Ref: Rounding Mode-Footnote-1856356
 -Node: Gawk and MPFR856535
 -Node: Arbitrary Precision Floats857944
 -Ref: Arbitrary Precision Floats-Footnote-1860387
 -Node: Setting Precision860703
 -Ref: table-predefined-precision-strings861389
 -Node: Setting Rounding Mode863534
 -Ref: table-gawk-rounding-modes863938
 -Node: Floating-point Constants865125
 -Node: Changing Precision866554
 -Ref: Changing Precision-Footnote-1867951
 -Node: Exact Arithmetic868125
 -Node: Arbitrary Precision Integers871263
 -Ref: Arbitrary Precision Integers-Footnote-1874278
 -Node: Dynamic Extensions874425
 -Node: Extension Intro875883
 -Node: Plugin License877148
 -Node: Extension Mechanism Outline877833
 -Ref: load-extension878250
 -Ref: load-new-function879728
 -Ref: call-new-function880723
 -Node: Extension API Description882738
 -Node: Extension API Functions Introduction884025
 -Node: General Data Types888952
 -Ref: General Data Types-Footnote-1894647
 -Node: Requesting Values894946
 -Ref: table-value-types-returned895683
 -Node: Memory Allocation Functions896637
 -Ref: Memory Allocation Functions-Footnote-1899383
 -Node: Constructor Functions899479
 -Node: Registration Functions901237
 -Node: Extension Functions901922
 -Node: Exit Callback Functions904224
 -Node: Extension Version String905473
 -Node: Input Parsers906123
 -Node: Output Wrappers915880
 -Node: Two-way processors920390
 -Node: Printing Messages922598
 -Ref: Printing Messages-Footnote-1923675
 -Node: Updating `ERRNO'923827
 -Node: Accessing Parameters924566
 -Node: Symbol Table Access925796
 -Node: Symbol table by name926310
 -Node: Symbol table by cookie928286
 -Ref: Symbol table by cookie-Footnote-1932418
 -Node: Cached values932481
 -Ref: Cached values-Footnote-1935971
 -Node: Array Manipulation936062
 -Ref: Array Manipulation-Footnote-1937160
 -Node: Array Data Types937199
 -Ref: Array Data Types-Footnote-1939902
 -Node: Array Functions939994
 -Node: Flattening Arrays943830
 -Node: Creating Arrays950682
 -Node: Extension API Variables955407
 -Node: Extension Versioning956043
 -Node: Extension API Informational Variables957944
 -Node: Extension API Boilerplate959030
 -Node: Finding Extensions962834
 -Node: Extension Example963394
 -Node: Internal File Description964124
 -Node: Internal File Ops968215
 -Ref: Internal File Ops-Footnote-1979724
 -Node: Using Internal File Ops979864
 -Ref: Using Internal File Ops-Footnote-1982211
 -Node: Extension Samples982477
 -Node: Extension Sample File Functions984001
 -Node: Extension Sample Fnmatch992488
 -Node: Extension Sample Fork994257
 -Node: Extension Sample Inplace995470
 -Node: Extension Sample Ord997248
 -Node: Extension Sample Readdir998084
 -Node: Extension Sample Revout999616
 -Node: Extension Sample Rev2way1000209
 -Node: Extension Sample Read write array1000899
 -Node: Extension Sample Readfile1002782
 -Node: Extension Sample API Tests1003882
 -Node: Extension Sample Time1004407
 -Node: gawkextlib1005771
 -Node: Language History1008552
 -Node: V7/SVR3.11010145
 -Node: SVR41012465
 -Node: POSIX1013907
 -Node: BTL1015293
 -Node: POSIX/GNU1016027
 -Node: Feature History1021626
 -Node: Common Extensions1034602
 -Node: Ranges and Locales1035914
 -Ref: Ranges and Locales-Footnote-11040531
 -Ref: Ranges and Locales-Footnote-21040558
 -Ref: Ranges and Locales-Footnote-31040792
 -Node: Contributors1041013
 -Node: Installation1046394
 -Node: Gawk Distribution1047288
 -Node: Getting1047772
 -Node: Extracting1048598
 -Node: Distribution contents1050290
 -Node: Unix Installation1056011
 -Node: Quick Installation1056628
 -Node: Additional Configuration Options1059074
 -Node: Configuration Philosophy1060810
 -Node: Non-Unix Installation1063164
 -Node: PC Installation1063622
 -Node: PC Binary Installation1064933
 -Node: PC Compiling1066781
 -Node: PC Testing1069741
 -Node: PC Using1070917
 -Node: Cygwin1075085
 -Node: MSYS1075894
 -Node: VMS Installation1076408
 -Node: VMS Compilation1077204
 -Ref: VMS Compilation-Footnote-11078456
 -Node: VMS Dynamic Extensions1078514
 -Node: VMS Installation Details1079887
 -Node: VMS Running1082138
 -Node: VMS GNV1084972
 -Node: VMS Old Gawk1085695
 -Node: Bugs1086165
 -Node: Other Versions1090083
 -Node: Notes1096167
 -Node: Compatibility Mode1096967
 -Node: Additions1097750
 -Node: Accessing The Source1098677
 -Node: Adding Code1100117
 -Node: New Ports1106162
 -Node: Derived Files1110297
 -Ref: Derived Files-Footnote-11115618
 -Ref: Derived Files-Footnote-21115652
 -Ref: Derived Files-Footnote-31116252
 -Node: Future Extensions1116350
 -Node: Implementation Limitations1116933
 -Node: Extension Design1118181
 -Node: Old Extension Problems1119335
 -Ref: Old Extension Problems-Footnote-11120843
 -Node: Extension New Mechanism Goals1120900
 -Ref: Extension New Mechanism Goals-Footnote-11124265
 -Node: Extension Other Design Decisions1124451
 -Node: Extension Future Growth1126557
 -Node: Old Extension Mechanism1127393
 -Node: Basic Concepts1129133
 -Node: Basic High Level1129814
 -Ref: figure-general-flow1130086
 -Ref: figure-process-flow1130685
 -Ref: Basic High Level-Footnote-11133914
 -Node: Basic Data Typing1134099
 -Node: Glossary1137454
 -Node: Copying1162685
 -Node: GNU Free Documentation License1200241
 -Node: Index1225377
++Ref: Auto-set-Footnote-1431018
++Ref: Auto-set-Footnote-2431223
++Node: ARGC and ARGV431279
++Node: Arrays435133
++Node: Array Basics436631
++Node: Array Intro437457
++Ref: figure-array-elements439430
++Node: Reference to Elements441837
++Node: Assigning Elements444110
++Node: Array Example444601
++Node: Scanning an Array446333
++Node: Controlling Scanning449348
++Ref: Controlling Scanning-Footnote-1454521
++Node: Delete454837
++Ref: Delete-Footnote-1457602
++Node: Numeric Array Subscripts457659
++Node: Uninitialized Subscripts459842
++Node: Multidimensional461467
++Node: Multiscanning464560
++Node: Arrays of Arrays466149
++Node: Functions470789
++Node: Built-in471608
++Node: Calling Built-in472686
++Node: Numeric Functions474674
++Ref: Numeric Functions-Footnote-1478508
++Ref: Numeric Functions-Footnote-2478865
++Ref: Numeric Functions-Footnote-3478913
++Node: String Functions479182
++Ref: String Functions-Footnote-1502193
++Ref: String Functions-Footnote-2502322
++Ref: String Functions-Footnote-3502570
++Node: Gory Details502657
++Ref: table-sub-escapes504326
++Ref: table-sub-posix-92505680
++Ref: table-sub-proposed507031
++Ref: table-posix-sub508385
++Ref: table-gensub-escapes509930
++Ref: Gory Details-Footnote-1511106
++Ref: Gory Details-Footnote-2511157
++Node: I/O Functions511308
++Ref: I/O Functions-Footnote-1518431
++Node: Time Functions518578
++Ref: Time Functions-Footnote-1529042
++Ref: Time Functions-Footnote-2529110
++Ref: Time Functions-Footnote-3529268
++Ref: Time Functions-Footnote-4529379
++Ref: Time Functions-Footnote-5529491
++Ref: Time Functions-Footnote-6529718
++Node: Bitwise Functions529984
++Ref: table-bitwise-ops530546
++Ref: Bitwise Functions-Footnote-1534791
++Node: Type Functions534975
++Node: I18N Functions536117
++Node: User-defined537762
++Node: Definition Syntax538566
++Ref: Definition Syntax-Footnote-1543491
++Node: Function Example543560
++Ref: Function Example-Footnote-1546204
++Node: Function Caveats546226
++Node: Calling A Function546744
++Node: Variable Scope547699
++Node: Pass By Value/Reference550687
++Node: Return Statement554195
++Node: Dynamic Typing557179
++Node: Indirect Calls558108
++Node: Library Functions567795
++Ref: Library Functions-Footnote-1571308
++Ref: Library Functions-Footnote-2571451
++Node: Library Names571622
++Ref: Library Names-Footnote-1575095
++Ref: Library Names-Footnote-2575315
++Node: General Functions575401
++Node: Strtonum Function576429
++Node: Assert Function579359
++Node: Round Function582685
++Node: Cliff Random Function584226
++Node: Ordinal Functions585242
++Ref: Ordinal Functions-Footnote-1588319
++Ref: Ordinal Functions-Footnote-2588571
++Node: Join Function588782
++Ref: Join Function-Footnote-1590553
++Node: Getlocaltime Function590753
++Node: Readfile Function594489
++Node: Data File Management596328
++Node: Filetrans Function596960
++Node: Rewind Function601029
++Node: File Checking602416
++Ref: File Checking-Footnote-1603548
++Node: Empty Files603749
++Node: Ignoring Assigns605979
++Node: Getopt Function607533
++Ref: Getopt Function-Footnote-1618836
++Node: Passwd Functions619039
++Ref: Passwd Functions-Footnote-1628018
++Node: Group Functions628106
++Ref: Group Functions-Footnote-1636048
++Node: Walking Arrays636261
++Node: Sample Programs638397
++Node: Running Examples639071
++Node: Clones639799
++Node: Cut Program641023
++Node: Egrep Program650876
++Ref: Egrep Program-Footnote-1658847
++Node: Id Program658957
++Node: Split Program662621
++Ref: Split Program-Footnote-1666159
++Node: Tee Program666287
++Node: Uniq Program669094
++Node: Wc Program676524
++Ref: Wc Program-Footnote-1680792
++Ref: Wc Program-Footnote-2680992
++Node: Miscellaneous Programs681084
++Node: Dupword Program682272
++Node: Alarm Program684303
++Node: Translate Program689110
++Ref: Translate Program-Footnote-1693501
++Ref: Translate Program-Footnote-2693771
++Node: Labels Program693905
++Ref: Labels Program-Footnote-1697276
++Node: Word Sorting697360
++Node: History Sorting701403
++Node: Extract Program703239
++Ref: Extract Program-Footnote-1710769
++Node: Simple Sed710898
++Node: Igawk Program713960
++Ref: Igawk Program-Footnote-1729135
++Ref: Igawk Program-Footnote-2729336
++Node: Anagram Program729474
++Node: Signature Program732542
++Node: Advanced Features733789
++Node: Nondecimal Data735675
++Node: Array Sorting737258
++Node: Controlling Array Traversal737955
++Node: Array Sorting Functions746239
++Ref: Array Sorting Functions-Footnote-1750108
++Node: Two-way I/O750302
++Ref: Two-way I/O-Footnote-1755734
++Node: TCP/IP Networking755816
++Node: Profiling758660
++Node: Internationalization766163
++Node: I18N and L10N767588
++Node: Explaining gettext768274
++Ref: Explaining gettext-Footnote-1773342
++Ref: Explaining gettext-Footnote-2773526
++Node: Programmer i18n773691
++Node: Translator i18n777918
++Node: String Extraction778712
++Ref: String Extraction-Footnote-1779673
++Node: Printf Ordering779759
++Ref: Printf Ordering-Footnote-1782541
++Node: I18N Portability782605
++Ref: I18N Portability-Footnote-1785054
++Node: I18N Example785117
++Ref: I18N Example-Footnote-1787755
++Node: Gawk I18N787827
++Node: Debugger788448
++Node: Debugging789419
++Node: Debugging Concepts789852
++Node: Debugging Terms791708
++Node: Awk Debugging794305
++Node: Sample Debugging Session795197
++Node: Debugger Invocation795717
++Node: Finding The Bug797050
++Node: List of Debugger Commands803537
++Node: Breakpoint Control804871
++Node: Debugger Execution Control808535
++Node: Viewing And Changing Data811895
++Node: Execution Stack815251
++Node: Debugger Info816718
++Node: Miscellaneous Debugger Commands820712
++Node: Readline Support825896
++Node: Limitations826727
++Node: Arbitrary Precision Arithmetic828979
++Ref: Arbitrary Precision Arithmetic-Footnote-1830628
++Node: General Arithmetic830776
++Node: Floating Point Issues832496
++Node: String Conversion Precision833377
++Ref: String Conversion Precision-Footnote-1835082
++Node: Unexpected Results835191
++Node: POSIX Floating Point Problems837344
++Ref: POSIX Floating Point Problems-Footnote-1841169
++Node: Integer Programming841207
++Node: Floating-point Programming842946
++Ref: Floating-point Programming-Footnote-1849277
++Ref: Floating-point Programming-Footnote-2849547
++Node: Floating-point Representation849811
++Node: Floating-point Context850976
++Ref: table-ieee-formats851815
++Node: Rounding Mode853199
++Ref: table-rounding-modes853678
++Ref: Rounding Mode-Footnote-1856693
++Node: Gawk and MPFR856872
++Node: Arbitrary Precision Floats858281
++Ref: Arbitrary Precision Floats-Footnote-1860724
++Node: Setting Precision861040
++Ref: table-predefined-precision-strings861726
++Node: Setting Rounding Mode863871
++Ref: table-gawk-rounding-modes864275
++Node: Floating-point Constants865462
++Node: Changing Precision866891
++Ref: Changing Precision-Footnote-1868288
++Node: Exact Arithmetic868462
++Node: Arbitrary Precision Integers871600
++Ref: Arbitrary Precision Integers-Footnote-1874615
++Node: Dynamic Extensions874762
++Node: Extension Intro876220
++Node: Plugin License877485
++Node: Extension Mechanism Outline878170
++Ref: load-extension878587
++Ref: load-new-function880065
++Ref: call-new-function881060
++Node: Extension API Description883075
++Node: Extension API Functions Introduction884362
++Node: General Data Types889289
++Ref: General Data Types-Footnote-1894984
++Node: Requesting Values895283
++Ref: table-value-types-returned896020
++Node: Memory Allocation Functions896974
++Ref: Memory Allocation Functions-Footnote-1899720
++Node: Constructor Functions899816
++Node: Registration Functions901574
++Node: Extension Functions902259
++Node: Exit Callback Functions904561
++Node: Extension Version String905810
++Node: Input Parsers906460
++Node: Output Wrappers916217
++Node: Two-way processors920727
++Node: Printing Messages922935
++Ref: Printing Messages-Footnote-1924012
++Node: Updating `ERRNO'924164
++Node: Accessing Parameters924903
++Node: Symbol Table Access926133
++Node: Symbol table by name926647
++Node: Symbol table by cookie928623
++Ref: Symbol table by cookie-Footnote-1932755
++Node: Cached values932818
++Ref: Cached values-Footnote-1936308
++Node: Array Manipulation936399
++Ref: Array Manipulation-Footnote-1937497
++Node: Array Data Types937536
++Ref: Array Data Types-Footnote-1940239
++Node: Array Functions940331
++Node: Flattening Arrays944167
++Node: Creating Arrays951019
++Node: Extension API Variables955744
++Node: Extension Versioning956380
++Node: Extension API Informational Variables958281
++Node: Extension API Boilerplate959367
++Node: Finding Extensions963171
++Node: Extension Example963731
++Node: Internal File Description964461
++Node: Internal File Ops968552
++Ref: Internal File Ops-Footnote-1980061
++Node: Using Internal File Ops980201
++Ref: Using Internal File Ops-Footnote-1982548
++Node: Extension Samples982814
++Node: Extension Sample File Functions984338
++Node: Extension Sample Fnmatch992825
++Node: Extension Sample Fork994594
++Node: Extension Sample Inplace995807
++Node: Extension Sample Ord997585
++Node: Extension Sample Readdir998421
++Node: Extension Sample Revout999953
++Node: Extension Sample Rev2way1000546
++Node: Extension Sample Read write array1001236
++Node: Extension Sample Readfile1003119
++Node: Extension Sample API Tests1004219
++Node: Extension Sample Time1004744
++Node: gawkextlib1006108
++Node: Language History1008889
++Node: V7/SVR3.11010482
++Node: SVR41012802
++Node: POSIX1014244
++Node: BTL1015630
++Node: POSIX/GNU1016364
++Node: Feature History1021963
++Node: Common Extensions1034939
++Node: Ranges and Locales1036251
++Ref: Ranges and Locales-Footnote-11040868
++Ref: Ranges and Locales-Footnote-21040895
++Ref: Ranges and Locales-Footnote-31041129
++Node: Contributors1041350
++Node: Installation1046731
++Node: Gawk Distribution1047625
++Node: Getting1048109
++Node: Extracting1048935
++Node: Distribution contents1050627
++Node: Unix Installation1056348
++Node: Quick Installation1056965
++Node: Additional Configuration Options1059411
++Node: Configuration Philosophy1061147
++Node: Non-Unix Installation1063501
++Node: PC Installation1063959
++Node: PC Binary Installation1065270
++Node: PC Compiling1067118
++Node: PC Testing1070078
++Node: PC Using1071254
++Node: Cygwin1075422
++Node: MSYS1076231
++Node: VMS Installation1076745
++Node: VMS Compilation1077541
++Ref: VMS Compilation-Footnote-11078793
++Node: VMS Dynamic Extensions1078851
++Node: VMS Installation Details1080224
++Node: VMS Running1082475
++Node: VMS GNV1085309
++Node: VMS Old Gawk1086032
++Node: Bugs1086502
++Node: Other Versions1090420
++Node: Notes1096504
++Node: Compatibility Mode1097304
++Node: Additions1098087
++Node: Accessing The Source1099014
++Node: Adding Code1100454
++Node: New Ports1106499
++Node: Derived Files1110634
++Ref: Derived Files-Footnote-11115955
++Ref: Derived Files-Footnote-21115989
++Ref: Derived Files-Footnote-31116589
++Node: Future Extensions1116687
++Node: Implementation Limitations1117270
++Node: Extension Design1118518
++Node: Old Extension Problems1119672
++Ref: Old Extension Problems-Footnote-11121180
++Node: Extension New Mechanism Goals1121237
++Ref: Extension New Mechanism Goals-Footnote-11124602
++Node: Extension Other Design Decisions1124788
++Node: Extension Future Growth1126894
++Node: Old Extension Mechanism1127730
++Node: Basic Concepts1129470
++Node: Basic High Level1130151
++Ref: figure-general-flow1130423
++Ref: figure-process-flow1131022
++Ref: Basic High Level-Footnote-11134251
++Node: Basic Data Typing1134436
++Node: Glossary1137791
++Node: Copying1163022
++Node: GNU Free Documentation License1200578
++Node: Index1225714
  
  End Tag Table

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

Summary of changes:
 awklib/eg/lib/getopt.awk  |    2 +-
 awklib/eg/lib/gettime.awk |    2 +-
 awklib/eg/lib/grcat.c     |    2 +-
 awklib/eg/lib/pwcat.c     |    2 +-
 awklib/eg/prog/cut.awk    |    2 +-
 awklib/eg/prog/egrep.awk  |    4 +-
 awklib/eg/prog/id.awk     |   37 +-
 awklib/eg/prog/split.awk  |    5 +-
 doc/ChangeLog             |    4 +
 doc/gawk.info             | 1210 +++++++++++++++++++++++----------------------
 doc/gawk.texi             |  310 ++++++------
 doc/gawktexi.in           |  310 ++++++------
 12 files changed, 964 insertions(+), 926 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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