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-3500-g95d4e3d
Date: Sat, 27 Oct 2018 14:57:27 -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  95d4e3d618b8cc2fe2bfa5939248fda406685c3c (commit)
       via  f1acb84166efde1afaa15a81c31fb389c43ba2fb (commit)
       via  35855fa516205a3cb302567616915a3ec6fd9c61 (commit)
      from  393ec32778207ec0bd8d088515f2e0d076c189d3 (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=95d4e3d618b8cc2fe2bfa5939248fda406685c3c

commit 95d4e3d618b8cc2fe2bfa5939248fda406685c3c
Merge: 393ec32 f1acb84
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Oct 27 21:57:02 2018 +0300

    Merge branch 'master' into feature/fix-comments

diff --cc doc/gawk.info
index 336f5c0,b0c5b3c..c36c34e
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36468,218 -36472,218 +36473,218 @@@ Ref: Two-way I/O-Footnote-183505
  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 Philosophy1177661
 -Node: Non-Unix Installation1180030
 -Node: PC Installation1180490
 -Node: PC Binary Installation1181328
 -Node: PC Compiling1181763
 -Node: PC Using1182880
 -Node: Cygwin1186095
 -Node: MSYS1187194
 -Node: VMS Installation1187695
 -Node: VMS Compilation1188486
 -Ref: VMS Compilation-Footnote-11189715
 -Node: VMS Dynamic Extensions1189773
 -Node: VMS Installation Details1191458
 -Node: VMS Running1193711
 -Node: VMS GNV1197990
 -Node: VMS Old Gawk1198725
 -Node: Bugs1199196
 -Node: Bug address1199859
 -Node: Usenet1202841
 -Node: Maintainers1203845
 -Node: Other Versions1205106
 -Node: Installation summary1211664
 -Node: Notes1212866
 -Node: Compatibility Mode1213660
 -Node: Additions1214442
 -Node: Accessing The Source1215367
 -Node: Adding Code1216804
 -Node: New Ports1223023
 -Node: Derived Files1227511
 -Ref: Derived Files-Footnote-11233157
 -Ref: Derived Files-Footnote-21233192
 -Ref: Derived Files-Footnote-31233790
 -Node: Future Extensions1233904
 -Node: Implementation Limitations1234562
 -Node: Extension Design1235745
 -Node: Old Extension Problems1236889
 -Ref: Old Extension Problems-Footnote-11238407
 -Node: Extension New Mechanism Goals1238464
 -Ref: Extension New Mechanism Goals-Footnote-11241828
 -Node: Extension Other Design Decisions1242017
 -Node: Extension Future Growth1244130
 -Node: Notes summary1244966
 -Node: Basic Concepts1246141
 -Node: Basic High Level1246822
 -Ref: figure-general-flow1247104
 -Ref: figure-process-flow1247789
 -Ref: Basic High Level-Footnote-11251090
 -Node: Basic Data Typing1251275
 -Node: Glossary1254603
 -Node: Copying1286441
 -Node: GNU Free Documentation License1323984
 -Node: Index1349104
 +Ref: Profiling-Footnote-1847194
 +Node: Advanced Features Summary847517
 +Node: Internationalization849361
 +Node: I18N and L10N850841
 +Node: Explaining gettext851528
 +Ref: Explaining gettext-Footnote-1857420
 +Ref: Explaining gettext-Footnote-2857605
 +Node: Programmer i18n857770
 +Ref: Programmer i18n-Footnote-1862719
 +Node: Translator i18n862768
 +Node: String Extraction863562
 +Ref: String Extraction-Footnote-1864694
 +Node: Printf Ordering864780
 +Ref: Printf Ordering-Footnote-1867566
 +Node: I18N Portability867630
 +Ref: I18N Portability-Footnote-1870086
 +Node: I18N Example870149
 +Ref: I18N Example-Footnote-1872955
 +Node: Gawk I18N873028
 +Node: I18N Summary873673
 +Node: Debugger875014
 +Node: Debugging876037
 +Node: Debugging Concepts876478
 +Node: Debugging Terms878287
 +Node: Awk Debugging880862
 +Node: Sample Debugging Session881768
 +Node: Debugger Invocation882302
 +Node: Finding The Bug883688
 +Node: List of Debugger Commands890166
 +Node: Breakpoint Control891499
 +Node: Debugger Execution Control895193
 +Node: Viewing And Changing Data898555
 +Node: Execution Stack901929
 +Node: Debugger Info903566
 +Node: Miscellaneous Debugger Commands907637
 +Node: Readline Support912699
 +Node: Limitations913595
 +Node: Debugging Summary915704
 +Node: Arbitrary Precision Arithmetic916983
 +Node: Computer Arithmetic918468
 +Ref: table-numeric-ranges922234
 +Ref: table-floating-point-ranges922727
 +Ref: Computer Arithmetic-Footnote-1923385
 +Node: Math Definitions923442
 +Ref: table-ieee-formats926758
 +Ref: Math Definitions-Footnote-1927361
 +Node: MPFR features927466
 +Node: FP Math Caution929184
 +Ref: FP Math Caution-Footnote-1930256
 +Node: Inexactness of computations930625
 +Node: Inexact representation931585
 +Node: Comparing FP Values932945
 +Node: Errors accumulate934186
 +Node: Getting Accuracy935619
 +Node: Try To Round938329
 +Node: Setting precision939228
 +Ref: table-predefined-precision-strings939925
 +Node: Setting the rounding mode941755
 +Ref: table-gawk-rounding-modes942129
 +Ref: Setting the rounding mode-Footnote-1946060
 +Node: Arbitrary Precision Integers946239
 +Ref: Arbitrary Precision Integers-Footnote-1949414
 +Node: Checking for MPFR949563
 +Node: POSIX Floating Point Problems951037
 +Ref: POSIX Floating Point Problems-Footnote-1955322
 +Node: Floating point summary955360
 +Node: Dynamic Extensions957550
 +Node: Extension Intro959103
 +Node: Plugin License960369
 +Node: Extension Mechanism Outline961166
 +Ref: figure-load-extension961605
 +Ref: figure-register-new-function963170
 +Ref: figure-call-new-function964262
 +Node: Extension API Description966324
 +Node: Extension API Functions Introduction967966
 +Node: General Data Types973506
 +Ref: General Data Types-Footnote-1981867
 +Node: Memory Allocation Functions982166
 +Ref: Memory Allocation Functions-Footnote-1986376
 +Node: Constructor Functions986475
 +Node: Registration Functions990061
 +Node: Extension Functions990746
 +Node: Exit Callback Functions995961
 +Node: Extension Version String997211
 +Node: Input Parsers997874
 +Node: Output Wrappers1010595
 +Node: Two-way processors1015107
 +Node: Printing Messages1017372
 +Ref: Printing Messages-Footnote-11018543
 +Node: Updating ERRNO1018696
 +Node: Requesting Values1019435
 +Ref: table-value-types-returned1020172
 +Node: Accessing Parameters1021108
 +Node: Symbol Table Access1022343
 +Node: Symbol table by name1022855
 +Node: Symbol table by cookie1024644
 +Ref: Symbol table by cookie-Footnote-11028829
 +Node: Cached values1028893
 +Ref: Cached values-Footnote-11032429
 +Node: Array Manipulation1032582
 +Ref: Array Manipulation-Footnote-11033673
 +Node: Array Data Types1033710
 +Ref: Array Data Types-Footnote-11036368
 +Node: Array Functions1036460
 +Node: Flattening Arrays1040958
 +Node: Creating Arrays1047934
 +Node: Redirection API1052701
 +Node: Extension API Variables1055534
 +Node: Extension Versioning1056245
 +Ref: gawk-api-version1056674
 +Node: Extension GMP/MPFR Versioning1058405
 +Node: Extension API Informational Variables1060033
 +Node: Extension API Boilerplate1061106
 +Node: Changes from API V11065080
 +Node: Finding Extensions1066652
 +Node: Extension Example1067211
 +Node: Internal File Description1068009
 +Node: Internal File Ops1072089
 +Ref: Internal File Ops-Footnote-11083439
 +Node: Using Internal File Ops1083579
 +Ref: Using Internal File Ops-Footnote-11085962
 +Node: Extension Samples1086236
 +Node: Extension Sample File Functions1087765
 +Node: Extension Sample Fnmatch1095414
 +Node: Extension Sample Fork1096901
 +Node: Extension Sample Inplace1098119
 +Node: Extension Sample Ord1101336
 +Node: Extension Sample Readdir1102172
 +Ref: table-readdir-file-types1103061
 +Node: Extension Sample Revout1103866
 +Node: Extension Sample Rev2way1104455
 +Node: Extension Sample Read write array1105195
 +Node: Extension Sample Readfile1107137
 +Node: Extension Sample Time1108232
 +Node: Extension Sample API Tests1109580
 +Node: gawkextlib1110072
 +Node: Extension summary1112990
 +Node: Extension Exercises1116692
 +Node: Language History1118190
 +Node: V7/SVR3.11119846
 +Node: SVR41121998
 +Node: POSIX1123432
 +Node: BTL1124812
 +Node: POSIX/GNU1125541
 +Node: Feature History1131319
 +Node: Common Extensions1147178
 +Node: Ranges and Locales1148461
 +Ref: Ranges and Locales-Footnote-11153077
 +Ref: Ranges and Locales-Footnote-21153104
 +Ref: Ranges and Locales-Footnote-31153339
 +Node: Contributors1153560
 +Node: History summary1159505
 +Node: Installation1160885
 +Node: Gawk Distribution1161829
 +Node: Getting1162313
 +Node: Extracting1163276
 +Node: Distribution contents1164914
 +Node: Unix Installation1171394
 +Node: Quick Installation1172076
 +Node: Shell Startup Files1174490
 +Node: Additional Configuration Options1175579
 +Node: Configuration Philosophy1177744
 +Node: Non-Unix Installation1180113
 +Node: PC Installation1180573
 +Node: PC Binary Installation1181411
 +Node: PC Compiling1181846
 +Node: PC Using1182963
 +Node: Cygwin1186178
 +Node: MSYS1187277
 +Node: VMS Installation1187778
 +Node: VMS Compilation1188569
 +Ref: VMS Compilation-Footnote-11189798
 +Node: VMS Dynamic Extensions1189856
 +Node: VMS Installation Details1191541
 +Node: VMS Running1193794
 +Node: VMS GNV1198073
 +Node: VMS Old Gawk1198808
 +Node: Bugs1199279
 +Node: Bug address1199942
 +Node: Usenet1202924
- Node: Maintainers1203701
- Node: Other Versions1204962
- Node: Installation summary1211520
- Node: Notes1212722
- Node: Compatibility Mode1213516
- Node: Additions1214298
- Node: Accessing The Source1215223
- Node: Adding Code1216660
- Node: New Ports1222879
- Node: Derived Files1227367
- Ref: Derived Files-Footnote-11233013
- Ref: Derived Files-Footnote-21233048
- Ref: Derived Files-Footnote-31233646
- Node: Future Extensions1233760
- Node: Implementation Limitations1234418
- Node: Extension Design1235601
- Node: Old Extension Problems1236745
- Ref: Old Extension Problems-Footnote-11238263
- Node: Extension New Mechanism Goals1238320
- Ref: Extension New Mechanism Goals-Footnote-11241684
- Node: Extension Other Design Decisions1241873
- Node: Extension Future Growth1243986
- Node: Notes summary1244822
- Node: Basic Concepts1245997
- Node: Basic High Level1246678
- Ref: figure-general-flow1246960
- Ref: figure-process-flow1247645
- Ref: Basic High Level-Footnote-11250946
- Node: Basic Data Typing1251131
- Node: Glossary1254459
- Node: Copying1286297
- Node: GNU Free Documentation License1323840
- Node: Index1348960
++Node: Maintainers1203928
++Node: Other Versions1205189
++Node: Installation summary1211747
++Node: Notes1212949
++Node: Compatibility Mode1213743
++Node: Additions1214525
++Node: Accessing The Source1215450
++Node: Adding Code1216887
++Node: New Ports1223106
++Node: Derived Files1227594
++Ref: Derived Files-Footnote-11233240
++Ref: Derived Files-Footnote-21233275
++Ref: Derived Files-Footnote-31233873
++Node: Future Extensions1233987
++Node: Implementation Limitations1234645
++Node: Extension Design1235828
++Node: Old Extension Problems1236972
++Ref: Old Extension Problems-Footnote-11238490
++Node: Extension New Mechanism Goals1238547
++Ref: Extension New Mechanism Goals-Footnote-11241911
++Node: Extension Other Design Decisions1242100
++Node: Extension Future Growth1244213
++Node: Notes summary1245049
++Node: Basic Concepts1246224
++Node: Basic High Level1246905
++Ref: figure-general-flow1247187
++Ref: figure-process-flow1247872
++Ref: Basic High Level-Footnote-11251173
++Node: Basic Data Typing1251358
++Node: Glossary1254686
++Node: Copying1286524
++Node: GNU Free Documentation License1324067
++Node: Index1349187
  
  End Tag Table

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

Summary of changes:
 doc/ChangeLog   |  5 ++++
 doc/gawk.info   | 75 ++++++++++++++++++++++++++++++---------------------------
 doc/gawk.texi   |  7 +++++-
 doc/gawktexi.in |  7 +++++-
 4 files changed, 57 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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