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-3161-g4a3706


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3161-g4a3706d
Date: Fri, 24 Aug 2018 04:57:31 -0400 (EDT)

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

The branch, master has been updated
       via  4a3706dc8e493a45cf5f72e914bed0a6df2192fd (commit)
       via  417bd669847337ac896292d1ab80da08c215131f (commit)
       via  3422827627ac4ca905aed5d0dc756217aef18998 (commit)
       via  546f04597d482a793134bb7a7b2166bc9ba2aef4 (commit)
       via  cbff585829675b28c2c757777f60470d0ba92d7a (commit)
      from  989bb3e5bdecbe8a8eae8705140746c65d998d15 (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=4a3706dc8e493a45cf5f72e914bed0a6df2192fd

commit 4a3706dc8e493a45cf5f72e914bed0a6df2192fd
Merge: 989bb3e 417bd66
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Aug 24 11:57:24 2018 +0300

    Merge branch 'gawk-4.2-stable'

diff --cc doc/gawk.info
index 2dcf8e6,f1563fe..a899da4
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36144,582 -36117,581 +36109,581 @@@ Inde
  
  Tag Table:
  Node: Top1200
- Node: Foreword343399
- Node: Foreword447841
- Node: Preface49373
- Ref: Preface-Footnote-152232
- Ref: Preface-Footnote-252339
- Ref: Preface-Footnote-352573
- Node: History52715
- Node: Names55067
- Ref: Names-Footnote-156161
- Node: This Manual56308
- Ref: This Manual-Footnote-162793
- Node: Conventions62893
- Node: Manual History65248
- Ref: Manual History-Footnote-168245
- Ref: Manual History-Footnote-268286
- Node: How To Contribute68360
- Node: Acknowledgments69286
- Node: Getting Started74194
- Node: Running gawk76633
- Node: One-shot77823
- Node: Read Terminal79086
- Node: Long81079
- Node: Executable Scripts82592
- Ref: Executable Scripts-Footnote-185387
- Node: Comments85490
- Node: Quoting87974
- Node: DOS Quoting93491
- Node: Sample Data Files95547
- Node: Very Simple98142
- Node: Two Rules103044
- Node: More Complex104929
- Node: Statements/Lines107795
- Ref: Statements/Lines-Footnote-1112254
- Node: Other Features112519
- Node: When113455
- Ref: When-Footnote-1115209
- Node: Intro Summary115274
- Node: Invoking Gawk116158
- Node: Command Line117672
- Node: Options118470
- Ref: Options-Footnote-1135032
- Ref: Options-Footnote-2135263
- Node: Other Arguments135288
- Node: Naming Standard Input138235
- Node: Environment Variables139328
- Node: AWKPATH Variable139886
- Ref: AWKPATH Variable-Footnote-1143298
- Ref: AWKPATH Variable-Footnote-2143332
- Node: AWKLIBPATH Variable143593
- Node: Other Environment Variables145251
- Node: Exit Status149072
- Node: Include Files149749
- Node: Loading Shared Libraries153274
- Node: Obsolete154702
- Node: Undocumented155394
- Node: Invoking Summary155691
- Node: Regexp157351
- Node: Regexp Usage158805
- Node: Escape Sequences160842
- Node: Regexp Operators167074
- Ref: Regexp Operators-Footnote-1174490
- Ref: Regexp Operators-Footnote-2174637
- Node: Bracket Expressions174735
- Ref: table-char-classes177211
- Node: Leftmost Longest180616
- Node: Computed Regexps181919
- Node: GNU Regexp Operators185346
- Node: Case-sensitivity189025
- Ref: Case-sensitivity-Footnote-1191912
- Ref: Case-sensitivity-Footnote-2192147
- Node: Regexp Summary192255
- Node: Reading Files193721
- Node: Records195990
- Node: awk split records197065
- Node: gawk split records202340
- Ref: gawk split records-Footnote-1206926
- Node: Fields206963
- Node: Nonconstant Fields209704
- Ref: Nonconstant Fields-Footnote-1211940
- Node: Changing Fields212144
- Node: Field Separators218072
- Node: Default Field Splitting220770
- Node: Regexp Field Splitting221888
- Node: Single Character Fields225241
- Node: Command Line Field Separator226301
- Node: Full Line Fields229519
- Ref: Full Line Fields-Footnote-1231041
- Ref: Full Line Fields-Footnote-2231087
- Node: Field Splitting Summary231188
- Node: Constant Size233262
- Node: Fixed width data233994
- Node: Skipping intervening237461
- Node: Allowing trailing data238259
- Node: Fields with fixed data239296
- Node: Splitting By Content240814
- Ref: Splitting By Content-Footnote-1244464
- Node: Testing field creation244627
- Node: Multiple Line246252
- Ref: Multiple Line-Footnote-1252136
- Node: Getline252315
- Node: Plain Getline254784
- Node: Getline/Variable257425
- Node: Getline/File258576
- Node: Getline/Variable/File259964
- Ref: Getline/Variable/File-Footnote-1261569
- Node: Getline/Pipe261657
- Node: Getline/Variable/Pipe264364
- Node: Getline/Coprocess265499
- Node: Getline/Variable/Coprocess266766
- Node: Getline Notes267508
- Node: Getline Summary270305
- Ref: table-getline-variants270729
- Node: Read Timeout271477
- Ref: Read Timeout-Footnote-1275383
- Node: Retrying Input275441
- Node: Command-line directories276640
- Node: Input Summary277546
- Node: Input Exercises280718
- Node: Printing281446
- Node: Print283280
- Node: Print Examples284737
- Node: Output Separators287517
- Node: OFMT289534
- Node: Printf290890
- Node: Basic Printf291675
- Node: Control Letters293249
- Node: Format Modifiers298376
- Node: Printf Examples304391
- Node: Redirection306877
- Node: Special FD313718
- Ref: Special FD-Footnote-1316886
- Node: Special Files316960
- Node: Other Inherited Files317577
- Node: Special Network318578
- Node: Special Caveats319438
- Node: Close Files And Pipes320387
- Ref: table-close-pipe-return-values327294
- Ref: Close Files And Pipes-Footnote-1328107
- Ref: Close Files And Pipes-Footnote-2328255
- Node: Nonfatal328407
- Node: Output Summary330745
- Node: Output Exercises331967
- Node: Expressions332646
- Node: Values333834
- Node: Constants334512
- Node: Scalar Constants335203
- Ref: Scalar Constants-Footnote-1337728
- Node: Nondecimal-numbers337978
- Node: Regexp Constants340979
- Node: Using Constant Regexps341505
- Node: Standard Regexp Constants342127
- Node: Strong Regexp Constants345315
- Node: Variables348273
- Node: Using Variables348930
- Node: Assignment Options350840
- Node: Conversion352713
- Node: Strings And Numbers353237
- Ref: Strings And Numbers-Footnote-1356300
- Node: Locale influences conversions356409
- Ref: table-locale-affects359167
- Node: All Operators359785
- Node: Arithmetic Ops360414
- Node: Concatenation362920
- Ref: Concatenation-Footnote-1365767
- Node: Assignment Ops365874
- Ref: table-assign-ops370865
- Node: Increment Ops372178
- Node: Truth Values and Conditions375638
- Node: Truth Values376712
- Node: Typing and Comparison377760
- Node: Variable Typing378580
- Ref: Variable Typing-Footnote-1385043
- Ref: Variable Typing-Footnote-2385115
- Node: Comparison Operators385192
- Ref: table-relational-ops385611
- Node: POSIX String Comparison389106
- Ref: POSIX String Comparison-Footnote-1390801
- Ref: POSIX String Comparison-Footnote-2390940
- Node: Boolean Ops391024
- Ref: Boolean Ops-Footnote-1395506
- Node: Conditional Exp395598
- Node: Function Calls397334
- Node: Precedence401211
- Node: Locales404870
- Node: Expressions Summary406502
- Node: Patterns and Actions409075
- Node: Pattern Overview410195
- Node: Regexp Patterns411872
- Node: Expression Patterns412414
- Node: Ranges416195
- Node: BEGIN/END419303
- Node: Using BEGIN/END420064
- Ref: Using BEGIN/END-Footnote-1422800
- Node: I/O And BEGIN/END422906
- Node: BEGINFILE/ENDFILE425220
- Node: Empty428133
- Node: Using Shell Variables428450
- Node: Action Overview430724
- Node: Statements433049
- Node: If Statement434897
- Node: While Statement436392
- Node: Do Statement438420
- Node: For Statement439568
- Node: Switch Statement442739
- Node: Break Statement445125
- Node: Continue Statement447217
- Node: Next Statement449044
- Node: Nextfile Statement451427
- Node: Exit Statement454079
- Node: Built-in Variables456482
- Node: User-modified457615
- Node: Auto-set465382
- Ref: Auto-set-Footnote-1481684
- Ref: Auto-set-Footnote-2481890
- Node: ARGC and ARGV481946
- Node: Pattern Action Summary486159
- Node: Arrays488589
- Node: Array Basics489918
- Node: Array Intro490762
- Ref: figure-array-elements492737
- Ref: Array Intro-Footnote-1495441
- Node: Reference to Elements495569
- Node: Assigning Elements498033
- Node: Array Example498524
- Node: Scanning an Array500283
- Node: Controlling Scanning503305
- Ref: Controlling Scanning-Footnote-1508704
- Node: Numeric Array Subscripts509020
- Node: Uninitialized Subscripts511204
- Node: Delete512823
- Ref: Delete-Footnote-1515575
- Node: Multidimensional515632
- Node: Multiscanning518727
- Node: Arrays of Arrays520318
- Node: Arrays Summary525085
- Node: Functions527178
- Node: Built-in528216
- Node: Calling Built-in529297
- Node: Numeric Functions531293
- Ref: Numeric Functions-Footnote-1535321
- Ref: Numeric Functions-Footnote-2535678
- Ref: Numeric Functions-Footnote-3535726
- Node: String Functions535998
- Ref: String Functions-Footnote-1559707
- Ref: String Functions-Footnote-2559835
- Ref: String Functions-Footnote-3560083
- Node: Gory Details560170
- Ref: table-sub-escapes561961
- Ref: table-sub-proposed563480
- Ref: table-posix-sub564843
- Ref: table-gensub-escapes566384
- Ref: Gory Details-Footnote-1567207
- Node: I/O Functions567361
- Ref: table-system-return-values573829
- Ref: I/O Functions-Footnote-1575809
- Ref: I/O Functions-Footnote-2575957
- Node: Time Functions576077
- Ref: Time Functions-Footnote-1586748
- Ref: Time Functions-Footnote-2586816
- Ref: Time Functions-Footnote-3586974
- Ref: Time Functions-Footnote-4587085
- Ref: Time Functions-Footnote-5587197
- Ref: Time Functions-Footnote-6587424
- Node: Bitwise Functions587690
- Ref: table-bitwise-ops588284
- Ref: Bitwise Functions-Footnote-1594347
- Ref: Bitwise Functions-Footnote-2594520
- Node: Type Functions594711
- Node: I18N Functions597462
- Node: User-defined599113
- Node: Definition Syntax599918
- Ref: Definition Syntax-Footnote-1605605
- Node: Function Example605676
- Ref: Function Example-Footnote-1608598
- Node: Function Caveats608620
- Node: Calling A Function609138
- Node: Variable Scope610096
- Node: Pass By Value/Reference613090
- Node: Return Statement616589
- Node: Dynamic Typing619568
- Node: Indirect Calls620498
- Ref: Indirect Calls-Footnote-1630750
- Node: Functions Summary630878
- Node: Library Functions633583
- Ref: Library Functions-Footnote-1637190
- Ref: Library Functions-Footnote-2637333
- Node: Library Names637504
- Ref: Library Names-Footnote-1640964
- Ref: Library Names-Footnote-2641187
- Node: General Functions641273
- Node: Strtonum Function642376
- Node: Assert Function645398
- Node: Round Function648724
- Node: Cliff Random Function650264
- Node: Ordinal Functions651280
- Ref: Ordinal Functions-Footnote-1654343
- Ref: Ordinal Functions-Footnote-2654595
- Node: Join Function654805
- Ref: Join Function-Footnote-1656575
- Node: Getlocaltime Function656775
- Node: Readfile Function660517
- Node: Shell Quoting662494
- Node: Data File Management663895
- Node: Filetrans Function664527
- Node: Rewind Function668623
- Node: File Checking670533
- Ref: File Checking-Footnote-1671867
- Node: Empty Files672068
- Node: Ignoring Assigns674047
- Node: Getopt Function675597
- Ref: Getopt Function-Footnote-1687066
- Node: Passwd Functions687266
- Ref: Passwd Functions-Footnote-1696105
- Node: Group Functions696193
- Ref: Group Functions-Footnote-1704091
- Node: Walking Arrays704298
- Node: Library Functions Summary707306
- Node: Library Exercises708712
- Node: Sample Programs709177
- Node: Running Examples709947
- Node: Clones710675
- Node: Cut Program711899
- Node: Egrep Program721828
- Ref: Egrep Program-Footnote-1729340
- Node: Id Program729450
- Node: Split Program733130
- Ref: Split Program-Footnote-1736588
- Node: Tee Program736717
- Node: Uniq Program739507
- Node: Wc Program746933
- Ref: Wc Program-Footnote-1751188
- Node: Miscellaneous Programs751282
- Node: Dupword Program752495
- Node: Alarm Program754525
- Node: Translate Program759380
- Ref: Translate Program-Footnote-1763945
- Node: Labels Program764215
- Ref: Labels Program-Footnote-1767566
- Node: Word Sorting767650
- Node: History Sorting771722
- Node: Extract Program773557
- Node: Simple Sed781611
- Node: Igawk Program784685
- Ref: Igawk Program-Footnote-1799016
- Ref: Igawk Program-Footnote-2799218
- Ref: Igawk Program-Footnote-3799340
- Node: Anagram Program799455
- Node: Signature Program802517
- Node: Programs Summary803764
- Node: Programs Exercises804978
- Ref: Programs Exercises-Footnote-1809107
- Node: Advanced Features809198
- Node: Nondecimal Data811188
- Node: Array Sorting812779
- Node: Controlling Array Traversal813479
- Ref: Controlling Array Traversal-Footnote-1821847
- Node: Array Sorting Functions821965
- Ref: Array Sorting Functions-Footnote-1827056
- Node: Two-way I/O827252
- Ref: Two-way I/O-Footnote-1834972
- Ref: Two-way I/O-Footnote-2835159
- Node: TCP/IP Networking835241
- Node: Profiling838359
- Ref: Profiling-Footnote-1847031
- Node: Advanced Features Summary847354
- Node: Internationalization849198
- Node: I18N and L10N850678
- Node: Explaining gettext851365
- Ref: Explaining gettext-Footnote-1857257
- Ref: Explaining gettext-Footnote-2857442
- Node: Programmer i18n857607
- Ref: Programmer i18n-Footnote-1862556
- Node: Translator i18n862605
- Node: String Extraction863399
- Ref: String Extraction-Footnote-1864531
- Node: Printf Ordering864617
- Ref: Printf Ordering-Footnote-1867403
- Node: I18N Portability867467
- Ref: I18N Portability-Footnote-1869923
- Node: I18N Example869986
- Ref: I18N Example-Footnote-1872792
- Node: Gawk I18N872865
- Node: I18N Summary873510
- Node: Debugger874851
- Node: Debugging875874
- Node: Debugging Concepts876315
- Node: Debugging Terms878124
- Node: Awk Debugging880699
- Node: Sample Debugging Session881605
- Node: Debugger Invocation882139
- Node: Finding The Bug883525
- Node: List of Debugger Commands890003
- Node: Breakpoint Control891336
- Node: Debugger Execution Control895030
- Node: Viewing And Changing Data898392
- Node: Execution Stack901766
- Node: Debugger Info903403
- Node: Miscellaneous Debugger Commands907474
- Node: Readline Support912536
- Node: Limitations913432
- Node: Debugging Summary915541
- Node: Arbitrary Precision Arithmetic916820
- Node: Computer Arithmetic918305
- Ref: table-numeric-ranges922071
- Ref: table-floating-point-ranges922564
- Ref: Computer Arithmetic-Footnote-1923222
- Node: Math Definitions923279
- Ref: table-ieee-formats926595
- Ref: Math Definitions-Footnote-1927198
- Node: MPFR features927303
- Node: FP Math Caution929021
- Ref: FP Math Caution-Footnote-1930093
- Node: Inexactness of computations930462
- Node: Inexact representation931422
- Node: Comparing FP Values932782
- Node: Errors accumulate933864
- Node: Getting Accuracy935297
- Node: Try To Round938007
- Node: Setting precision938906
- Ref: table-predefined-precision-strings939603
- Node: Setting the rounding mode941433
- Ref: table-gawk-rounding-modes941807
- Ref: Setting the rounding mode-Footnote-1945738
- Node: Arbitrary Precision Integers945917
- Ref: Arbitrary Precision Integers-Footnote-1949092
- Node: Checking for MPFR949241
- Node: POSIX Floating Point Problems950715
- Ref: POSIX Floating Point Problems-Footnote-1955000
- Node: Floating point summary955038
- Node: Dynamic Extensions957228
- Node: Extension Intro958781
- Node: Plugin License960047
- Node: Extension Mechanism Outline960844
- Ref: figure-load-extension961283
- Ref: figure-register-new-function962848
- Ref: figure-call-new-function963940
- Node: Extension API Description966002
- Node: Extension API Functions Introduction967644
- Node: General Data Types973184
- Ref: General Data Types-Footnote-1981545
- Node: Memory Allocation Functions981844
- Ref: Memory Allocation Functions-Footnote-1986054
- Node: Constructor Functions986153
- Node: Registration Functions989739
- Node: Extension Functions990424
- Node: Exit Callback Functions995639
- Node: Extension Version String996889
- Node: Input Parsers997552
- Node: Output Wrappers1010273
- Node: Two-way processors1014785
- Node: Printing Messages1017050
- Ref: Printing Messages-Footnote-11018221
- Node: Updating ERRNO1018374
- Node: Requesting Values1019113
- Ref: table-value-types-returned1019850
- Node: Accessing Parameters1020786
- Node: Symbol Table Access1022021
- Node: Symbol table by name1022533
- Node: Symbol table by cookie1024322
- Ref: Symbol table by cookie-Footnote-11028507
- Node: Cached values1028571
- Ref: Cached values-Footnote-11032107
- Node: Array Manipulation1032260
- Ref: Array Manipulation-Footnote-11033351
- Node: Array Data Types1033388
- Ref: Array Data Types-Footnote-11036046
- Node: Array Functions1036138
- Node: Flattening Arrays1040636
- Node: Creating Arrays1047612
- Node: Redirection API1052379
- Node: Extension API Variables1055212
- Node: Extension Versioning1055923
- Ref: gawk-api-version1056352
- Node: Extension GMP/MPFR Versioning1058083
- Node: Extension API Informational Variables1059711
- Node: Extension API Boilerplate1060784
- Node: Changes from API V11064758
- Node: Finding Extensions1066330
- Node: Extension Example1066889
- Node: Internal File Description1067687
- Node: Internal File Ops1071767
- Ref: Internal File Ops-Footnote-11083117
- Node: Using Internal File Ops1083257
- Ref: Using Internal File Ops-Footnote-11085640
- Node: Extension Samples1085914
- Node: Extension Sample File Functions1087443
- Node: Extension Sample Fnmatch1095092
- Node: Extension Sample Fork1096579
- Node: Extension Sample Inplace1097797
- Node: Extension Sample Ord1101014
- Node: Extension Sample Readdir1101850
- Ref: table-readdir-file-types1102739
- Node: Extension Sample Revout1103544
- Node: Extension Sample Rev2way1104133
- Node: Extension Sample Read write array1104873
- Node: Extension Sample Readfile1106815
- Node: Extension Sample Time1107910
- Node: Extension Sample API Tests1109258
- Node: gawkextlib1109750
- Node: Extension summary1112668
- Node: Extension Exercises1116370
- Node: Language History1117868
- Node: V7/SVR3.11119524
- Node: SVR41121676
- Node: POSIX1123110
- Node: BTL1124490
- Node: POSIX/GNU1125219
- Node: Feature History1130997
- Node: Common Extensions1146856
- Node: Ranges and Locales1148139
- Ref: Ranges and Locales-Footnote-11152755
- Ref: Ranges and Locales-Footnote-21152782
- Ref: Ranges and Locales-Footnote-31153017
- Node: Contributors1153238
- Node: History summary1159183
- Node: Installation1160563
- Node: Gawk Distribution1161507
- Node: Getting1161991
- Node: Extracting1162954
- Node: Distribution contents1164592
- Node: Unix Installation1171072
- Node: Quick Installation1171754
- Node: Shell Startup Files1174168
- Node: Additional Configuration Options1175257
- Node: Configuration Philosophy1177422
- Node: Non-Unix Installation1179791
- Node: PC Installation1180251
- Node: PC Binary Installation1181089
- Node: PC Compiling1181524
- Node: PC Using1182641
- Node: Cygwin1185856
- Node: MSYS1186955
- Node: VMS Installation1187456
- Node: VMS Compilation1188247
- Ref: VMS Compilation-Footnote-11189476
- Node: VMS Dynamic Extensions1189534
- Node: VMS Installation Details1191219
- Node: VMS Running1193472
- Node: VMS GNV1197751
- Node: VMS Old Gawk1198486
- Node: Bugs1198957
- Node: Bug address1199620
- Node: Usenet1202412
- Node: Maintainers1203189
- Node: Other Versions1204450
- Node: Installation summary1211212
- Node: Notes1212414
- Node: Compatibility Mode1213279
- Node: Additions1214061
- Node: Accessing The Source1214986
- Node: Adding Code1216423
- Node: New Ports1222642
- Node: Derived Files1227130
- Ref: Derived Files-Footnote-11232776
- Ref: Derived Files-Footnote-21232811
- Ref: Derived Files-Footnote-31233409
- Node: Future Extensions1233523
- Node: Implementation Limitations1234181
- Node: Extension Design1235364
- Node: Old Extension Problems1236518
- Ref: Old Extension Problems-Footnote-11238036
- Node: Extension New Mechanism Goals1238093
- Ref: Extension New Mechanism Goals-Footnote-11241457
- Node: Extension Other Design Decisions1241646
- Node: Extension Future Growth1243759
- Node: Old Extension Mechanism1244595
- Node: Notes summary1246358
- Node: Basic Concepts1247540
- Node: Basic High Level1248221
- Ref: figure-general-flow1248503
- Ref: figure-process-flow1249188
- Ref: Basic High Level-Footnote-11252489
- Node: Basic Data Typing1252674
- Node: Glossary1256002
- Node: Copying1287840
- Node: GNU Free Documentation License1325383
- Node: Index1350503
+ Node: Foreword343320
+ Node: Foreword447762
+ Node: Preface49294
+ Ref: Preface-Footnote-152153
+ Ref: Preface-Footnote-252260
+ Ref: Preface-Footnote-352494
+ Node: History52636
+ Node: Names54988
+ Ref: Names-Footnote-156082
+ Node: This Manual56229
+ Ref: This Manual-Footnote-162714
+ Node: Conventions62814
+ Node: Manual History65169
+ Ref: Manual History-Footnote-168166
+ Ref: Manual History-Footnote-268207
+ Node: How To Contribute68281
+ Node: Acknowledgments69207
+ Node: Getting Started74115
+ Node: Running gawk76554
+ Node: One-shot77744
+ Node: Read Terminal79007
+ Node: Long81000
+ Node: Executable Scripts82513
+ Ref: Executable Scripts-Footnote-185308
+ Node: Comments85411
+ Node: Quoting87895
+ Node: DOS Quoting93412
+ Node: Sample Data Files95468
+ Node: Very Simple98063
+ Node: Two Rules102965
+ Node: More Complex104850
+ Node: Statements/Lines107716
+ Ref: Statements/Lines-Footnote-1112175
+ Node: Other Features112440
+ Node: When113376
+ Ref: When-Footnote-1115130
+ Node: Intro Summary115195
+ Node: Invoking Gawk116079
+ Node: Command Line117593
+ Node: Options118391
+ Ref: Options-Footnote-1134953
+ Ref: Options-Footnote-2135184
+ Node: Other Arguments135209
+ Node: Naming Standard Input138156
+ Node: Environment Variables139249
+ Node: AWKPATH Variable139807
+ Ref: AWKPATH Variable-Footnote-1143219
+ Ref: AWKPATH Variable-Footnote-2143253
+ Node: AWKLIBPATH Variable143514
+ Node: Other Environment Variables145172
+ Node: Exit Status148993
+ Node: Include Files149670
+ Node: Loading Shared Libraries153195
+ Node: Obsolete154623
+ Node: Undocumented155315
+ Node: Invoking Summary155612
+ Node: Regexp157272
+ Node: Regexp Usage158726
+ Node: Escape Sequences160763
+ Node: Regexp Operators166995
+ Ref: Regexp Operators-Footnote-1174411
+ Ref: Regexp Operators-Footnote-2174558
+ Node: Bracket Expressions174656
+ Ref: table-char-classes177132
+ Node: Leftmost Longest180458
+ Node: Computed Regexps181761
+ Node: GNU Regexp Operators185188
+ Node: Case-sensitivity188867
+ Ref: Case-sensitivity-Footnote-1191754
+ Ref: Case-sensitivity-Footnote-2191989
+ Node: Regexp Summary192097
+ Node: Reading Files193563
+ Node: Records195832
+ Node: awk split records196907
+ Node: gawk split records202182
+ Ref: gawk split records-Footnote-1206768
+ Node: Fields206805
+ Node: Nonconstant Fields209546
+ Ref: Nonconstant Fields-Footnote-1211782
+ Node: Changing Fields211986
+ Node: Field Separators218017
+ Node: Default Field Splitting220715
+ Node: Regexp Field Splitting221833
+ Node: Single Character Fields225186
+ Node: Command Line Field Separator226246
+ Node: Full Line Fields229464
+ Ref: Full Line Fields-Footnote-1230986
+ Ref: Full Line Fields-Footnote-2231032
+ Node: Field Splitting Summary231133
+ Node: Constant Size233207
+ Node: Fixed width data233939
+ Node: Skipping intervening237406
+ Node: Allowing trailing data238204
+ Node: Fields with fixed data239241
+ Node: Splitting By Content240759
+ Ref: Splitting By Content-Footnote-1244409
+ Node: Testing field creation244572
+ Node: Multiple Line246197
+ Ref: Multiple Line-Footnote-1252081
+ Node: Getline252260
+ Node: Plain Getline254729
+ Node: Getline/Variable257370
+ Node: Getline/File258521
+ Node: Getline/Variable/File259909
+ Ref: Getline/Variable/File-Footnote-1261514
+ Node: Getline/Pipe261602
+ Node: Getline/Variable/Pipe264309
+ Node: Getline/Coprocess265444
+ Node: Getline/Variable/Coprocess266711
+ Node: Getline Notes267453
+ Node: Getline Summary270250
+ Ref: table-getline-variants270674
+ Node: Read Timeout271422
+ Ref: Read Timeout-Footnote-1275328
+ Node: Retrying Input275386
+ Node: Command-line directories276585
+ Node: Input Summary277491
+ Node: Input Exercises280663
+ Node: Printing281391
+ Node: Print283225
+ Node: Print Examples284682
+ Node: Output Separators287462
+ Node: OFMT289479
+ Node: Printf290835
+ Node: Basic Printf291620
+ Node: Control Letters293194
+ Node: Format Modifiers298321
+ Node: Printf Examples304336
+ Node: Redirection306822
+ Node: Special FD313663
+ Ref: Special FD-Footnote-1316831
+ Node: Special Files316905
+ Node: Other Inherited Files317522
+ Node: Special Network318523
+ Node: Special Caveats319383
+ Node: Close Files And Pipes320332
+ Ref: table-close-pipe-return-values327239
+ Ref: Close Files And Pipes-Footnote-1328052
+ Ref: Close Files And Pipes-Footnote-2328200
+ Node: Nonfatal328352
+ Node: Output Summary330690
+ Node: Output Exercises331912
+ Node: Expressions332591
+ Node: Values333779
+ Node: Constants334457
+ Node: Scalar Constants335148
+ Ref: Scalar Constants-Footnote-1337673
+ Node: Nondecimal-numbers337923
+ Node: Regexp Constants340924
+ Node: Using Constant Regexps341450
+ Node: Standard Regexp Constants342072
+ Node: Strong Regexp Constants345260
+ Node: Variables348218
+ Node: Using Variables348875
+ Node: Assignment Options350785
+ Node: Conversion352658
+ Node: Strings And Numbers353182
+ Ref: Strings And Numbers-Footnote-1356245
+ Node: Locale influences conversions356354
+ Ref: table-locale-affects359112
+ Node: All Operators359730
+ Node: Arithmetic Ops360359
+ Node: Concatenation362865
+ Ref: Concatenation-Footnote-1365712
+ Node: Assignment Ops365819
+ Ref: table-assign-ops370810
+ Node: Increment Ops372123
+ Node: Truth Values and Conditions375583
+ Node: Truth Values376657
+ Node: Typing and Comparison377705
+ Node: Variable Typing378525
+ Ref: Variable Typing-Footnote-1384988
+ Ref: Variable Typing-Footnote-2385060
+ Node: Comparison Operators385137
+ Ref: table-relational-ops385556
+ Node: POSIX String Comparison389051
+ Ref: POSIX String Comparison-Footnote-1390746
+ Ref: POSIX String Comparison-Footnote-2390885
+ Node: Boolean Ops390969
+ Ref: Boolean Ops-Footnote-1395451
+ Node: Conditional Exp395543
+ Node: Function Calls397279
+ Node: Precedence401156
+ Node: Locales404815
+ Node: Expressions Summary406447
+ Node: Patterns and Actions409020
+ Node: Pattern Overview410140
+ Node: Regexp Patterns411817
+ Node: Expression Patterns412359
+ Node: Ranges416140
+ Node: BEGIN/END419248
+ Node: Using BEGIN/END420009
+ Ref: Using BEGIN/END-Footnote-1422745
+ Node: I/O And BEGIN/END422851
+ Node: BEGINFILE/ENDFILE425165
+ Node: Empty428078
+ Node: Using Shell Variables428395
+ Node: Action Overview430669
+ Node: Statements432994
+ Node: If Statement434842
+ Node: While Statement436337
+ Node: Do Statement438365
+ Node: For Statement439513
+ Node: Switch Statement442684
+ Node: Break Statement445070
+ Node: Continue Statement447162
+ Node: Next Statement448989
+ Node: Nextfile Statement451372
+ Node: Exit Statement454024
+ Node: Built-in Variables456427
+ Node: User-modified457560
+ Node: Auto-set465327
+ Ref: Auto-set-Footnote-1481629
+ Ref: Auto-set-Footnote-2481835
+ Node: ARGC and ARGV481891
+ Node: Pattern Action Summary486104
+ Node: Arrays488534
+ Node: Array Basics489863
+ Node: Array Intro490707
+ Ref: figure-array-elements492682
+ Ref: Array Intro-Footnote-1495386
+ Node: Reference to Elements495514
+ Node: Assigning Elements497978
+ Node: Array Example498469
+ Node: Scanning an Array500228
+ Node: Controlling Scanning503250
+ Ref: Controlling Scanning-Footnote-1508649
+ Node: Numeric Array Subscripts508965
+ Node: Uninitialized Subscripts511149
+ Node: Delete512768
+ Ref: Delete-Footnote-1515520
+ Node: Multidimensional515577
+ Node: Multiscanning518672
+ Node: Arrays of Arrays520263
+ Node: Arrays Summary525030
+ Node: Functions527123
+ Node: Built-in528161
+ Node: Calling Built-in529242
+ Node: Numeric Functions531238
+ Ref: Numeric Functions-Footnote-1535266
+ Ref: Numeric Functions-Footnote-2535623
+ Ref: Numeric Functions-Footnote-3535671
+ Node: String Functions535943
+ Ref: String Functions-Footnote-1559652
+ Ref: String Functions-Footnote-2559780
+ Ref: String Functions-Footnote-3560028
+ Node: Gory Details560115
+ Ref: table-sub-escapes561906
+ Ref: table-sub-proposed563425
+ Ref: table-posix-sub564788
+ Ref: table-gensub-escapes566329
+ Ref: Gory Details-Footnote-1567152
+ Node: I/O Functions567306
+ Ref: table-system-return-values573774
+ Ref: I/O Functions-Footnote-1575854
+ Ref: I/O Functions-Footnote-2576002
+ Node: Time Functions576122
+ Ref: Time Functions-Footnote-1586793
+ Ref: Time Functions-Footnote-2586861
+ Ref: Time Functions-Footnote-3587019
+ Ref: Time Functions-Footnote-4587130
+ Ref: Time Functions-Footnote-5587242
+ Ref: Time Functions-Footnote-6587469
+ Node: Bitwise Functions587735
+ Ref: table-bitwise-ops588329
+ Ref: Bitwise Functions-Footnote-1594392
+ Ref: Bitwise Functions-Footnote-2594565
+ Node: Type Functions594756
+ Node: I18N Functions597507
+ Node: User-defined599158
+ Node: Definition Syntax599963
+ Ref: Definition Syntax-Footnote-1605650
+ Node: Function Example605721
+ Ref: Function Example-Footnote-1608643
+ Node: Function Caveats608665
+ Node: Calling A Function609183
+ Node: Variable Scope610141
+ Node: Pass By Value/Reference613135
+ Node: Return Statement616634
+ Node: Dynamic Typing619613
+ Node: Indirect Calls620543
+ Ref: Indirect Calls-Footnote-1630795
+ Node: Functions Summary630923
+ Node: Library Functions633628
+ Ref: Library Functions-Footnote-1637235
+ Ref: Library Functions-Footnote-2637378
+ Node: Library Names637549
+ Ref: Library Names-Footnote-1641009
+ Ref: Library Names-Footnote-2641232
+ Node: General Functions641318
+ Node: Strtonum Function642421
+ Node: Assert Function645443
+ Node: Round Function648769
+ Node: Cliff Random Function650309
+ Node: Ordinal Functions651325
+ Ref: Ordinal Functions-Footnote-1654388
+ Ref: Ordinal Functions-Footnote-2654640
+ Node: Join Function654850
+ Ref: Join Function-Footnote-1656620
+ Node: Getlocaltime Function656820
+ Node: Readfile Function660562
+ Node: Shell Quoting662539
+ Node: Data File Management663940
+ Node: Filetrans Function664572
+ Node: Rewind Function668668
+ Node: File Checking670578
+ Ref: File Checking-Footnote-1671912
+ Node: Empty Files672113
+ Node: Ignoring Assigns674092
+ Node: Getopt Function675642
+ Ref: Getopt Function-Footnote-1687111
+ Node: Passwd Functions687311
+ Ref: Passwd Functions-Footnote-1696150
+ Node: Group Functions696238
+ Ref: Group Functions-Footnote-1704136
+ Node: Walking Arrays704343
+ Node: Library Functions Summary707351
+ Node: Library Exercises708757
+ Node: Sample Programs709222
+ Node: Running Examples709992
+ Node: Clones710720
+ Node: Cut Program711944
+ Node: Egrep Program721873
+ Ref: Egrep Program-Footnote-1729385
+ Node: Id Program729495
+ Node: Split Program733175
+ Ref: Split Program-Footnote-1736633
+ Node: Tee Program736762
+ Node: Uniq Program739552
+ Node: Wc Program746978
+ Ref: Wc Program-Footnote-1751233
+ Node: Miscellaneous Programs751327
+ Node: Dupword Program752540
+ Node: Alarm Program754570
+ Node: Translate Program759425
+ Ref: Translate Program-Footnote-1763990
+ Node: Labels Program764260
+ Ref: Labels Program-Footnote-1767611
+ Node: Word Sorting767695
+ Node: History Sorting771767
+ Node: Extract Program773602
+ Node: Simple Sed781656
+ Node: Igawk Program784730
+ Ref: Igawk Program-Footnote-1799061
+ Ref: Igawk Program-Footnote-2799263
+ Ref: Igawk Program-Footnote-3799385
+ Node: Anagram Program799500
+ Node: Signature Program802562
+ Node: Programs Summary803809
+ Node: Programs Exercises805023
+ Ref: Programs Exercises-Footnote-1809152
+ Node: Advanced Features809243
+ Node: Nondecimal Data811233
+ Node: Array Sorting812824
+ Node: Controlling Array Traversal813524
+ Ref: Controlling Array Traversal-Footnote-1821892
+ Node: Array Sorting Functions822010
+ Ref: Array Sorting Functions-Footnote-1827101
+ Node: Two-way I/O827297
+ Ref: Two-way I/O-Footnote-1835017
+ Ref: Two-way I/O-Footnote-2835204
+ Node: TCP/IP Networking835286
+ Node: Profiling838404
+ Ref: Profiling-Footnote-1847076
+ Node: Advanced Features Summary847399
+ Node: Internationalization849243
+ Node: I18N and L10N850723
+ Node: Explaining gettext851410
+ Ref: Explaining gettext-Footnote-1857302
+ Ref: Explaining gettext-Footnote-2857487
+ Node: Programmer i18n857652
+ Ref: Programmer i18n-Footnote-1862601
+ Node: Translator i18n862650
+ Node: String Extraction863444
+ Ref: String Extraction-Footnote-1864576
+ Node: Printf Ordering864662
+ Ref: Printf Ordering-Footnote-1867448
+ Node: I18N Portability867512
+ Ref: I18N Portability-Footnote-1869968
+ Node: I18N Example870031
+ Ref: I18N Example-Footnote-1872837
+ Node: Gawk I18N872910
+ Node: I18N Summary873555
+ Node: Debugger874896
+ Node: Debugging875919
+ Node: Debugging Concepts876360
+ Node: Debugging Terms878169
+ Node: Awk Debugging880744
+ Node: Sample Debugging Session881650
+ Node: Debugger Invocation882184
+ Node: Finding The Bug883570
+ Node: List of Debugger Commands890048
+ Node: Breakpoint Control891381
+ Node: Debugger Execution Control895075
+ Node: Viewing And Changing Data898437
+ Node: Execution Stack901811
+ Node: Debugger Info903448
+ Node: Miscellaneous Debugger Commands907519
+ Node: Readline Support912581
+ Node: Limitations913477
+ Node: Debugging Summary915586
+ Node: Arbitrary Precision Arithmetic916865
+ Node: Computer Arithmetic918350
+ Ref: table-numeric-ranges922116
+ Ref: table-floating-point-ranges922609
+ Ref: Computer Arithmetic-Footnote-1923267
+ Node: Math Definitions923324
+ Ref: table-ieee-formats926640
+ Ref: Math Definitions-Footnote-1927243
+ Node: MPFR features927348
+ Node: FP Math Caution929066
+ Ref: FP Math Caution-Footnote-1930138
+ Node: Inexactness of computations930507
+ Node: Inexact representation931467
+ Node: Comparing FP Values932827
+ Node: Errors accumulate934068
+ Node: Getting Accuracy935501
+ Node: Try To Round938211
+ Node: Setting precision939110
+ Ref: table-predefined-precision-strings939807
+ Node: Setting the rounding mode941637
+ Ref: table-gawk-rounding-modes942011
+ Ref: Setting the rounding mode-Footnote-1945942
+ Node: Arbitrary Precision Integers946121
+ Ref: Arbitrary Precision Integers-Footnote-1949296
+ Node: Checking for MPFR949445
+ Node: POSIX Floating Point Problems950919
+ Ref: POSIX Floating Point Problems-Footnote-1955204
+ Node: Floating point summary955242
+ Node: Dynamic Extensions957432
+ Node: Extension Intro958985
+ Node: Plugin License960251
+ Node: Extension Mechanism Outline961048
+ Ref: figure-load-extension961487
+ Ref: figure-register-new-function963052
+ Ref: figure-call-new-function964144
+ Node: Extension API Description966206
+ Node: Extension API Functions Introduction967848
+ Node: General Data Types973388
+ Ref: General Data Types-Footnote-1981749
+ Node: Memory Allocation Functions982048
+ Ref: Memory Allocation Functions-Footnote-1986258
+ Node: Constructor Functions986357
+ Node: Registration Functions989943
+ Node: Extension Functions990628
+ Node: Exit Callback Functions995843
+ Node: Extension Version String997093
+ Node: Input Parsers997756
+ Node: Output Wrappers1010477
+ Node: Two-way processors1014989
+ Node: Printing Messages1017254
+ Ref: Printing Messages-Footnote-11018425
+ Node: Updating ERRNO1018578
+ Node: Requesting Values1019317
+ Ref: table-value-types-returned1020054
+ Node: Accessing Parameters1020990
+ Node: Symbol Table Access1022225
+ Node: Symbol table by name1022737
+ Node: Symbol table by cookie1024526
+ Ref: Symbol table by cookie-Footnote-11028711
+ Node: Cached values1028775
+ Ref: Cached values-Footnote-11032311
+ Node: Array Manipulation1032464
+ Ref: Array Manipulation-Footnote-11033555
+ Node: Array Data Types1033592
+ Ref: Array Data Types-Footnote-11036250
+ Node: Array Functions1036342
+ Node: Flattening Arrays1040840
+ Node: Creating Arrays1047816
+ Node: Redirection API1052583
+ Node: Extension API Variables1055416
+ Node: Extension Versioning1056127
+ Ref: gawk-api-version1056556
+ Node: Extension GMP/MPFR Versioning1058287
+ Node: Extension API Informational Variables1059915
+ Node: Extension API Boilerplate1060988
+ Node: Changes from API V11064962
+ Node: Finding Extensions1066534
+ Node: Extension Example1067093
+ Node: Internal File Description1067891
+ Node: Internal File Ops1071971
+ Ref: Internal File Ops-Footnote-11083321
+ Node: Using Internal File Ops1083461
+ Ref: Using Internal File Ops-Footnote-11085844
+ Node: Extension Samples1086118
+ Node: Extension Sample File Functions1087647
+ Node: Extension Sample Fnmatch1095296
+ Node: Extension Sample Fork1096783
+ Node: Extension Sample Inplace1098001
+ Node: Extension Sample Ord1101218
+ Node: Extension Sample Readdir1102054
+ Ref: table-readdir-file-types1102943
+ Node: Extension Sample Revout1103748
+ Node: Extension Sample Rev2way1104337
+ Node: Extension Sample Read write array1105077
+ Node: Extension Sample Readfile1107019
+ Node: Extension Sample Time1108114
+ Node: Extension Sample API Tests1109462
+ Node: gawkextlib1109954
+ Node: Extension summary1112872
+ Node: Extension Exercises1116574
+ Node: Language History1118072
+ Node: V7/SVR3.11119728
+ Node: SVR41121880
+ Node: POSIX1123314
+ Node: BTL1124694
+ Node: POSIX/GNU1125423
+ Node: Feature History1131201
+ Node: Common Extensions1147060
+ Node: Ranges and Locales1148343
+ Ref: Ranges and Locales-Footnote-11152959
+ Ref: Ranges and Locales-Footnote-21152986
+ Ref: Ranges and Locales-Footnote-31153221
+ Node: Contributors1153442
+ Node: History summary1159387
+ Node: Installation1160767
+ Node: Gawk Distribution1161711
+ Node: Getting1162195
+ Node: Extracting1163158
+ Node: Distribution contents1164796
+ Node: Unix Installation1171276
+ Node: Quick Installation1171958
+ Node: Shell Startup Files1174372
+ Node: Additional Configuration Options1175461
 -Node: Configuration Philosophy1177754
 -Node: Non-Unix Installation1180123
 -Node: PC Installation1180583
 -Node: PC Binary Installation1181421
 -Node: PC Compiling1181856
 -Node: PC Using1182973
 -Node: Cygwin1186188
 -Node: MSYS1187287
 -Node: VMS Installation1187788
 -Node: VMS Compilation1188579
 -Ref: VMS Compilation-Footnote-11189808
 -Node: VMS Dynamic Extensions1189866
 -Node: VMS Installation Details1191551
 -Node: VMS Running1193804
 -Node: VMS GNV1198083
 -Node: VMS Old Gawk1198818
 -Node: Bugs1199289
 -Node: Bug address1199952
 -Node: Usenet1202744
 -Node: Maintainers1203521
 -Node: Other Versions1204782
 -Node: Installation summary1211544
 -Node: Notes1212746
 -Node: Compatibility Mode1213540
 -Node: Additions1214322
 -Node: Accessing The Source1215247
 -Node: Adding Code1216684
 -Node: New Ports1222903
 -Node: Derived Files1227391
 -Ref: Derived Files-Footnote-11233037
 -Ref: Derived Files-Footnote-21233072
 -Ref: Derived Files-Footnote-31233670
 -Node: Future Extensions1233784
 -Node: Implementation Limitations1234442
 -Node: Extension Design1235625
 -Node: Old Extension Problems1236769
 -Ref: Old Extension Problems-Footnote-11238287
 -Node: Extension New Mechanism Goals1238344
 -Ref: Extension New Mechanism Goals-Footnote-11241708
 -Node: Extension Other Design Decisions1241897
 -Node: Extension Future Growth1244010
 -Node: Notes summary1244846
 -Node: Basic Concepts1246021
 -Node: Basic High Level1246702
 -Ref: figure-general-flow1246984
 -Ref: figure-process-flow1247669
 -Ref: Basic High Level-Footnote-11250970
 -Node: Basic Data Typing1251155
 -Node: Glossary1254483
 -Node: Copying1286321
 -Node: GNU Free Documentation License1323864
 -Node: Index1348984
++Node: Configuration Philosophy1177626
++Node: Non-Unix Installation1179995
++Node: PC Installation1180455
++Node: PC Binary Installation1181293
++Node: PC Compiling1181728
++Node: PC Using1182845
++Node: Cygwin1186060
++Node: MSYS1187159
++Node: VMS Installation1187660
++Node: VMS Compilation1188451
++Ref: VMS Compilation-Footnote-11189680
++Node: VMS Dynamic Extensions1189738
++Node: VMS Installation Details1191423
++Node: VMS Running1193676
++Node: VMS GNV1197955
++Node: VMS Old Gawk1198690
++Node: Bugs1199161
++Node: Bug address1199824
++Node: Usenet1202616
++Node: Maintainers1203393
++Node: Other Versions1204654
++Node: Installation summary1211416
++Node: Notes1212618
++Node: Compatibility Mode1213412
++Node: Additions1214194
++Node: Accessing The Source1215119
++Node: Adding Code1216556
++Node: New Ports1222775
++Node: Derived Files1227263
++Ref: Derived Files-Footnote-11232909
++Ref: Derived Files-Footnote-21232944
++Ref: Derived Files-Footnote-31233542
++Node: Future Extensions1233656
++Node: Implementation Limitations1234314
++Node: Extension Design1235497
++Node: Old Extension Problems1236641
++Ref: Old Extension Problems-Footnote-11238159
++Node: Extension New Mechanism Goals1238216
++Ref: Extension New Mechanism Goals-Footnote-11241580
++Node: Extension Other Design Decisions1241769
++Node: Extension Future Growth1243882
++Node: Notes summary1244718
++Node: Basic Concepts1245893
++Node: Basic High Level1246574
++Ref: figure-general-flow1246856
++Ref: figure-process-flow1247541
++Ref: Basic High Level-Footnote-11250842
++Node: Basic Data Typing1251027
++Node: Glossary1254355
++Node: Copying1286193
++Node: GNU Free Documentation License1323736
++Node: Index1348856
  
  End Tag Table

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

Summary of changes:
 ChangeLog                      |    5 +
 NEWS                           |    4 +
 config.sub                     |  438 +++++++-------
 doc/ChangeLog                  |    6 +
 doc/gawk.info                  | 1252 +++++++++++++++++++---------------------
 doc/gawk.texi                  |   64 +-
 doc/gawktexi.in                |   64 +-
 extension/build-aux/ChangeLog  |    4 +
 extension/build-aux/config.sub |  438 +++++++-------
 missing_d/ChangeLog            |    4 +
 missing_d/mktime.c.old         |  425 --------------
 11 files changed, 1101 insertions(+), 1603 deletions(-)
 delete mode 100644 missing_d/mktime.c.old


hooks/post-receive
-- 
gawk



reply via email to

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