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-4663-g066f4bec


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4663-g066f4bec
Date: Fri, 11 Mar 2022 07:30:51 -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  066f4becd059809839ce9629fe94f40967a6aa3d (commit)
      from  d107bd04bfef662cca9580bd7aed01144a5d2dfb (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=066f4becd059809839ce9629fe94f40967a6aa3d

commit 066f4becd059809839ce9629fe94f40967a6aa3d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Mar 11 14:30:34 2022 +0200

    Doc fixes, extension/rwarray.3m.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index ff37ca6f..c752da78 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2022-03-11         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * rwarray.3m: Typo fixes, update copyright and modification dates.
+
 2022-02-25         Andrew J. Schorr      <aschorr@telemetry-investments.com>
 
        Memory issues with MPFR, fix part 1.
diff --git a/extension/rwarray.3am b/extension/rwarray.3am
index b10545a3..dbebf519 100644
--- a/extension/rwarray.3am
+++ b/extension/rwarray.3am
@@ -1,4 +1,4 @@
-.TH RWARRAY 3am "Feb 02 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH RWARRAY 3am "Mar 11 2022" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 writea, reada, writeall, readall \- write and read gawk arrays to/from files
 .SH SYNOPSIS
@@ -19,9 +19,9 @@ The
 extension adds functions named
 .BR writea() ,
 .BR reada() ,
-.BR writeaall() ,
+.BR writeall() ,
 and
-.BR readaall() ,
+.BR readall() ,
 as follows.
 .TP
 .B writea()
@@ -106,7 +106,7 @@ ret = readall("globalstate.bin")
 Arnold Robbins,
 .BR arnold@skeeve.com .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013, 2018,
+Copyright \(co 2012, 2013, 2018, 2022
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of

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

Summary of changes:
 extension/ChangeLog   | 4 ++++
 extension/rwarray.3am | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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