gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/fix-comments, updated. gawk-4.1.


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/fix-comments, updated. gawk-4.1.0-3516-g9ddbeb9
Date: Fri, 2 Nov 2018 06:14:06 -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, feature/fix-comments has been updated
       via  9ddbeb9e80d011313b28c25b2308bd4e84d9f9b9 (commit)
       via  e24c77ba17714d5c5253ad5f284e709abd66e1a2 (commit)
       via  153ba49632aa30feaa4ad61b3d2ce2cc9c2fa441 (commit)
      from  55dd6a0d24a9433e606a23b24650e84b5d3c3678 (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=9ddbeb9e80d011313b28c25b2308bd4e84d9f9b9

commit 9ddbeb9e80d011313b28c25b2308bd4e84d9f9b9
Merge: 55dd6a0 e24c77b
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Nov 2 12:13:58 2018 +0200

    Merge branch 'master' into feature/fix-comments

diff --cc doc/ChangeLog
index 2bdbc08,4587189..c5b59fe
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,7 -1,8 +1,12 @@@
+ 2018-11-02         Arnold D. Robbins     <address@hidden>
+ 
+       * gawktexi.in): Small typo fixes. Thanks to Antonio
+       Giovanni Colombo for pointing them out.
+ 
 +2018-11-01         Arnold D. Robbins     <address@hidden>
 +
 +      * gawktexi.in (Profiling): Review and update.
 +
  2018-10-30         Arnold D. Robbins     <address@hidden>
  
        * gawktexi.in (Arrays of Arrays): Typo fix in code. Thanks to Alto Tom
