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-107-g7234d4a


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-107-g7234d4a
Date: Tue, 24 Sep 2013 13:41:41 +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  7234d4a6c1ef8763ab6ac25619f8a225260d60b8 (commit)
       via  08e8087fc3b1b9839e464ee436e8b24a45b024aa (commit)
       via  33db472fbf2c90395937d3dbd9c08bf591fb2ecd (commit)
      from  8aa14c5f3cf78f90b589785a9ffe5f7f02050b37 (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=7234d4a6c1ef8763ab6ac25619f8a225260d60b8

commit 7234d4a6c1ef8763ab6ac25619f8a225260d60b8
Merge: 8aa14c5 08e8087
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Sep 24 16:39:32 2013 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc doc/gawk.info
index 0fa9bde,0bbf9dd..79d5eac
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -32096,520 -32151,521 +32160,521 @@@ Inde
  
  Tag Table:
  Node: Top1360
- Node: Foreword40338
- Node: Preface44683
- Ref: Preface-Footnote-147736
- Ref: Preface-Footnote-247832
- Node: History48064
- Node: Names50438
- Ref: Names-Footnote-151915
- Node: This Manual51987
- Ref: This Manual-Footnote-157761
- Node: Conventions57861
- Node: Manual History60013
- Ref: Manual History-Footnote-163461
- Ref: Manual History-Footnote-263502
- Node: How To Contribute63576
- Node: Acknowledgments64720
- Node: Getting Started68929
- Node: Running gawk71308
- Node: One-shot72494
- Node: Read Terminal73719
- Ref: Read Terminal-Footnote-175369
- Ref: Read Terminal-Footnote-275645
- Node: Long75816
- Node: Executable Scripts77192
- Ref: Executable Scripts-Footnote-179025
- Ref: Executable Scripts-Footnote-279127
- Node: Comments79674
- Node: Quoting82141
- Node: DOS Quoting86764
- Node: Sample Data Files87439
- Node: Very Simple90471
- Node: Two Rules95070
- Node: More Complex97217
- Ref: More Complex-Footnote-1100147
- Node: Statements/Lines100232
- Ref: Statements/Lines-Footnote-1104694
- Node: Other Features104959
- Node: When105887
- Node: Invoking Gawk108034
- Node: Command Line109495
- Node: Options110278
- Ref: Options-Footnote-1125670
- Node: Other Arguments125695
- Node: Naming Standard Input128353
- Node: Environment Variables129447
- Node: AWKPATH Variable130005
- Ref: AWKPATH Variable-Footnote-1132763
- Node: AWKLIBPATH Variable133023
- Node: Other Environment Variables133741
- Node: Exit Status136236
- Node: Include Files136911
- Node: Loading Shared Libraries140480
- Node: Obsolete141844
- Node: Undocumented142541
- Node: Regexp142784
- Node: Regexp Usage144173
- Node: Escape Sequences146199
- Node: Regexp Operators151868
- Ref: Regexp Operators-Footnote-1159248
- Ref: Regexp Operators-Footnote-2159395
- Node: Bracket Expressions159493
- Ref: table-char-classes161383
- Node: GNU Regexp Operators163906
- Node: Case-sensitivity167629
- Ref: Case-sensitivity-Footnote-1170597
- Ref: Case-sensitivity-Footnote-2170832
- Node: Leftmost Longest170940
- Node: Computed Regexps172141
- Node: Reading Files175478
- Node: Records177481
- Ref: Records-Footnote-1186370
- Node: Fields186407
- Ref: Fields-Footnote-1189440
- Node: Nonconstant Fields189526
- Node: Changing Fields191728
- Node: Field Separators197687
- Node: Default Field Splitting200316
- Node: Regexp Field Splitting201433
- Node: Single Character Fields204775
- Node: Command Line Field Separator205834
- Node: Field Splitting Summary209275
- Ref: Field Splitting Summary-Footnote-1212386
- Node: Constant Size212487
- Node: Splitting By Content217071
- Ref: Splitting By Content-Footnote-1220797
- Node: Multiple Line220837
- Ref: Multiple Line-Footnote-1226684
- Node: Getline226863
- Node: Plain Getline229079
- Node: Getline/Variable231174
- Node: Getline/File232321
- Node: Getline/Variable/File233662
- Ref: Getline/Variable/File-Footnote-1235261
- Node: Getline/Pipe235348
- Node: Getline/Variable/Pipe238048
- Node: Getline/Coprocess239155
- Node: Getline/Variable/Coprocess240407
- Node: Getline Notes241144
- Node: Getline Summary243931
- Ref: table-getline-variants244339
- Node: Read Timeout245251
- Ref: Read Timeout-Footnote-1248992
- Node: Command line directories249049
- Node: Printing249679
- Node: Print251310
- Node: Print Examples252647
- Node: Output Separators255431
- Node: OFMT257191
- Node: Printf258549
- Node: Basic Printf259455
- Node: Control Letters260994
- Node: Format Modifiers264806
- Node: Printf Examples270815
- Node: Redirection273530
- Node: Special Files280495
- Node: Special FD281028
- Ref: Special FD-Footnote-1284653
- Node: Special Network284727
- Node: Special Caveats285577
- Node: Close Files And Pipes286373
- Ref: Close Files And Pipes-Footnote-1293356
- Ref: Close Files And Pipes-Footnote-2293504
- Node: Expressions293654
- Node: Values294786
- Node: Constants295462
- Node: Scalar Constants296142
- Ref: Scalar Constants-Footnote-1297001
- Node: Nondecimal-numbers297183
- Node: Regexp Constants300183
- Node: Using Constant Regexps300658
- Node: Variables303713
- Node: Using Variables304368
- Node: Assignment Options306092
- Node: Conversion307964
- Ref: table-locale-affects313464
- Ref: Conversion-Footnote-1314088
- Node: All Operators314197
- Node: Arithmetic Ops314827
- Node: Concatenation317332
- Ref: Concatenation-Footnote-1320125
- Node: Assignment Ops320245
- Ref: table-assign-ops325233
- Node: Increment Ops326564
- Node: Truth Values and Conditions329999
- Node: Truth Values331082
- Node: Typing and Comparison332131
- Node: Variable Typing332920
- Ref: Variable Typing-Footnote-1336817
- Node: Comparison Operators336939
- Ref: table-relational-ops337349
- Node: POSIX String Comparison340898
- Ref: POSIX String Comparison-Footnote-1341854
- Node: Boolean Ops341992
- Ref: Boolean Ops-Footnote-1346070
- Node: Conditional Exp346161
- Node: Function Calls347893
- Node: Precedence351487
- Node: Locales355156
- Node: Patterns and Actions356245
- Node: Pattern Overview357299
- Node: Regexp Patterns358968
- Node: Expression Patterns359511
- Node: Ranges363196
- Node: BEGIN/END366162
- Node: Using BEGIN/END366924
- Ref: Using BEGIN/END-Footnote-1369655
- Node: I/O And BEGIN/END369761
- Node: BEGINFILE/ENDFILE372043
- Node: Empty374957
- Node: Using Shell Variables375273
- Node: Action Overview377558
- Node: Statements379915
- Node: If Statement381769
- Node: While Statement383268
- Node: Do Statement385312
- Node: For Statement386468
- Node: Switch Statement389620
- Node: Break Statement391717
- Node: Continue Statement393707
- Node: Next Statement395500
- Node: Nextfile Statement397890
- Node: Exit Statement400533
- Node: Built-in Variables402949
- Node: User-modified404044
- Ref: User-modified-Footnote-1412404
- Node: Auto-set412466
- Ref: Auto-set-Footnote-1425954
- Ref: Auto-set-Footnote-2426159
- Node: ARGC and ARGV426215
- Node: Arrays430066
- Node: Array Basics431571
- Node: Array Intro432397
- Node: Reference to Elements436715
- Node: Assigning Elements438985
- Node: Array Example439476
- Node: Scanning an Array441208
- Node: Controlling Scanning443522
- Ref: Controlling Scanning-Footnote-1448445
- Node: Delete448761
- Ref: Delete-Footnote-1451526
- Node: Numeric Array Subscripts451583
- Node: Uninitialized Subscripts453766
- Node: Multi-dimensional455394
- Node: Multi-scanning458488
- Node: Arrays of Arrays460079
- Node: Functions464720
- Node: Built-in465539
- Node: Calling Built-in466617
- Node: Numeric Functions468605
- Ref: Numeric Functions-Footnote-1472437
- Ref: Numeric Functions-Footnote-2472794
- Ref: Numeric Functions-Footnote-3472842
- Node: String Functions473111
- Ref: String Functions-Footnote-1496669
- Ref: String Functions-Footnote-2496798
- Ref: String Functions-Footnote-3497046
- Node: Gory Details497133
- Ref: table-sub-escapes498812
- Ref: table-sub-posix-92500166
- Ref: table-sub-proposed501517
- Ref: table-posix-sub502871
- Ref: table-gensub-escapes504416
- Ref: Gory Details-Footnote-1505592
- Ref: Gory Details-Footnote-2505643
- Node: I/O Functions505794
- Ref: I/O Functions-Footnote-1512779
- Node: Time Functions512926
- Ref: Time Functions-Footnote-1523859
- Ref: Time Functions-Footnote-2523927
- Ref: Time Functions-Footnote-3524085
- Ref: Time Functions-Footnote-4524196
- Ref: Time Functions-Footnote-5524308
- Ref: Time Functions-Footnote-6524535
- Node: Bitwise Functions524801
- Ref: table-bitwise-ops525359
- Ref: Bitwise Functions-Footnote-1529580
- Node: Type Functions529764
- Node: I18N Functions530915
- Node: User-defined532542
- Node: Definition Syntax533346
- Ref: Definition Syntax-Footnote-1538256
- Node: Function Example538325
- Node: Function Caveats540919
- Node: Calling A Function541340
- Node: Variable Scope542455
- Node: Pass By Value/Reference545418
- Node: Return Statement548926
- Node: Dynamic Typing551907
- Node: Indirect Calls552838
- Node: Library Functions562523
- Ref: Library Functions-Footnote-1566036
- Ref: Library Functions-Footnote-2566179
- Node: Library Names566350
- Ref: Library Names-Footnote-1569821
- Ref: Library Names-Footnote-2570041
- Node: General Functions570127
- Node: Strtonum Function571080
- Node: Assert Function574010
- Node: Round Function577336
- Node: Cliff Random Function578879
- Node: Ordinal Functions579895
- Ref: Ordinal Functions-Footnote-1582965
- Ref: Ordinal Functions-Footnote-2583217
- Node: Join Function583426
- Ref: Join Function-Footnote-1585197
- Node: Getlocaltime Function585397
- Node: Data File Management589112
- Node: Filetrans Function589744
- Node: Rewind Function593813
- Node: File Checking595200
- Node: Empty Files596294
- Node: Ignoring Assigns598524
- Node: Getopt Function600077
- Ref: Getopt Function-Footnote-1611381
- Node: Passwd Functions611584
- Ref: Passwd Functions-Footnote-1620559
- Node: Group Functions620647
- Node: Walking Arrays628731
- Node: Sample Programs630868
- Node: Running Examples631542
- Node: Clones632270
- Node: Cut Program633494
- Node: Egrep Program643339
- Ref: Egrep Program-Footnote-1651112
- Node: Id Program651222
- Node: Split Program654838
- Ref: Split Program-Footnote-1658357
- Node: Tee Program658485
- Node: Uniq Program661288
- Node: Wc Program668717
- Ref: Wc Program-Footnote-1672983
- Ref: Wc Program-Footnote-2673183
- Node: Miscellaneous Programs673275
- Node: Dupword Program674463
- Node: Alarm Program676494
- Node: Translate Program681243
- Ref: Translate Program-Footnote-1685630
- Ref: Translate Program-Footnote-2685858
- Node: Labels Program685992
- Ref: Labels Program-Footnote-1689363
- Node: Word Sorting689447
- Node: History Sorting693331
- Node: Extract Program695170
- Ref: Extract Program-Footnote-1702671
- Node: Simple Sed702799
- Node: Igawk Program705861
- Ref: Igawk Program-Footnote-1721018
- Ref: Igawk Program-Footnote-2721219
- Node: Anagram Program721357
- Node: Signature Program724425
- Node: Advanced Features725525
- Node: Nondecimal Data727407
- Node: Array Sorting728990
- Node: Controlling Array Traversal729687
- Node: Array Sorting Functions737925
- Ref: Array Sorting Functions-Footnote-1741599
- Ref: Array Sorting Functions-Footnote-2741692
- Node: Two-way I/O741886
- Ref: Two-way I/O-Footnote-1747318
- Node: TCP/IP Networking747388
- Node: Profiling750232
- Node: Internationalization757729
- Node: I18N and L10N759154
- Node: Explaining gettext759840
- Ref: Explaining gettext-Footnote-1764908
- Ref: Explaining gettext-Footnote-2765092
- Node: Programmer i18n765257
- Node: Translator i18n769459
- Node: String Extraction770252
- Ref: String Extraction-Footnote-1771213
- Node: Printf Ordering771299
- Ref: Printf Ordering-Footnote-1774083
- Node: I18N Portability774147
- Ref: I18N Portability-Footnote-1776596
- Node: I18N Example776659
- Ref: I18N Example-Footnote-1779297
- Node: Gawk I18N779369
- Node: Debugger779990
- Node: Debugging780961
- Node: Debugging Concepts781394
- Node: Debugging Terms783250
- Node: Awk Debugging785847
- Node: Sample Debugging Session786739
- Node: Debugger Invocation787259
- Node: Finding The Bug788591
- Node: List of Debugger Commands795079
- Node: Breakpoint Control796413
- Node: Debugger Execution Control800077
- Node: Viewing And Changing Data803437
- Node: Execution Stack806793
- Node: Debugger Info808260
- Node: Miscellaneous Debugger Commands812242
- Node: Readline Support817418
- Node: Limitations818249
- Node: Arbitrary Precision Arithmetic820501
- Ref: Arbitrary Precision Arithmetic-Footnote-1822152
- Node: General Arithmetic822300
- Node: Floating Point Issues824020
- Node: String Conversion Precision824901
- Ref: String Conversion Precision-Footnote-1826607
- Node: Unexpected Results826716
- Node: POSIX Floating Point Problems828869
- Ref: POSIX Floating Point Problems-Footnote-1832694
- Node: Integer Programming832732
- Node: Floating-point Programming834471
- Ref: Floating-point Programming-Footnote-1840802
- Ref: Floating-point Programming-Footnote-2841072
- Node: Floating-point Representation841336
- Node: Floating-point Context842501
- Ref: table-ieee-formats843340
- Node: Rounding Mode844724
- Ref: table-rounding-modes845203
- Ref: Rounding Mode-Footnote-1848218
- Node: Gawk and MPFR848397
- Node: Arbitrary Precision Floats849652
- Ref: Arbitrary Precision Floats-Footnote-1852095
- Node: Setting Precision852411
- Ref: table-predefined-precision-strings853097
- Node: Setting Rounding Mode855242
- Ref: table-gawk-rounding-modes855646
- Node: Floating-point Constants856833
- Node: Changing Precision858262
- Ref: Changing Precision-Footnote-1859662
- Node: Exact Arithmetic859836
- Node: Arbitrary Precision Integers862974
- Ref: Arbitrary Precision Integers-Footnote-1865992
- Node: Dynamic Extensions866139
- Node: Extension Intro867597
- Node: Plugin License868862
- Node: Extension Mechanism Outline869547
- Ref: load-extension869964
- Ref: load-new-function871442
- Ref: call-new-function872437
- Node: Extension API Description874452
- Node: Extension API Functions Introduction875665
- Node: General Data Types880531
- Ref: General Data Types-Footnote-1886133
- Node: Requesting Values886432
- Ref: table-value-types-returned887163
- Node: Constructor Functions888117
- Node: Registration Functions891137
- Node: Extension Functions891822
- Node: Exit Callback Functions894047
- Node: Extension Version String895296
- Node: Input Parsers895946
- Node: Output Wrappers905703
- Node: Two-way processors910213
- Node: Printing Messages912421
- Ref: Printing Messages-Footnote-1913498
- Node: Updating `ERRNO'913650
- Node: Accessing Parameters914389
- Node: Symbol Table Access915619
- Node: Symbol table by name916131
- Node: Symbol table by cookie917878
- Ref: Symbol table by cookie-Footnote-1922008
- Node: Cached values922071
- Ref: Cached values-Footnote-1925520
- Node: Array Manipulation925611
- Ref: Array Manipulation-Footnote-1926709
- Node: Array Data Types926748
- Ref: Array Data Types-Footnote-1929451
- Node: Array Functions929543
- Node: Flattening Arrays933309
- Node: Creating Arrays940161
- Node: Extension API Variables944886
- Node: Extension Versioning945522
- Node: Extension API Informational Variables947423
- Node: Extension API Boilerplate948509
- Node: Finding Extensions952313
- Node: Extension Example952873
- Node: Internal File Description953604
- Node: Internal File Ops957695
- Ref: Internal File Ops-Footnote-1969203
- Node: Using Internal File Ops969343
- Ref: Using Internal File Ops-Footnote-1971696
- Node: Extension Samples971962
- Node: Extension Sample File Functions973486
- Node: Extension Sample Fnmatch981973
- Node: Extension Sample Fork983699
- Node: Extension Sample Inplace984917
- Node: Extension Sample Ord986695
- Node: Extension Sample Readdir987531
- Node: Extension Sample Revout989063
- Node: Extension Sample Rev2way989656
- Node: Extension Sample Read write array990346
- Node: Extension Sample Readfile992229
- Node: Extension Sample API Tests993047
- Node: Extension Sample Time993572
- Node: gawkextlib994936
- Node: Language History997696
- Node: V7/SVR3.1999218
- Node: SVR41001539
- Node: POSIX1002981
- Node: BTL1004367
- Node: POSIX/GNU1005101
- Node: Common Extensions1010636
- Node: Ranges and Locales1011942
- Ref: Ranges and Locales-Footnote-11016560
- Ref: Ranges and Locales-Footnote-21016587
- Ref: Ranges and Locales-Footnote-31016847
- Node: Contributors1017068
- Node: Installation1021947
- Node: Gawk Distribution1022841
- Node: Getting1023325
- Node: Extracting1024151
- Node: Distribution contents1025843
- Node: Unix Installation1031104
- Node: Quick Installation1031721
- Node: Additional Configuration Options1034165
- Node: Configuration Philosophy1035642
- Node: Non-Unix Installation1037996
- Node: PC Installation1038454
- Node: PC Binary Installation1039753
- Node: PC Compiling1041601
- Node: PC Testing1044545
- Node: PC Using1045721
- Node: Cygwin1049906
- Node: MSYS1050906
- Node: VMS Installation1051420
- Node: VMS Compilation1052023
- Ref: VMS Compilation-Footnote-11053030
- Node: VMS Installation Details1053088
- Node: VMS Running1054723
- Node: VMS Old Gawk1056330
- Node: Bugs1056804
- Node: Other Versions1060656
- Node: Notes1066257
- Node: Compatibility Mode1067057
- Node: Additions1067840
- Node: Accessing The Source1068767
- Node: Adding Code1070207
- Node: New Ports1076252
- Node: Derived Files1080387
- Ref: Derived Files-Footnote-11085708
- Ref: Derived Files-Footnote-21085742
- Ref: Derived Files-Footnote-31086342
- Node: Future Extensions1086440
- Node: Implementation Limitations1087021
- Node: Extension Design1088273
- Node: Old Extension Problems1089427
- Ref: Old Extension Problems-Footnote-11090935
- Node: Extension New Mechanism Goals1090992
- Ref: Extension New Mechanism Goals-Footnote-11094358
- Node: Extension Other Design Decisions1094544
- Node: Extension Future Growth1096650
- Node: Old Extension Mechanism1097486
- Node: Basic Concepts1099226
- Node: Basic High Level1099907
- Ref: figure-general-flow1100178
- Ref: figure-process-flow1100777
- Ref: Basic High Level-Footnote-11104006
- Node: Basic Data Typing1104191
- Node: Glossary1107546
- Node: Copying1133008
- Node: GNU Free Documentation License1170565
- Node: Index1195702
+ Node: Foreword40461
+ Node: Preface44806
+ Ref: Preface-Footnote-147859
+ Ref: Preface-Footnote-247955
+ Node: History48187
+ Node: Names50561
+ Ref: Names-Footnote-152038
+ Node: This Manual52110
+ Ref: This Manual-Footnote-157884
+ Node: Conventions57984
+ Node: Manual History60136
+ Ref: Manual History-Footnote-163584
+ Ref: Manual History-Footnote-263625
+ Node: How To Contribute63699
+ Node: Acknowledgments64843
+ Node: Getting Started69052
+ Node: Running gawk71431
+ Node: One-shot72617
+ Node: Read Terminal73842
+ Ref: Read Terminal-Footnote-175492
+ Ref: Read Terminal-Footnote-275768
+ Node: Long75939
+ Node: Executable Scripts77315
+ Ref: Executable Scripts-Footnote-179148
+ Ref: Executable Scripts-Footnote-279250
+ Node: Comments79797
+ Node: Quoting82264
+ Node: DOS Quoting86887
+ Node: Sample Data Files87562
+ Node: Very Simple90594
+ Node: Two Rules95193
+ Node: More Complex97340
+ Ref: More Complex-Footnote-1100270
+ Node: Statements/Lines100355
+ Ref: Statements/Lines-Footnote-1104817
+ Node: Other Features105082
+ Node: When106010
+ Node: Invoking Gawk108157
+ Node: Command Line109618
+ Node: Options110401
+ Ref: Options-Footnote-1125793
+ Node: Other Arguments125818
+ Node: Naming Standard Input128476
+ Node: Environment Variables129570
+ Node: AWKPATH Variable130128
+ Ref: AWKPATH Variable-Footnote-1132886
+ Node: AWKLIBPATH Variable133146
+ Node: Other Environment Variables133864
+ Node: Exit Status136359
+ Node: Include Files137034
+ Node: Loading Shared Libraries140603
+ Node: Obsolete141967
+ Node: Undocumented142664
+ Node: Regexp142907
+ Node: Regexp Usage144296
+ Node: Escape Sequences146322
+ Node: Regexp Operators151991
+ Ref: Regexp Operators-Footnote-1159371
+ Ref: Regexp Operators-Footnote-2159518
+ Node: Bracket Expressions159616
+ Ref: table-char-classes161506
+ Node: GNU Regexp Operators164029
+ Node: Case-sensitivity167752
+ Ref: Case-sensitivity-Footnote-1170720
+ Ref: Case-sensitivity-Footnote-2170955
+ Node: Leftmost Longest171063
+ Node: Computed Regexps172264
+ Node: Reading Files175601
+ Node: Records177604
+ Ref: Records-Footnote-1186493
+ Node: Fields186530
+ Ref: Fields-Footnote-1189563
+ Node: Nonconstant Fields189649
+ Node: Changing Fields191851
+ Node: Field Separators197810
+ Node: Default Field Splitting200439
+ Node: Regexp Field Splitting201556
+ Node: Single Character Fields204898
+ Node: Command Line Field Separator205957
+ Node: Field Splitting Summary209398
+ Ref: Field Splitting Summary-Footnote-1212509
+ Node: Constant Size212610
+ Node: Splitting By Content217194
+ Ref: Splitting By Content-Footnote-1220920
+ Node: Multiple Line220960
+ Ref: Multiple Line-Footnote-1226807
+ Node: Getline226986
+ Node: Plain Getline229202
+ Node: Getline/Variable231297
+ Node: Getline/File232444
+ Node: Getline/Variable/File233785
+ Ref: Getline/Variable/File-Footnote-1235384
+ Node: Getline/Pipe235471
+ Node: Getline/Variable/Pipe238171
+ Node: Getline/Coprocess239278
+ Node: Getline/Variable/Coprocess240530
+ Node: Getline Notes241267
+ Node: Getline Summary244054
+ Ref: table-getline-variants244462
+ Node: Read Timeout245374
+ Ref: Read Timeout-Footnote-1249115
+ Node: Command line directories249172
+ Node: Printing249802
+ Node: Print251433
+ Node: Print Examples252770
+ Node: Output Separators255554
+ Node: OFMT257314
+ Node: Printf258672
+ Node: Basic Printf259578
+ Node: Control Letters261117
+ Node: Format Modifiers264929
+ Node: Printf Examples270938
+ Node: Redirection273653
+ Node: Special Files280618
+ Node: Special FD281151
+ Ref: Special FD-Footnote-1284776
+ Node: Special Network284850
+ Node: Special Caveats285700
+ Node: Close Files And Pipes286496
+ Ref: Close Files And Pipes-Footnote-1293479
+ Ref: Close Files And Pipes-Footnote-2293627
+ Node: Expressions293777
+ Node: Values294909
+ Node: Constants295585
+ Node: Scalar Constants296265
+ Ref: Scalar Constants-Footnote-1297124
+ Node: Nondecimal-numbers297306
+ Node: Regexp Constants300306
+ Node: Using Constant Regexps300781
+ Node: Variables303836
+ Node: Using Variables304491
+ Node: Assignment Options306215
+ Node: Conversion308087
+ Ref: table-locale-affects313587
+ Ref: Conversion-Footnote-1314211
+ Node: All Operators314320
+ Node: Arithmetic Ops314950
+ Node: Concatenation317455
+ Ref: Concatenation-Footnote-1320248
+ Node: Assignment Ops320368
+ Ref: table-assign-ops325356
+ Node: Increment Ops326687
+ Node: Truth Values and Conditions330122
+ Node: Truth Values331205
+ Node: Typing and Comparison332254
+ Node: Variable Typing333043
+ Ref: Variable Typing-Footnote-1336940
+ Node: Comparison Operators337062
+ Ref: table-relational-ops337472
+ Node: POSIX String Comparison341021
+ Ref: POSIX String Comparison-Footnote-1341977
+ Node: Boolean Ops342115
+ Ref: Boolean Ops-Footnote-1346193
+ Node: Conditional Exp346284
+ Node: Function Calls348016
+ Node: Precedence351610
+ Node: Locales355279
+ Node: Patterns and Actions356368
+ Node: Pattern Overview357422
+ Node: Regexp Patterns359091
+ Node: Expression Patterns359634
+ Node: Ranges363319
+ Node: BEGIN/END366285
+ Node: Using BEGIN/END367047
+ Ref: Using BEGIN/END-Footnote-1369778
+ Node: I/O And BEGIN/END369884
+ Node: BEGINFILE/ENDFILE372166
+ Node: Empty375080
+ Node: Using Shell Variables375396
+ Node: Action Overview377681
+ Node: Statements380038
+ Node: If Statement381892
+ Node: While Statement383391
+ Node: Do Statement385435
+ Node: For Statement386591
+ Node: Switch Statement389743
+ Node: Break Statement391840
+ Node: Continue Statement393830
+ Node: Next Statement395623
+ Node: Nextfile Statement398013
+ Node: Exit Statement400656
+ Node: Built-in Variables403072
+ Node: User-modified404167
+ Ref: User-modified-Footnote-1412527
+ Node: Auto-set412589
 -Ref: Auto-set-Footnote-1425667
 -Ref: Auto-set-Footnote-2425872
 -Node: ARGC and ARGV425928
 -Node: Arrays429779
 -Node: Array Basics431284
 -Node: Array Intro432110
 -Node: Reference to Elements436428
 -Node: Assigning Elements438698
 -Node: Array Example439189
 -Node: Scanning an Array440921
 -Node: Controlling Scanning443235
 -Ref: Controlling Scanning-Footnote-1448158
 -Node: Delete448474
 -Ref: Delete-Footnote-1451239
 -Node: Numeric Array Subscripts451296
 -Node: Uninitialized Subscripts453479
 -Node: Multi-dimensional455107
 -Node: Multi-scanning458201
 -Node: Arrays of Arrays459792
 -Node: Functions464433
 -Node: Built-in465252
 -Node: Calling Built-in466330
 -Node: Numeric Functions468318
 -Ref: Numeric Functions-Footnote-1472150
 -Ref: Numeric Functions-Footnote-2472507
 -Ref: Numeric Functions-Footnote-3472555
 -Node: String Functions472824
 -Ref: String Functions-Footnote-1496382
 -Ref: String Functions-Footnote-2496511
 -Ref: String Functions-Footnote-3496759
 -Node: Gory Details496846
 -Ref: table-sub-escapes498525
 -Ref: table-sub-posix-92499879
 -Ref: table-sub-proposed501230
 -Ref: table-posix-sub502584
 -Ref: table-gensub-escapes504129
 -Ref: Gory Details-Footnote-1505305
 -Ref: Gory Details-Footnote-2505356
 -Node: I/O Functions505507
 -Ref: I/O Functions-Footnote-1512492
 -Node: Time Functions512639
 -Ref: Time Functions-Footnote-1523572
 -Ref: Time Functions-Footnote-2523640
 -Ref: Time Functions-Footnote-3523798
 -Ref: Time Functions-Footnote-4523909
 -Ref: Time Functions-Footnote-5524021
 -Ref: Time Functions-Footnote-6524248
 -Node: Bitwise Functions524514
 -Ref: table-bitwise-ops525072
 -Ref: Bitwise Functions-Footnote-1529293
 -Node: Type Functions529477
 -Node: I18N Functions530628
 -Node: User-defined532255
 -Node: Definition Syntax533059
 -Ref: Definition Syntax-Footnote-1537969
 -Node: Function Example538038
 -Node: Function Caveats540632
 -Node: Calling A Function541053
 -Node: Variable Scope542168
 -Node: Pass By Value/Reference545131
 -Node: Return Statement548639
 -Node: Dynamic Typing551620
 -Node: Indirect Calls552551
 -Node: Library Functions562236
 -Ref: Library Functions-Footnote-1565749
 -Ref: Library Functions-Footnote-2565892
 -Node: Library Names566063
 -Ref: Library Names-Footnote-1569534
 -Ref: Library Names-Footnote-2569754
 -Node: General Functions569840
 -Node: Strtonum Function570868
 -Node: Assert Function573798
 -Node: Round Function577124
 -Node: Cliff Random Function578667
 -Node: Ordinal Functions579683
 -Ref: Ordinal Functions-Footnote-1582753
 -Ref: Ordinal Functions-Footnote-2583005
 -Node: Join Function583214
 -Ref: Join Function-Footnote-1584985
 -Node: Getlocaltime Function585185
 -Node: Readfile Function588926
 -Node: Data File Management590765
 -Node: Filetrans Function591397
 -Node: Rewind Function595466
 -Node: File Checking596853
 -Node: Empty Files597947
 -Node: Ignoring Assigns600177
 -Node: Getopt Function601730
 -Ref: Getopt Function-Footnote-1613034
 -Node: Passwd Functions613237
 -Ref: Passwd Functions-Footnote-1622212
 -Node: Group Functions622300
 -Node: Walking Arrays630384
 -Node: Sample Programs632521
 -Node: Running Examples633195
 -Node: Clones633923
 -Node: Cut Program635147
 -Node: Egrep Program644992
 -Ref: Egrep Program-Footnote-1652765
 -Node: Id Program652875
 -Node: Split Program656491
 -Ref: Split Program-Footnote-1660010
 -Node: Tee Program660138
 -Node: Uniq Program662941
 -Node: Wc Program670370
 -Ref: Wc Program-Footnote-1674636
 -Ref: Wc Program-Footnote-2674836
 -Node: Miscellaneous Programs674928
 -Node: Dupword Program676116
 -Node: Alarm Program678147
 -Node: Translate Program682896
 -Ref: Translate Program-Footnote-1687283
 -Ref: Translate Program-Footnote-2687511
 -Node: Labels Program687645
 -Ref: Labels Program-Footnote-1691016
 -Node: Word Sorting691100
 -Node: History Sorting694984
 -Node: Extract Program696823
 -Ref: Extract Program-Footnote-1704324
 -Node: Simple Sed704452
 -Node: Igawk Program707514
 -Ref: Igawk Program-Footnote-1722671
 -Ref: Igawk Program-Footnote-2722872
 -Node: Anagram Program723010
 -Node: Signature Program726078
 -Node: Advanced Features727178
 -Node: Nondecimal Data729060
 -Node: Array Sorting730643
 -Node: Controlling Array Traversal731340
 -Node: Array Sorting Functions739578
 -Ref: Array Sorting Functions-Footnote-1743252
 -Ref: Array Sorting Functions-Footnote-2743345
 -Node: Two-way I/O743539
 -Ref: Two-way I/O-Footnote-1748971
 -Node: TCP/IP Networking749041
 -Node: Profiling751885
 -Node: Internationalization759382
 -Node: I18N and L10N760807
 -Node: Explaining gettext761493
 -Ref: Explaining gettext-Footnote-1766561
 -Ref: Explaining gettext-Footnote-2766745
 -Node: Programmer i18n766910
 -Node: Translator i18n771112
 -Node: String Extraction771905
 -Ref: String Extraction-Footnote-1772866
 -Node: Printf Ordering772952
 -Ref: Printf Ordering-Footnote-1775736
 -Node: I18N Portability775800
 -Ref: I18N Portability-Footnote-1778249
 -Node: I18N Example778312
 -Ref: I18N Example-Footnote-1780950
 -Node: Gawk I18N781022
 -Node: Debugger781643
 -Node: Debugging782614
 -Node: Debugging Concepts783047
 -Node: Debugging Terms784903
 -Node: Awk Debugging787500
 -Node: Sample Debugging Session788392
 -Node: Debugger Invocation788912
 -Node: Finding The Bug790244
 -Node: List of Debugger Commands796732
 -Node: Breakpoint Control798066
 -Node: Debugger Execution Control801730
 -Node: Viewing And Changing Data805090
 -Node: Execution Stack808446
 -Node: Debugger Info809913
 -Node: Miscellaneous Debugger Commands813895
 -Node: Readline Support819071
 -Node: Limitations819902
 -Node: Arbitrary Precision Arithmetic822154
 -Ref: Arbitrary Precision Arithmetic-Footnote-1823805
 -Node: General Arithmetic823953
 -Node: Floating Point Issues825673
 -Node: String Conversion Precision826554
 -Ref: String Conversion Precision-Footnote-1828260
 -Node: Unexpected Results828369
 -Node: POSIX Floating Point Problems830522
 -Ref: POSIX Floating Point Problems-Footnote-1834347
 -Node: Integer Programming834385
 -Node: Floating-point Programming836124
 -Ref: Floating-point Programming-Footnote-1842455
 -Ref: Floating-point Programming-Footnote-2842725
 -Node: Floating-point Representation842989
 -Node: Floating-point Context844154
 -Ref: table-ieee-formats844993
 -Node: Rounding Mode846377
 -Ref: table-rounding-modes846856
 -Ref: Rounding Mode-Footnote-1849871
 -Node: Gawk and MPFR850050
 -Node: Arbitrary Precision Floats851305
 -Ref: Arbitrary Precision Floats-Footnote-1853748
 -Node: Setting Precision854064
 -Ref: table-predefined-precision-strings854750
 -Node: Setting Rounding Mode856895
 -Ref: table-gawk-rounding-modes857299
 -Node: Floating-point Constants858486
 -Node: Changing Precision859915
 -Ref: Changing Precision-Footnote-1861315
 -Node: Exact Arithmetic861489
 -Node: Arbitrary Precision Integers864627
 -Ref: Arbitrary Precision Integers-Footnote-1867645
 -Node: Dynamic Extensions867792
 -Node: Extension Intro869250
 -Node: Plugin License870515
 -Node: Extension Mechanism Outline871200
 -Ref: load-extension871617
 -Ref: load-new-function873095
 -Ref: call-new-function874090
 -Node: Extension API Description876105
 -Node: Extension API Functions Introduction877318
 -Node: General Data Types882184
 -Ref: General Data Types-Footnote-1887786
 -Node: Requesting Values888085
 -Ref: table-value-types-returned888816
 -Node: Constructor Functions889770
 -Node: Registration Functions892790
 -Node: Extension Functions893475
 -Node: Exit Callback Functions895700
 -Node: Extension Version String896949
 -Node: Input Parsers897599
 -Node: Output Wrappers907356
 -Node: Two-way processors911866
 -Node: Printing Messages914074
 -Ref: Printing Messages-Footnote-1915151
 -Node: Updating `ERRNO'915303
 -Node: Accessing Parameters916042
 -Node: Symbol Table Access917272
 -Node: Symbol table by name917784
 -Node: Symbol table by cookie919531
 -Ref: Symbol table by cookie-Footnote-1923661
 -Node: Cached values923724
 -Ref: Cached values-Footnote-1927173
 -Node: Array Manipulation927264
 -Ref: Array Manipulation-Footnote-1928362
 -Node: Array Data Types928401
 -Ref: Array Data Types-Footnote-1931104
 -Node: Array Functions931196
 -Node: Flattening Arrays934962
 -Node: Creating Arrays941814
 -Node: Extension API Variables946539
 -Node: Extension Versioning947175
 -Node: Extension API Informational Variables949076
 -Node: Extension API Boilerplate950162
 -Node: Finding Extensions953966
 -Node: Extension Example954526
 -Node: Internal File Description955257
 -Node: Internal File Ops959348
 -Ref: Internal File Ops-Footnote-1970856
 -Node: Using Internal File Ops970996
 -Ref: Using Internal File Ops-Footnote-1973349
 -Node: Extension Samples973615
 -Node: Extension Sample File Functions975139
 -Node: Extension Sample Fnmatch983626
 -Node: Extension Sample Fork985352
 -Node: Extension Sample Inplace986570
 -Node: Extension Sample Ord988348
 -Node: Extension Sample Readdir989184
 -Node: Extension Sample Revout990716
 -Node: Extension Sample Rev2way991309
 -Node: Extension Sample Read write array991999
 -Node: Extension Sample Readfile993882
 -Node: Extension Sample API Tests994700
 -Node: Extension Sample Time995225
 -Node: gawkextlib996589
 -Node: Language History999349
 -Node: V7/SVR3.11000871
 -Node: SVR41003192
 -Node: POSIX1004634
 -Node: BTL1006020
 -Node: POSIX/GNU1006754
 -Node: Common Extensions1012289
 -Node: Ranges and Locales1013595
 -Ref: Ranges and Locales-Footnote-11018213
 -Ref: Ranges and Locales-Footnote-21018240
 -Ref: Ranges and Locales-Footnote-31018500
 -Node: Contributors1018721
 -Node: Installation1023600
 -Node: Gawk Distribution1024494
 -Node: Getting1024978
 -Node: Extracting1025804
 -Node: Distribution contents1027496
 -Node: Unix Installation1032757
 -Node: Quick Installation1033374
 -Node: Additional Configuration Options1035818
 -Node: Configuration Philosophy1037295
 -Node: Non-Unix Installation1039649
 -Node: PC Installation1040107
 -Node: PC Binary Installation1041406
 -Node: PC Compiling1043254
 -Node: PC Testing1046198
 -Node: PC Using1047374
 -Node: Cygwin1051559
 -Node: MSYS1052559
 -Node: VMS Installation1053073
 -Node: VMS Compilation1053676
 -Ref: VMS Compilation-Footnote-11054683
 -Node: VMS Installation Details1054741
 -Node: VMS Running1056376
 -Node: VMS Old Gawk1057983
 -Node: Bugs1058457
 -Node: Other Versions1062309
 -Node: Notes1067910
 -Node: Compatibility Mode1068710
 -Node: Additions1069493
 -Node: Accessing The Source1070420
 -Node: Adding Code1071860
 -Node: New Ports1077905
 -Node: Derived Files1082040
 -Ref: Derived Files-Footnote-11087361
 -Ref: Derived Files-Footnote-21087395
 -Ref: Derived Files-Footnote-31087995
 -Node: Future Extensions1088093
 -Node: Implementation Limitations1088674
 -Node: Extension Design1089926
 -Node: Old Extension Problems1091080
 -Ref: Old Extension Problems-Footnote-11092588
 -Node: Extension New Mechanism Goals1092645
 -Ref: Extension New Mechanism Goals-Footnote-11096011
 -Node: Extension Other Design Decisions1096197
 -Node: Extension Future Growth1098303
 -Node: Old Extension Mechanism1099139
 -Node: Basic Concepts1100879
 -Node: Basic High Level1101560
 -Ref: figure-general-flow1101831
 -Ref: figure-process-flow1102430
 -Ref: Basic High Level-Footnote-11105659
 -Node: Basic Data Typing1105844
 -Node: Glossary1109199
 -Node: Copying1134661
 -Node: GNU Free Documentation License1172218
 -Node: Index1197355
++Ref: Auto-set-Footnote-1426077
++Ref: Auto-set-Footnote-2426282
++Node: ARGC and ARGV426338
++Node: Arrays430189
++Node: Array Basics431694
++Node: Array Intro432520
++Node: Reference to Elements436838
++Node: Assigning Elements439108
++Node: Array Example439599
++Node: Scanning an Array441331
++Node: Controlling Scanning443645
++Ref: Controlling Scanning-Footnote-1448568
++Node: Delete448884
++Ref: Delete-Footnote-1451649
++Node: Numeric Array Subscripts451706
++Node: Uninitialized Subscripts453889
++Node: Multi-dimensional455517
++Node: Multi-scanning458611
++Node: Arrays of Arrays460202
++Node: Functions464843
++Node: Built-in465662
++Node: Calling Built-in466740
++Node: Numeric Functions468728
++Ref: Numeric Functions-Footnote-1472560
++Ref: Numeric Functions-Footnote-2472917
++Ref: Numeric Functions-Footnote-3472965
++Node: String Functions473234
++Ref: String Functions-Footnote-1496792
++Ref: String Functions-Footnote-2496921
++Ref: String Functions-Footnote-3497169
++Node: Gory Details497256
++Ref: table-sub-escapes498935
++Ref: table-sub-posix-92500289
++Ref: table-sub-proposed501640
++Ref: table-posix-sub502994
++Ref: table-gensub-escapes504539
++Ref: Gory Details-Footnote-1505715
++Ref: Gory Details-Footnote-2505766
++Node: I/O Functions505917
++Ref: I/O Functions-Footnote-1512902
++Node: Time Functions513049
++Ref: Time Functions-Footnote-1523982
++Ref: Time Functions-Footnote-2524050
++Ref: Time Functions-Footnote-3524208
++Ref: Time Functions-Footnote-4524319
++Ref: Time Functions-Footnote-5524431
++Ref: Time Functions-Footnote-6524658
++Node: Bitwise Functions524924
++Ref: table-bitwise-ops525482
++Ref: Bitwise Functions-Footnote-1529703
++Node: Type Functions529887
++Node: I18N Functions531038
++Node: User-defined532665
++Node: Definition Syntax533469
++Ref: Definition Syntax-Footnote-1538379
++Node: Function Example538448
++Node: Function Caveats541042
++Node: Calling A Function541463
++Node: Variable Scope542578
++Node: Pass By Value/Reference545541
++Node: Return Statement549049
++Node: Dynamic Typing552030
++Node: Indirect Calls552961
++Node: Library Functions562646
++Ref: Library Functions-Footnote-1566159
++Ref: Library Functions-Footnote-2566302
++Node: Library Names566473
++Ref: Library Names-Footnote-1569944
++Ref: Library Names-Footnote-2570164
++Node: General Functions570250
++Node: Strtonum Function571278
++Node: Assert Function574208
++Node: Round Function577534
++Node: Cliff Random Function579077
++Node: Ordinal Functions580093
++Ref: Ordinal Functions-Footnote-1583163
++Ref: Ordinal Functions-Footnote-2583415
++Node: Join Function583624
++Ref: Join Function-Footnote-1585395
++Node: Getlocaltime Function585595
++Node: Readfile Function589336
++Node: Data File Management591175
++Node: Filetrans Function591807
++Node: Rewind Function595876
++Node: File Checking597263
++Node: Empty Files598357
++Node: Ignoring Assigns600587
++Node: Getopt Function602140
++Ref: Getopt Function-Footnote-1613444
++Node: Passwd Functions613647
++Ref: Passwd Functions-Footnote-1622622
++Node: Group Functions622710
++Node: Walking Arrays630794
++Node: Sample Programs632931
++Node: Running Examples633605
++Node: Clones634333
++Node: Cut Program635557
++Node: Egrep Program645402
++Ref: Egrep Program-Footnote-1653175
++Node: Id Program653285
++Node: Split Program656901
++Ref: Split Program-Footnote-1660420
++Node: Tee Program660548
++Node: Uniq Program663351
++Node: Wc Program670780
++Ref: Wc Program-Footnote-1675046
++Ref: Wc Program-Footnote-2675246
++Node: Miscellaneous Programs675338
++Node: Dupword Program676526
++Node: Alarm Program678557
++Node: Translate Program683306
++Ref: Translate Program-Footnote-1687693
++Ref: Translate Program-Footnote-2687921
++Node: Labels Program688055
++Ref: Labels Program-Footnote-1691426
++Node: Word Sorting691510
++Node: History Sorting695394
++Node: Extract Program697233
++Ref: Extract Program-Footnote-1704734
++Node: Simple Sed704862
++Node: Igawk Program707924
++Ref: Igawk Program-Footnote-1723081
++Ref: Igawk Program-Footnote-2723282
++Node: Anagram Program723420
++Node: Signature Program726488
++Node: Advanced Features727588
++Node: Nondecimal Data729470
++Node: Array Sorting731053
++Node: Controlling Array Traversal731750
++Node: Array Sorting Functions739988
++Ref: Array Sorting Functions-Footnote-1743662
++Ref: Array Sorting Functions-Footnote-2743755
++Node: Two-way I/O743949
++Ref: Two-way I/O-Footnote-1749381
++Node: TCP/IP Networking749451
++Node: Profiling752295
++Node: Internationalization759792
++Node: I18N and L10N761217
++Node: Explaining gettext761903
++Ref: Explaining gettext-Footnote-1766971
++Ref: Explaining gettext-Footnote-2767155
++Node: Programmer i18n767320
++Node: Translator i18n771522
++Node: String Extraction772315
++Ref: String Extraction-Footnote-1773276
++Node: Printf Ordering773362
++Ref: Printf Ordering-Footnote-1776146
++Node: I18N Portability776210
++Ref: I18N Portability-Footnote-1778659
++Node: I18N Example778722
++Ref: I18N Example-Footnote-1781360
++Node: Gawk I18N781432
++Node: Debugger782053
++Node: Debugging783024
++Node: Debugging Concepts783457
++Node: Debugging Terms785313
++Node: Awk Debugging787910
++Node: Sample Debugging Session788802
++Node: Debugger Invocation789322
++Node: Finding The Bug790654
++Node: List of Debugger Commands797142
++Node: Breakpoint Control798476
++Node: Debugger Execution Control802140
++Node: Viewing And Changing Data805500
++Node: Execution Stack808856
++Node: Debugger Info810323
++Node: Miscellaneous Debugger Commands814305
++Node: Readline Support819481
++Node: Limitations820312
++Node: Arbitrary Precision Arithmetic822564
++Ref: Arbitrary Precision Arithmetic-Footnote-1824215
++Node: General Arithmetic824363
++Node: Floating Point Issues826083
++Node: String Conversion Precision826964
++Ref: String Conversion Precision-Footnote-1828670
++Node: Unexpected Results828779
++Node: POSIX Floating Point Problems830932
++Ref: POSIX Floating Point Problems-Footnote-1834757
++Node: Integer Programming834795
++Node: Floating-point Programming836534
++Ref: Floating-point Programming-Footnote-1842865
++Ref: Floating-point Programming-Footnote-2843135
++Node: Floating-point Representation843399
++Node: Floating-point Context844564
++Ref: table-ieee-formats845403
++Node: Rounding Mode846787
++Ref: table-rounding-modes847266
++Ref: Rounding Mode-Footnote-1850281
++Node: Gawk and MPFR850460
++Node: Arbitrary Precision Floats851715
++Ref: Arbitrary Precision Floats-Footnote-1854158
++Node: Setting Precision854474
++Ref: table-predefined-precision-strings855160
++Node: Setting Rounding Mode857305
++Ref: table-gawk-rounding-modes857709
++Node: Floating-point Constants858896
++Node: Changing Precision860325
++Ref: Changing Precision-Footnote-1861725
++Node: Exact Arithmetic861899
++Node: Arbitrary Precision Integers865037
++Ref: Arbitrary Precision Integers-Footnote-1868055
++Node: Dynamic Extensions868202
++Node: Extension Intro869660
++Node: Plugin License870925
++Node: Extension Mechanism Outline871610
++Ref: load-extension872027
++Ref: load-new-function873505
++Ref: call-new-function874500
++Node: Extension API Description876515
++Node: Extension API Functions Introduction877728
++Node: General Data Types882594
++Ref: General Data Types-Footnote-1888196
++Node: Requesting Values888495
++Ref: table-value-types-returned889226
++Node: Constructor Functions890180
++Node: Registration Functions893200
++Node: Extension Functions893885
++Node: Exit Callback Functions896110
++Node: Extension Version String897359
++Node: Input Parsers898009
++Node: Output Wrappers907766
++Node: Two-way processors912276
++Node: Printing Messages914484
++Ref: Printing Messages-Footnote-1915561
++Node: Updating `ERRNO'915713
++Node: Accessing Parameters916452
++Node: Symbol Table Access917682
++Node: Symbol table by name918194
++Node: Symbol table by cookie919941
++Ref: Symbol table by cookie-Footnote-1924071
++Node: Cached values924134
++Ref: Cached values-Footnote-1927583
++Node: Array Manipulation927674
++Ref: Array Manipulation-Footnote-1928772
++Node: Array Data Types928811
++Ref: Array Data Types-Footnote-1931514
++Node: Array Functions931606
++Node: Flattening Arrays935372
++Node: Creating Arrays942224
++Node: Extension API Variables946949
++Node: Extension Versioning947585
++Node: Extension API Informational Variables949486
++Node: Extension API Boilerplate950572
++Node: Finding Extensions954376
++Node: Extension Example954936
++Node: Internal File Description955667
++Node: Internal File Ops959758
++Ref: Internal File Ops-Footnote-1971266
++Node: Using Internal File Ops971406
++Ref: Using Internal File Ops-Footnote-1973759
++Node: Extension Samples974025
++Node: Extension Sample File Functions975549
++Node: Extension Sample Fnmatch984036
++Node: Extension Sample Fork985762
++Node: Extension Sample Inplace986980
++Node: Extension Sample Ord988758
++Node: Extension Sample Readdir989594
++Node: Extension Sample Revout991126
++Node: Extension Sample Rev2way991719
++Node: Extension Sample Read write array992409
++Node: Extension Sample Readfile994292
++Node: Extension Sample API Tests995110
++Node: Extension Sample Time995635
++Node: gawkextlib996999
++Node: Language History999759
++Node: V7/SVR3.11001281
++Node: SVR41003602
++Node: POSIX1005044
++Node: BTL1006430
++Node: POSIX/GNU1007164
++Node: Common Extensions1012699
++Node: Ranges and Locales1014005
++Ref: Ranges and Locales-Footnote-11018623
++Ref: Ranges and Locales-Footnote-21018650
++Ref: Ranges and Locales-Footnote-31018910
++Node: Contributors1019131
++Node: Installation1024010
++Node: Gawk Distribution1024904
++Node: Getting1025388
++Node: Extracting1026214
++Node: Distribution contents1027906
++Node: Unix Installation1033167
++Node: Quick Installation1033784
++Node: Additional Configuration Options1036228
++Node: Configuration Philosophy1037705
++Node: Non-Unix Installation1040059
++Node: PC Installation1040517
++Node: PC Binary Installation1041816
++Node: PC Compiling1043664
++Node: PC Testing1046608
++Node: PC Using1047784
++Node: Cygwin1051969
++Node: MSYS1052969
++Node: VMS Installation1053483
++Node: VMS Compilation1054086
++Ref: VMS Compilation-Footnote-11055093
++Node: VMS Installation Details1055151
++Node: VMS Running1056786
++Node: VMS Old Gawk1058393
++Node: Bugs1058867
++Node: Other Versions1062719
++Node: Notes1068320
++Node: Compatibility Mode1069120
++Node: Additions1069903
++Node: Accessing The Source1070830
++Node: Adding Code1072270
++Node: New Ports1078315
++Node: Derived Files1082450
++Ref: Derived Files-Footnote-11087771
++Ref: Derived Files-Footnote-21087805
++Ref: Derived Files-Footnote-31088405
++Node: Future Extensions1088503
++Node: Implementation Limitations1089084
++Node: Extension Design1090336
++Node: Old Extension Problems1091490
++Ref: Old Extension Problems-Footnote-11092998
++Node: Extension New Mechanism Goals1093055
++Ref: Extension New Mechanism Goals-Footnote-11096421
++Node: Extension Other Design Decisions1096607
++Node: Extension Future Growth1098713
++Node: Old Extension Mechanism1099549
++Node: Basic Concepts1101289
++Node: Basic High Level1101970
++Ref: figure-general-flow1102241
++Ref: figure-process-flow1102840
++Ref: Basic High Level-Footnote-11106069
++Node: Basic Data Typing1106254
++Node: Glossary1109609
++Node: Copying1135071
++Node: GNU Free Documentation License1172628
++Node: Index1197765
  
  End Tag Table

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

Summary of changes:
 ChangeLog       |    6 +
 debug.c         |   18 +-
 doc/ChangeLog   |    4 +
 doc/gawk.info   | 1097 +++++++++++++++++++++++++++++--------------------------
 doc/gawk.texi   |   78 ++++
 doc/gawktexi.in |   78 ++++
 6 files changed, 759 insertions(+), 522 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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