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-4646-g2ac80a13


From: Andrew J. Schorr
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4646-g2ac80a13
Date: Wed, 23 Feb 2022 08:52:47 -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, master has been updated
       via  2ac80a1340f0424c88c34a242fde57a7575301d0 (commit)
      from  f4e04f2a0da646b4d0ecda53d97d4743e941ab65 (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=2ac80a1340f0424c88c34a242fde57a7575301d0

commit 2ac80a1340f0424c88c34a242fde57a7575301d0
Author: Andrew J. Schorr <aschorr@telemetry-investments.com>
Date:   Wed Feb 23 08:51:08 2022 -0500

    Fix mistake in gawk manual where I wrote writeall instead of readall.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 53f82d3d..48727973 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-23         Andrew J. Schorr      <aschorr@telemetry-investments.com>
+
+       * gawktexi.in (Extension Sample Read write array): Fix description of
+       readall to say readall instead of writeall.
+
 2022-02-22         Arnold D. Robbins     <arnold@skeeve.com>
 
        * awkcard.in: Update --re-interval description.
diff --git a/doc/gawk.info b/doc/gawk.info
index cc695b19..e17e97e7 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -29164,7 +29164,7 @@ The 'rwarray' extension adds four functions, named 
'writea()',
      function is completely equivalent to calling 'writea(file,
      SYMTAB)'.  It returns one on success, or zero upon failure
 
-'ret = writeall(file)'
+'ret = readall(file)'
      This function takes a string argument, which is the name of the
      file from which to read the contents of various global variables.
      For each variable in the file, the data is loaded unless the
@@ -39288,92 +39288,92 @@ Ref: table-readdir-file-types1175318
 Node: Extension Sample Revout1176386
 Node: Extension Sample Rev2way1176975
 Node: Extension Sample Read write array1177715
