gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-4832-g8d350730


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4832-g8d350730
Date: Fri, 5 Aug 2022 06:37:53 -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, master has been updated
       via  8d3507305929dbeb01cec82248f661eb096016f2 (commit)
      from  d59ea9ea50b1daf21b246494ffbc5ab052abd539 (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=8d3507305929dbeb01cec82248f661eb096016f2

commit 8d3507305929dbeb01cec82248f661eb096016f2
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Aug 5 13:37:30 2022 +0300

    Small doc fix.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index aa44ccd3..0c452c55 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-05         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawktexi.in: For `gawk --version' output, wrap the result
+       onto a second line. Thank you PMA for a too long version string.
+
 2022-08-03         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in (Persistent Memory): Document not to mix runs of
diff --git a/doc/gawk.info b/doc/gawk.info
index 0b9579ea..80aa469e 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -22155,7 +22155,8 @@ use the same 'gawk' executable from run to run.
 so:
 
      $ gawk --version
-     -| GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7), (GNU 
MPFR 4.0.1, GNU MP 6.1.2)
+     -| GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7),
+        (GNU MPFR 4.0.1, GNU MP 6.1.2)
      -| Copyright (C) 1989, 1991-2022 Free Software Foundation.
      ...
 
@@ -24814,7 +24815,8 @@ uses the GNU MPFR (http://www.mpfr.org) and GNU MP 
(https://gmplib.org)
 see if MPFR support is available like so:
 
      $ gawk --version
-     -| GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7), (GNU 
MPFR 4.0.1, GNU MP 6.1.2)
+     -| GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7),
+        (GNU MPFR 4.0.1, GNU MP 6.1.2)
      -| Copyright (C) 1989, 1991-2022 Free Software Foundation.
      ...
 
@@ -37016,9 +37018,9 @@ Index
 * environment variables, AWKPATH <3>:    Igawk Program.       (line  12)
 * environment variables, AWKPATH <4>:    Igawk Program.       (line 211)
 * environment variables, GAWK_PERSIST_FILE <1>: Persistent Memory.
-                                                              (line  42)
+                                                              (line  43)
 * environment variables, PMA_VERBOSITY <1>: Persistent Memory.
-                                                              (line  86)
+                                                              (line  87)
 * environment variables, LANGUAGE:       Explaining gettext.  (line 120)
 * environment variables, GAWK_LOCALE_DIR <1>: Explaining gettext.
                                                               (line 132)
@@ -37512,7 +37514,7 @@ Index
 * GAWK_PERSIST_FILE environment variable: Other Environment Variables.
                                                               (line  15)
 * GAWK_PERSIST_FILE environment variable <1>: Persistent Memory.
-                                                              (line  42)
+                                                              (line  43)
 * GAWK_READ_TIMEOUT environment variable: Other Environment Variables.
                                                               (line  19)
 * GAWK_READ_TIMEOUT environment variable <1>: Read Timeout.   (line  71)
@@ -37770,8 +37772,8 @@ Index
 * Kahrs, Jürgen:                         Acknowledgments.     (line  60)
 * Kahrs, Jürgen <1>:                     Contributors.        (line  71)
 * Kasal, Stepan:                         Acknowledgments.     (line  60)
-* Kelly, Terence:                        Persistent Memory.   (line  68)
-* Kelly, Terence <1>:                    Persistent Memory.   (line 106)
+* Kelly, Terence:                        Persistent Memory.   (line  69)
+* Kelly, Terence <1>:                    Persistent Memory.   (line 107)
 * Kelly, Terence <2>:                    Feature History.     (line 508)
 * Kenobi, Obi-Wan:                       Undocumented.        (line   6)
 * Kernighan, Brian:                      History.             (line  17)
@@ -38207,7 +38209,7 @@ Index
 * plus sign (+), += operator <1>:        Precedence.          (line  94)
 * PMA_VERBOSITY environment variable:    Other Environment Variables.
                                                               (line  29)
-* PMA_VERBOSITY environment variable <1>: Persistent Memory.  (line  86)
+* PMA_VERBOSITY environment variable <1>: Persistent Memory.  (line  87)
 * pointers to functions:                 Indirect Calls.      (line   6)
 * portability, #! (executable scripts):  Executable Scripts.  (line  29)
 * portability, ARGV variable:            Executable Scripts.  (line  55)
@@ -39562,244 +39564,244 @@ Ref: Two-way I/O-Footnote-2884578
 Node: TCP/IP Networking884660
 Node: Profiling887736
 Node: Persistent Memory897042
-Ref: Persistent Memory-Footnote-1904550
-Node: Extension Philosophy904677
-Node: Advanced Features Summary906164
-Node: Internationalization908336
-Node: I18N and L10N910010
-Node: Explaining gettext910697
-Ref: Explaining gettext-Footnote-1916589
-Ref: Explaining gettext-Footnote-2916774
-Node: Programmer i18n916939
-Ref: Programmer i18n-Footnote-1921888
-Node: Translator i18n921937
-Node: String Extraction922731
-Ref: String Extraction-Footnote-1923863
-Node: Printf Ordering923949
-Ref: Printf Ordering-Footnote-1926735
-Node: I18N Portability926799
-Ref: I18N Portability-Footnote-1929255
-Node: I18N Example929318
-Ref: I18N Example-Footnote-1932593
-Ref: I18N Example-Footnote-2932666
-Node: Gawk I18N932775
-Node: I18N Summary933397
-Node: Debugger934738
-Node: Debugging935738
-Node: Debugging Concepts936179
-Node: Debugging Terms937988
-Node: Awk Debugging940563
-Ref: Awk Debugging-Footnote-1941508
-Node: Sample Debugging Session941640
-Node: Debugger Invocation942174
-Node: Finding The Bug943560
-Node: List of Debugger Commands950034
-Node: Breakpoint Control951367
-Node: Debugger Execution Control955061
-Node: Viewing And Changing Data958423
-Node: Execution Stack961964
-Node: Debugger Info963601
-Node: Miscellaneous Debugger Commands967672
-Node: Readline Support972734
-Node: Limitations973630
-Node: Debugging Summary976184
-Node: Namespaces977463
-Node: Global Namespace978574
-Node: Qualified Names979972
-Node: Default Namespace980971
-Node: Changing The Namespace981712
-Node: Naming Rules983326
-Node: Internal Name Management985174
-Node: Namespace Example986216
-Node: Namespace And Features988778
-Node: Namespace Summary990213
-Node: Arbitrary Precision Arithmetic991690
-Node: Computer Arithmetic993177
-Ref: table-numeric-ranges996943
-Ref: table-floating-point-ranges997437
-Ref: Computer Arithmetic-Footnote-1998096
-Node: Math Definitions998153
-Ref: table-ieee-formats1001129
-Node: MPFR features1001697
-Node: MPFR On Parole1002142
-Ref: MPFR On Parole-Footnote-11002971
-Node: MPFR Intro1003126
-Node: FP Math Caution1004806
-Ref: FP Math Caution-Footnote-11005878
-Node: Inexactness of computations1006247
-Node: Inexact representation1007278
-Node: Comparing FP Values1008638
-Node: Errors accumulate1009879
-Node: Strange values1011335
-Ref: Strange values-Footnote-11013923
-Node: Getting Accuracy1014028
-Node: Try To Round1016738
-Node: Setting precision1017637
-Ref: table-predefined-precision-strings1018334
-Node: Setting the rounding mode1020165
-Ref: table-gawk-rounding-modes1020539
-Ref: Setting the rounding mode-Footnote-11024471
-Node: Arbitrary Precision Integers1024650
-Ref: Arbitrary Precision Integers-Footnote-11027825
-Node: Checking for MPFR1027974
-Node: POSIX Floating Point Problems1029448
-Ref: POSIX Floating Point Problems-Footnote-11034101
-Node: Floating point summary1034139
-Node: Dynamic Extensions1036329
-Node: Extension Intro1037882
-Node: Plugin License1039148
-Node: Extension Mechanism Outline1039945
-Ref: figure-load-extension1040384
-Ref: figure-register-new-function1041950
-Ref: figure-call-new-function1043043
-Node: Extension API Description1045106
-Node: Extension API Functions Introduction1046819
-Ref: table-api-std-headers1048655
-Node: General Data Types1052905
-Ref: General Data Types-Footnote-11061611
-Node: Memory Allocation Functions1061910
-Ref: Memory Allocation Functions-Footnote-11066411
-Node: Constructor Functions1066510
-Node: API Ownership of MPFR and GMP Values1070163
-Node: Registration Functions1071696
-Node: Extension Functions1072396
-Node: Exit Callback Functions1077718
-Node: Extension Version String1078968
-Node: Input Parsers1079631
-Node: Output Wrappers1092352
-Node: Two-way processors1096864
-Node: Printing Messages1099129
-Ref: Printing Messages-Footnote-11100300
-Node: Updating ERRNO1100453
-Node: Requesting Values1101192
-Ref: table-value-types-returned1101929
-Node: Accessing Parameters1103038
-Node: Symbol Table Access1104275
-Node: Symbol table by name1104787
-Ref: Symbol table by name-Footnote-11107812
-Node: Symbol table by cookie1107940
-Ref: Symbol table by cookie-Footnote-11112125
-Node: Cached values1112189
-Ref: Cached values-Footnote-11115725
-Node: Array Manipulation1115878
-Ref: Array Manipulation-Footnote-11116969
-Node: Array Data Types1117006
-Ref: Array Data Types-Footnote-11119664
-Node: Array Functions1119756
-Node: Flattening Arrays1124541
-Node: Creating Arrays1131517
-Node: Redirection API1136284
-Node: Extension API Variables1139117
-Node: Extension Versioning1139828
-Ref: gawk-api-version1140257
-Node: Extension GMP/MPFR Versioning1141989
-Node: Extension API Informational Variables1143617
-Node: Extension API Boilerplate1144690
-Node: Changes from API V11148664
-Node: Finding Extensions1150236
-Node: Extension Example1150795
-Node: Internal File Description1151593
-Node: Internal File Ops1155673
-Ref: Internal File Ops-Footnote-11167023
-Node: Using Internal File Ops1167163
-Ref: Using Internal File Ops-Footnote-11169546
-Node: Extension Samples1169820
-Node: Extension Sample File Functions1171349
-Node: Extension Sample Fnmatch1178998
-Node: Extension Sample Fork1180485
-Node: Extension Sample Inplace1181703
-Node: Extension Sample Ord1185329
-Node: Extension Sample Readdir1186165
-Ref: table-readdir-file-types1187054
-Node: Extension Sample Revout1188122
-Node: Extension Sample Rev2way1188711
-Node: Extension Sample Read write array1189451
-Node: Extension Sample Readfile1192616
-Node: Extension Sample Time1193711
-Node: Extension Sample API Tests1195463
-Node: gawkextlib1195955
-Node: Extension summary1198873
-Node: Extension Exercises1202575
-Node: Language History1203817
-Node: V7/SVR3.11205473
-Node: SVR41207625
-Node: POSIX1209059
-Node: BTL1210440
-Node: POSIX/GNU1211169
-Node: Feature History1217075
-Node: Common Extensions1234814
-Node: Ranges and Locales1236097
-Ref: Ranges and Locales-Footnote-11240713
-Ref: Ranges and Locales-Footnote-21240740
-Ref: Ranges and Locales-Footnote-31240975
-Node: Contributors1241198
-Node: History summary1247195
-Node: Installation1248575
-Node: Gawk Distribution1249519
-Node: Getting1250003
-Node: Extracting1250966
-Node: Distribution contents1252604
-Node: Unix Installation1259665
-Node: Quick Installation1260469
-Node: Compiling with MPFR1262889
-Node: Shell Startup Files1263579
-Node: Additional Configuration Options1264668
-Node: Configuration Philosophy1266983
-Node: Compiling from Git1269379
-Node: Building the Documentation1269934
-Node: Non-Unix Installation1271318
-Node: PC Installation1271778
-Node: PC Binary Installation1272619
-Node: PC Compiling1273492
-Node: PC Using1274598
-Node: Cygwin1278094
-Node: MSYS1279318
-Node: VMS Installation1279920
-Node: VMS Compilation1280639
-Ref: VMS Compilation-Footnote-11281868
-Node: VMS Dynamic Extensions1281926
-Node: VMS Installation Details1283611
-Node: VMS Running1285873
-Node: VMS GNV1290152
-Node: Bugs1290866
-Node: Bug definition1291778
-Node: Bug address1294714
-Node: Usenet1297902
-Node: Performance bugs1299091
-Node: Asking for help1302012
-Node: Maintainers1303979
-Node: Other Versions1304986
-Node: Installation summary1313256
-Node: Notes1314613
-Node: Compatibility Mode1315407
-Node: Additions1316189
-Node: Accessing The Source1317114
-Node: Adding Code1318551
-Node: New Ports1325366
-Node: Derived Files1329741
-Ref: Derived Files-Footnote-11335401
-Ref: Derived Files-Footnote-21335436
-Ref: Derived Files-Footnote-31336034
-Node: Future Extensions1336148
-Node: Implementation Limitations1336806
-Node: Extension Design1338016
-Node: Old Extension Problems1339160
-Ref: Old Extension Problems-Footnote-11340678
-Node: Extension New Mechanism Goals1340735
-Ref: Extension New Mechanism Goals-Footnote-11344099
-Node: Extension Other Design Decisions1344288
-Node: Extension Future Growth1346401
-Node: Notes summary1347007
-Node: Basic Concepts1348165
-Node: Basic High Level1348846
-Ref: figure-general-flow1349128
-Ref: figure-process-flow1349814
-Ref: Basic High Level-Footnote-11353116
-Node: Basic Data Typing1353301
-Node: Glossary1356629
-Node: Copying1388516
-Node: GNU Free Documentation License1426059
-Node: Index1451179
+Ref: Persistent Memory-Footnote-1904558
+Node: Extension Philosophy904685
+Node: Advanced Features Summary906172
+Node: Internationalization908344
+Node: I18N and L10N910018
+Node: Explaining gettext910705
+Ref: Explaining gettext-Footnote-1916597
+Ref: Explaining gettext-Footnote-2916782
+Node: Programmer i18n916947
+Ref: Programmer i18n-Footnote-1921896
+Node: Translator i18n921945
+Node: String Extraction922739
+Ref: String Extraction-Footnote-1923871
+Node: Printf Ordering923957
+Ref: Printf Ordering-Footnote-1926743
+Node: I18N Portability926807
+Ref: I18N Portability-Footnote-1929263
+Node: I18N Example929326
+Ref: I18N Example-Footnote-1932601
+Ref: I18N Example-Footnote-2932674
+Node: Gawk I18N932783
+Node: I18N Summary933405
+Node: Debugger934746
+Node: Debugging935746
+Node: Debugging Concepts936187
+Node: Debugging Terms937996
+Node: Awk Debugging940571
+Ref: Awk Debugging-Footnote-1941516
+Node: Sample Debugging Session941648
+Node: Debugger Invocation942182
+Node: Finding The Bug943568
+Node: List of Debugger Commands950042
+Node: Breakpoint Control951375
+Node: Debugger Execution Control955069
+Node: Viewing And Changing Data958431
+Node: Execution Stack961972
+Node: Debugger Info963609
+Node: Miscellaneous Debugger Commands967680
+Node: Readline Support972742
+Node: Limitations973638
+Node: Debugging Summary976192
+Node: Namespaces977471
+Node: Global Namespace978582
+Node: Qualified Names979980
+Node: Default Namespace980979
+Node: Changing The Namespace981720
+Node: Naming Rules983334
+Node: Internal Name Management985182
+Node: Namespace Example986224
+Node: Namespace And Features988786
+Node: Namespace Summary990221
+Node: Arbitrary Precision Arithmetic991698
+Node: Computer Arithmetic993185
+Ref: table-numeric-ranges996951
+Ref: table-floating-point-ranges997445
+Ref: Computer Arithmetic-Footnote-1998104
+Node: Math Definitions998161
+Ref: table-ieee-formats1001137
+Node: MPFR features1001705
+Node: MPFR On Parole1002150
+Ref: MPFR On Parole-Footnote-11002979
+Node: MPFR Intro1003134
+Node: FP Math Caution1004822
+Ref: FP Math Caution-Footnote-11005894
+Node: Inexactness of computations1006263
+Node: Inexact representation1007294
+Node: Comparing FP Values1008654
+Node: Errors accumulate1009895
+Node: Strange values1011351
+Ref: Strange values-Footnote-11013939
+Node: Getting Accuracy1014044
+Node: Try To Round1016754
+Node: Setting precision1017653
+Ref: table-predefined-precision-strings1018350
+Node: Setting the rounding mode1020181
+Ref: table-gawk-rounding-modes1020555
+Ref: Setting the rounding mode-Footnote-11024487
+Node: Arbitrary Precision Integers1024666
+Ref: Arbitrary Precision Integers-Footnote-11027841
+Node: Checking for MPFR1027990
+Node: POSIX Floating Point Problems1029464
+Ref: POSIX Floating Point Problems-Footnote-11034117
+Node: Floating point summary1034155
+Node: Dynamic Extensions1036345
+Node: Extension Intro1037898
+Node: Plugin License1039164
+Node: Extension Mechanism Outline1039961
+Ref: figure-load-extension1040400
+Ref: figure-register-new-function1041966
+Ref: figure-call-new-function1043059
+Node: Extension API Description1045122
+Node: Extension API Functions Introduction1046835
+Ref: table-api-std-headers1048671
+Node: General Data Types1052921
+Ref: General Data Types-Footnote-11061627
+Node: Memory Allocation Functions1061926
+Ref: Memory Allocation Functions-Footnote-11066427
+Node: Constructor Functions1066526
+Node: API Ownership of MPFR and GMP Values1070179
+Node: Registration Functions1071712
+Node: Extension Functions1072412
+Node: Exit Callback Functions1077734
+Node: Extension Version String1078984
+Node: Input Parsers1079647
+Node: Output Wrappers1092368
+Node: Two-way processors1096880
+Node: Printing Messages1099145
+Ref: Printing Messages-Footnote-11100316
+Node: Updating ERRNO1100469
+Node: Requesting Values1101208
+Ref: table-value-types-returned1101945
+Node: Accessing Parameters1103054
+Node: Symbol Table Access1104291
+Node: Symbol table by name1104803
+Ref: Symbol table by name-Footnote-11107828
+Node: Symbol table by cookie1107956
+Ref: Symbol table by cookie-Footnote-11112141
+Node: Cached values1112205
+Ref: Cached values-Footnote-11115741
+Node: Array Manipulation1115894
+Ref: Array Manipulation-Footnote-11116985
+Node: Array Data Types1117022
+Ref: Array Data Types-Footnote-11119680
+Node: Array Functions1119772
+Node: Flattening Arrays1124557
+Node: Creating Arrays1131533
+Node: Redirection API1136300
+Node: Extension API Variables1139133
+Node: Extension Versioning1139844
+Ref: gawk-api-version1140273
+Node: Extension GMP/MPFR Versioning1142005
+Node: Extension API Informational Variables1143633
+Node: Extension API Boilerplate1144706
+Node: Changes from API V11148680
+Node: Finding Extensions1150252
+Node: Extension Example1150811
+Node: Internal File Description1151609
+Node: Internal File Ops1155689
+Ref: Internal File Ops-Footnote-11167039
+Node: Using Internal File Ops1167179
+Ref: Using Internal File Ops-Footnote-11169562
+Node: Extension Samples1169836
+Node: Extension Sample File Functions1171365
+Node: Extension Sample Fnmatch1179014
+Node: Extension Sample Fork1180501
+Node: Extension Sample Inplace1181719
+Node: Extension Sample Ord1185345
+Node: Extension Sample Readdir1186181
+Ref: table-readdir-file-types1187070
+Node: Extension Sample Revout1188138
+Node: Extension Sample Rev2way1188727
+Node: Extension Sample Read write array1189467
+Node: Extension Sample Readfile1192632
+Node: Extension Sample Time1193727
+Node: Extension Sample API Tests1195479
+Node: gawkextlib1195971
+Node: Extension summary1198889
+Node: Extension Exercises1202591
+Node: Language History1203833
+Node: V7/SVR3.11205489
+Node: SVR41207641
+Node: POSIX1209075
+Node: BTL1210456
+Node: POSIX/GNU1211185
+Node: Feature History1217091
+Node: Common Extensions1234830
+Node: Ranges and Locales1236113
+Ref: Ranges and Locales-Footnote-11240729
+Ref: Ranges and Locales-Footnote-21240756
+Ref: Ranges and Locales-Footnote-31240991
+Node: Contributors1241214
+Node: History summary1247211
+Node: Installation1248591
+Node: Gawk Distribution1249535
+Node: Getting1250019
+Node: Extracting1250982
+Node: Distribution contents1252620
+Node: Unix Installation1259681
+Node: Quick Installation1260485
+Node: Compiling with MPFR1262905
+Node: Shell Startup Files1263595
+Node: Additional Configuration Options1264684
+Node: Configuration Philosophy1266999
+Node: Compiling from Git1269395
+Node: Building the Documentation1269950
+Node: Non-Unix Installation1271334
+Node: PC Installation1271794
+Node: PC Binary Installation1272635
+Node: PC Compiling1273508
+Node: PC Using1274614
+Node: Cygwin1278110
+Node: MSYS1279334
+Node: VMS Installation1279936
+Node: VMS Compilation1280655
+Ref: VMS Compilation-Footnote-11281884
+Node: VMS Dynamic Extensions1281942
+Node: VMS Installation Details1283627
+Node: VMS Running1285889
+Node: VMS GNV1290168
+Node: Bugs1290882
+Node: Bug definition1291794
+Node: Bug address1294730
+Node: Usenet1297918
+Node: Performance bugs1299107
+Node: Asking for help1302028
+Node: Maintainers1303995
+Node: Other Versions1305002
+Node: Installation summary1313272
+Node: Notes1314629
+Node: Compatibility Mode1315423
+Node: Additions1316205
+Node: Accessing The Source1317130
+Node: Adding Code1318567
+Node: New Ports1325382
+Node: Derived Files1329757
+Ref: Derived Files-Footnote-11335417
+Ref: Derived Files-Footnote-21335452
+Ref: Derived Files-Footnote-31336050
+Node: Future Extensions1336164
+Node: Implementation Limitations1336822
+Node: Extension Design1338032
+Node: Old Extension Problems1339176
+Ref: Old Extension Problems-Footnote-11340694
+Node: Extension New Mechanism Goals1340751
+Ref: Extension New Mechanism Goals-Footnote-11344115
+Node: Extension Other Design Decisions1344304
+Node: Extension Future Growth1346417
+Node: Notes summary1347023
+Node: Basic Concepts1348181
+Node: Basic High Level1348862
+Ref: figure-general-flow1349144
+Ref: figure-process-flow1349830
+Ref: Basic High Level-Footnote-11353132
+Node: Basic Data Typing1353317
+Node: Glossary1356645
+Node: Copying1388532
+Node: GNU Free Documentation License1426075
+Node: Index1451195
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index bf45332e..7509f165 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -31055,7 +31055,8 @@ memory like so:
 
 @example
 $ @kbd{gawk --version}
-@print{} GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7), (GNU 
MPFR 4.0.1, GNU MP 6.1.2)
+@print{} GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7),
+   (GNU MPFR 4.0.1, GNU MP 6.1.2)
 @print{} Copyright (C) 1989, 1991-2022 Free Software Foundation.
 @dots{}
 @end example
@@ -34513,7 +34514,8 @@ is available like so:
 
 @example
 $ @kbd{gawk --version}
-@print{} GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7), (GNU 
MPFR 4.0.1, GNU MP 6.1.2)
+@print{} GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7),
+   (GNU MPFR 4.0.1, GNU MP 6.1.2)
 @print{} Copyright (C) 1989, 1991-2022 Free Software Foundation.
 @dots{}
 @end example
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 09830ea4..2da7db78 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -29937,7 +29937,8 @@ memory like so:
 
 @example
 $ @kbd{gawk --version}
-@print{} GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7), (GNU 
MPFR 4.0.1, GNU MP 6.1.2)
+@print{} GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7),
+   (GNU MPFR 4.0.1, GNU MP 6.1.2)
 @print{} Copyright (C) 1989, 1991-2022 Free Software Foundation.
 @dots{}
 @end example
@@ -33395,7 +33396,8 @@ is available like so:
 
 @example
 $ @kbd{gawk --version}
-@print{} GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7), (GNU 
MPFR 4.0.1, GNU MP 6.1.2)
+@print{} GNU Awk 5.2.0, API: 3.2, PMA: 2022.08Aug.03.1659520468 (Avon 7),
+   (GNU MPFR 4.0.1, GNU MP 6.1.2)
 @print{} Copyright (C) 1989, 1991-2022 Free Software Foundation.
 @dots{}
 @end example

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

Summary of changes:
 doc/ChangeLog   |   5 +
 doc/gawk.info   | 494 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |   6 +-
 doc/gawktexi.in |   6 +-
 4 files changed, 261 insertions(+), 250 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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