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-1039-gf77c13


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1039-gf77c13a
Date: Mon, 19 Jan 2015 04:36:23 +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  f77c13a546af58cb8cdb593f49bbfa844b10dd7e (commit)
       via  d680707683794b92f2fc69e71dcb5b2a154598be (commit)
       via  a07103b076a9a88d89bf063396a74f2272749cf4 (commit)
      from  f25f9c52b1ab284ac1055b4f8321a2da33e81fcb (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=f77c13a546af58cb8cdb593f49bbfa844b10dd7e

commit f77c13a546af58cb8cdb593f49bbfa844b10dd7e
Merge: f25f9c5 d680707
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Jan 19 06:36:15 2015 +0200

    Merge branch 'gawk-4.1-stable'

diff --cc ChangeLog
index 0101eb2,05594a8..a8079e0
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,9 +1,14 @@@
+ 2015-01-19         Arnold D. Robbins     <address@hidden>
+ 
+       * awkgram.c: Update to bison 3.0.3.
+       * command.c: Ditto.
+       * NEWS: Note same.
+ 
 +2015-01-16         Stephen Davies        <address@hidden>
 +
 +      * awkgram.y (rule): Set first_rule to false. Catches more cases
 +      for gathering comments. Thanks to Hermann Peifer for the test case.
 +
  2015-01-15         Arnold D. Robbins     <address@hidden>
  
        * dfa.h, dfa.c: Sync with grep. Mainly copyright updates.
diff --cc doc/gawk.info
index e501b29,47f2144..376076d
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -34453,560 -34301,559 +34454,560 @@@ Inde
  
  Tag Table:
  Node: Top1204
 -Node: Foreword342156
 -Node: Foreword446600
 -Node: Preface48131
 -Ref: Preface-Footnote-151002
 -Ref: Preface-Footnote-251109
 -Ref: Preface-Footnote-351342
 -Node: History51484
 -Node: Names53835
 -Ref: Names-Footnote-154928
 -Node: This Manual55074
 -Ref: This Manual-Footnote-161579
 -Node: Conventions61679
 -Node: Manual History64017
 -Ref: Manual History-Footnote-166999
 -Ref: Manual History-Footnote-267040
 -Node: How To Contribute67114
 -Node: Acknowledgments68243
 -Node: Getting Started73048
 -Node: Running gawk75481
 -Node: One-shot76671
 -Node: Read Terminal77919
 -Node: Long79946
 -Node: Executable Scripts81462
 -Ref: Executable Scripts-Footnote-184251
 -Node: Comments84354
 -Node: Quoting86836
 -Node: DOS Quoting92360
 -Node: Sample Data Files93035
 -Node: Very Simple95630
 -Node: Two Rules100528
 -Node: More Complex102414
 -Node: Statements/Lines105276
 -Ref: Statements/Lines-Footnote-1109731
 -Node: Other Features109996
 -Node: When110927
 -Ref: When-Footnote-1112681
 -Node: Intro Summary112746
 -Node: Invoking Gawk113629
 -Node: Command Line115143
 -Node: Options115941
 -Ref: Options-Footnote-1131874
 -Ref: Options-Footnote-2132103
 -Node: Other Arguments132128
 -Node: Naming Standard Input135076
 -Node: Environment Variables136169
 -Node: AWKPATH Variable136727
 -Ref: AWKPATH Variable-Footnote-1140030
 -Ref: AWKPATH Variable-Footnote-2140075
 -Node: AWKLIBPATH Variable140335
 -Node: Other Environment Variables141478
 -Node: Exit Status145206
 -Node: Include Files145882
 -Node: Loading Shared Libraries149479
 -Node: Obsolete150906
 -Node: Undocumented151603
 -Node: Invoking Summary151870
 -Node: Regexp153534
 -Node: Regexp Usage154988
 -Node: Escape Sequences157025
 -Node: Regexp Operators163036
 -Ref: Regexp Operators-Footnote-1170462
 -Ref: Regexp Operators-Footnote-2170609
 -Node: Bracket Expressions170707
 -Ref: table-char-classes172722
 -Node: Leftmost Longest175646
 -Node: Computed Regexps176948
 -Node: GNU Regexp Operators180345
 -Node: Case-sensitivity184018
 -Ref: Case-sensitivity-Footnote-1186903
 -Ref: Case-sensitivity-Footnote-2187138
 -Node: Regexp Summary187246
 -Node: Reading Files188713
 -Node: Records190807
 -Node: awk split records191540
 -Node: gawk split records196455
 -Ref: gawk split records-Footnote-1200999
 -Node: Fields201036
 -Ref: Fields-Footnote-1203812
 -Node: Nonconstant Fields203898
 -Ref: Nonconstant Fields-Footnote-1206141
 -Node: Changing Fields206345
 -Node: Field Separators212274
 -Node: Default Field Splitting214979
 -Node: Regexp Field Splitting216096
 -Node: Single Character Fields219446
 -Node: Command Line Field Separator220505
 -Node: Full Line Fields223717
 -Ref: Full Line Fields-Footnote-1225234
 -Ref: Full Line Fields-Footnote-2225280
 -Node: Field Splitting Summary225381
 -Node: Constant Size227455
 -Node: Splitting By Content232044
 -Ref: Splitting By Content-Footnote-1236038
 -Node: Multiple Line236201
 -Ref: Multiple Line-Footnote-1242087
 -Node: Getline242266
 -Node: Plain Getline244478
 -Node: Getline/Variable247118
 -Node: Getline/File248266
 -Node: Getline/Variable/File249650
 -Ref: Getline/Variable/File-Footnote-1251253
 -Node: Getline/Pipe251340
 -Node: Getline/Variable/Pipe254023
 -Node: Getline/Coprocess255154
 -Node: Getline/Variable/Coprocess256406
 -Node: Getline Notes257145
 -Node: Getline Summary259937
 -Ref: table-getline-variants260349
 -Node: Read Timeout261178
 -Ref: Read Timeout-Footnote-1265003
 -Node: Command-line directories265061
 -Node: Input Summary265966
 -Node: Input Exercises269267
 -Node: Printing269995
 -Node: Print271772
 -Node: Print Examples273229
 -Node: Output Separators276008
 -Node: OFMT278026
 -Node: Printf279380
 -Node: Basic Printf280165
 -Node: Control Letters281735
 -Node: Format Modifiers285718
 -Node: Printf Examples291727
 -Node: Redirection294213
 -Node: Special FD301054
 -Ref: Special FD-Footnote-1304214
 -Node: Special Files304288
 -Node: Other Inherited Files304905
 -Node: Special Network305905
 -Node: Special Caveats306767
 -Node: Close Files And Pipes307718
 -Ref: Close Files And Pipes-Footnote-1314900
 -Ref: Close Files And Pipes-Footnote-2315048
 -Node: Output Summary315198
 -Node: Output Exercises316196
 -Node: Expressions316876
 -Node: Values318061
 -Node: Constants318739
 -Node: Scalar Constants319430
 -Ref: Scalar Constants-Footnote-1320289
 -Node: Nondecimal-numbers320539
 -Node: Regexp Constants323557
 -Node: Using Constant Regexps324082
 -Node: Variables327225
 -Node: Using Variables327880
 -Node: Assignment Options329791
 -Node: Conversion331666
 -Node: Strings And Numbers332190
 -Ref: Strings And Numbers-Footnote-1335255
 -Node: Locale influences conversions335364
 -Ref: table-locale-affects338111
 -Node: All Operators338699
 -Node: Arithmetic Ops339329
 -Node: Concatenation341834
 -Ref: Concatenation-Footnote-1344653
 -Node: Assignment Ops344759
 -Ref: table-assign-ops349738
 -Node: Increment Ops351010
 -Node: Truth Values and Conditions354448
 -Node: Truth Values355533
 -Node: Typing and Comparison356582
 -Node: Variable Typing357392
 -Node: Comparison Operators361045
 -Ref: table-relational-ops361455
 -Node: POSIX String Comparison364950
 -Ref: POSIX String Comparison-Footnote-1366022
 -Node: Boolean Ops366160
 -Ref: Boolean Ops-Footnote-1370639
 -Node: Conditional Exp370730
 -Node: Function Calls372457
 -Node: Precedence376337
 -Node: Locales379998
 -Node: Expressions Summary381630
 -Node: Patterns and Actions384190
 -Node: Pattern Overview385310
 -Node: Regexp Patterns386989
 -Node: Expression Patterns387532
 -Node: Ranges391242
 -Node: BEGIN/END394348
 -Node: Using BEGIN/END395109
 -Ref: Using BEGIN/END-Footnote-1397843
 -Node: I/O And BEGIN/END397949
 -Node: BEGINFILE/ENDFILE400263
 -Node: Empty403164
 -Node: Using Shell Variables403481
 -Node: Action Overview405754
 -Node: Statements408080
 -Node: If Statement409928
 -Node: While Statement411423
 -Node: Do Statement413452
 -Node: For Statement414596
 -Node: Switch Statement417753
 -Node: Break Statement420135
 -Node: Continue Statement422176
 -Node: Next Statement424003
 -Node: Nextfile Statement426384
 -Node: Exit Statement429014
 -Node: Built-in Variables431417
 -Node: User-modified432550
 -Ref: User-modified-Footnote-1440231
 -Node: Auto-set440293
 -Ref: Auto-set-Footnote-1453328
 -Ref: Auto-set-Footnote-2453533
 -Node: ARGC and ARGV453589
 -Node: Pattern Action Summary457807
 -Node: Arrays460234
 -Node: Array Basics461563
 -Node: Array Intro462407
 -Ref: figure-array-elements464371
 -Ref: Array Intro-Footnote-1466897
 -Node: Reference to Elements467025
 -Node: Assigning Elements469477
 -Node: Array Example469968
 -Node: Scanning an Array471726
 -Node: Controlling Scanning474742
 -Ref: Controlling Scanning-Footnote-1479938
 -Node: Numeric Array Subscripts480254
 -Node: Uninitialized Subscripts482439
 -Node: Delete484056
 -Ref: Delete-Footnote-1486799
 -Node: Multidimensional486856
 -Node: Multiscanning489953
 -Node: Arrays of Arrays491542
 -Node: Arrays Summary496301
 -Node: Functions498393
 -Node: Built-in499292
 -Node: Calling Built-in500370
 -Node: Numeric Functions502361
 -Ref: Numeric Functions-Footnote-1506378
 -Ref: Numeric Functions-Footnote-2506735
 -Ref: Numeric Functions-Footnote-3506783
 -Node: String Functions507055
 -Ref: String Functions-Footnote-1530530
 -Ref: String Functions-Footnote-2530659
 -Ref: String Functions-Footnote-3530907
 -Node: Gory Details530994
 -Ref: table-sub-escapes532775
 -Ref: table-sub-proposed534295
 -Ref: table-posix-sub535659
 -Ref: table-gensub-escapes537195
 -Ref: Gory Details-Footnote-1538027
 -Node: I/O Functions538178
 -Ref: I/O Functions-Footnote-1545396
 -Node: Time Functions545543
 -Ref: Time Functions-Footnote-1556031
 -Ref: Time Functions-Footnote-2556099
 -Ref: Time Functions-Footnote-3556257
 -Ref: Time Functions-Footnote-4556368
 -Ref: Time Functions-Footnote-5556480
 -Ref: Time Functions-Footnote-6556707
 -Node: Bitwise Functions556973
 -Ref: table-bitwise-ops557535
 -Ref: Bitwise Functions-Footnote-1561844
 -Node: Type Functions562013
 -Node: I18N Functions563164
 -Node: User-defined564809
 -Node: Definition Syntax565614
 -Ref: Definition Syntax-Footnote-1571021
 -Node: Function Example571092
 -Ref: Function Example-Footnote-1574011
 -Node: Function Caveats574033
 -Node: Calling A Function574551
 -Node: Variable Scope575509
 -Node: Pass By Value/Reference578497
 -Node: Return Statement581992
 -Node: Dynamic Typing584973
 -Node: Indirect Calls585902
 -Ref: Indirect Calls-Footnote-1597204
 -Node: Functions Summary597332
 -Node: Library Functions600034
 -Ref: Library Functions-Footnote-1603643
 -Ref: Library Functions-Footnote-2603786
 -Node: Library Names603957
 -Ref: Library Names-Footnote-1607411
 -Ref: Library Names-Footnote-2607634
 -Node: General Functions607720
 -Node: Strtonum Function608823
 -Node: Assert Function611845
 -Node: Round Function615169
 -Node: Cliff Random Function616710
 -Node: Ordinal Functions617726
 -Ref: Ordinal Functions-Footnote-1620789
 -Ref: Ordinal Functions-Footnote-2621041
 -Node: Join Function621252
 -Ref: Join Function-Footnote-1623021
 -Node: Getlocaltime Function623221
 -Node: Readfile Function626965
 -Node: Shell Quoting628935
 -Node: Data File Management630336
 -Node: Filetrans Function630968
 -Node: Rewind Function635024
 -Node: File Checking636411
 -Ref: File Checking-Footnote-1637743
 -Node: Empty Files637944
 -Node: Ignoring Assigns639923
 -Node: Getopt Function641474
 -Ref: Getopt Function-Footnote-1652936
 -Node: Passwd Functions653136
 -Ref: Passwd Functions-Footnote-1661973
 -Node: Group Functions662061
 -Ref: Group Functions-Footnote-1669955
 -Node: Walking Arrays670168
 -Node: Library Functions Summary671771
 -Node: Library Exercises673172
 -Node: Sample Programs674452
 -Node: Running Examples675222
 -Node: Clones675950
 -Node: Cut Program677174
 -Node: Egrep Program686893
 -Ref: Egrep Program-Footnote-1694391
 -Node: Id Program694501
 -Node: Split Program698146
 -Ref: Split Program-Footnote-1701594
 -Node: Tee Program701722
 -Node: Uniq Program704511
 -Node: Wc Program711930
 -Ref: Wc Program-Footnote-1716180
 -Node: Miscellaneous Programs716274
 -Node: Dupword Program717487
 -Node: Alarm Program719518
 -Node: Translate Program724322
 -Ref: Translate Program-Footnote-1728887
 -Node: Labels Program729157
 -Ref: Labels Program-Footnote-1732508
 -Node: Word Sorting732592
 -Node: History Sorting736663
 -Node: Extract Program738499
 -Node: Simple Sed746024
 -Node: Igawk Program749092
 -Ref: Igawk Program-Footnote-1763416
 -Ref: Igawk Program-Footnote-2763617
 -Ref: Igawk Program-Footnote-3763739
 -Node: Anagram Program763854
 -Node: Signature Program766911
 -Node: Programs Summary768158
 -Node: Programs Exercises769351
 -Ref: Programs Exercises-Footnote-1773482
 -Node: Advanced Features773573
 -Node: Nondecimal Data775521
 -Node: Array Sorting777111
 -Node: Controlling Array Traversal777808
 -Ref: Controlling Array Traversal-Footnote-1786141
 -Node: Array Sorting Functions786259
 -Ref: Array Sorting Functions-Footnote-1790148
 -Node: Two-way I/O790344
 -Ref: Two-way I/O-Footnote-1795289
 -Ref: Two-way I/O-Footnote-2795475
 -Node: TCP/IP Networking795557
 -Node: Profiling798430
 -Node: Advanced Features Summary805977
 -Node: Internationalization807910
 -Node: I18N and L10N809390
 -Node: Explaining gettext810076
 -Ref: Explaining gettext-Footnote-1815101
 -Ref: Explaining gettext-Footnote-2815285
 -Node: Programmer i18n815450
 -Ref: Programmer i18n-Footnote-1820316
 -Node: Translator i18n820365
 -Node: String Extraction821159
 -Ref: String Extraction-Footnote-1822290
 -Node: Printf Ordering822376
 -Ref: Printf Ordering-Footnote-1825162
 -Node: I18N Portability825226
 -Ref: I18N Portability-Footnote-1827681
 -Node: I18N Example827744
 -Ref: I18N Example-Footnote-1830547
 -Node: Gawk I18N830619
 -Node: I18N Summary831257
 -Node: Debugger832596
 -Node: Debugging833618
 -Node: Debugging Concepts834059
 -Node: Debugging Terms835912
 -Node: Awk Debugging838484
 -Node: Sample Debugging Session839378
 -Node: Debugger Invocation839898
 -Node: Finding The Bug841282
 -Node: List of Debugger Commands847757
 -Node: Breakpoint Control849090
 -Node: Debugger Execution Control852786
 -Node: Viewing And Changing Data856150
 -Node: Execution Stack859528
 -Node: Debugger Info861165
 -Node: Miscellaneous Debugger Commands865182
 -Node: Readline Support870211
 -Node: Limitations871103
 -Node: Debugging Summary873217
 -Node: Arbitrary Precision Arithmetic874385
 -Node: Computer Arithmetic875801
 -Ref: table-numeric-ranges879399
 -Ref: Computer Arithmetic-Footnote-1880258
 -Node: Math Definitions880315
 -Ref: table-ieee-formats883603
 -Ref: Math Definitions-Footnote-1884207
 -Node: MPFR features884312
 -Node: FP Math Caution885983
 -Ref: FP Math Caution-Footnote-1887033
 -Node: Inexactness of computations887402
 -Node: Inexact representation888361
 -Node: Comparing FP Values889718
 -Node: Errors accumulate890800
 -Node: Getting Accuracy892233
 -Node: Try To Round894895
 -Node: Setting precision895794
 -Ref: table-predefined-precision-strings896478
 -Node: Setting the rounding mode898267
 -Ref: table-gawk-rounding-modes898631
 -Ref: Setting the rounding mode-Footnote-1902086
 -Node: Arbitrary Precision Integers902265
 -Ref: Arbitrary Precision Integers-Footnote-1905251
 -Node: POSIX Floating Point Problems905400
 -Ref: POSIX Floating Point Problems-Footnote-1909273
 -Node: Floating point summary909311
 -Node: Dynamic Extensions911505
 -Node: Extension Intro913057
 -Node: Plugin License914323
 -Node: Extension Mechanism Outline915120
 -Ref: figure-load-extension915548
 -Ref: figure-register-new-function917028
 -Ref: figure-call-new-function918032
 -Node: Extension API Description920018
 -Node: Extension API Functions Introduction921468
 -Node: General Data Types926292
 -Ref: General Data Types-Footnote-1932031
 -Node: Memory Allocation Functions932330
 -Ref: Memory Allocation Functions-Footnote-1935169
 -Node: Constructor Functions935265
 -Node: Registration Functions936999
 -Node: Extension Functions937684
 -Node: Exit Callback Functions939981
 -Node: Extension Version String941229
 -Node: Input Parsers941894
 -Node: Output Wrappers951773
 -Node: Two-way processors956288
 -Node: Printing Messages958492
 -Ref: Printing Messages-Footnote-1959568
 -Node: Updating `ERRNO'959720
 -Node: Requesting Values960460
 -Ref: table-value-types-returned961188
 -Node: Accessing Parameters962145
 -Node: Symbol Table Access963376
 -Node: Symbol table by name963890
 -Node: Symbol table by cookie965871
 -Ref: Symbol table by cookie-Footnote-1970015
 -Node: Cached values970078
 -Ref: Cached values-Footnote-1973577
 -Node: Array Manipulation973668
 -Ref: Array Manipulation-Footnote-1974766
 -Node: Array Data Types974803
 -Ref: Array Data Types-Footnote-1977458
 -Node: Array Functions977550
 -Node: Flattening Arrays981404
 -Node: Creating Arrays988296
 -Node: Extension API Variables993067
 -Node: Extension Versioning993703
 -Node: Extension API Informational Variables995604
 -Node: Extension API Boilerplate996669
 -Node: Finding Extensions1000478
 -Node: Extension Example1001038
 -Node: Internal File Description1001810
 -Node: Internal File Ops1005877
 -Ref: Internal File Ops-Footnote-11017547
 -Node: Using Internal File Ops1017687
 -Ref: Using Internal File Ops-Footnote-11020070
 -Node: Extension Samples1020343
 -Node: Extension Sample File Functions1021869
 -Node: Extension Sample Fnmatch1029507
 -Node: Extension Sample Fork1030998
 -Node: Extension Sample Inplace1032213
 -Node: Extension Sample Ord1033888
 -Node: Extension Sample Readdir1034724
 -Ref: table-readdir-file-types1035600
 -Node: Extension Sample Revout1036411
 -Node: Extension Sample Rev2way1037001
 -Node: Extension Sample Read write array1037741
 -Node: Extension Sample Readfile1039681
 -Node: Extension Sample Time1040776
 -Node: Extension Sample API Tests1042125
 -Node: gawkextlib1042616
 -Node: Extension summary1045274
 -Node: Extension Exercises1048963
 -Node: Language History1049685
 -Node: V7/SVR3.11051341
 -Node: SVR41053522
 -Node: POSIX1054967
 -Node: BTL1056356
 -Node: POSIX/GNU1057090
 -Node: Feature History1062654
 -Node: Common Extensions1075752
 -Node: Ranges and Locales1077076
 -Ref: Ranges and Locales-Footnote-11081694
 -Ref: Ranges and Locales-Footnote-21081721
 -Ref: Ranges and Locales-Footnote-31081955
 -Node: Contributors1082176
 -Node: History summary1087717
 -Node: Installation1089087
 -Node: Gawk Distribution1090033
 -Node: Getting1090517
 -Node: Extracting1091340
 -Node: Distribution contents1092975
 -Node: Unix Installation1098692
 -Node: Quick Installation1099309
 -Node: Additional Configuration Options1101733
 -Node: Configuration Philosophy1103471
 -Node: Non-Unix Installation1105840
 -Node: PC Installation1106298
 -Node: PC Binary Installation1107617
 -Node: PC Compiling1109465
 -Ref: PC Compiling-Footnote-11112486
 -Node: PC Testing1112595
 -Node: PC Using1113771
 -Node: Cygwin1117886
 -Node: MSYS1118709
 -Node: VMS Installation1119209
 -Node: VMS Compilation1120001
 -Ref: VMS Compilation-Footnote-11121223
 -Node: VMS Dynamic Extensions1121281
 -Node: VMS Installation Details1122965
 -Node: VMS Running1125217
 -Node: VMS GNV1128053
 -Node: VMS Old Gawk1128787
 -Node: Bugs1129257
 -Node: Other Versions1133140
 -Node: Installation summary1139568
 -Node: Notes1140624
 -Node: Compatibility Mode1141489
 -Node: Additions1142271
 -Node: Accessing The Source1143196
 -Node: Adding Code1144632
 -Node: New Ports1150797
 -Node: Derived Files1155279
 -Ref: Derived Files-Footnote-11160754
 -Ref: Derived Files-Footnote-21160788
 -Ref: Derived Files-Footnote-31161384
 -Node: Future Extensions1161498
 -Node: Implementation Limitations1162104
 -Node: Extension Design1163352
 -Node: Old Extension Problems1164506
 -Ref: Old Extension Problems-Footnote-11166023
 -Node: Extension New Mechanism Goals1166080
 -Ref: Extension New Mechanism Goals-Footnote-11169440
 -Node: Extension Other Design Decisions1169629
 -Node: Extension Future Growth1171737
 -Node: Old Extension Mechanism1172573
 -Node: Notes summary1174335
 -Node: Basic Concepts1175521
 -Node: Basic High Level1176202
 -Ref: figure-general-flow1176474
 -Ref: figure-process-flow1177073
 -Ref: Basic High Level-Footnote-11180302
 -Node: Basic Data Typing1180487
 -Node: Glossary1183815
 -Node: Copying1208973
 -Node: GNU Free Documentation License1246529
 -Node: Index1271665
 +Node: Foreword342225
- Node: Foreword446667
- Node: Preface48189
- Ref: Preface-Footnote-151060
- Ref: Preface-Footnote-251167
- Ref: Preface-Footnote-351400
- Node: History51542
- Node: Names53888
- Ref: Names-Footnote-154982
- Node: This Manual55128
- Ref: This Manual-Footnote-161615
- Node: Conventions61715
- Node: Manual History64053
- Ref: Manual History-Footnote-167035
- Ref: Manual History-Footnote-267076
- Node: How To Contribute67150
- Node: Acknowledgments68279
- Node: Getting Started73084
- Node: Running gawk75517
- Node: One-shot76707
- Node: Read Terminal77955
- Node: Long79982
- Node: Executable Scripts81498
- Ref: Executable Scripts-Footnote-184287
- Node: Comments84390
- Node: Quoting86872
- Node: DOS Quoting92396
- Node: Sample Data Files93071
- Node: Very Simple95666
- Node: Two Rules100564
- Node: More Complex102450
- Node: Statements/Lines105312
- Ref: Statements/Lines-Footnote-1109767
- Node: Other Features110032
- Node: When110963
- Ref: When-Footnote-1112717
- Node: Intro Summary112782
- Node: Invoking Gawk113665
- Node: Command Line115179
- Node: Options115977
- Ref: Options-Footnote-1131781
- Ref: Options-Footnote-2132010
- Node: Other Arguments132035
- Node: Naming Standard Input134983
- Node: Environment Variables136076
- Node: AWKPATH Variable136634
- Ref: AWKPATH Variable-Footnote-1140047
- Ref: AWKPATH Variable-Footnote-2140092
- Node: AWKLIBPATH Variable140352
- Node: Other Environment Variables141608
- Node: Exit Status145096
- Node: Include Files145772
- Node: Loading Shared Libraries149369
- Node: Obsolete150796
- Node: Undocumented151493
- Node: Invoking Summary151760
- Node: Regexp153424
- Node: Regexp Usage154878
- Node: Escape Sequences156915
- Node: Regexp Operators163156
- Ref: Regexp Operators-Footnote-1170582
- Ref: Regexp Operators-Footnote-2170729
- Node: Bracket Expressions170827
- Ref: table-char-classes172842
- Node: Leftmost Longest175766
- Node: Computed Regexps177068
- Node: GNU Regexp Operators180465
- Node: Case-sensitivity184138
- Ref: Case-sensitivity-Footnote-1187023
- Ref: Case-sensitivity-Footnote-2187258
- Node: Regexp Summary187366
- Node: Reading Files188833
- Node: Records190927
- Node: awk split records191660
- Node: gawk split records196575
- Ref: gawk split records-Footnote-1201119
- Node: Fields201156
- Ref: Fields-Footnote-1203932
- Node: Nonconstant Fields204018
- Ref: Nonconstant Fields-Footnote-1206261
- Node: Changing Fields206465
- Node: Field Separators212394
- Node: Default Field Splitting215099
- Node: Regexp Field Splitting216216
- Node: Single Character Fields219566
- Node: Command Line Field Separator220625
- Node: Full Line Fields223837
- Ref: Full Line Fields-Footnote-1225354
- Ref: Full Line Fields-Footnote-2225400
- Node: Field Splitting Summary225501
- Node: Constant Size227575
- Node: Splitting By Content232164
- Ref: Splitting By Content-Footnote-1236158
- Node: Multiple Line236321
- Ref: Multiple Line-Footnote-1242207
- Node: Getline242386
- Node: Plain Getline244598
- Node: Getline/Variable247238
- Node: Getline/File248386
- Node: Getline/Variable/File249770
- Ref: Getline/Variable/File-Footnote-1251373
- Node: Getline/Pipe251460
- Node: Getline/Variable/Pipe254143
- Node: Getline/Coprocess255274
- Node: Getline/Variable/Coprocess256526
- Node: Getline Notes257265
- Node: Getline Summary260057
- Ref: table-getline-variants260469
- Node: Read Timeout261298
- Ref: Read Timeout-Footnote-1265123
- Node: Command-line directories265181
- Node: Input Summary266086
- Node: Input Exercises269387
- Node: Printing270115
- Node: Print271892
- Node: Print Examples273349
- Node: Output Separators276128
- Node: OFMT278146
- Node: Printf279500
- Node: Basic Printf280285
- Node: Control Letters281855
- Node: Format Modifiers285838
- Node: Printf Examples291847
- Node: Redirection294333
- Node: Special FD301174
- Ref: Special FD-Footnote-1304334
- Node: Special Files304408
- Node: Other Inherited Files305025
- Node: Special Network306025
- Node: Special Caveats306887
- Node: Close Files And Pipes307838
- Ref: Close Files And Pipes-Footnote-1315020
- Ref: Close Files And Pipes-Footnote-2315168
- Node: Output Summary315318
- Node: Output Exercises316316
- Node: Expressions316996
- Node: Values318181
- Node: Constants318859
- Node: Scalar Constants319550
- Ref: Scalar Constants-Footnote-1320409
- Node: Nondecimal-numbers320659
- Node: Regexp Constants323677
- Node: Using Constant Regexps324202
- Node: Variables327345
- Node: Using Variables328000
- Node: Assignment Options329911
- Node: Conversion331786
- Node: Strings And Numbers332310
- Ref: Strings And Numbers-Footnote-1335375
- Node: Locale influences conversions335484
- Ref: table-locale-affects338231
- Node: All Operators338819
- Node: Arithmetic Ops339449
- Node: Concatenation341954
- Ref: Concatenation-Footnote-1344773
- Node: Assignment Ops344879
- Ref: table-assign-ops349858
- Node: Increment Ops351130
- Node: Truth Values and Conditions354568
- Node: Truth Values355653
- Node: Typing and Comparison356702
- Node: Variable Typing357512
- Node: Comparison Operators361165
- Ref: table-relational-ops361575
- Node: POSIX String Comparison365070
- Ref: POSIX String Comparison-Footnote-1366142
- Node: Boolean Ops366280
- Ref: Boolean Ops-Footnote-1370759
- Node: Conditional Exp370850
- Node: Function Calls372577
- Node: Precedence376457
- Node: Locales380118
- Node: Expressions Summary381750
- Node: Patterns and Actions384310
- Node: Pattern Overview385430
- Node: Regexp Patterns387109
- Node: Expression Patterns387652
- Node: Ranges391362
- Node: BEGIN/END394468
- Node: Using BEGIN/END395229
- Ref: Using BEGIN/END-Footnote-1397963
- Node: I/O And BEGIN/END398069
- Node: BEGINFILE/ENDFILE400383
- Node: Empty403284
- Node: Using Shell Variables403601
- Node: Action Overview405874
- Node: Statements408200
- Node: If Statement410048
- Node: While Statement411543
- Node: Do Statement413572
- Node: For Statement414716
- Node: Switch Statement417873
- Node: Break Statement420255
- Node: Continue Statement422296
- Node: Next Statement424123
- Node: Nextfile Statement426504
- Node: Exit Statement429134
- Node: Built-in Variables431537
- Node: User-modified432670
- Ref: User-modified-Footnote-1440351
- Node: Auto-set440413
- Ref: Auto-set-Footnote-1454105
- Ref: Auto-set-Footnote-2454310
- Node: ARGC and ARGV454366
- Node: Pattern Action Summary458584
- Node: Arrays461011
- Node: Array Basics462340
- Node: Array Intro463184
- Ref: figure-array-elements465148
- Ref: Array Intro-Footnote-1467674
- Node: Reference to Elements467802
- Node: Assigning Elements470254
- Node: Array Example470745
- Node: Scanning an Array472503
- Node: Controlling Scanning475519
- Ref: Controlling Scanning-Footnote-1480715
- Node: Numeric Array Subscripts481031
- Node: Uninitialized Subscripts483216
- Node: Delete484833
- Ref: Delete-Footnote-1487576
- Node: Multidimensional487633
- Node: Multiscanning490730
- Node: Arrays of Arrays492319
- Node: Arrays Summary497078
- Node: Functions499170
- Node: Built-in500069
- Node: Calling Built-in501147
- Node: Numeric Functions503138
- Ref: Numeric Functions-Footnote-1507957
- Ref: Numeric Functions-Footnote-2508314
- Ref: Numeric Functions-Footnote-3508362
- Node: String Functions508634
- Ref: String Functions-Footnote-1532109
- Ref: String Functions-Footnote-2532238
- Ref: String Functions-Footnote-3532486
- Node: Gory Details532573
- Ref: table-sub-escapes534354
- Ref: table-sub-proposed535874
- Ref: table-posix-sub537238
- Ref: table-gensub-escapes538774
- Ref: Gory Details-Footnote-1539606
- Node: I/O Functions539757
- Ref: I/O Functions-Footnote-1546975
- Node: Time Functions547122
- Ref: Time Functions-Footnote-1557610
- Ref: Time Functions-Footnote-2557678
- Ref: Time Functions-Footnote-3557836
- Ref: Time Functions-Footnote-4557947
- Ref: Time Functions-Footnote-5558059
- Ref: Time Functions-Footnote-6558286
- Node: Bitwise Functions558552
- Ref: table-bitwise-ops559114
- Ref: Bitwise Functions-Footnote-1563423
- Node: Type Functions563592
- Node: I18N Functions564743
- Node: User-defined566388
- Node: Definition Syntax567193
- Ref: Definition Syntax-Footnote-1572600
- Node: Function Example572671
- Ref: Function Example-Footnote-1575590
- Node: Function Caveats575612
- Node: Calling A Function576130
- Node: Variable Scope577088
- Node: Pass By Value/Reference580076
- Node: Return Statement583571
- Node: Dynamic Typing586552
- Node: Indirect Calls587481
- Ref: Indirect Calls-Footnote-1598783
- Node: Functions Summary598911
- Node: Library Functions601613
- Ref: Library Functions-Footnote-1605222
- Ref: Library Functions-Footnote-2605365
- Node: Library Names605536
- Ref: Library Names-Footnote-1608990
- Ref: Library Names-Footnote-2609213
- Node: General Functions609299
- Node: Strtonum Function610402
- Node: Assert Function613424
- Node: Round Function616748
- Node: Cliff Random Function618289
- Node: Ordinal Functions619305
- Ref: Ordinal Functions-Footnote-1622368
- Ref: Ordinal Functions-Footnote-2622620
- Node: Join Function622831
- Ref: Join Function-Footnote-1624600
- Node: Getlocaltime Function624800
- Node: Readfile Function628544
- Node: Shell Quoting630514
- Node: Data File Management631915
- Node: Filetrans Function632547
- Node: Rewind Function636603
- Node: File Checking637990
- Ref: File Checking-Footnote-1639322
- Node: Empty Files639523
- Node: Ignoring Assigns641502
- Node: Getopt Function643053
- Ref: Getopt Function-Footnote-1654515
- Node: Passwd Functions654715
- Ref: Passwd Functions-Footnote-1663552
- Node: Group Functions663640
- Ref: Group Functions-Footnote-1671534
- Node: Walking Arrays671747
- Node: Library Functions Summary673350
- Node: Library Exercises674751
- Node: Sample Programs676031
- Node: Running Examples676801
- Node: Clones677529
- Node: Cut Program678753
- Node: Egrep Program688472
- Ref: Egrep Program-Footnote-1695970
- Node: Id Program696080
- Node: Split Program699725
- Ref: Split Program-Footnote-1703173
- Node: Tee Program703301
- Node: Uniq Program706090
- Node: Wc Program713509
- Ref: Wc Program-Footnote-1717759
- Node: Miscellaneous Programs717853
- Node: Dupword Program719066
- Node: Alarm Program721097
- Node: Translate Program725901
- Ref: Translate Program-Footnote-1730466
- Node: Labels Program730736
- Ref: Labels Program-Footnote-1734087
- Node: Word Sorting734171
- Node: History Sorting738242
- Node: Extract Program740078
- Node: Simple Sed747603
- Node: Igawk Program750671
- Ref: Igawk Program-Footnote-1764995
- Ref: Igawk Program-Footnote-2765196
- Ref: Igawk Program-Footnote-3765318
- Node: Anagram Program765433
- Node: Signature Program768490
- Node: Programs Summary769737
- Node: Programs Exercises770930
- Ref: Programs Exercises-Footnote-1775061
- Node: Advanced Features775152
- Node: Nondecimal Data777100
- Node: Array Sorting778690
- Node: Controlling Array Traversal779387
- Ref: Controlling Array Traversal-Footnote-1787720
- Node: Array Sorting Functions787838
- Ref: Array Sorting Functions-Footnote-1791727
- Node: Two-way I/O791923
- Ref: Two-way I/O-Footnote-1796868
- Ref: Two-way I/O-Footnote-2797054
- Node: TCP/IP Networking797136
- Node: Profiling800009
- Node: Advanced Features Summary808286
- Node: Internationalization810219
- Node: I18N and L10N811699
- Node: Explaining gettext812385
- Ref: Explaining gettext-Footnote-1817410
- Ref: Explaining gettext-Footnote-2817594
- Node: Programmer i18n817759
- Ref: Programmer i18n-Footnote-1822625
- Node: Translator i18n822674
- Node: String Extraction823468
- Ref: String Extraction-Footnote-1824599
- Node: Printf Ordering824685
- Ref: Printf Ordering-Footnote-1827471
- Node: I18N Portability827535
- Ref: I18N Portability-Footnote-1829990
- Node: I18N Example830053
- Ref: I18N Example-Footnote-1832856
- Node: Gawk I18N832928
- Node: I18N Summary833566
- Node: Debugger834905
- Node: Debugging835927
- Node: Debugging Concepts836368
- Node: Debugging Terms838221
- Node: Awk Debugging840793
- Node: Sample Debugging Session841687
- Node: Debugger Invocation842207
- Node: Finding The Bug843591
- Node: List of Debugger Commands850066
- Node: Breakpoint Control851399
- Node: Debugger Execution Control855095
- Node: Viewing And Changing Data858459
- Node: Execution Stack861837
- Node: Debugger Info863474
- Node: Miscellaneous Debugger Commands867491
- Node: Readline Support872520
- Node: Limitations873412
- Node: Debugging Summary875526
- Node: Arbitrary Precision Arithmetic876694
- Node: Computer Arithmetic878110
- Ref: table-numeric-ranges881708
- Ref: Computer Arithmetic-Footnote-1882567
- Node: Math Definitions882624
- Ref: table-ieee-formats885912
- Ref: Math Definitions-Footnote-1886516
- Node: MPFR features886621
- Node: FP Math Caution888292
- Ref: FP Math Caution-Footnote-1889342
- Node: Inexactness of computations889711
- Node: Inexact representation890670
- Node: Comparing FP Values892027
- Node: Errors accumulate893109
- Node: Getting Accuracy894542
- Node: Try To Round897204
- Node: Setting precision898103
- Ref: table-predefined-precision-strings898787
- Node: Setting the rounding mode900576
- Ref: table-gawk-rounding-modes900940
- Ref: Setting the rounding mode-Footnote-1904395
- Node: Arbitrary Precision Integers904574
- Ref: Arbitrary Precision Integers-Footnote-1909473
- Node: POSIX Floating Point Problems909622
- Ref: POSIX Floating Point Problems-Footnote-1913495
- Node: Floating point summary913533
- Node: Dynamic Extensions915727
- Node: Extension Intro917279
- Node: Plugin License918545
- Node: Extension Mechanism Outline919342
- Ref: figure-load-extension919770
- Ref: figure-register-new-function921250
- Ref: figure-call-new-function922254
- Node: Extension API Description924240
- Node: Extension API Functions Introduction925690
- Node: General Data Types930514
- Ref: General Data Types-Footnote-1936253
- Node: Memory Allocation Functions936552
- Ref: Memory Allocation Functions-Footnote-1939391
- Node: Constructor Functions939487
- Node: Registration Functions941221
- Node: Extension Functions941906
- Node: Exit Callback Functions944203
- Node: Extension Version String945451
- Node: Input Parsers946116
- Node: Output Wrappers955995
- Node: Two-way processors960510
- Node: Printing Messages962714
- Ref: Printing Messages-Footnote-1963790
- Node: Updating `ERRNO'963942
- Node: Requesting Values964682
- Ref: table-value-types-returned965410
- Node: Accessing Parameters966367
- Node: Symbol Table Access967598
- Node: Symbol table by name968112
- Node: Symbol table by cookie970093
- Ref: Symbol table by cookie-Footnote-1974237
- Node: Cached values974300
- Ref: Cached values-Footnote-1977799
- Node: Array Manipulation977890
- Ref: Array Manipulation-Footnote-1978988
- Node: Array Data Types979025
- Ref: Array Data Types-Footnote-1981680
- Node: Array Functions981772
- Node: Flattening Arrays985626
- Node: Creating Arrays992518
- Node: Extension API Variables997289
- Node: Extension Versioning997925
- Node: Extension API Informational Variables999826
- Node: Extension API Boilerplate1000891
- Node: Finding Extensions1004700
- Node: Extension Example1005260
- Node: Internal File Description1006032
- Node: Internal File Ops1010099
- Ref: Internal File Ops-Footnote-11021769
- Node: Using Internal File Ops1021909
- Ref: Using Internal File Ops-Footnote-11024292
- Node: Extension Samples1024565
- Node: Extension Sample File Functions1026091
- Node: Extension Sample Fnmatch1033729
- Node: Extension Sample Fork1035220
- Node: Extension Sample Inplace1036435
- Node: Extension Sample Ord1038110
- Node: Extension Sample Readdir1038946
- Ref: table-readdir-file-types1039822
- Node: Extension Sample Revout1040633
- Node: Extension Sample Rev2way1041223
- Node: Extension Sample Read write array1041963
- Node: Extension Sample Readfile1043903
- Node: Extension Sample Time1044998
- Node: Extension Sample API Tests1046347
- Node: gawkextlib1046838
- Node: Extension summary1049496
- Node: Extension Exercises1053185
- Node: Language History1053907
- Node: V7/SVR3.11055563
- Node: SVR41057744
- Node: POSIX1059189
- Node: BTL1060578
- Node: POSIX/GNU1061312
- Node: Feature History1066936
- Node: Common Extensions1080034
- Node: Ranges and Locales1081358
- Ref: Ranges and Locales-Footnote-11085976
- Ref: Ranges and Locales-Footnote-21086003
- Ref: Ranges and Locales-Footnote-31086237
- Node: Contributors1086458
- Node: History summary1091999
- Node: Installation1093369
- Node: Gawk Distribution1094315
- Node: Getting1094799
- Node: Extracting1095622
- Node: Distribution contents1097257
- Node: Unix Installation1103322
- Node: Quick Installation1104005
- Node: Shell Startup Files1106416
- Node: Additional Configuration Options1107495
- Node: Configuration Philosophy1109234
- Node: Non-Unix Installation1111603
- Node: PC Installation1112061
- Node: PC Binary Installation1113380
- Node: PC Compiling1115228
- Ref: PC Compiling-Footnote-11118249
- Node: PC Testing1118358
- Node: PC Using1119534
- Node: Cygwin1123649
- Node: MSYS1124472
- Node: VMS Installation1124972
- Node: VMS Compilation1125764
- Ref: VMS Compilation-Footnote-11126986
- Node: VMS Dynamic Extensions1127044
- Node: VMS Installation Details1128728
- Node: VMS Running1130980
- Node: VMS GNV1133816
- Node: VMS Old Gawk1134550
- Node: Bugs1135020
- Node: Other Versions1138903
- Node: Installation summary1145331
- Node: Notes1146387
- Node: Compatibility Mode1147252
- Node: Additions1148034
- Node: Accessing The Source1148959
- Node: Adding Code1150395
- Node: New Ports1156560
- Node: Derived Files1161042
- Ref: Derived Files-Footnote-11166517
- Ref: Derived Files-Footnote-21166551
- Ref: Derived Files-Footnote-31167147
- Node: Future Extensions1167261
- Node: Implementation Limitations1167867
- Node: Extension Design1169115
- Node: Old Extension Problems1170269
- Ref: Old Extension Problems-Footnote-11171786
- Node: Extension New Mechanism Goals1171843
- Ref: Extension New Mechanism Goals-Footnote-11175203
- Node: Extension Other Design Decisions1175392
- Node: Extension Future Growth1177500
- Node: Old Extension Mechanism1178336
- Node: Notes summary1180098
- Node: Basic Concepts1181284
- Node: Basic High Level1181965
- Ref: figure-general-flow1182237
- Ref: figure-process-flow1182836
- Ref: Basic High Level-Footnote-11186065
- Node: Basic Data Typing1186250
- Node: Glossary1189578
- Node: Copying1214736
- Node: GNU Free Documentation License1252292
- Node: Index1277428
++Node: Foreword446669
++Node: Preface48200
++Ref: Preface-Footnote-151071
++Ref: Preface-Footnote-251178
++Ref: Preface-Footnote-351411
++Node: History51553
++Node: Names53904
++Ref: Names-Footnote-154997
++Node: This Manual55143
++Ref: This Manual-Footnote-161648
++Node: Conventions61748
++Node: Manual History64086
++Ref: Manual History-Footnote-167068
++Ref: Manual History-Footnote-267109
++Node: How To Contribute67183
++Node: Acknowledgments68312
++Node: Getting Started73117
++Node: Running gawk75550
++Node: One-shot76740
++Node: Read Terminal77988
++Node: Long80015
++Node: Executable Scripts81531
++Ref: Executable Scripts-Footnote-184320
++Node: Comments84423
++Node: Quoting86905
++Node: DOS Quoting92429
++Node: Sample Data Files93104
++Node: Very Simple95699
++Node: Two Rules100597
++Node: More Complex102483
++Node: Statements/Lines105345
++Ref: Statements/Lines-Footnote-1109800
++Node: Other Features110065
++Node: When110996
++Ref: When-Footnote-1112750
++Node: Intro Summary112815
++Node: Invoking Gawk113698
++Node: Command Line115212
++Node: Options116010
++Ref: Options-Footnote-1131814
++Ref: Options-Footnote-2132043
++Node: Other Arguments132068
++Node: Naming Standard Input135016
++Node: Environment Variables136109
++Node: AWKPATH Variable136667
++Ref: AWKPATH Variable-Footnote-1140080
++Ref: AWKPATH Variable-Footnote-2140125
++Node: AWKLIBPATH Variable140385
++Node: Other Environment Variables141641
++Node: Exit Status145129
++Node: Include Files145805
++Node: Loading Shared Libraries149402
++Node: Obsolete150829
++Node: Undocumented151526
++Node: Invoking Summary151793
++Node: Regexp153457
++Node: Regexp Usage154911
++Node: Escape Sequences156948
++Node: Regexp Operators163189
++Ref: Regexp Operators-Footnote-1170615
++Ref: Regexp Operators-Footnote-2170762
++Node: Bracket Expressions170860
++Ref: table-char-classes172875
++Node: Leftmost Longest175799
++Node: Computed Regexps177101
++Node: GNU Regexp Operators180498
++Node: Case-sensitivity184171
++Ref: Case-sensitivity-Footnote-1187056
++Ref: Case-sensitivity-Footnote-2187291
++Node: Regexp Summary187399
++Node: Reading Files188866
++Node: Records190960
++Node: awk split records191693
++Node: gawk split records196608
++Ref: gawk split records-Footnote-1201152
++Node: Fields201189
++Ref: Fields-Footnote-1203965
++Node: Nonconstant Fields204051
++Ref: Nonconstant Fields-Footnote-1206294
++Node: Changing Fields206498
++Node: Field Separators212427
++Node: Default Field Splitting215132
++Node: Regexp Field Splitting216249
++Node: Single Character Fields219599
++Node: Command Line Field Separator220658
++Node: Full Line Fields223870
++Ref: Full Line Fields-Footnote-1225387
++Ref: Full Line Fields-Footnote-2225433
++Node: Field Splitting Summary225534
++Node: Constant Size227608
++Node: Splitting By Content232197
++Ref: Splitting By Content-Footnote-1236191
++Node: Multiple Line236354
++Ref: Multiple Line-Footnote-1242240
++Node: Getline242419
++Node: Plain Getline244631
++Node: Getline/Variable247271
++Node: Getline/File248419
++Node: Getline/Variable/File249803
++Ref: Getline/Variable/File-Footnote-1251406
++Node: Getline/Pipe251493
++Node: Getline/Variable/Pipe254176
++Node: Getline/Coprocess255307
++Node: Getline/Variable/Coprocess256559
++Node: Getline Notes257298
++Node: Getline Summary260090
++Ref: table-getline-variants260502
++Node: Read Timeout261331
++Ref: Read Timeout-Footnote-1265156
++Node: Command-line directories265214
++Node: Input Summary266119
++Node: Input Exercises269420
++Node: Printing270148
++Node: Print271925
++Node: Print Examples273382
++Node: Output Separators276161
++Node: OFMT278179
++Node: Printf279533
++Node: Basic Printf280318
++Node: Control Letters281888
++Node: Format Modifiers285871
++Node: Printf Examples291880
++Node: Redirection294366
++Node: Special FD301207
++Ref: Special FD-Footnote-1304367
++Node: Special Files304441
++Node: Other Inherited Files305058
++Node: Special Network306058
++Node: Special Caveats306920
++Node: Close Files And Pipes307871
++Ref: Close Files And Pipes-Footnote-1315053
++Ref: Close Files And Pipes-Footnote-2315201
++Node: Output Summary315351
++Node: Output Exercises316349
++Node: Expressions317029
++Node: Values318214
++Node: Constants318892
++Node: Scalar Constants319583
++Ref: Scalar Constants-Footnote-1320442
++Node: Nondecimal-numbers320692
++Node: Regexp Constants323710
++Node: Using Constant Regexps324235
++Node: Variables327378
++Node: Using Variables328033
++Node: Assignment Options329944
++Node: Conversion331819
++Node: Strings And Numbers332343
++Ref: Strings And Numbers-Footnote-1335408
++Node: Locale influences conversions335517
++Ref: table-locale-affects338264
++Node: All Operators338852
++Node: Arithmetic Ops339482
++Node: Concatenation341987
++Ref: Concatenation-Footnote-1344806
++Node: Assignment Ops344912
++Ref: table-assign-ops349891
++Node: Increment Ops351163
++Node: Truth Values and Conditions354601
++Node: Truth Values355686
++Node: Typing and Comparison356735
++Node: Variable Typing357545
++Node: Comparison Operators361198
++Ref: table-relational-ops361608
++Node: POSIX String Comparison365103
++Ref: POSIX String Comparison-Footnote-1366175
++Node: Boolean Ops366313
++Ref: Boolean Ops-Footnote-1370792
++Node: Conditional Exp370883
++Node: Function Calls372610
++Node: Precedence376490
++Node: Locales380151
++Node: Expressions Summary381783
++Node: Patterns and Actions384343
++Node: Pattern Overview385463
++Node: Regexp Patterns387142
++Node: Expression Patterns387685
++Node: Ranges391395
++Node: BEGIN/END394501
++Node: Using BEGIN/END395262
++Ref: Using BEGIN/END-Footnote-1397996
++Node: I/O And BEGIN/END398102
++Node: BEGINFILE/ENDFILE400416
++Node: Empty403317
++Node: Using Shell Variables403634
++Node: Action Overview405907
++Node: Statements408233
++Node: If Statement410081
++Node: While Statement411576
++Node: Do Statement413605
++Node: For Statement414749
++Node: Switch Statement417906
++Node: Break Statement420288
++Node: Continue Statement422329
++Node: Next Statement424156
++Node: Nextfile Statement426537
++Node: Exit Statement429167
++Node: Built-in Variables431570
++Node: User-modified432703
++Ref: User-modified-Footnote-1440384
++Node: Auto-set440446
++Ref: Auto-set-Footnote-1454138
++Ref: Auto-set-Footnote-2454343
++Node: ARGC and ARGV454399
++Node: Pattern Action Summary458617
++Node: Arrays461044
++Node: Array Basics462373
++Node: Array Intro463217
++Ref: figure-array-elements465181
++Ref: Array Intro-Footnote-1467707
++Node: Reference to Elements467835
++Node: Assigning Elements470287
++Node: Array Example470778
++Node: Scanning an Array472536
++Node: Controlling Scanning475552
++Ref: Controlling Scanning-Footnote-1480748
++Node: Numeric Array Subscripts481064
++Node: Uninitialized Subscripts483249
++Node: Delete484866
++Ref: Delete-Footnote-1487609
++Node: Multidimensional487666
++Node: Multiscanning490763
++Node: Arrays of Arrays492352
++Node: Arrays Summary497111
++Node: Functions499203
++Node: Built-in500102
++Node: Calling Built-in501180
++Node: Numeric Functions503171
++Ref: Numeric Functions-Footnote-1507990
++Ref: Numeric Functions-Footnote-2508347
++Ref: Numeric Functions-Footnote-3508395
++Node: String Functions508667
++Ref: String Functions-Footnote-1532142
++Ref: String Functions-Footnote-2532271
++Ref: String Functions-Footnote-3532519
++Node: Gory Details532606
++Ref: table-sub-escapes534387
++Ref: table-sub-proposed535907
++Ref: table-posix-sub537271
++Ref: table-gensub-escapes538807
++Ref: Gory Details-Footnote-1539639
++Node: I/O Functions539790
++Ref: I/O Functions-Footnote-1547008
++Node: Time Functions547155
++Ref: Time Functions-Footnote-1557643
++Ref: Time Functions-Footnote-2557711
++Ref: Time Functions-Footnote-3557869
++Ref: Time Functions-Footnote-4557980
++Ref: Time Functions-Footnote-5558092
++Ref: Time Functions-Footnote-6558319
++Node: Bitwise Functions558585
++Ref: table-bitwise-ops559147
++Ref: Bitwise Functions-Footnote-1563456
++Node: Type Functions563625
++Node: I18N Functions564776
++Node: User-defined566421
++Node: Definition Syntax567226
++Ref: Definition Syntax-Footnote-1572633
++Node: Function Example572704
++Ref: Function Example-Footnote-1575623
++Node: Function Caveats575645
++Node: Calling A Function576163
++Node: Variable Scope577121
++Node: Pass By Value/Reference580109
++Node: Return Statement583604
++Node: Dynamic Typing586585
++Node: Indirect Calls587514
++Ref: Indirect Calls-Footnote-1598816
++Node: Functions Summary598944
++Node: Library Functions601646
++Ref: Library Functions-Footnote-1605255
++Ref: Library Functions-Footnote-2605398
++Node: Library Names605569
++Ref: Library Names-Footnote-1609023
++Ref: Library Names-Footnote-2609246
++Node: General Functions609332
++Node: Strtonum Function610435
++Node: Assert Function613457
++Node: Round Function616781
++Node: Cliff Random Function618322
++Node: Ordinal Functions619338
++Ref: Ordinal Functions-Footnote-1622401
++Ref: Ordinal Functions-Footnote-2622653
++Node: Join Function622864
++Ref: Join Function-Footnote-1624633
++Node: Getlocaltime Function624833
++Node: Readfile Function628577
++Node: Shell Quoting630547
++Node: Data File Management631948
++Node: Filetrans Function632580
++Node: Rewind Function636636
++Node: File Checking638023
++Ref: File Checking-Footnote-1639355
++Node: Empty Files639556
++Node: Ignoring Assigns641535
++Node: Getopt Function643086
++Ref: Getopt Function-Footnote-1654548
++Node: Passwd Functions654748
++Ref: Passwd Functions-Footnote-1663585
++Node: Group Functions663673
++Ref: Group Functions-Footnote-1671567
++Node: Walking Arrays671780
++Node: Library Functions Summary673383
++Node: Library Exercises674784
++Node: Sample Programs676064
++Node: Running Examples676834
++Node: Clones677562
++Node: Cut Program678786
++Node: Egrep Program688505
++Ref: Egrep Program-Footnote-1696003
++Node: Id Program696113
++Node: Split Program699758
++Ref: Split Program-Footnote-1703206
++Node: Tee Program703334
++Node: Uniq Program706123
++Node: Wc Program713542
++Ref: Wc Program-Footnote-1717792
++Node: Miscellaneous Programs717886
++Node: Dupword Program719099
++Node: Alarm Program721130
++Node: Translate Program725934
++Ref: Translate Program-Footnote-1730499
++Node: Labels Program730769
++Ref: Labels Program-Footnote-1734120
++Node: Word Sorting734204
++Node: History Sorting738275
++Node: Extract Program740111
++Node: Simple Sed747636
++Node: Igawk Program750704
++Ref: Igawk Program-Footnote-1765028
++Ref: Igawk Program-Footnote-2765229
++Ref: Igawk Program-Footnote-3765351
++Node: Anagram Program765466
++Node: Signature Program768523
++Node: Programs Summary769770
++Node: Programs Exercises770963
++Ref: Programs Exercises-Footnote-1775094
++Node: Advanced Features775185
++Node: Nondecimal Data777133
++Node: Array Sorting778723
++Node: Controlling Array Traversal779420
++Ref: Controlling Array Traversal-Footnote-1787753
++Node: Array Sorting Functions787871
++Ref: Array Sorting Functions-Footnote-1791760
++Node: Two-way I/O791956
++Ref: Two-way I/O-Footnote-1796901
++Ref: Two-way I/O-Footnote-2797087
++Node: TCP/IP Networking797169
++Node: Profiling800042
++Node: Advanced Features Summary808319
++Node: Internationalization810252
++Node: I18N and L10N811732
++Node: Explaining gettext812418
++Ref: Explaining gettext-Footnote-1817443
++Ref: Explaining gettext-Footnote-2817627
++Node: Programmer i18n817792
++Ref: Programmer i18n-Footnote-1822658
++Node: Translator i18n822707
++Node: String Extraction823501
++Ref: String Extraction-Footnote-1824632
++Node: Printf Ordering824718
++Ref: Printf Ordering-Footnote-1827504
++Node: I18N Portability827568
++Ref: I18N Portability-Footnote-1830023
++Node: I18N Example830086
++Ref: I18N Example-Footnote-1832889
++Node: Gawk I18N832961
++Node: I18N Summary833599
++Node: Debugger834938
++Node: Debugging835960
++Node: Debugging Concepts836401
++Node: Debugging Terms838254
++Node: Awk Debugging840826
++Node: Sample Debugging Session841720
++Node: Debugger Invocation842240
++Node: Finding The Bug843624
++Node: List of Debugger Commands850099
++Node: Breakpoint Control851432
++Node: Debugger Execution Control855128
++Node: Viewing And Changing Data858492
++Node: Execution Stack861870
++Node: Debugger Info863507
++Node: Miscellaneous Debugger Commands867524
++Node: Readline Support872553
++Node: Limitations873445
++Node: Debugging Summary875559
++Node: Arbitrary Precision Arithmetic876727
++Node: Computer Arithmetic878143
++Ref: table-numeric-ranges881741
++Ref: Computer Arithmetic-Footnote-1882600
++Node: Math Definitions882657
++Ref: table-ieee-formats885945
++Ref: Math Definitions-Footnote-1886549
++Node: MPFR features886654
++Node: FP Math Caution888325
++Ref: FP Math Caution-Footnote-1889375
++Node: Inexactness of computations889744
++Node: Inexact representation890703
++Node: Comparing FP Values892060
++Node: Errors accumulate893142
++Node: Getting Accuracy894575
++Node: Try To Round897237
++Node: Setting precision898136
++Ref: table-predefined-precision-strings898820
++Node: Setting the rounding mode900609
++Ref: table-gawk-rounding-modes900973
++Ref: Setting the rounding mode-Footnote-1904428
++Node: Arbitrary Precision Integers904607
++Ref: Arbitrary Precision Integers-Footnote-1909506
++Node: POSIX Floating Point Problems909655
++Ref: POSIX Floating Point Problems-Footnote-1913528
++Node: Floating point summary913566
++Node: Dynamic Extensions915760
++Node: Extension Intro917312
++Node: Plugin License918578
++Node: Extension Mechanism Outline919375
++Ref: figure-load-extension919803
++Ref: figure-register-new-function921283
++Ref: figure-call-new-function922287
++Node: Extension API Description924273
++Node: Extension API Functions Introduction925723
++Node: General Data Types930547
++Ref: General Data Types-Footnote-1936286
++Node: Memory Allocation Functions936585
++Ref: Memory Allocation Functions-Footnote-1939424
++Node: Constructor Functions939520
++Node: Registration Functions941254
++Node: Extension Functions941939
++Node: Exit Callback Functions944236
++Node: Extension Version String945484
++Node: Input Parsers946149
++Node: Output Wrappers956028
++Node: Two-way processors960543
++Node: Printing Messages962747
++Ref: Printing Messages-Footnote-1963823
++Node: Updating `ERRNO'963975
++Node: Requesting Values964715
++Ref: table-value-types-returned965443
++Node: Accessing Parameters966400
++Node: Symbol Table Access967631
++Node: Symbol table by name968145
++Node: Symbol table by cookie970126
++Ref: Symbol table by cookie-Footnote-1974270
++Node: Cached values974333
++Ref: Cached values-Footnote-1977832
++Node: Array Manipulation977923
++Ref: Array Manipulation-Footnote-1979021
++Node: Array Data Types979058
++Ref: Array Data Types-Footnote-1981713
++Node: Array Functions981805
++Node: Flattening Arrays985659
++Node: Creating Arrays992551
++Node: Extension API Variables997322
++Node: Extension Versioning997958
++Node: Extension API Informational Variables999859
++Node: Extension API Boilerplate1000924
++Node: Finding Extensions1004733
++Node: Extension Example1005293
++Node: Internal File Description1006065
++Node: Internal File Ops1010132
++Ref: Internal File Ops-Footnote-11021802
++Node: Using Internal File Ops1021942
++Ref: Using Internal File Ops-Footnote-11024325
++Node: Extension Samples1024598
++Node: Extension Sample File Functions1026124
++Node: Extension Sample Fnmatch1033762
++Node: Extension Sample Fork1035253
++Node: Extension Sample Inplace1036468
++Node: Extension Sample Ord1038143
++Node: Extension Sample Readdir1038979
++Ref: table-readdir-file-types1039855
++Node: Extension Sample Revout1040666
++Node: Extension Sample Rev2way1041256
++Node: Extension Sample Read write array1041996
++Node: Extension Sample Readfile1043936
++Node: Extension Sample Time1045031
++Node: Extension Sample API Tests1046380
++Node: gawkextlib1046871
++Node: Extension summary1049529
++Node: Extension Exercises1053218
++Node: Language History1053940
++Node: V7/SVR3.11055596
++Node: SVR41057777
++Node: POSIX1059222
++Node: BTL1060611
++Node: POSIX/GNU1061345
++Node: Feature History1066969
++Node: Common Extensions1080067
++Node: Ranges and Locales1081391
++Ref: Ranges and Locales-Footnote-11086009
++Ref: Ranges and Locales-Footnote-21086036
++Ref: Ranges and Locales-Footnote-31086270
++Node: Contributors1086491
++Node: History summary1092032
++Node: Installation1093402
++Node: Gawk Distribution1094348
++Node: Getting1094832
++Node: Extracting1095655
++Node: Distribution contents1097290
++Node: Unix Installation1103355
++Node: Quick Installation1104038
++Node: Shell Startup Files1106449
++Node: Additional Configuration Options1107528
++Node: Configuration Philosophy1109267
++Node: Non-Unix Installation1111636
++Node: PC Installation1112094
++Node: PC Binary Installation1113413
++Node: PC Compiling1115261
++Ref: PC Compiling-Footnote-11118282
++Node: PC Testing1118391
++Node: PC Using1119567
++Node: Cygwin1123682
++Node: MSYS1124505
++Node: VMS Installation1125005
++Node: VMS Compilation1125797
++Ref: VMS Compilation-Footnote-11127019
++Node: VMS Dynamic Extensions1127077
++Node: VMS Installation Details1128761
++Node: VMS Running1131013
++Node: VMS GNV1133849
++Node: VMS Old Gawk1134583
++Node: Bugs1135053
++Node: Other Versions1138936
++Node: Installation summary1145364
++Node: Notes1146420
++Node: Compatibility Mode1147285
++Node: Additions1148067
++Node: Accessing The Source1148992
++Node: Adding Code1150428
++Node: New Ports1156593
++Node: Derived Files1161075
++Ref: Derived Files-Footnote-11166550
++Ref: Derived Files-Footnote-21166584
++Ref: Derived Files-Footnote-31167180
++Node: Future Extensions1167294
++Node: Implementation Limitations1167900
++Node: Extension Design1169148
++Node: Old Extension Problems1170302
++Ref: Old Extension Problems-Footnote-11171819
++Node: Extension New Mechanism Goals1171876
++Ref: Extension New Mechanism Goals-Footnote-11175236
++Node: Extension Other Design Decisions1175425
++Node: Extension Future Growth1177533
++Node: Old Extension Mechanism1178369
++Node: Notes summary1180131
++Node: Basic Concepts1181317
++Node: Basic High Level1181998
++Ref: figure-general-flow1182270
++Ref: figure-process-flow1182869
++Ref: Basic High Level-Footnote-11186098
++Node: Basic Data Typing1186283
++Node: Glossary1189611
++Node: Copying1214769
++Node: GNU Free Documentation License1252325
++Node: Index1277461
  
  End Tag Table

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

Summary of changes:
 ChangeLog         |    6 +
 NEWS              |    3 +-
 awkgram.c         |    6 +-
 command.c         |    6 +-
 doc/ChangeLog     |    5 +
 doc/gawk.info     | 1157 +++++++++++++++++++++++++++--------------------------
 doc/gawk.texi     |   34 +-
 doc/gawkinet.info |    6 +-
 doc/gawkinet.texi |    2 +-
 doc/gawktexi.in   |   34 +-
 10 files changed, 638 insertions(+), 621 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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