diff --cc doc/gawk.info
index 874816f,58c1197..01f7376
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36469,217 -36472,218 +36469,217 @@@ Ref: Two-way I/O-Footnote-183505
  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 Philosophy1177662
 -Node: Non-Unix Installation1180031
 -Node: PC Installation1180491
 -Node: PC Binary Installation1181329
 -Node: PC Compiling1181764
 -Node: PC Using1182881
 -Node: Cygwin1186096
 -Node: MSYS1187195
 -Node: VMS Installation1187696
 -Node: VMS Compilation1188487
 -Ref: VMS Compilation-Footnote-11189716
 -Node: VMS Dynamic Extensions1189774
 -Node: VMS Installation Details1191459
 -Node: VMS Running1193712
 -Node: VMS GNV1197991
 -Node: VMS Old Gawk1198726
 -Node: Bugs1199197
 -Node: Bug address1199860
 -Node: Usenet1202842
 -Node: Maintainers1203846
 -Node: Other Versions1205107
 -Node: Installation summary1211665
 -Node: Notes1212867
 -Node: Compatibility Mode1213661
 -Node: Additions1214443
 -Node: Accessing The Source1215368
 -Node: Adding Code1216805
 -Node: New Ports1223024
 -Node: Derived Files1227512
 -Ref: Derived Files-Footnote-11233158
 -Ref: Derived Files-Footnote-21233193
 -Ref: Derived Files-Footnote-31233791
 -Node: Future Extensions1233905
 -Node: Implementation Limitations1234563
 -Node: Extension Design1235746
 -Node: Old Extension Problems1236890
 -Ref: Old Extension Problems-Footnote-11238408
 -Node: Extension New Mechanism Goals1238465
 -Ref: Extension New Mechanism Goals-Footnote-11241829
 -Node: Extension Other Design Decisions1242018
 -Node: Extension Future Growth1244131
 -Node: Notes summary1244967
 -Node: Basic Concepts1246142
 -Node: Basic High Level1246823
 -Ref: figure-general-flow1247105
 -Ref: figure-process-flow1247790
 -Ref: Basic High Level-Footnote-11251091
 -Node: Basic Data Typing1251276
 -Node: Glossary1254604
 -Node: Copying1286442
 -Node: GNU Free Documentation License1323985
 -Node: Index1349105
 +Node: Advanced Features Summary847445
 +Node: Internationalization849289
 +Node: I18N and L10N850769
 +Node: Explaining gettext851456
 +Ref: Explaining gettext-Footnote-1857348
 +Ref: Explaining gettext-Footnote-2857533
 +Node: Programmer i18n857698
 +Ref: Programmer i18n-Footnote-1862647
 +Node: Translator i18n862696
 +Node: String Extraction863490
 +Ref: String Extraction-Footnote-1864622
 +Node: Printf Ordering864708
 +Ref: Printf Ordering-Footnote-1867494
 +Node: I18N Portability867558
 +Ref: I18N Portability-Footnote-1870014
 +Node: I18N Example870077
 +Ref: I18N Example-Footnote-1872883
 +Node: Gawk I18N872956
 +Node: I18N Summary873601
 +Node: Debugger874942
 +Node: Debugging875965
 +Node: Debugging Concepts876406
 +Node: Debugging Terms878215
 +Node: Awk Debugging880790
 +Node: Sample Debugging Session881696
 +Node: Debugger Invocation882230
 +Node: Finding The Bug883616
 +Node: List of Debugger Commands890094
 +Node: Breakpoint Control891427
 +Node: Debugger Execution Control895121
 +Node: Viewing And Changing Data898483
 +Node: Execution Stack901857
 +Node: Debugger Info903494
 +Node: Miscellaneous Debugger Commands907565
 +Node: Readline Support912627
 +Node: Limitations913523
 +Node: Debugging Summary915632
 +Node: Arbitrary Precision Arithmetic916911
 +Node: Computer Arithmetic918396
 +Ref: table-numeric-ranges922162
 +Ref: table-floating-point-ranges922655
 +Ref: Computer Arithmetic-Footnote-1923313
 +Node: Math Definitions923370
 +Ref: table-ieee-formats926686
 +Ref: Math Definitions-Footnote-1927289
 +Node: MPFR features927394
 +Node: FP Math Caution929112
 +Ref: FP Math Caution-Footnote-1930184
 +Node: Inexactness of computations930553
 +Node: Inexact representation931513
 +Node: Comparing FP Values932873
 +Node: Errors accumulate934114
 +Node: Getting Accuracy935547
 +Node: Try To Round938257
 +Node: Setting precision939156
 +Ref: table-predefined-precision-strings939853
 +Node: Setting the rounding mode941683
 +Ref: table-gawk-rounding-modes942057
 +Ref: Setting the rounding mode-Footnote-1945988
 +Node: Arbitrary Precision Integers946167
 +Ref: Arbitrary Precision Integers-Footnote-1949342
 +Node: Checking for MPFR949491
 +Node: POSIX Floating Point Problems950965
 +Ref: POSIX Floating Point Problems-Footnote-1955250
 +Node: Floating point summary955288
 +Node: Dynamic Extensions957478
 +Node: Extension Intro959031
 +Node: Plugin License960297
 +Node: Extension Mechanism Outline961094
 +Ref: figure-load-extension961533
 +Ref: figure-register-new-function963098
 +Ref: figure-call-new-function964190
 +Node: Extension API Description966252
 +Node: Extension API Functions Introduction967894
 +Node: General Data Types973434
 +Ref: General Data Types-Footnote-1981795
 +Node: Memory Allocation Functions982094
 +Ref: Memory Allocation Functions-Footnote-1986304
 +Node: Constructor Functions986403
 +Node: Registration Functions989989
 +Node: Extension Functions990674
 +Node: Exit Callback Functions995889
 +Node: Extension Version String997139
 +Node: Input Parsers997802
 +Node: Output Wrappers1010523
 +Node: Two-way processors1015035
 +Node: Printing Messages1017300
 +Ref: Printing Messages-Footnote-11018471
 +Node: Updating ERRNO1018624
 +Node: Requesting Values1019363
 +Ref: table-value-types-returned1020100
 +Node: Accessing Parameters1021036
 +Node: Symbol Table Access1022271
 +Node: Symbol table by name1022783
 +Node: Symbol table by cookie1024572
 +Ref: Symbol table by cookie-Footnote-11028757
 +Node: Cached values1028821
 +Ref: Cached values-Footnote-11032357
 +Node: Array Manipulation1032510
 +Ref: Array Manipulation-Footnote-11033601
 +Node: Array Data Types1033638
 +Ref: Array Data Types-Footnote-11036296
 +Node: Array Functions1036388
 +Node: Flattening Arrays1040886
 +Node: Creating Arrays1047862
 +Node: Redirection API1052629
 +Node: Extension API Variables1055462
 +Node: Extension Versioning1056173
 +Ref: gawk-api-version1056602
 +Node: Extension GMP/MPFR Versioning1058333
 +Node: Extension API Informational Variables1059961
 +Node: Extension API Boilerplate1061034
 +Node: Changes from API V11065008
 +Node: Finding Extensions1066580
 +Node: Extension Example1067139
 +Node: Internal File Description1067937
 +Node: Internal File Ops1072017
 +Ref: Internal File Ops-Footnote-11083367
 +Node: Using Internal File Ops1083507
 +Ref: Using Internal File Ops-Footnote-11085890
 +Node: Extension Samples1086164
 +Node: Extension Sample File Functions1087693
 +Node: Extension Sample Fnmatch1095342
 +Node: Extension Sample Fork1096829
 +Node: Extension Sample Inplace1098047
 +Node: Extension Sample Ord1101264
 +Node: Extension Sample Readdir1102100
 +Ref: table-readdir-file-types1102989
 +Node: Extension Sample Revout1103794
 +Node: Extension Sample Rev2way1104383
 +Node: Extension Sample Read write array1105123
 +Node: Extension Sample Readfile1107065
 +Node: Extension Sample Time1108160
 +Node: Extension Sample API Tests1109508
 +Node: gawkextlib1110000
 +Node: Extension summary1112918
 +Node: Extension Exercises1116620
 +Node: Language History1118118
 +Node: V7/SVR3.11119774
 +Node: SVR41121926
 +Node: POSIX1123360
 +Node: BTL1124740
 +Node: POSIX/GNU1125469
 +Node: Feature History1131247
 +Node: Common Extensions1147106
 +Node: Ranges and Locales1148389
 +Ref: Ranges and Locales-Footnote-11153005
 +Ref: Ranges and Locales-Footnote-21153032
 +Ref: Ranges and Locales-Footnote-31153267
 +Node: Contributors1153488
 +Node: History summary1159433
 +Node: Installation1160813
 +Node: Gawk Distribution1161757
 +Node: Getting1162241
 +Node: Extracting1163204
 +Node: Distribution contents1164842
 +Node: Unix Installation1171322
 +Node: Quick Installation1172004
 +Node: Shell Startup Files1174418
 +Node: Additional Configuration Options1175507
 +Node: Configuration Philosophy1177672
 +Node: Non-Unix Installation1180041
 +Node: PC Installation1180501
 +Node: PC Binary Installation1181339
 +Node: PC Compiling1181774
 +Node: PC Using1182891
 +Node: Cygwin1186106
 +Node: MSYS1187205
 +Node: VMS Installation1187706
 +Node: VMS Compilation1188497
 +Ref: VMS Compilation-Footnote-11189726
 +Node: VMS Dynamic Extensions1189784
 +Node: VMS Installation Details1191469
 +Node: VMS Running1193722
 +Node: VMS GNV1198001
 +Node: VMS Old Gawk1198736
 +Node: Bugs1199207
 +Node: Bug address1199870
 +Node: Usenet1202852