-Node: Extension Sample Readfile1180881
-Node: Extension Sample Time1181976
-Node: Extension Sample API Tests1183728
-Node: gawkextlib1184220
-Node: Extension summary1187138
-Node: Extension Exercises1190840
-Node: Language History1192082
-Node: V7/SVR3.11193738
-Node: SVR41195890
-Node: POSIX1197324
-Node: BTL1198705
-Node: POSIX/GNU1199434
-Node: Feature History1205212
-Node: Common Extensions1222387
-Node: Ranges and Locales1223670
-Ref: Ranges and Locales-Footnote-11228286
-Ref: Ranges and Locales-Footnote-21228313
-Ref: Ranges and Locales-Footnote-31228548
-Node: Contributors1228771
-Node: History summary1234768
-Node: Installation1236148
-Node: Gawk Distribution1237092
-Node: Getting1237576
-Node: Extracting1238539
-Node: Distribution contents1240177
-Node: Unix Installation1247238
-Node: Quick Installation1248042
-Node: Compiling with MPFR1250462
-Node: Shell Startup Files1251152
-Node: Additional Configuration Options1252241
-Node: Configuration Philosophy1254556
-Node: Compiling from Git1256952
-Node: Building the Documentation1257507
-Node: Non-Unix Installation1258891
-Node: PC Installation1259351
-Node: PC Binary Installation1260189
-Node: PC Compiling1261062
-Node: PC Using1262179
-Node: Cygwin1265732
-Node: MSYS1266956
-Node: VMS Installation1267558
-Node: VMS Compilation1268277
-Ref: VMS Compilation-Footnote-11269506
-Node: VMS Dynamic Extensions1269564
-Node: VMS Installation Details1271249
-Node: VMS Running1273511
-Node: VMS GNV1277790
-Node: Bugs1278504
-Node: Bug definition1279416
-Node: Bug address1282352
-Node: Usenet1285740
-Node: Performance bugs1286929
-Node: Asking for help1289850
-Node: Maintainers1291817
-Node: Other Versions1293011
-Node: Installation summary1301175
-Node: Notes1302539
-Node: Compatibility Mode1303333
-Node: Additions1304115
-Node: Accessing The Source1305040
-Node: Adding Code1306477
-Node: New Ports1312669
-Node: Derived Files1317044
-Ref: Derived Files-Footnote-11322704
-Ref: Derived Files-Footnote-21322739
-Ref: Derived Files-Footnote-31323337
-Node: Future Extensions1323451
-Node: Implementation Limitations1324109
-Node: Extension Design1325319
-Node: Old Extension Problems1326463
-Ref: Old Extension Problems-Footnote-11327981
-Node: Extension New Mechanism Goals1328038
-Ref: Extension New Mechanism Goals-Footnote-11331402
-Node: Extension Other Design Decisions1331591
-Node: Extension Future Growth1333704
-Node: Notes summary1334310
-Node: Basic Concepts1335468
-Node: Basic High Level1336149
-Ref: figure-general-flow1336431
-Ref: figure-process-flow1337117
-Ref: Basic High Level-Footnote-11340419
-Node: Basic Data Typing1340604
-Node: Glossary1343932
-Node: Copying1375819
-Node: GNU Free Documentation License1413362
-Node: Index1438482
+Node: Extension Sample Readfile1180880
+Node: Extension Sample Time1181975
+Node: Extension Sample API Tests1183727
+Node: gawkextlib1184219
+Node: Extension summary1187137
+Node: Extension Exercises1190839
+Node: Language History1192081
+Node: V7/SVR3.11193737
+Node: SVR41195889
+Node: POSIX1197323
+Node: BTL1198704
+Node: POSIX/GNU1199433
+Node: Feature History1205211
+Node: Common Extensions1222386
+Node: Ranges and Locales1223669
+Ref: Ranges and Locales-Footnote-11228285
+Ref: Ranges and Locales-Footnote-21228312
+Ref: Ranges and Locales-Footnote-31228547
+Node: Contributors1228770
+Node: History summary1234767
+Node: Installation1236147
+Node: Gawk Distribution1237091
+Node: Getting1237575
+Node: Extracting1238538
+Node: Distribution contents1240176
+Node: Unix Installation1247237
+Node: Quick Installation1248041
+Node: Compiling with MPFR1250461
+Node: Shell Startup Files1251151
+Node: Additional Configuration Options1252240
+Node: Configuration Philosophy1254555
+Node: Compiling from Git1256951
+Node: Building the Documentation1257506
+Node: Non-Unix Installation1258890
+Node: PC Installation1259350
+Node: PC Binary Installation1260188
+Node: PC Compiling1261061
+Node: PC Using1262178
+Node: Cygwin1265731
+Node: MSYS1266955
+Node: VMS Installation1267557
+Node: VMS Compilation1268276
+Ref: VMS Compilation-Footnote-11269505
+Node: VMS Dynamic Extensions1269563
+Node: VMS Installation Details1271248
+Node: VMS Running1273510
+Node: VMS GNV1277789
+Node: Bugs1278503
+Node: Bug definition1279415
+Node: Bug address1282351
+Node: Usenet1285739
+Node: Performance bugs1286928
+Node: Asking for help1289849
+Node: Maintainers1291816
+Node: Other Versions1293010
+Node: Installation summary1301174
+Node: Notes1302538
+Node: Compatibility Mode1303332
+Node: Additions1304114
+Node: Accessing The Source1305039
+Node: Adding Code1306476
+Node: New Ports1312668
+Node: Derived Files1317043
+Ref: Derived Files-Footnote-11322703
+Ref: Derived Files-Footnote-21322738
+Ref: Derived Files-Footnote-31323336
+Node: Future Extensions1323450
+Node: Implementation Limitations1324108
+Node: Extension Design1325318
+Node: Old Extension Problems1326462
+Ref: Old Extension Problems-Footnote-11327980
+Node: Extension New Mechanism Goals1328037
+Ref: Extension New Mechanism Goals-Footnote-11331401
+Node: Extension Other Design Decisions1331590
+Node: Extension Future Growth1333703
+Node: Notes summary1334309
+Node: Basic Concepts1335467
+Node: Basic High Level1336148
+Ref: figure-general-flow1336430
+Ref: figure-process-flow1337116
+Ref: Basic High Level-Footnote-11340418
+Node: Basic Data Typing1340603
+Node: Glossary1343931
+Node: Copying1375818
+Node: GNU Free Documentation License1413361
+Node: Index1438481
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index c319de19..b43dde16 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -39780,7 +39780,7 @@ is completely equivalent to calling
 It returns one on success, or zero upon failure
 
 @cindex @code{readall()} extension function
-@item ret = writeall(file)
+@item ret = readall(file)
 This function takes a string argument, which is the name of the
 file from which to read the contents of various global variables.
 For each variable in the file, the data is loaded unless the variable
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 134c5558..2eb81be6 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -38623,7 +38623,7 @@ is completely equivalent to calling
 It returns one on success, or zero upon failure
 
 @cindex @code{readall()} extension function
-@item ret = writeall(file)
+@item ret = readall(file)
 This function takes a string argument, which is the name of the
 file from which to read the contents of various global variables.
 For each variable in the file, the data is loaded unless the variable

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

Summary of changes:
 doc/ChangeLog   |   5 ++
 doc/gawk.info   | 174 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |   2 +-
 doc/gawktexi.in |   2 +-
 4 files changed, 94 insertions(+), 89 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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