gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4339-gd888ede


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4339-gd888ede
Date: Wed, 27 Oct 2021 00:57: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, gawk-5.1-stable has been updated
       via  d888ede0b14da65b233d0b9aac6ce981d9412af2 (commit)
       via  a46c43e02c4e4ae6a49056f831570b8b13b1b2e7 (commit)
      from  12f3e75d7bc0fd2af20b44d9643ca237f2e71e5b (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=d888ede0b14da65b233d0b9aac6ce981d9412af2

commit d888ede0b14da65b233d0b9aac6ce981d9412af2
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Oct 27 07:57:26 2021 +0300

    Note gawkinet.texi was updated in NEWS.

diff --git a/NEWS b/NEWS
index 5563f1e..430a3fc 100644
--- a/NEWS
+++ b/NEWS
@@ -43,25 +43,28 @@ Changes from 5.1.0 to 5.1.1
 10. Several example programs in the manual have been updated to their
     modern POSIX equivalents.
 
-11. Handling of Infinity and NaN values has been improved.
+11. A number of examples in doc/gawkinet.texi have been updated for
+    current times. Thanks to Juergen Kahrs for the work.
 
-12. There has been a general tightening up of the use of const and
+12. Handling of Infinity and NaN values has been improved.
+
+13. There has been a general tightening up of the use of const and
     of types.
 
-13. The "no effect" lint warnings have been fixed up and now behave
+14. The "no effect" lint warnings have been fixed up and now behave
     more sanely.
 
-14. The manual has been updated with much more information about what is
+15. The manual has been updated with much more information about what is
     and is not a bug, and the changes in the gawk mailing lists.
 
-15. The behavior of strongly-typed regexp constants when passed as the
+16. The behavior of strongly-typed regexp constants when passed as the
     third argument to sub() or gsub() has been clarified in the code and
     in the manual.
 
-16. Similar to item #4 above, division by zero is now fatal in MPFR
+17. Similar to item #4 above, division by zero is now fatal in MPFR
     mode, as it is in regular mode.
 
-17. There have been numerous minor code cleanups and bug fixes. See the
+18. There have been numerous minor code cleanups and bug fixes. See the
     ChangeLog for details.
 
 Changes from 5.0.1 to 5.1.0

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=a46c43e02c4e4ae6a49056f831570b8b13b1b2e7

commit a46c43e02c4e4ae6a49056f831570b8b13b1b2e7
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Oct 27 07:56:56 2021 +0300

    Update copyright year in a bunch of files.

diff --git a/Makefile.am b/Makefile.am
index adce12c..e48f61e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 #
 # Makefile.am --- automake input file for gawk
 #
-# Copyright (C) 2000-2020 the Free Software Foundation, Inc.
+# Copyright (C) 2000-2021 the Free Software Foundation, Inc.
 #
 # This file is part of GAWK, the GNU implementation of the
 # AWK Programming Language.
diff --git a/Makefile.in b/Makefile.in
index d5ad310..942a524 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,7 +17,7 @@
 #
 # Makefile.am --- automake input file for gawk
 #
-# Copyright (C) 2000-2020 the Free Software Foundation, Inc.
+# Copyright (C) 2000-2021 the Free Software Foundation, Inc.
 #
 # This file is part of GAWK, the GNU implementation of the
 # AWK Programming Language.
diff --git a/cint_array.c b/cint_array.c
index b77b001..63c477b 100644
--- a/cint_array.c
+++ b/cint_array.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2019, 2020,
+ * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2019, 2020, 2021,
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d95d566..02ef9a2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,8 @@
 #
 # doc/Makefile.am --- automake input file for gawk
 #
-# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010, 2011, 2016, 2017
+# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010, 2011, 2016, 2017,
+# 2021,
 # the Free Software Foundation, Inc.
 #
 # This file is part of GAWK, the GNU implementation of the
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 860ae8a..87e85a7 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -17,7 +17,8 @@
 #
 # doc/Makefile.am --- automake input file for gawk
 #
-# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010, 2011, 2016, 2017
+# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007, 2010, 2011, 2016, 2017,
+# 2021,
 # the Free Software Foundation, Inc.
 #
 # This file is part of GAWK, the GNU implementation of the
diff --git a/extension/Makefile.am b/extension/Makefile.am
index c5f52bf..dbd6879 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -1,7 +1,7 @@
 #
 # extension/Makefile.am --- automake input file for gawk
 #
-# Copyright (C) 1995-2006, 2012-2015, 2017, 2020,
+# Copyright (C) 1995-2006, 2012-2015, 2017, 2020, 2021,
 # the Free Software Foundation, Inc.
 #
 # This file is part of GAWK, the GNU implementation of the
diff --git a/extension/Makefile.in b/extension/Makefile.in
index 5392099..cfa4200 100644
--- a/extension/Makefile.in
+++ b/extension/Makefile.in
@@ -17,7 +17,7 @@
 #
 # extension/Makefile.am --- automake input file for gawk
 #
-# Copyright (C) 1995-2006, 2012-2015, 2017, 2020,
+# Copyright (C) 1995-2006, 2012-2015, 2017, 2020, 2021,
 # the Free Software Foundation, Inc.
 #
 # This file is part of GAWK, the GNU implementation of the
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index 8314168..b2dfb23 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -10,7 +10,7 @@
  */
 
 /*
- * Copyright (C) 2001, 2004, 2005, 2010-2020,
+ * Copyright (C) 2001, 2004, 2005, 2010-2021,
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/extension/intdiv.c b/extension/intdiv.c
index 94c970e..8d52c87 100644
--- a/extension/intdiv.c
+++ b/extension/intdiv.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2017, 2018, the Free Software Foundation, Inc.
+ * Copyright (C) 2017, 2018, 2021, the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/readdir.c b/extension/readdir.c
index fb73975..7705916 100644
--- a/extension/readdir.c
+++ b/extension/readdir.c
@@ -11,7 +11,8 @@
  */
 
 /*
- * Copyright (C) 2012-2014, 2018, 2019 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014, 2018, 2019, 2021,
+ * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/rwarray0.c b/extension/rwarray0.c
index 72a376c..5ff61c8 100644
--- a/extension/rwarray0.c
+++ b/extension/rwarray0.c
@@ -7,7 +7,7 @@
  */
 
 /*
- * Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018, 2020,
+ * Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018, 2020, 2021,
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/field.c b/field.c
index c21046b..b2661d6 100644
--- a/field.c
+++ b/field.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 1986, 1988, 1989, 1991-2020 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2021 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/floatcomp.c b/floatcomp.c
index e2df8c5..e7eafc9 100644
--- a/floatcomp.c
+++ b/floatcomp.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 1986, 1988, 1989, 1991-2011, 2016
+ * Copyright (C) 1986, 1988, 1989, 1991-2011, 2016, 2021,
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/m4/mpfr.m4 b/m4/mpfr.m4
index 83adf95..bc6b7e5 100644
--- a/m4/mpfr.m4
+++ b/m4/mpfr.m4
@@ -1,5 +1,5 @@
 dnl Check for MPFR and dependencies
-dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+dnl Copyright (C) 2004, 2005, 2021 Free Software Foundation, Inc.
 dnl
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
diff --git a/m4/readline.m4 b/m4/readline.m4
index 25adb6f..38f9632 100644
--- a/m4/readline.m4
+++ b/m4/readline.m4
@@ -1,5 +1,5 @@
 dnl Check for readline and dependencies
-dnl Copyright (C) 2004, 2005, 2013, 2014 Free Software Foundation, Inc.
+dnl Copyright (C) 2004, 2005, 2013, 2014, 2021, Free Software Foundation, Inc.
 dnl
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
diff --git a/missing_d/fnmatch.c b/missing_d/fnmatch.c
index 3e6e5ce..ccb7e34 100644
--- a/missing_d/fnmatch.c
+++ b/missing_d/fnmatch.c
@@ -1,5 +1,5 @@
-/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999 Free Software
-Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999, 2021,
+Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 This library is free software; you can redistribute it and/or
diff --git a/msg.c b/msg.c
index 2ec3dfa..c95a3c2 100644
--- a/msg.c
+++ b/msg.c
@@ -4,6 +4,7 @@
 
 /*
  * Copyright (C) 1986, 1988, 1989, 1991-2001, 2003, 2010-2013, 2017-2019,
+ * 2021,
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/pc/Makefile b/pc/Makefile
index 1055a98..e0ef766 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -6,7 +6,7 @@
 
 # Tested with GNU make on Windows, OS/2 and DOS.
 
-# Copyright (C) 1989-2019 Free Software Foundation, Inc.
+# Copyright (C) 1989-2019, 2021 Free Software Foundation, Inc.
 
 # This Makefile is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff --git a/pc/config.h b/pc/config.h
index 63d37be..7896a73 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -473,7 +473,7 @@
 #define PACKAGE_NAME "GNU Awk"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 5.1.1f"
+#define PACKAGE_STRING "GNU Awk 5.1.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gawk"
@@ -482,7 +482,7 @@
 #define PACKAGE_URL "http://www.gnu.org/software/gawk/";
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "5.1.1f"
+#define PACKAGE_VERSION "5.1.1"
 
 /* Define to 1 if *printf supports %a format */
 #define PRINTF_HAS_A_FORMAT 1
@@ -608,7 +608,7 @@
 
 
 /* Version number of package */
-#define VERSION "5.1.1f"
+#define VERSION "5.1.1"
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
diff --git a/pc/gawkmisc.pc b/pc/gawkmisc.pc
index 4e58b0a..1843a16 100644
--- a/pc/gawkmisc.pc
+++ b/pc/gawkmisc.pc
@@ -1,7 +1,7 @@
 /* gawkmisc.c --- miscellaneous gawk routines that are OS specific. -*-C-*- */
 
 /* 
- * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012, 2016-2019,
+ * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012, 2016-2019, 2021,
  * the Free Software Foundation, Inc.
  * 
  * This file is part of GAWK, the GNU implementation of the
diff --git a/posix/gawkmisc.c b/posix/gawkmisc.c
index d2e33f4..10c543c 100644
--- a/posix/gawkmisc.c
+++ b/posix/gawkmisc.c
@@ -1,6 +1,6 @@
 /* gawkmisc.c --- miscellaneous gawk routines that are OS specific.
 
-   Copyright (C) 1986, 1988, 1989, 1991 - 1998, 2001 - 2004, 2011
+   Copyright (C) 1986, 1988, 1989, 1991 - 1998, 2001 - 2004, 2011, 2021,
    the Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
diff --git a/str_array.c b/str_array.c
index 84bd2f0..219a75a 100644
--- a/str_array.c
+++ b/str_array.c
@@ -4,6 +4,7 @@
 
 /*
  * Copyright (C) 1986, 1988, 1989, 1991-2013, 2016, 2017, 2018, 2019,
+ * 2021,
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/support/attribute.h b/support/attribute.h
index 80c3c50..bb2aa12 100644
--- a/support/attribute.h
+++ b/support/attribute.h
@@ -1 +1,24 @@
+/*
+ * Copyright (C) 2021,
+ * the Free Software Foundation, Inc.
+ *
+ * This file is part of GAWK, the GNU implementation of the
+ * AWK Programming Language.
+ *
+ * GAWK is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GAWK is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA
+ */
+
+// More stuff to get GNULIB files happy. Sigh.
 #define FALLTHROUGH ((void) 0)
diff --git a/vms/gawkmisc.vms b/vms/gawkmisc.vms
index ff5805b..c4a2f08 100644
--- a/vms/gawkmisc.vms
+++ b/vms/gawkmisc.vms
@@ -3,7 +3,7 @@
  */
 
 /* 
- * Copyright (C) 1986, 1988, 1989, 1991-1996, 2003, 2011, 2014
+ * Copyright (C) 1986, 1988, 1989, 1991-1996, 2003, 2011, 2014, 2021,
  * the Free Software Foundation, Inc.
  * 
  * This file is part of GAWK, the GNU implementation of the

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

Summary of changes:
 Makefile.am           |  2 +-
 Makefile.in           |  2 +-
 NEWS                  | 17 ++++++++++-------
 cint_array.c          |  2 +-
 doc/Makefile.am       |  3 ++-
 doc/Makefile.in       |  3 ++-
 extension/Makefile.am |  2 +-
 extension/Makefile.in |  2 +-
 extension/filefuncs.c |  2 +-
 extension/intdiv.c    |  2 +-
 extension/readdir.c   |  3 ++-
 extension/rwarray0.c  |  2 +-
 field.c               |  2 +-
 floatcomp.c           |  2 +-
 m4/mpfr.m4            |  2 +-
 m4/readline.m4        |  2 +-
 missing_d/fnmatch.c   |  4 ++--
 msg.c                 |  1 +
 pc/Makefile           |  2 +-
 pc/config.h           |  6 +++---
 pc/gawkmisc.pc        |  2 +-
 posix/gawkmisc.c      |  2 +-
 str_array.c           |  1 +
 support/attribute.h   | 23 +++++++++++++++++++++++
 vms/gawkmisc.vms      |  2 +-
 25 files changed, 62 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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