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-3494-gc9219a1
Date: Tue, 23 Oct 2018 14:26:40 -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  c9219a146b0057e8fc6bba5b522f4b5fdfeed9ef (commit)
       via  ff52dcbe02a9d6194c4264b62457a15031e01891 (commit)
       via  42ebcfc9b53cad17bacd37097e0dff2b45d1768c (commit)
       via  4dfccced8e5ee72d215801f904a061a2c6379a62 (commit)
      from  02a2344c2f13692c5e008b076c4f41e1d78e8c56 (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=c9219a146b0057e8fc6bba5b522f4b5fdfeed9ef

commit c9219a146b0057e8fc6bba5b522f4b5fdfeed9ef
Merge: 02a2344 ff52dcb
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Oct 23 21:26:32 2018 +0300

    Merge branch 'master' into feature/fix-comments

diff --cc ChangeLog
index da7fa2a,19ef3d0..2fcd681
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,62 -1,7 +1,66 @@@
+ 2018-10-23         Arnold D. Robbins     <address@hidden>
+ 
+       * config.sub: Updated from GNULIB.
+ 
 +2018-10-20         Arnold D. Robbins     <address@hidden>
 +
 +      * awk.h (SRCFILE): Add comment field for comments on @load statements.
 +      * awkgram.y (include_source): Type change to boolean.
 +      (load_library): Type change to boolean, additiona parameter to
 +      bring the SRCFILE struct up to where we can add the comment into it.
 +      (make_include_comment): New function. Not used yet.
 +      (Grammar): Add comment for @load statements. Start on preserving
 +      @include statements and their comments for eventual inclusion
 +      into the pretty-printed code.
 +      * profile.c (print_lib_list): Made a little smarter about printing
 +      the header and indentation. Print the comment if there is one.
 +
 +2018-10-17         Arnold D. Robbins     <address@hidden>
 +
 +      * awk.h (commenttype): Add FOR_COMMENT.
 +      * awkgram.y (Grammar): Handle all the opt_nls cases in
 +      regular for statements.
 +      * debug.c (print_instruction): Print the comments in Op_K_for.
 +      * profile.c (pprint): Handle printing comments.
 +
 +2018-10-17         Arnold D. Robbins     <address@hidden>
 +
 +      * NEWS: Updated.
 +      * awkgram.y (Grammar): Distinguish `print' and `print $0' in
 +      what gets profiled / pretty-printed.
 +      * profile.c (pprint): For case and default, add final newline
 +      if there is no comment to print.
 +
 +2018-10-16         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (Grammar): Improve comment handling for many plain
 +      statements. Improve handling for case and default.
 +      Handle comments in `for (iggy in foo)' loops.
 +      (yylex): After a colon, only allow newline if was part of ?:.
 +      (merge_comments): Improve coding so we don't get two newlines
 +      at the end of a merged comment.
 +      * debug.c (print_instruction): Handle comments for case and default.
 +      Simplify printing of comments.
 +      * profile.c (pprint): Handle comments for case and default.
 +      Remove compiler warning in Op_and/Op_or handling.
 +
 +2018-10-14         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (Grammar): Add comment handling for do...while.
 +      Regularize comments about `else ...'.
 +      * debug.c (print_instruction): Improve handling of comments for
 +      do-while and switch, and in general.
 +      * profile.c (pprint): Revise for do...while.
 +
 +2018-10-10         Arnold D. Robbins     <address@hidden>
 +
 +      * awkgram.y (make_braced_statements): New function.
 +      (Grammar): Use it in the right places instead of inline code.
 +      * debug.c (print_instruction): For Op_comment, fix type string.
 +      * profile.c (pprint): Move tabs and tabs_len to top of function.
 +      For Op_and and Op_or, handle comments.  Use new check_indent_level
 +      for Op_and, Op_or and Op_cond_exp.
 +
  2018-10-10         Arnold D. Robbins     <address@hidden>
  
        * debug.c (print_instruction): For Op_comment, use print_func
diff --cc doc/ChangeLog
index 8441236,db90d2e..497bfd6
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,9 -1,9 +1,15 @@@
+ 2018-10-23         Arnold D. Robbins     <address@hidden>
+ 
+       * gawktexi.in (Bug address): Mention the GNU Kind
+       Communications Guidelines, with URL.
+       * texinfo.tex: Updated from GNULIB.
+ 
 +2018-10-17         Arnold D. Robbins     <address@hidden>
 +
 +      * gawktexi.in (Profiling): Revise example for pattern without
 +      action and note that the profiler distinguishes `print' and
 +      `print $0'.
 +
  2018-09-23         Arnold D. Robbins     <address@hidden>
  
        * gawktexi.in (Extracting): Note that patch levels above
diff --cc doc/gawk.info
index c6c578c,482ca3c..336f5c0
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@@ -36464,218 -36467,218 +36468,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: Maintainers1203618
 -Node: Other Versions1204879
 -Node: Installation summary1211437
 -Node: Notes1212639
 -Node: Compatibility Mode1213433
 -Node: Additions1214215
 -Node: Accessing The Source1215140
 -Node: Adding Code1216577
 -Node: New Ports1222796
 -Node: Derived Files1227284
 -Ref: Derived Files-Footnote-11232930
 -Ref: Derived Files-Footnote-21232965
 -Ref: Derived Files-Footnote-31233563
 -Node: Future Extensions1233677
 -Node: Implementation Limitations1234335
 -Node: Extension Design1235518
 -Node: Old Extension Problems1236662
 -Ref: Old Extension Problems-Footnote-11238180
 -Node: Extension New Mechanism Goals1238237
 -Ref: Extension New Mechanism Goals-Footnote-11241601
 -Node: Extension Other Design Decisions1241790
 -Node: Extension Future Growth1243903
 -Node: Notes summary1244739
 -Node: Basic Concepts1245914
 -Node: Basic High Level1246595
 -Ref: figure-general-flow1246877
 -Ref: figure-process-flow1247562
 -Ref: Basic High Level-Footnote-11250863
 -Node: Basic Data Typing1251048
 -Node: Glossary1254376
 -Node: Copying1286214
 -Node: GNU Free Documentation License1323757
 -Node: Index1348877
 +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: Usenet1202734
- Node: Maintainers1203511
- Node: Other Versions1204772
- Node: Installation summary1211330
- Node: Notes1212532
- Node: Compatibility Mode1213326
- Node: Additions1214108
- Node: Accessing The Source1215033
- Node: Adding Code1216470
- Node: New Ports1222689
- Node: Derived Files1227177
- Ref: Derived Files-Footnote-11232823
- Ref: Derived Files-Footnote-21232858
- Ref: Derived Files-Footnote-31233456
- Node: Future Extensions1233570
- Node: Implementation Limitations1234228
- Node: Extension Design1235411
- Node: Old Extension Problems1236555
- Ref: Old Extension Problems-Footnote-11238073
- Node: Extension New Mechanism Goals1238130
- Ref: Extension New Mechanism Goals-Footnote-11241494
- Node: Extension Other Design Decisions1241683
- Node: Extension Future Growth1243796
- Node: Notes summary1244632
- Node: Basic Concepts1245807
- Node: Basic High Level1246488
- Ref: figure-general-flow1246770
- Ref: figure-process-flow1247455
- Ref: Basic High Level-Footnote-11250756
- Node: Basic Data Typing1250941
- Node: Glossary1254269
- Node: Copying1286107
- Node: GNU Free Documentation License1323650
- Node: Index1348770
++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
  
  End Tag Table

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

Summary of changes:
 ChangeLog                      |  4 +++
 config.sub                     | 10 +++---
 doc/ChangeLog                  |  6 ++++
 doc/gawk.info                  | 72 ++++++++++++++++++++++--------------------
 doc/gawk.texi                  |  5 +++
 doc/gawktexi.in                |  5 +++
 doc/texinfo.tex                |  3 +-
 extension/build-aux/ChangeLog  |  4 +++
 extension/build-aux/config.sub | 10 +++---
 9 files changed, 74 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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