- Node: Maintainers1203857
- Node: Other Versions1205118
- Node: Installation summary1211676
- Node: Notes1212878
- Node: Compatibility Mode1213672
- Node: Additions1214454
- Node: Accessing The Source1215379
- Node: Adding Code1216816
- Node: New Ports1223035
- Node: Derived Files1227523
- Ref: Derived Files-Footnote-11233169
- Ref: Derived Files-Footnote-21233204
- Ref: Derived Files-Footnote-31233802
- Node: Future Extensions1233916
- Node: Implementation Limitations1234574
- Node: Extension Design1235757
- Node: Old Extension Problems1236901
- Ref: Old Extension Problems-Footnote-11238419
- Node: Extension New Mechanism Goals1238476
- Ref: Extension New Mechanism Goals-Footnote-11241840
- Node: Extension Other Design Decisions1242029
- Node: Extension Future Growth1244142
- Node: Notes summary1244978
- Node: Basic Concepts1246153
- Node: Basic High Level1246834
- Ref: figure-general-flow1247116
- Ref: figure-process-flow1247801
- Ref: Basic High Level-Footnote-11251102
- Node: Basic Data Typing1251287
- Node: Glossary1254615
- Node: Copying1286453
- Node: GNU Free Documentation License1323996
- Node: Index1349116
++Node: Maintainers1203856
++Node: Other Versions1205117
++Node: Installation summary1211675
++Node: Notes1212877
++Node: Compatibility Mode1213671
++Node: Additions1214453
++Node: Accessing The Source1215378
++Node: Adding Code1216815
++Node: New Ports1223034
++Node: Derived Files1227522
++Ref: Derived Files-Footnote-11233168
++Ref: Derived Files-Footnote-21233203
++Ref: Derived Files-Footnote-31233801
++Node: Future Extensions1233915
++Node: Implementation Limitations1234573
++Node: Extension Design1235756
++Node: Old Extension Problems1236900
++Ref: Old Extension Problems-Footnote-11238418
++Node: Extension New Mechanism Goals1238475
++Ref: Extension New Mechanism Goals-Footnote-11241839
++Node: Extension Other Design Decisions1242028
++Node: Extension Future Growth1244141
++Node: Notes summary1244977
++Node: Basic Concepts1246152
++Node: Basic High Level1246833
++Ref: figure-general-flow1247115
++Ref: figure-process-flow1247800
++Ref: Basic High Level-Footnote-11251101
++Node: Basic Data Typing1251286
++Node: Glossary1254614
++Node: Copying1286452
++Node: GNU Free Documentation License1323995
++Node: Index1349115
  
  End Tag Table

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

Summary of changes:
 doc/ChangeLog   |  7 +++++-
 doc/gawk.info   | 70 ++++++++++++++++++++++++++++-----------------------------
 doc/gawk.texi   |  3 ++-
 doc/gawktexi.in |  3 ++-
 4 files changed, 45 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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