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-4309-g0304433


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4309-g0304433
Date: Wed, 22 Sep 2021 09:30:09 -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  0304433c77311b42727485bf187d80665b0eb34c (commit)
       via  3b563cdcd4a34033aa855aeed579001c3913a1ae (commit)
      from  b5a955b904d420dfd3e9216bf360858488f2bada (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=0304433c77311b42727485bf187d80665b0eb34c

commit 0304433c77311b42727485bf187d80665b0eb34c
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Sep 22 16:29:37 2021 +0300

    Update version in extension/configure.ac.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index 3cd4888..f4e6ea4 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-22         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * configure.ac: Update version to 5.1.1 in preparation for release.
+
 2021-09-10         Arnold D. Robbins     <arnold@skeeve.com>
 
        * configure.ac: Updated for Autoconf 2.71. Removes various warnings.
diff --git a/extension/configure b/extension/configure
index a24b111..d8cf11d 100755
--- a/extension/configure
+++ b/extension/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for GNU Awk Bundled Extensions 5.1.0.
+# Generated by GNU Autoconf 2.71 for GNU Awk Bundled Extensions 5.1.1.
 #
 # Report bugs to <bug-gawk@gnu.org>.
 #
@@ -621,8 +621,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Awk Bundled Extensions'
 PACKAGE_TARNAME='gawk-extensions'
-PACKAGE_VERSION='5.1.0'
-PACKAGE_STRING='GNU Awk Bundled Extensions 5.1.0'
+PACKAGE_VERSION='5.1.1'
+PACKAGE_STRING='GNU Awk Bundled Extensions 5.1.1'
 PACKAGE_BUGREPORT='bug-gawk@gnu.org'
 PACKAGE_URL='https://www.gnu.org/software/gawk-extensions/'
 
@@ -1379,7 +1379,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNU Awk Bundled Extensions 5.1.0 to adapt to many 
kinds of systems.
+\`configure' configures GNU Awk Bundled Extensions 5.1.1 to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1450,7 +1450,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 
5.1.0:";;
+     short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 
5.1.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1573,7 +1573,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk Bundled Extensions configure 5.1.0
+GNU Awk Bundled Extensions configure 5.1.1
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1984,7 +1984,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU Awk Bundled Extensions $as_me 5.1.0, which was
+It was created by GNU Awk Bundled Extensions $as_me 5.1.1, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3263,7 +3263,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk-extensions'
- VERSION='5.1.0'
+ VERSION='5.1.1'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -17827,7 +17827,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU Awk Bundled Extensions $as_me 5.1.0, which was
+This file was extended by GNU Awk Bundled Extensions $as_me 5.1.1, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17897,7 +17897,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | 
sed "s/^ //; s/'/'\\\\\\\\
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-GNU Awk Bundled Extensions config.status 5.1.0
+GNU Awk Bundled Extensions config.status 5.1.1
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff --git a/extension/configure.ac b/extension/configure.ac
index 32c02a9..3ca440e 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -1,7 +1,7 @@
 dnl
 dnl configure.ac --- autoconf input file for gawk
 dnl
-dnl Copyright (C) 2012-2020 the Free Software Foundation, Inc.
+dnl Copyright (C) 2012-2021 the Free Software Foundation, Inc.
 dnl
 dnl This file is part of GAWK, the GNU implementation of the
 dnl AWK Programming Language.
@@ -23,7 +23,7 @@ dnl
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([GNU Awk Bundled 
Extensions],[5.1.0],[bug-gawk@gnu.org],[gawk-extensions])
+AC_INIT([GNU Awk Bundled 
Extensions],[5.1.1],[bug-gawk@gnu.org],[gawk-extensions])
 
 AC_PREREQ([2.71])
 

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

commit 3b563cdcd4a34033aa855aeed579001c3913a1ae
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Sep 22 16:27:21 2021 +0300

    Sync support files with GNULIB.

diff --git a/support/ChangeLog b/support/ChangeLog
index 1be9aee..51ff18c 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-22         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * idx.h, intprops.h: Sync with GNULIB.
+       
 2021-09-03         Arnold D. Robbins     <arnold@skeeve.com>
 
        * dfa.h: Sync with GNULIB.
diff --git a/support/idx.h b/support/idx.h
index 483587e..54ad5d8 100644
--- a/support/idx.h
+++ b/support/idx.h
@@ -56,6 +56,26 @@
      * Because 'size_t' is an unsigned type, and a signed type is better.
        See above.
 
+   Why not use 'ssize_t'?
+
+     * 'ptrdiff_t' is more portable; it is standardized by ISO C
+       whereas 'ssize_t' is standardized only by POSIX.
+
+     * 'ssize_t' is not required to be as wide as 'size_t', and some
+       now-obsolete POSIX platforms had 'size_t' wider than 'ssize_t'.
+
+     * Conversely, some now-obsolete platforms had 'ptrdiff_t' wider
+       than 'size_t', which can be a win and conforms to POSIX.
+
+   Won't this cause a problem with objects larger than PTRDIFF_MAX?
+
+     * Typical modern or large platforms do not allocate such objects,
+       so this is not much of a problem in practice; for example, you
+       can safely write 'idx_t len = strlen (s);'.  To port to older
+       small platforms where allocations larger than PTRDIFF_MAX could
+       in theory be a problem, you can use Gnulib's ialloc module, or
+       functions like ximalloc in Gnulib's xalloc module.
+
    Why not use 'ptrdiff_t' directly?
 
      * Maintainability: When reading and modifying code, it helps to know that
diff --git a/support/intprops.h b/support/intprops.h
index 9d10028..3fe64e8 100644
--- a/support/intprops.h
+++ b/support/intprops.h
@@ -15,7 +15,6 @@
    You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
-/* Written by Paul Eggert.  */
 
 #ifndef _GL_INTPROPS_H
 #define _GL_INTPROPS_H

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

Summary of changes:
 extension/ChangeLog    |  4 ++++
 extension/configure    | 20 ++++++++++----------
 extension/configure.ac |  4 ++--
 support/ChangeLog      |  4 ++++
 support/idx.h          | 20 ++++++++++++++++++++
 support/intprops.h     |  1 -
 6 files changed, 40 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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