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-3550-g10bbf2b
Date: Tue, 27 Nov 2018 13:30:35 -0500 (EST)

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  10bbf2bd8efce5d262e79592b5b5340a1148ce8a (commit)
       via  334a4d623501739b794239add6fade23abbdb645 (commit)
       via  9b393a2e9d9d46ddea86e20bffaa0214cd40204b (commit)
      from  555942e71dd64c7e85cbb5c6389017c0bace1558 (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=10bbf2bd8efce5d262e79592b5b5340a1148ce8a

commit 10bbf2bd8efce5d262e79592b5b5340a1148ce8a
Merge: 555942e 334a4d6
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Nov 27 20:30:20 2018 +0200

    Merge branch 'master' into feature/fix-comments

diff --cc doc/gawk.info
index cd8b677,561a40f..be729ca
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -35468,10 -35481,10 +35478,10 @@@ Inde
  * question mark (?), regexp operator:    Regexp Operators.    (line 111)
  * question mark (?), regexp operator <1>: GNU Regexp Operators.
                                                                (line  62)
- * QuikTrim Awk:                          Other Versions.      (line 135)
+ * QuikTrim Awk:                          Other Versions.      (line 143)
  * quit debugger command:                 Miscellaneous Debugger Commands.
                                                                (line 100)
 -* QUIT signal (MS-Windows):              Profiling.           (line 212)
 +* QUIT signal (MS-Windows):              Profiling.           (line 214)
  * quoting in gawk command lines:         Long.                (line  26)
  * quoting in gawk command lines, tricks for: Quoting.         (line  91)
  * quoting, for small awk programs:       Comments.            (line  27)
@@@ -36517,217 -36531,218 +36528,217 @@@ Ref: Two-way I/O-Footnote-183633
  Ref: Two-way I/O-Footnote-2836517
  Node: TCP/IP Networking836599
  Node: Profiling839717
 -Ref: Profiling-Footnote-1848389
 -Node: Advanced Features Summary848712
 -Node: Internationalization850556
 -Node: I18N and L10N852036
 -Node: Explaining gettext852723
 -Ref: Explaining gettext-Footnote-1858615
 -Ref: Explaining gettext-Footnote-2858800
 -Node: Programmer i18n858965
 -Ref: Programmer i18n-Footnote-1863914
 -Node: Translator i18n863963
 -Node: String Extraction864757
 -Ref: String Extraction-Footnote-1865889
 -Node: Printf Ordering865975
 -Ref: Printf Ordering-Footnote-1868761
 -Node: I18N Portability868825
 -Ref: I18N Portability-Footnote-1871281
 -Node: I18N Example871344
 -Ref: I18N Example-Footnote-1874150
 -Node: Gawk I18N874223
 -Node: I18N Summary874868
 -Node: Debugger876209
 -Node: Debugging877232
 -Node: Debugging Concepts877673
 -Node: Debugging Terms879482
 -Node: Awk Debugging882057
 -Node: Sample Debugging Session882963
 -Node: Debugger Invocation883497
 -Node: Finding The Bug884883
 -Node: List of Debugger Commands891361
 -Node: Breakpoint Control892694
 -Node: Debugger Execution Control896388
 -Node: Viewing And Changing Data899750
 -Node: Execution Stack903124
 -Node: Debugger Info904761
 -Node: Miscellaneous Debugger Commands908832
 -Node: Readline Support913894
 -Node: Limitations914790
 -Node: Debugging Summary916899
 -Node: Arbitrary Precision Arithmetic918178
 -Node: Computer Arithmetic919663
 -Ref: table-numeric-ranges923429
 -Ref: table-floating-point-ranges923922
 -Ref: Computer Arithmetic-Footnote-1924580
 -Node: Math Definitions924637
 -Ref: table-ieee-formats927953
 -Ref: Math Definitions-Footnote-1928556
 -Node: MPFR features928661
 -Node: FP Math Caution930379
 -Ref: FP Math Caution-Footnote-1931451
 -Node: Inexactness of computations931820
 -Node: Inexact representation932780
 -Node: Comparing FP Values934140
 -Node: Errors accumulate935381
 -Node: Getting Accuracy936814
 -Node: Try To Round939524
 -Node: Setting precision940423
 -Ref: table-predefined-precision-strings941120
 -Node: Setting the rounding mode942950
 -Ref: table-gawk-rounding-modes943324
 -Ref: Setting the rounding mode-Footnote-1947255
 -Node: Arbitrary Precision Integers947434
 -Ref: Arbitrary Precision Integers-Footnote-1950609
 -Node: Checking for MPFR950758
 -Node: POSIX Floating Point Problems952232
 -Ref: POSIX Floating Point Problems-Footnote-1956517
 -Node: Floating point summary956555
 -Node: Dynamic Extensions958745
 -Node: Extension Intro960298
 -Node: Plugin License961564
 -Node: Extension Mechanism Outline962361
 -Ref: figure-load-extension962800
 -Ref: figure-register-new-function964365
 -Ref: figure-call-new-function965457
 -Node: Extension API Description967519
 -Node: Extension API Functions Introduction969161
 -Node: General Data Types974701
 -Ref: General Data Types-Footnote-1983062
 -Node: Memory Allocation Functions983361
 -Ref: Memory Allocation Functions-Footnote-1987571
 -Node: Constructor Functions987670
 -Node: Registration Functions991256
 -Node: Extension Functions991941
 -Node: Exit Callback Functions997156
 -Node: Extension Version String998406
 -Node: Input Parsers999069
 -Node: Output Wrappers1011790
 -Node: Two-way processors1016302
 -Node: Printing Messages1018567
 -Ref: Printing Messages-Footnote-11019738
 -Node: Updating ERRNO1019891
 -Node: Requesting Values1020630
 -Ref: table-value-types-returned1021367
 -Node: Accessing Parameters1022303
 -Node: Symbol Table Access1023538
 -Node: Symbol table by name1024050
 -Node: Symbol table by cookie1025839
 -Ref: Symbol table by cookie-Footnote-11030024
 -Node: Cached values1030088
 -Ref: Cached values-Footnote-11033624
 -Node: Array Manipulation1033777
 -Ref: Array Manipulation-Footnote-11034868
 -Node: Array Data Types1034905
 -Ref: Array Data Types-Footnote-11037563
 -Node: Array Functions1037655
 -Node: Flattening Arrays1042153
 -Node: Creating Arrays1049129
 -Node: Redirection API1053896
 -Node: Extension API Variables1056729
 -Node: Extension Versioning1057440
 -Ref: gawk-api-version1057869
 -Node: Extension GMP/MPFR Versioning1059600
 -Node: Extension API Informational Variables1061228
 -Node: Extension API Boilerplate1062301
 -Node: Changes from API V11066275
 -Node: Finding Extensions1067847
 -Node: Extension Example1068406
 -Node: Internal File Description1069204
 -Node: Internal File Ops1073284
 -Ref: Internal File Ops-Footnote-11084634
 -Node: Using Internal File Ops1084774
 -Ref: Using Internal File Ops-Footnote-11087157
 -Node: Extension Samples1087431
 -Node: Extension Sample File Functions1088960
 -Node: Extension Sample Fnmatch1096609
 -Node: Extension Sample Fork1098096
 -Node: Extension Sample Inplace1099314
 -Node: Extension Sample Ord1102531
 -Node: Extension Sample Readdir1103367
 -Ref: table-readdir-file-types1104256
 -Node: Extension Sample Revout1105061
 -Node: Extension Sample Rev2way1105650
 -Node: Extension Sample Read write array1106390
 -Node: Extension Sample Readfile1108332
 -Node: Extension Sample Time1109427
 -Node: Extension Sample API Tests1110775
 -Node: gawkextlib1111267
 -Node: Extension summary1114185
 -Node: Extension Exercises1117887
 -Node: Language History1119385
 -Node: V7/SVR3.11121041
 -Node: SVR41123193
 -Node: POSIX1124627
 -Node: BTL1126007
 -Node: POSIX/GNU1126736
 -Node: Feature History1132514
 -Node: Common Extensions1148560
 -Node: Ranges and Locales1149843
 -Ref: Ranges and Locales-Footnote-11154459
 -Ref: Ranges and Locales-Footnote-21154486
 -Ref: Ranges and Locales-Footnote-31154721
 -Node: Contributors1154942
 -Node: History summary1160887
 -Node: Installation1162267
 -Node: Gawk Distribution1163211
 -Node: Getting1163695
 -Node: Extracting1164658
 -Node: Distribution contents1166296
 -Node: Unix Installation1172776
 -Node: Quick Installation1173458
 -Node: Shell Startup Files1175872
 -Node: Additional Configuration Options1176961
 -Node: Configuration Philosophy1179126
 -Node: Non-Unix Installation1181495
 -Node: PC Installation1181955
 -Node: PC Binary Installation1182793
 -Node: PC Compiling1183228
 -Node: PC Using1184345
 -Node: Cygwin1187898
 -Node: MSYS1188997
 -Node: VMS Installation1189498
 -Node: VMS Compilation1190289
 -Ref: VMS Compilation-Footnote-11191518
 -Node: VMS Dynamic Extensions1191576
 -Node: VMS Installation Details1193261
 -Node: VMS Running1195514
 -Node: VMS GNV1199793
 -Node: VMS Old Gawk1200528
 -Node: Bugs1200999
 -Node: Bug address1201662
 -Node: Usenet1204644
 -Node: Maintainers1205648
 -Node: Other Versions1206909
 -Node: Installation summary1213823
 -Node: Notes1215025
 -Node: Compatibility Mode1215819
 -Node: Additions1216601
 -Node: Accessing The Source1217526
 -Node: Adding Code1218963
 -Node: New Ports1225182
 -Node: Derived Files1229670
 -Ref: Derived Files-Footnote-11235316
 -Ref: Derived Files-Footnote-21235351
 -Ref: Derived Files-Footnote-31235949
 -Node: Future Extensions1236063
 -Node: Implementation Limitations1236721
 -Node: Extension Design1237904
 -Node: Old Extension Problems1239048
 -Ref: Old Extension Problems-Footnote-11240566
 -Node: Extension New Mechanism Goals1240623
 -Ref: Extension New Mechanism Goals-Footnote-11243987
 -Node: Extension Other Design Decisions1244176
 -Node: Extension Future Growth1246289
 -Node: Notes summary1247125
 -Node: Basic Concepts1248300
 -Node: Basic High Level1248981
 -Ref: figure-general-flow1249263
 -Ref: figure-process-flow1249948
 -Ref: Basic High Level-Footnote-11253249
 -Node: Basic Data Typing1253434
 -Node: Glossary1256762
 -Node: Copying1288600
 -Node: GNU Free Documentation License1326143
 -Node: Index1351263
 +Node: Advanced Features Summary848722
 +Node: Internationalization850566
 +Node: I18N and L10N852046
 +Node: Explaining gettext852733
 +Ref: Explaining gettext-Footnote-1858625
 +Ref: Explaining gettext-Footnote-2858810
 +Node: Programmer i18n858975
 +Ref: Programmer i18n-Footnote-1863924
 +Node: Translator i18n863973
 +Node: String Extraction864767
 +Ref: String Extraction-Footnote-1865899
 +Node: Printf Ordering865985
 +Ref: Printf Ordering-Footnote-1868771
 +Node: I18N Portability868835
 +Ref: I18N Portability-Footnote-1871291
 +Node: I18N Example871354
 +Ref: I18N Example-Footnote-1874160
 +Node: Gawk I18N874233
 +Node: I18N Summary874878
 +Node: Debugger876219
 +Node: Debugging877242
 +Node: Debugging Concepts877683
 +Node: Debugging Terms879492
 +Node: Awk Debugging882067
 +Node: Sample Debugging Session882973
 +Node: Debugger Invocation883507
 +Node: Finding The Bug884893
 +Node: List of Debugger Commands891371
 +Node: Breakpoint Control892704
 +Node: Debugger Execution Control896398
 +Node: Viewing And Changing Data899760
 +Node: Execution Stack903134
 +Node: Debugger Info904771
 +Node: Miscellaneous Debugger Commands908842
 +Node: Readline Support913904
 +Node: Limitations914800
 +Node: Debugging Summary916909
 +Node: Arbitrary Precision Arithmetic918188
 +Node: Computer Arithmetic919673
 +Ref: table-numeric-ranges923439
 +Ref: table-floating-point-ranges923932
 +Ref: Computer Arithmetic-Footnote-1924590
 +Node: Math Definitions924647
 +Ref: table-ieee-formats927963
 +Ref: Math Definitions-Footnote-1928566
 +Node: MPFR features928671
 +Node: FP Math Caution930389
 +Ref: FP Math Caution-Footnote-1931461
 +Node: Inexactness of computations931830
 +Node: Inexact representation932790
 +Node: Comparing FP Values934150
 +Node: Errors accumulate935391
 +Node: Getting Accuracy936824
 +Node: Try To Round939534
 +Node: Setting precision940433
 +Ref: table-predefined-precision-strings941130
 +Node: Setting the rounding mode942960
 +Ref: table-gawk-rounding-modes943334
 +Ref: Setting the rounding mode-Footnote-1947265
 +Node: Arbitrary Precision Integers947444
 +Ref: Arbitrary Precision Integers-Footnote-1950619
 +Node: Checking for MPFR950768
 +Node: POSIX Floating Point Problems952242
 +Ref: POSIX Floating Point Problems-Footnote-1956527
 +Node: Floating point summary956565
 +Node: Dynamic Extensions958755
 +Node: Extension Intro960308
 +Node: Plugin License961574
 +Node: Extension Mechanism Outline962371
 +Ref: figure-load-extension962810
 +Ref: figure-register-new-function964375
 +Ref: figure-call-new-function965467
 +Node: Extension API Description967529
 +Node: Extension API Functions Introduction969171
 +Node: General Data Types974711
 +Ref: General Data Types-Footnote-1983072
 +Node: Memory Allocation Functions983371
 +Ref: Memory Allocation Functions-Footnote-1987581
 +Node: Constructor Functions987680
 +Node: Registration Functions991266
 +Node: Extension Functions991951
 +Node: Exit Callback Functions997166
 +Node: Extension Version String998416
 +Node: Input Parsers999079
 +Node: Output Wrappers1011800
 +Node: Two-way processors1016312
 +Node: Printing Messages1018577
 +Ref: Printing Messages-Footnote-11019748
 +Node: Updating ERRNO1019901
 +Node: Requesting Values1020640
 +Ref: table-value-types-returned1021377
 +Node: Accessing Parameters1022313
 +Node: Symbol Table Access1023548
 +Node: Symbol table by name1024060
 +Node: Symbol table by cookie1025849
 +Ref: Symbol table by cookie-Footnote-11030034
 +Node: Cached values1030098
 +Ref: Cached values-Footnote-11033634
 +Node: Array Manipulation1033787
 +Ref: Array Manipulation-Footnote-11034878
 +Node: Array Data Types1034915
 +Ref: Array Data Types-Footnote-11037573
 +Node: Array Functions1037665
 +Node: Flattening Arrays1042163
 +Node: Creating Arrays1049139
 +Node: Redirection API1053906
 +Node: Extension API Variables1056739
 +Node: Extension Versioning1057450
 +Ref: gawk-api-version1057879
 +Node: Extension GMP/MPFR Versioning1059610
 +Node: Extension API Informational Variables1061238
 +Node: Extension API Boilerplate1062311
 +Node: Changes from API V11066285
 +Node: Finding Extensions1067857
 +Node: Extension Example1068416
 +Node: Internal File Description1069214
 +Node: Internal File Ops1073294
 +Ref: Internal File Ops-Footnote-11084644
 +Node: Using Internal File Ops1084784
 +Ref: Using Internal File Ops-Footnote-11087167
 +Node: Extension Samples1087441
 +Node: Extension Sample File Functions1088970
 +Node: Extension Sample Fnmatch1096619
 +Node: Extension Sample Fork1098106
 +Node: Extension Sample Inplace1099324
 +Node: Extension Sample Ord1102541
 +Node: Extension Sample Readdir1103377
 +Ref: table-readdir-file-types1104266
 +Node: Extension Sample Revout1105071
 +Node: Extension Sample Rev2way1105660
 +Node: Extension Sample Read write array1106400
 +Node: Extension Sample Readfile1108342
 +Node: Extension Sample Time1109437
 +Node: Extension Sample API Tests1110785
 +Node: gawkextlib1111277
 +Node: Extension summary1114195
 +Node: Extension Exercises1117897
 +Node: Language History1119395
 +Node: V7/SVR3.11121051
 +Node: SVR41123203
 +Node: POSIX1124637
 +Node: BTL1126017
 +Node: POSIX/GNU1126746
 +Node: Feature History1132524
 +Node: Common Extensions1148570
 +Node: Ranges and Locales1149853
 +Ref: Ranges and Locales-Footnote-11154469
 +Ref: Ranges and Locales-Footnote-21154496
 +Ref: Ranges and Locales-Footnote-31154731
 +Node: Contributors1154952
 +Node: History summary1160897
 +Node: Installation1162277
 +Node: Gawk Distribution1163221
 +Node: Getting1163705
 +Node: Extracting1164668
 +Node: Distribution contents1166306
 +Node: Unix Installation1172786
 +Node: Quick Installation1173468
 +Node: Shell Startup Files1175882
 +Node: Additional Configuration Options1176971
 +Node: Configuration Philosophy1179136
 +Node: Non-Unix Installation1181505
 +Node: PC Installation1181965
 +Node: PC Binary Installation1182803
 +Node: PC Compiling1183238
 +Node: PC Using1184355
 +Node: Cygwin1187908
 +Node: MSYS1189007
 +Node: VMS Installation1189508
 +Node: VMS Compilation1190299
 +Ref: VMS Compilation-Footnote-11191528
 +Node: VMS Dynamic Extensions1191586
 +Node: VMS Installation Details1193271
 +Node: VMS Running1195524
 +Node: VMS GNV1199803
 +Node: VMS Old Gawk1200538
 +Node: Bugs1201009
 +Node: Bug address1201672
 +Node: Usenet1204654
 +Node: Maintainers1205658
 +Node: Other Versions1206919
- Node: Installation summary1213477
- Node: Notes1214679
- Node: Compatibility Mode1215473
- Node: Additions1216255
- Node: Accessing The Source1217180
- Node: Adding Code1218617
- Node: New Ports1224836
- Node: Derived Files1229324
- Ref: Derived Files-Footnote-11234970
- Ref: Derived Files-Footnote-21235005
- Ref: Derived Files-Footnote-31235603
- Node: Future Extensions1235717
- Node: Implementation Limitations1236375
- Node: Extension Design1237558
- Node: Old Extension Problems1238702
- Ref: Old Extension Problems-Footnote-11240220
- Node: Extension New Mechanism Goals1240277
- Ref: Extension New Mechanism Goals-Footnote-11243641
- Node: Extension Other Design Decisions1243830
- Node: Extension Future Growth1245943
- Node: Notes summary1246779
- Node: Basic Concepts1247954
- Node: Basic High Level1248635
- Ref: figure-general-flow1248917
- Ref: figure-process-flow1249602
- Ref: Basic High Level-Footnote-11252903
- Node: Basic Data Typing1253088
- Node: Glossary1256416
- Node: Copying1288254
- Node: GNU Free Documentation License1325797
- Node: Index1350917
++Node: Installation summary1213833
++Node: Notes1215035
++Node: Compatibility Mode1215829
++Node: Additions1216611
++Node: Accessing The Source1217536
++Node: Adding Code1218973
++Node: New Ports1225192
++Node: Derived Files1229680
++Ref: Derived Files-Footnote-11235326
++Ref: Derived Files-Footnote-21235361
++Ref: Derived Files-Footnote-31235959
++Node: Future Extensions1236073
++Node: Implementation Limitations1236731
++Node: Extension Design1237914
++Node: Old Extension Problems1239058
++Ref: Old Extension Problems-Footnote-11240576
++Node: Extension New Mechanism Goals1240633
++Ref: Extension New Mechanism Goals-Footnote-11243997
++Node: Extension Other Design Decisions1244186
++Node: Extension Future Growth1246299
++Node: Notes summary1247135
++Node: Basic Concepts1248310
++Node: Basic High Level1248991
++Ref: figure-general-flow1249273
++Ref: figure-process-flow1249958
++Ref: Basic High Level-Footnote-11253259
++Node: Basic Data Typing1253444
++Node: Glossary1256772
++Node: Copying1288610
++Node: GNU Free Documentation License1326153
++Node: Index1351273
  
  End Tag Table

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

Summary of changes:
 doc/ChangeLog   |  5 +++
 doc/gawk.info   | 95 ++++++++++++++++++++++++++++++++-------------------------
 doc/gawk.texi   | 12 ++++++++
 doc/gawktexi.in | 12 ++++++++
 4 files changed, 82 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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