gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-306


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-3065-gc3fbb3b
Date: Tue, 30 Oct 2018 08:52:19 -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, gawk-4.2-stable has been updated
       via  c3fbb3b378be1c6e3802643b73b7bb0d8a295997 (commit)
      from  35855fa516205a3cb302567616915a3ec6fd9c61 (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=c3fbb3b378be1c6e3802643b73b7bb0d8a295997

commit c3fbb3b378be1c6e3802643b73b7bb0d8a295997
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Oct 30 14:51:58 2018 +0200

    Small doc typo fixes.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 5c5e149..b0099db 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2018-10-30         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in (Arrays of Arrays): Typo fix in code. Thanks to Alto Tom
+       <address@hidden> for the report.
+       (Usenet): Small edit.
+
 2018-10-27         Arnold D. Robbins     <address@hidden>
 
        * gawktexi.in (Usenet): Mention that web forums are also not
diff --git a/doc/gawk.info b/doc/gawk.info
index b18d965..785d71a 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -12311,7 +12311,7 @@ length), you could use the following code:
 array element is itself an array:
 
      for (i in array) {
-         if (isarray(array[i]) {
+         if (isarray(array[i])) {
              for (j in array[i]) {
                  print array[i][j]
              }
@@ -29819,8 +29819,8 @@ developers occasionally read this news group, the 
primary 'gawk'
 maintainer no longer does.  Thus it's virtually guaranteed that he will
 _not_ see your posting.
 
-   Similarly, posting bug reports or questions in web forums, such as
-Stack Overflow (https://stackoverflow.com/) may get you an answser, but
+   Similarly, posting bug reports or questions in web forums (such as
+Stack Overflow (https://stackoverflow.com/)) may get you an answser, but
 it won't be from the 'gawk' maintainers, who do not spend their time in
 web forums.  The steps described here are the only officially recognized
 way for reporting bugs.  Really.
@@ -36351,347 +36351,347 @@ Ref: Delete-Footnote-1515555
 Node: Multidimensional515612
 Node: Multiscanning518707
 Node: Arrays of Arrays520298
-Node: Arrays Summary525065
-Node: Functions527158
-Node: Built-in528196
-Node: Calling Built-in529277
-Node: Numeric Functions531273
-Ref: Numeric Functions-Footnote-1535301
-Ref: Numeric Functions-Footnote-2535658
-Ref: Numeric Functions-Footnote-3535706
-Node: String Functions535978
-Ref: String Functions-Footnote-1559687
-Ref: String Functions-Footnote-2559815
-Ref: String Functions-Footnote-3560063
-Node: Gory Details560150
-Ref: table-sub-escapes561941
-Ref: table-sub-proposed563460
-Ref: table-posix-sub564823
-Ref: table-gensub-escapes566364
-Ref: Gory Details-Footnote-1567187
-Node: I/O Functions567341
-Ref: table-system-return-values573809
-Ref: I/O Functions-Footnote-1575889
-Ref: I/O Functions-Footnote-2576037
-Node: Time Functions576157
-Ref: Time Functions-Footnote-1586828
-Ref: Time Functions-Footnote-2586896
-Ref: Time Functions-Footnote-3587054
-Ref: Time Functions-Footnote-4587165
-Ref: Time Functions-Footnote-5587277
-Ref: Time Functions-Footnote-6587504
-Node: Bitwise Functions587770
-Ref: table-bitwise-ops588364
-Ref: Bitwise Functions-Footnote-1594427
-Ref: Bitwise Functions-Footnote-2594600
-Node: Type Functions594791
-Node: I18N Functions597542
-Node: User-defined599193
-Node: Definition Syntax599998
-Ref: Definition Syntax-Footnote-1605685
-Node: Function Example605756
-Ref: Function Example-Footnote-1608678
-Node: Function Caveats608700
-Node: Calling A Function609218
-Node: Variable Scope610176
-Node: Pass By Value/Reference613170
-Node: Return Statement616669
-Node: Dynamic Typing619648
-Node: Indirect Calls620578
-Ref: Indirect Calls-Footnote-1630830
-Node: Functions Summary630958
-Node: Library Functions633663
-Ref: Library Functions-Footnote-1637270
-Ref: Library Functions-Footnote-2637413
-Node: Library Names637584
-Ref: Library Names-Footnote-1641044
-Ref: Library Names-Footnote-2641267
-Node: General Functions641353
-Node: Strtonum Function642456
-Node: Assert Function645478
-Node: Round Function648804
-Node: Cliff Random Function650344
-Node: Ordinal Functions651360
-Ref: Ordinal Functions-Footnote-1654423
-Ref: Ordinal Functions-Footnote-2654675
-Node: Join Function654885
-Ref: Join Function-Footnote-1656655
-Node: Getlocaltime Function656855
-Node: Readfile Function660597
-Node: Shell Quoting662574
-Node: Data File Management663975
-Node: Filetrans Function664607
-Node: Rewind Function668703
-Node: File Checking670613
-Ref: File Checking-Footnote-1671947
-Node: Empty Files672148
-Node: Ignoring Assigns674127
-Node: Getopt Function675677
-Ref: Getopt Function-Footnote-1687146
-Node: Passwd Functions687346
-Ref: Passwd Functions-Footnote-1696185
-Node: Group Functions696273
-Ref: Group Functions-Footnote-1704171
-Node: Walking Arrays704378
-Node: Library Functions Summary707386
-Node: Library Exercises708792
-Node: Sample Programs709257
-Node: Running Examples710027
-Node: Clones710755
-Node: Cut Program711979
-Node: Egrep Program721908
-Ref: Egrep Program-Footnote-1729420
-Node: Id Program729530
-Node: Split Program733210
-Ref: Split Program-Footnote-1736668
-Node: Tee Program736797
-Node: Uniq Program739587
-Node: Wc Program747013
-Ref: Wc Program-Footnote-1751268
-Node: Miscellaneous Programs751362
-Node: Dupword Program752575
-Node: Alarm Program754605
-Node: Translate Program759460
-Ref: Translate Program-Footnote-1764025
-Node: Labels Program764295
-Ref: Labels Program-Footnote-1767646
-Node: Word Sorting767730
-Node: History Sorting771802
-Node: Extract Program773637
-Node: Simple Sed781691
-Node: Igawk Program784765
-Ref: Igawk Program-Footnote-1799096
-Ref: Igawk Program-Footnote-2799298
-Ref: Igawk Program-Footnote-3799420
-Node: Anagram Program799535
-Node: Signature Program802597
-Node: Programs Summary803844
-Node: Programs Exercises805058
-Ref: Programs Exercises-Footnote-1809187
-Node: Advanced Features809278
-Node: Nondecimal Data811268
-Node: Array Sorting812859
-Node: Controlling Array Traversal813559
-Ref: Controlling Array Traversal-Footnote-1821927
-Node: Array Sorting Functions822045
-Ref: Array Sorting Functions-Footnote-1827136
-Node: Two-way I/O827332
-Ref: Two-way I/O-Footnote-1835052
-Ref: Two-way I/O-Footnote-2835239
-Node: TCP/IP Networking835321
-Node: Profiling838439
-Ref: Profiling-Footnote-1847111
-Node: Advanced Features Summary847434
-Node: Internationalization849278
-Node: I18N and L10N850758
-Node: Explaining gettext851445
-Ref: Explaining gettext-Footnote-1857337
-Ref: Explaining gettext-Footnote-2857522
-Node: Programmer i18n857687
-Ref: Programmer i18n-Footnote-1862636
-Node: Translator i18n862685
-Node: String Extraction863479
-Ref: String Extraction-Footnote-1864611
-Node: Printf Ordering864697
-Ref: Printf Ordering-Footnote-1867483
-Node: I18N Portability867547
-Ref: I18N Portability-Footnote-1870003
-Node: I18N Example870066
-Ref: I18N Example-Footnote-1872872
-Node: Gawk I18N872945
-Node: I18N Summary873590
-Node: Debugger874931
-Node: Debugging875954
-Node: Debugging Concepts876395
-Node: Debugging Terms878204
-Node: Awk Debugging880779
-Node: Sample Debugging Session881685
-Node: Debugger Invocation882219
-Node: Finding The Bug883605
-Node: List of Debugger Commands890083
-Node: Breakpoint Control891416
-Node: Debugger Execution Control895110
-Node: Viewing And Changing Data898472
-Node: Execution Stack901846
-Node: Debugger Info903483
-Node: Miscellaneous Debugger Commands907554
-Node: Readline Support912616
-Node: Limitations913512
-Node: Debugging Summary915621
-Node: Arbitrary Precision Arithmetic916900
-Node: Computer Arithmetic918385
-Ref: table-numeric-ranges922151
-Ref: table-floating-point-ranges922644
-Ref: Computer Arithmetic-Footnote-1923302
-Node: Math Definitions923359
-Ref: table-ieee-formats926675
-Ref: Math Definitions-Footnote-1927278
-Node: MPFR features927383
-Node: FP Math Caution929101
-Ref: FP Math Caution-Footnote-1930173
-Node: Inexactness of computations930542
-Node: Inexact representation931502
-Node: Comparing FP Values932862
-Node: Errors accumulate934103
-Node: Getting Accuracy935536
-Node: Try To Round938246
-Node: Setting precision939145
-Ref: table-predefined-precision-strings939842
-Node: Setting the rounding mode941672
-Ref: table-gawk-rounding-modes942046
-Ref: Setting the rounding mode-Footnote-1945977
-Node: Arbitrary Precision Integers946156
-Ref: Arbitrary Precision Integers-Footnote-1949331
-Node: Checking for MPFR949480
-Node: POSIX Floating Point Problems950954
-Ref: POSIX Floating Point Problems-Footnote-1955239
-Node: Floating point summary955277
-Node: Dynamic Extensions957467
-Node: Extension Intro959020
-Node: Plugin License960286
-Node: Extension Mechanism Outline961083
-Ref: figure-load-extension961522
-Ref: figure-register-new-function963087
-Ref: figure-call-new-function964179
-Node: Extension API Description966241
-Node: Extension API Functions Introduction967883
-Node: General Data Types973423
-Ref: General Data Types-Footnote-1981784
-Node: Memory Allocation Functions982083
-Ref: Memory Allocation Functions-Footnote-1986293
-Node: Constructor Functions986392
-Node: Registration Functions989978
-Node: Extension Functions990663
-Node: Exit Callback Functions995878
-Node: Extension Version String997128
-Node: Input Parsers997791
-Node: Output Wrappers1010512
-Node: Two-way processors1015024
-Node: Printing Messages1017289
-Ref: Printing Messages-Footnote-11018460
-Node: Updating ERRNO1018613
-Node: Requesting Values1019352
-Ref: table-value-types-returned1020089
-Node: Accessing Parameters1021025
-Node: Symbol Table Access1022260
-Node: Symbol table by name1022772
-Node: Symbol table by cookie1024561
-Ref: Symbol table by cookie-Footnote-11028746
-Node: Cached values1028810
-Ref: Cached values-Footnote-11032346
-Node: Array Manipulation1032499
-Ref: Array Manipulation-Footnote-11033590
-Node: Array Data Types1033627
-Ref: Array Data Types-Footnote-11036285
-Node: Array Functions1036377
-Node: Flattening Arrays1040875
-Node: Creating Arrays1047851
-Node: Redirection API1052618
-Node: Extension API Variables1055451
-Node: Extension Versioning1056162
-Ref: gawk-api-version1056591
-Node: Extension GMP/MPFR Versioning1058322
-Node: Extension API Informational Variables1059950
-Node: Extension API Boilerplate1061023
-Node: Changes from API V11064997
-Node: Finding Extensions1066569
-Node: Extension Example1067128
-Node: Internal File Description1067926
-Node: Internal File Ops1072006
-Ref: Internal File Ops-Footnote-11083356
-Node: Using Internal File Ops1083496
-Ref: Using Internal File Ops-Footnote-11085879
-Node: Extension Samples1086153
-Node: Extension Sample File Functions1087682
-Node: Extension Sample Fnmatch1095331
-Node: Extension Sample Fork1096818
-Node: Extension Sample Inplace1098036
-Node: Extension Sample Ord1101253
-Node: Extension Sample Readdir1102089
-Ref: table-readdir-file-types1102978
-Node: Extension Sample Revout1103783
-Node: Extension Sample Rev2way1104372
-Node: Extension Sample Read write array1105112
-Node: Extension Sample Readfile1107054
-Node: Extension Sample Time1108149
-Node: Extension Sample API Tests1109497
-Node: gawkextlib1109989
-Node: Extension summary1112907
-Node: Extension Exercises1116609
-Node: Language History1118107
-Node: V7/SVR3.11119763
-Node: SVR41121915
-Node: POSIX1123349
-Node: BTL1124729
-Node: POSIX/GNU1125458
-Node: Feature History1131236
-Node: Common Extensions1147095
-Node: Ranges and Locales1148378
-Ref: Ranges and Locales-Footnote-11152994
-Ref: Ranges and Locales-Footnote-21153021
-Ref: Ranges and Locales-Footnote-31153256
-Node: Contributors1153477
-Node: History summary1159422
-Node: Installation1160802
-Node: Gawk Distribution1161746
-Node: Getting1162230
-Node: Extracting1163193
-Node: Distribution contents1164831
-Node: Unix Installation1171311
-Node: Quick Installation1171993
-Node: Shell Startup Files1174407
-Node: Additional Configuration Options1175496
-Node: Configuration Philosophy1177789
-Node: Non-Unix Installation1180158
-Node: PC Installation1180618
-Node: PC Binary Installation1181456
-Node: PC Compiling1181891
-Node: PC Using1183008
-Node: Cygwin1186223
-Node: MSYS1187322
-Node: VMS Installation1187823
-Node: VMS Compilation1188614
-Ref: VMS Compilation-Footnote-11189843
-Node: VMS Dynamic Extensions1189901
-Node: VMS Installation Details1191586
-Node: VMS Running1193839
-Node: VMS GNV1198118
-Node: VMS Old Gawk1198853
-Node: Bugs1199324
-Node: Bug address1199987
-Node: Usenet1202969
-Node: Maintainers1203973
-Node: Other Versions1205234
-Node: Installation summary1211792
-Node: Notes1212994
-Node: Compatibility Mode1213788
-Node: Additions1214570
-Node: Accessing The Source1215495
-Node: Adding Code1216932
-Node: New Ports1223151
-Node: Derived Files1227639
-Ref: Derived Files-Footnote-11233285
-Ref: Derived Files-Footnote-21233320
-Ref: Derived Files-Footnote-31233918
-Node: Future Extensions1234032
-Node: Implementation Limitations1234690
-Node: Extension Design1235873
-Node: Old Extension Problems1237017
-Ref: Old Extension Problems-Footnote-11238535
-Node: Extension New Mechanism Goals1238592
-Ref: Extension New Mechanism Goals-Footnote-11241956
-Node: Extension Other Design Decisions1242145
-Node: Extension Future Growth1244258
-Node: Notes summary1245094
-Node: Basic Concepts1246269
-Node: Basic High Level1246950
-Ref: figure-general-flow1247232
-Ref: figure-process-flow1247917
-Ref: Basic High Level-Footnote-11251218
-Node: Basic Data Typing1251403
-Node: Glossary1254731
-Node: Copying1286569
-Node: GNU Free Documentation License1324112
-Node: Index1349232
+Node: Arrays Summary525066
+Node: Functions527159
+Node: Built-in528197
+Node: Calling Built-in529278
+Node: Numeric Functions531274
+Ref: Numeric Functions-Footnote-1535302
+Ref: Numeric Functions-Footnote-2535659
+Ref: Numeric Functions-Footnote-3535707
+Node: String Functions535979
+Ref: String Functions-Footnote-1559688
+Ref: String Functions-Footnote-2559816
+Ref: String Functions-Footnote-3560064
+Node: Gory Details560151
+Ref: table-sub-escapes561942
+Ref: table-sub-proposed563461
+Ref: table-posix-sub564824
+Ref: table-gensub-escapes566365
+Ref: Gory Details-Footnote-1567188
+Node: I/O Functions567342
+Ref: table-system-return-values573810
+Ref: I/O Functions-Footnote-1575890
+Ref: I/O Functions-Footnote-2576038
+Node: Time Functions576158
+Ref: Time Functions-Footnote-1586829
+Ref: Time Functions-Footnote-2586897
+Ref: Time Functions-Footnote-3587055
+Ref: Time Functions-Footnote-4587166
+Ref: Time Functions-Footnote-5587278
+Ref: Time Functions-Footnote-6587505
+Node: Bitwise Functions587771
+Ref: table-bitwise-ops588365
+Ref: Bitwise Functions-Footnote-1594428
+Ref: Bitwise Functions-Footnote-2594601
+Node: Type Functions594792
+Node: I18N Functions597543
+Node: User-defined599194
+Node: Definition Syntax599999
+Ref: Definition Syntax-Footnote-1605686
+Node: Function Example605757
+Ref: Function Example-Footnote-1608679
+Node: Function Caveats608701
+Node: Calling A Function609219
+Node: Variable Scope610177
+Node: Pass By Value/Reference613171
+Node: Return Statement616670
+Node: Dynamic Typing619649
+Node: Indirect Calls620579
+Ref: Indirect Calls-Footnote-1630831
+Node: Functions Summary630959
+Node: Library Functions633664
+Ref: Library Functions-Footnote-1637271
+Ref: Library Functions-Footnote-2637414
+Node: Library Names637585
+Ref: Library Names-Footnote-1641045
+Ref: Library Names-Footnote-2641268
+Node: General Functions641354
+Node: Strtonum Function642457
+Node: Assert Function645479
+Node: Round Function648805
+Node: Cliff Random Function650345
+Node: Ordinal Functions651361
+Ref: Ordinal Functions-Footnote-1654424
+Ref: Ordinal Functions-Footnote-2654676
+Node: Join Function654886
+Ref: Join Function-Footnote-1656656
+Node: Getlocaltime Function656856
+Node: Readfile Function660598
+Node: Shell Quoting662575
+Node: Data File Management663976
+Node: Filetrans Function664608
+Node: Rewind Function668704
+Node: File Checking670614
+Ref: File Checking-Footnote-1671948
+Node: Empty Files672149
+Node: Ignoring Assigns674128
+Node: Getopt Function675678
+Ref: Getopt Function-Footnote-1687147
+Node: Passwd Functions687347
+Ref: Passwd Functions-Footnote-1696186
+Node: Group Functions696274
+Ref: Group Functions-Footnote-1704172
+Node: Walking Arrays704379
+Node: Library Functions Summary707387
+Node: Library Exercises708793
+Node: Sample Programs709258
+Node: Running Examples710028
+Node: Clones710756
+Node: Cut Program711980
+Node: Egrep Program721909
+Ref: Egrep Program-Footnote-1729421
+Node: Id Program729531
+Node: Split Program733211
+Ref: Split Program-Footnote-1736669
+Node: Tee Program736798
+Node: Uniq Program739588
+Node: Wc Program747014
+Ref: Wc Program-Footnote-1751269
+Node: Miscellaneous Programs751363
+Node: Dupword Program752576
+Node: Alarm Program754606
+Node: Translate Program759461
+Ref: Translate Program-Footnote-1764026
+Node: Labels Program764296
+Ref: Labels Program-Footnote-1767647
+Node: Word Sorting767731
+Node: History Sorting771803
+Node: Extract Program773638
+Node: Simple Sed781692
+Node: Igawk Program784766
+Ref: Igawk Program-Footnote-1799097
+Ref: Igawk Program-Footnote-2799299
+Ref: Igawk Program-Footnote-3799421
+Node: Anagram Program799536
+Node: Signature Program802598
+Node: Programs Summary803845
+Node: Programs Exercises805059
+Ref: Programs Exercises-Footnote-1809188
+Node: Advanced Features809279
+Node: Nondecimal Data811269
+Node: Array Sorting812860
+Node: Controlling Array Traversal813560
+Ref: Controlling Array Traversal-Footnote-1821928
+Node: Array Sorting Functions822046
+Ref: Array Sorting Functions-Footnote-1827137
+Node: Two-way I/O827333
+Ref: Two-way I/O-Footnote-1835053
+Ref: Two-way I/O-Footnote-2835240
+Node: TCP/IP Networking835322
+Node: Profiling838440
+Ref: Profiling-Footnote-1847112
+Node: Advanced Features Summary847435
+Node: Internationalization849279
+Node: I18N and L10N850759
+Node: Explaining gettext851446
+Ref: Explaining gettext-Footnote-1857338
+Ref: Explaining gettext-Footnote-2857523
+Node: Programmer i18n857688
+Ref: Programmer i18n-Footnote-1862637
+Node: Translator i18n862686
+Node: String Extraction863480
+Ref: String Extraction-Footnote-1864612
+Node: Printf Ordering864698
+Ref: Printf Ordering-Footnote-1867484
+Node: I18N Portability867548
+Ref: I18N Portability-Footnote-1870004
+Node: I18N Example870067
+Ref: I18N Example-Footnote-1872873
+Node: Gawk I18N872946
+Node: I18N Summary873591
+Node: Debugger874932
+Node: Debugging875955
+Node: Debugging Concepts876396
+Node: Debugging Terms878205
+Node: Awk Debugging880780
+Node: Sample Debugging Session881686
+Node: Debugger Invocation882220
+Node: Finding The Bug883606
+Node: List of Debugger Commands890084
+Node: Breakpoint Control891417
+Node: Debugger Execution Control895111
+Node: Viewing And Changing Data898473
+Node: Execution Stack901847
+Node: Debugger Info903484
+Node: Miscellaneous Debugger Commands907555
+Node: Readline Support912617
+Node: Limitations913513
+Node: Debugging Summary915622
+Node: Arbitrary Precision Arithmetic916901
+Node: Computer Arithmetic918386
+Ref: table-numeric-ranges922152
+Ref: table-floating-point-ranges922645
+Ref: Computer Arithmetic-Footnote-1923303
+Node: Math Definitions923360
+Ref: table-ieee-formats926676
+Ref: Math Definitions-Footnote-1927279
+Node: MPFR features927384
+Node: FP Math Caution929102
+Ref: FP Math Caution-Footnote-1930174
+Node: Inexactness of computations930543
+Node: Inexact representation931503
+Node: Comparing FP Values932863
+Node: Errors accumulate934104
+Node: Getting Accuracy935537
+Node: Try To Round938247
+Node: Setting precision939146
+Ref: table-predefined-precision-strings939843
+Node: Setting the rounding mode941673
+Ref: table-gawk-rounding-modes942047
+Ref: Setting the rounding mode-Footnote-1945978
+Node: Arbitrary Precision Integers946157
+Ref: Arbitrary Precision Integers-Footnote-1949332
+Node: Checking for MPFR949481
+Node: POSIX Floating Point Problems950955
+Ref: POSIX Floating Point Problems-Footnote-1955240
+Node: Floating point summary955278
+Node: Dynamic Extensions957468
+Node: Extension Intro959021
+Node: Plugin License960287
+Node: Extension Mechanism Outline961084
+Ref: figure-load-extension961523
+Ref: figure-register-new-function963088
+Ref: figure-call-new-function964180
+Node: Extension API Description966242
+Node: Extension API Functions Introduction967884
+Node: General Data Types973424
+Ref: General Data Types-Footnote-1981785
+Node: Memory Allocation Functions982084
+Ref: Memory Allocation Functions-Footnote-1986294
+Node: Constructor Functions986393
+Node: Registration Functions989979
+Node: Extension Functions990664
+Node: Exit Callback Functions995879
+Node: Extension Version String997129
+Node: Input Parsers997792
+Node: Output Wrappers1010513
+Node: Two-way processors1015025
+Node: Printing Messages1017290
+Ref: Printing Messages-Footnote-11018461
+Node: Updating ERRNO1018614
+Node: Requesting Values1019353
+Ref: table-value-types-returned1020090
+Node: Accessing Parameters1021026
+Node: Symbol Table Access1022261
+Node: Symbol table by name1022773
+Node: Symbol table by cookie1024562
+Ref: Symbol table by cookie-Footnote-11028747
+Node: Cached values1028811
+Ref: Cached values-Footnote-11032347
+Node: Array Manipulation1032500
+Ref: Array Manipulation-Footnote-11033591
+Node: Array Data Types1033628
+Ref: Array Data Types-Footnote-11036286
+Node: Array Functions1036378
+Node: Flattening Arrays1040876
+Node: Creating Arrays1047852
+Node: Redirection API1052619
+Node: Extension API Variables1055452
+Node: Extension Versioning1056163
+Ref: gawk-api-version1056592
+Node: Extension GMP/MPFR Versioning1058323
+Node: Extension API Informational Variables1059951
+Node: Extension API Boilerplate1061024
+Node: Changes from API V11064998
+Node: Finding Extensions1066570
+Node: Extension Example1067129
+Node: Internal File Description1067927
+Node: Internal File Ops1072007
+Ref: Internal File Ops-Footnote-11083357
+Node: Using Internal File Ops1083497
+Ref: Using Internal File Ops-Footnote-11085880
+Node: Extension Samples1086154
+Node: Extension Sample File Functions1087683
+Node: Extension Sample Fnmatch1095332
+Node: Extension Sample Fork1096819
+Node: Extension Sample Inplace1098037
+Node: Extension Sample Ord1101254
+Node: Extension Sample Readdir1102090
+Ref: table-readdir-file-types1102979
+Node: Extension Sample Revout1103784
+Node: Extension Sample Rev2way1104373
+Node: Extension Sample Read write array1105113
+Node: Extension Sample Readfile1107055
+Node: Extension Sample Time1108150
+Node: Extension Sample API Tests1109498
+Node: gawkextlib1109990
+Node: Extension summary1112908
+Node: Extension Exercises1116610
+Node: Language History1118108
+Node: V7/SVR3.11119764
+Node: SVR41121916
+Node: POSIX1123350
+Node: BTL1124730
+Node: POSIX/GNU1125459
+Node: Feature History1131237
+Node: Common Extensions1147096
+Node: Ranges and Locales1148379
+Ref: Ranges and Locales-Footnote-11152995
+Ref: Ranges and Locales-Footnote-21153022
+Ref: Ranges and Locales-Footnote-31153257
+Node: Contributors1153478
+Node: History summary1159423
+Node: Installation1160803
+Node: Gawk Distribution1161747
+Node: Getting1162231
+Node: Extracting1163194
+Node: Distribution contents1164832
+Node: Unix Installation1171312
+Node: Quick Installation1171994
+Node: Shell Startup Files1174408
+Node: Additional Configuration Options1175497
+Node: Configuration Philosophy1177790
+Node: Non-Unix Installation1180159
+Node: PC Installation1180619
+Node: PC Binary Installation1181457
+Node: PC Compiling1181892
+Node: PC Using1183009
+Node: Cygwin1186224
+Node: MSYS1187323
+Node: VMS Installation1187824
+Node: VMS Compilation1188615
+Ref: VMS Compilation-Footnote-11189844
+Node: VMS Dynamic Extensions1189902
+Node: VMS Installation Details1191587
+Node: VMS Running1193840
+Node: VMS GNV1198119
+Node: VMS Old Gawk1198854
+Node: Bugs1199325
+Node: Bug address1199988
+Node: Usenet1202970
+Node: Maintainers1203975
+Node: Other Versions1205236
+Node: Installation summary1211794
+Node: Notes1212996
+Node: Compatibility Mode1213790
+Node: Additions1214572
+Node: Accessing The Source1215497
+Node: Adding Code1216934
+Node: New Ports1223153
+Node: Derived Files1227641
+Ref: Derived Files-Footnote-11233287
+Ref: Derived Files-Footnote-21233322
+Ref: Derived Files-Footnote-31233920
+Node: Future Extensions1234034
+Node: Implementation Limitations1234692
+Node: Extension Design1235875
+Node: Old Extension Problems1237019
+Ref: Old Extension Problems-Footnote-11238537
+Node: Extension New Mechanism Goals1238594
+Ref: Extension New Mechanism Goals-Footnote-11241958
+Node: Extension Other Design Decisions1242147
+Node: Extension Future Growth1244260
+Node: Notes summary1245096
+Node: Basic Concepts1246271
+Node: Basic High Level1246952
+Ref: figure-general-flow1247234
+Ref: figure-process-flow1247919
+Ref: Basic High Level-Footnote-11251220
+Node: Basic Data Typing1251405
+Node: Glossary1254733
+Node: Copying1286571
+Node: GNU Free Documentation License1324114
+Node: Index1349234
 
 End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index ad8de26..df46d3a 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -17546,7 +17546,7 @@ lets you test if an array element is itself an array:
 
 @example
 for (i in array) @{
-    if (isarray(array[i]) @{
+    if (isarray(array[i])) @{
         for (j in array[i]) @{
             print array[i][j]
         @}
@@ -40578,8 +40578,8 @@ Usenet/Internet newsgroup @code{comp.lang.awk}.  
Although some of the
 @command{gawk} maintainer no longer does.  Thus it's virtually guaranteed
 that he will @emph{not} see your posting.
 
-Similarly, posting bug reports or questions in web forums, such
-as @uref{https://stackoverflow.com/, Stack Overflow} may get you
+Similarly, posting bug reports or questions in web forums (such
+as @uref{https://stackoverflow.com/, Stack Overflow}) may get you
 an answser, but it won't be from the @command{gawk} maintainers,
 who do not spend their time in web forums.  The steps described here are
 the only officially recognized way for reporting bugs.  Really.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 9cb3f4a..5a950af 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -16818,7 +16818,7 @@ lets you test if an array element is itself an array:
 
 @example
 for (i in array) @{
-    if (isarray(array[i]) @{
+    if (isarray(array[i])) @{
         for (j in array[i]) @{
             print array[i][j]
         @}
@@ -39552,8 +39552,8 @@ Usenet/Internet newsgroup @code{comp.lang.awk}.  
Although some of the
 @command{gawk} maintainer no longer does.  Thus it's virtually guaranteed
 that he will @emph{not} see your posting.
 
-Similarly, posting bug reports or questions in web forums, such
-as @uref{https://stackoverflow.com/, Stack Overflow} may get you
+Similarly, posting bug reports or questions in web forums (such
+as @uref{https://stackoverflow.com/, Stack Overflow}) may get you
 an answser, but it won't be from the @command{gawk} maintainers,
 who do not spend their time in web forums.  The steps described here are
 the only officially recognized way for reporting bugs.  Really.

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

Summary of changes:
 doc/ChangeLog   |   6 +
 doc/gawk.info   | 690 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |   6 +-
 doc/gawktexi.in |   6 +-
 4 files changed, 357 insertions(+), 351 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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