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-4757-gbaf8b965


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4757-gbaf8b965
Date: Sun, 3 Jul 2022 14:19:26 -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  baf8b9659765f8e8da75a084059a0724555a767a (commit)
      from  30af96ec90df362d55a8e08d240dda10c149cade (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=baf8b9659765f8e8da75a084059a0724555a767a

commit baf8b9659765f8e8da75a084059a0724555a767a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Jul 3 21:14:37 2022 +0300

    Start updating README files.

diff --git a/ChangeLog b/ChangeLog
index 31d95383..3fdbea98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-03         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * README: Updated.
+
 2022-06-20         Arnold D. Robbins     <arnold@skeeve.com>
 
        * NEWS: MPFR is now "on parole" instead of deprecated.
diff --git a/README b/README
index fad19437..316d686b 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
   Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2015,
-  2016, 2017, 2018, 2019, 2020, 2021 Free Software Foundation, Inc.
+  2016, 2017, 2018, 2019, 2020, 2021, 2022 Free Software Foundation, Inc.
   
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright
@@ -7,11 +7,11 @@
 
 README:
 
-This is GNU Awk 5.1.1. It is upwardly compatible with Brian Kernighan's
+This is GNU Awk 5.2.0. It is upwardly compatible with Brian Kernighan's
 version of Unix awk.  It is almost completely compliant with the
 2018 POSIX 1003.1 standard for awk. (See the note below about POSIX.)
 
-This is a bug-fix release. See NEWS and ChangeLog for details.
+This is a major release. See NEWS and ChangeLog for details.
 
 Work to be done is described briefly in the TODO file, which is available
 only in the 'master' branch in the Git repo.
@@ -76,7 +76,8 @@ is about the worst place to post a gawk bug report. So too is 
use of
 a web forum such as Stack Overflow. Please, use the mechanisms outlined
 in the manual.
 
-Bug reports should be sent to bug-gawk@gnu.org.  This is a separate mailing
+Bug reports should be submitted using the `gawkbug' script. This formats
+a report and sends it to bug-gawk@gnu.org.  This is a separate mailing
 list at GNU Central.  The advantage to using this address is that bug
 reports are archived at GNU Central.
 
diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index 3a877514..96c64813 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,8 @@
+2022-07-03         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * README.gcc-3: Deleted.
+       * README.mpfr: Updated.
+
 2021-10-27         Arnold D. Robbins     <arnold@skeeve.com>
 
        * 5.1.1: Release tar ball made.
diff --git a/README_d/README.gcc-3 b/README_d/README.gcc-3
deleted file mode 100644
index c76a9af7..00000000
--- a/README_d/README.gcc-3
+++ /dev/null
@@ -1,11 +0,0 @@
-Wed Apr  2 21:29:17 IDT 2014
-============================
-
-I have had a report that on a GNU/Linux system using gcc 3.3.6 (32 bit)
-that the aasort test fails.  Compiling without -O builds a gawk that
-does pass all tests.
-
-Caveat Emptor.
-
-Arnold Robbins
-arnold@skeeve.com
diff --git a/README_d/README.mpfr b/README_d/README.mpfr
index 996cb8e8..8dfd4288 100644
--- a/README_d/README.mpfr
+++ b/README_d/README.mpfr
@@ -1,3 +1,16 @@
+Sun 03 Jul 2022 02:51:58 PM IDT
+===============================
+
+As mentioned in the NEWS file and documented in a little more detail
+in the manual, the MPFR feature is "on parole". This means that the
+gawk maintainer (Arnold ROobins) is no longer fixing bugs in the code
+or dealing with it.  However, a member of the gawk development team has
+volunteered to maintain this code.
+
+As long as this situation works, the MPFR feature will remain part of
+the gawk code base. If it changes, then MPFR support will be TOTALLY
+REMOVED from the next subsequent gawk release.
+
 -------------------------- DJGPP -----------------------------------
 
 2017-11-13
@@ -54,3 +67,4 @@ GNU MPFR 2.4.2, GNU MP 4.3.2
 GNU MPFR 3.1.0, GNU MP 5.0.2, 5.0.3
 GNU MPFR 3.1.4, GNU MP 6.1.0
 GNU MPFR 4.0.1, GNU MP 6.1.2
+GNU MPFR 4.0.2, GNU MP 6.2.0

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

Summary of changes:
 ChangeLog             |  4 ++++
 README                |  9 +++++----
 README_d/ChangeLog    |  5 +++++
 README_d/README.gcc-3 | 11 -----------
 README_d/README.mpfr  | 14 ++++++++++++++
 5 files changed, 28 insertions(+), 15 deletions(-)
 delete mode 100644 README_d/README.gcc-3


hooks/post-receive
-- 
gawk



reply via email to

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