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-4288-g7897b02


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4288-g7897b02
Date: Wed, 5 May 2021 14:32:59 -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  7897b02bd49f32e50963c5f05260975a0f56ae42 (commit)
       via  9ffb21becc550f861941e0224d3778be5ccc0701 (commit)
       via  c52470a8e933d419e4d9e4a4ebbe594654030f2f (commit)
       via  c6fdaa4f556d2e52f0674cab66f1819f51445fe9 (commit)
       via  c1bc01dcbaf8a1d3b0efe41f2351eb17de569ccf (commit)
      from  48b6b851c531f254b345affbe99a854c0d64f91e (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=7897b02bd49f32e50963c5f05260975a0f56ae42

commit 7897b02bd49f32e50963c5f05260975a0f56ae42
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed May 5 21:32:43 2021 +0300

    Move version in master to 5.1.60.

diff --git a/configure b/configure
index 7247d3d..f3d59cc 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU Awk 5.1.0a.
+# Generated by GNU Autoconf 2.69 for GNU Awk 5.1.60.
 #
 # Report bugs to <bug-gawk@gnu.org>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Awk'
 PACKAGE_TARNAME='gawk'
-PACKAGE_VERSION='5.1.0a'
-PACKAGE_STRING='GNU Awk 5.1.0a'
+PACKAGE_VERSION='5.1.60'
+PACKAGE_STRING='GNU Awk 5.1.60'
 PACKAGE_BUGREPORT='bug-gawk@gnu.org'
 PACKAGE_URL='http://www.gnu.org/software/gawk/'
 
@@ -1344,7 +1344,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 5.1.0a to adapt to many kinds of systems.
+\`configure' configures GNU Awk 5.1.60 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1415,7 +1415,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Awk 5.1.0a:";;
+     short | recursive ) echo "Configuration of GNU Awk 5.1.60:";;
    esac
   cat <<\_ACEOF
 
@@ -1537,7 +1537,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk configure 5.1.0a
+GNU Awk configure 5.1.60
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2246,7 +2246,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 $as_me 5.1.0a, which was
+It was created by GNU Awk $as_me 5.1.60, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3127,7 +3127,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk'
- VERSION='5.1.0a'
+ VERSION='5.1.60'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12372,7 +12372,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 $as_me 5.1.0a, which was
+This file was extended by GNU Awk $as_me 5.1.60, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12440,7 +12440,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GNU Awk config.status 5.1.0a
+GNU Awk config.status 5.1.60
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index d7b7306..c8abd7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([GNU Awk],[5.1.0a],[bug-gawk@gnu.org],[gawk])
+AC_INIT([GNU Awk],[5.1.60],[bug-gawk@gnu.org],[gawk])
 
 # This is a hack. Different versions of install on different systems
 # are just too different. Chuck it and use install-sh.

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

commit 9ffb21becc550f861941e0224d3778be5ccc0701
Merge: 48b6b85 c52470a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed May 5 21:31:50 2021 +0300

    Merge branch 'gawk-5.1-stable'


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

Summary of changes:
 ChangeLog             |    4 +
 Makefile.am           |    8 +-
 Makefile.in           |    8 +-
 configure             |   20 +-
 configure.ac          |    4 +-
 extension/ChangeLog   |    7 +
 extension/Makefile.am |    3 +-
 extension/Makefile.in |   14 +-
 extension/aclocal.m4  |   13 +-
 extension/configure   |    7 +-
 pc/ChangeLog          |    5 +
 pc/Makefile.tst       |    6 +-
 pc/config.h           |   15 +-
 po/bg.gmo             |  Bin 0 -> 101077 bytes
 po/bg.po              | 1989 ++++++++++++++++++++++++++++++-------------------
 po/ca.gmo             |  Bin 61041 -> 51415 bytes
 po/ca.po              | 1423 ++++++++++++++++++++---------------
 po/da.gmo             |  Bin 37424 -> 36240 bytes
 po/da.po              | 1292 +++++++++++++++++---------------
 po/de.gmo             |  Bin 90234 -> 78995 bytes
 po/de.po              | 1463 +++++++++++++++++++++---------------
 po/es.gmo             |  Bin 67438 -> 64327 bytes
 po/es.po              | 1955 ++++++++++++++++++++++++++++++------------------
 po/fi.gmo             |  Bin 66376 -> 56885 bytes
 po/fi.po              | 1429 ++++++++++++++++++++---------------
 po/fr.gmo             |  Bin 90796 -> 79698 bytes
 po/fr.po              | 1463 +++++++++++++++++++++---------------
 po/gawk.pot           | 1237 +++++++++++++++---------------
 po/id.gmo             |  Bin 55664 -> 47269 bytes
 po/id.po              | 1413 ++++++++++++++++++++---------------
 po/it.gmo             |  Bin 86434 -> 75523 bytes
 po/it.po              | 1467 +++++++++++++++++++++---------------
 po/ja.gmo             |  Bin 37706 -> 36609 bytes
 po/ja.po              | 1272 ++++++++++++++++---------------
 po/ko.gmo             |  Bin 79960 -> 81601 bytes
 po/ko.po              | 1720 +++++++++++++++++++++++++-----------------
 po/ms.po              | 1235 +++++++++++++++---------------
 po/nl.gmo             |  Bin 80374 -> 70033 bytes
 po/nl.po              | 1456 +++++++++++++++++++++---------------
 po/pl.gmo             |  Bin 46988 -> 45570 bytes
 po/pl.po              | 1300 +++++++++++++++++---------------
 po/pt.gmo             |  Bin 85549 -> 74675 bytes
 po/pt.po              | 1463 +++++++++++++++++++++---------------
 po/pt_BR.gmo          |  Bin 86915 -> 76040 bytes
 po/pt_BR.po           | 1468 +++++++++++++++++++++---------------
 po/sr.gmo             |  Bin 109773 -> 95403 bytes
 po/sr.po              | 1777 ++++++++++++++++++++++++++-----------------
 po/sv.gmo             |  Bin 86507 -> 75766 bytes
 po/sv.po              | 1757 ++++++++++++++++++++++++++-----------------
 po/vi.gmo             |  Bin 75557 -> 64458 bytes
 po/vi.po              | 1445 ++++++++++++++++++++---------------
 po/zh_CN.gmo          |  Bin 69145 -> 68590 bytes
 po/zh_CN.po           | 1536 ++++++++++++++++++++++----------------
 support/ChangeLog     |    5 +
 support/Makefile.am   |   11 +-
 support/Makefile.in   |   11 +-
 test/ChangeLog        |    6 +
 test/Makefile.am      |    6 +-
 test/Makefile.in      |    6 +-
 test/iolint.ok        |   22 +-
 60 files changed, 18495 insertions(+), 13246 deletions(-)
 create mode 100644 po/bg.gmo


hooks/post-receive
-- 
gawk



reply via email to

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