gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3764-g395fc5


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3764-g395fc52
Date: Tue, 18 Jun 2019 14:21:54 -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  395fc520934d5f01589ca4c966f3c9e9bb1203fd (commit)
       via  b28033b04aac8f12af17c54d91e5d01fe8a0299d (commit)
       via  ef83f3a14e5d3d2c446bdbdb801ba14345fc27ed (commit)
       via  77ad674dd0847ea6cfc4bd21d264d6da4d7ae35f (commit)
       via  20fb7f3b638826fada3422c13aa27bc25a638511 (commit)
      from  b79186d9b59c631850013245549f49ac6f40280c (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=395fc520934d5f01589ca4c966f3c9e9bb1203fd

commit 395fc520934d5f01589ca4c966f3c9e9bb1203fd
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jun 18 21:21:37 2019 +0300

    Bump version in master.

diff --git a/configure b/configure
index 4ee8dbc..d007e04 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.0.1.
+# Generated by GNU Autoconf 2.69 for GNU Awk 5.0.60.
 #
 # Report bugs to <address@hidden>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Awk'
 PACKAGE_TARNAME='gawk'
-PACKAGE_VERSION='5.0.1'
-PACKAGE_STRING='GNU Awk 5.0.1'
+PACKAGE_VERSION='5.0.60'
+PACKAGE_STRING='GNU Awk 5.0.60'
 PACKAGE_BUGREPORT='address@hidden'
 PACKAGE_URL='http://www.gnu.org/software/gawk/'
 
@@ -1331,7 +1331,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.0.1 to adapt to many kinds of systems.
+\`configure' configures GNU Awk 5.0.60 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1401,7 +1401,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Awk 5.0.1:";;
+     short | recursive ) echo "Configuration of GNU Awk 5.0.60:";;
    esac
   cat <<\_ACEOF
 
@@ -1523,7 +1523,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk configure 5.0.1
+GNU Awk configure 5.0.60
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2232,7 +2232,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.0.1, which was
+It was created by GNU Awk $as_me 5.0.60, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3115,7 +3115,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk'
- VERSION='5.0.1'
+ VERSION='5.0.60'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11606,7 +11606,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.0.1, which was
+This file was extended by GNU Awk $as_me 5.0.60, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -11674,7 +11674,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.0.1
+GNU Awk config.status 5.0.60
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 728fd61..09b9ed8 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.0.1],[address@hidden],[gawk])
+AC_INIT([GNU Awk],[5.0.60],[address@hidden],[gawk])
 
 # This is a hack. Different versions of install on different systems
 # are just too different. Chuck it and use install-sh.
diff --git a/extension/configure b/extension/configure
index c5dc3be..6cb1a0e 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.69 for GNU Awk Bundled Extensions 5.0.1.
+# Generated by GNU Autoconf 2.69 for GNU Awk Bundled Extensions 5.0.60.
 #
 # Report bugs to <address@hidden>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Awk Bundled Extensions'
 PACKAGE_TARNAME='gawk-extensions'
-PACKAGE_VERSION='5.0.1'
-PACKAGE_STRING='GNU Awk Bundled Extensions 5.0.1'
+PACKAGE_VERSION='5.0.60'
+PACKAGE_STRING='GNU Awk Bundled Extensions 5.0.60'
 PACKAGE_BUGREPORT='address@hidden'
 PACKAGE_URL='http://www.gnu.org/software/gawk-extensions/'
 
@@ -1339,7 +1339,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.0.1 to adapt to many 
kinds of systems.
+\`configure' configures GNU Awk Bundled Extensions 5.0.60 to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1409,7 +1409,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 
5.0.1:";;
+     short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 
5.0.60:";;
    esac
   cat <<\_ACEOF
 
@@ -1531,7 +1531,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk Bundled Extensions configure 5.0.1
+GNU Awk Bundled Extensions configure 5.0.60
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2003,7 +2003,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.0.1, which was
+It was created by GNU Awk Bundled Extensions $as_me 5.0.60, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2872,7 +2872,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk-extensions'
- VERSION='5.0.1'
+ VERSION='5.0.60'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15943,7 +15943,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.0.1, which was
+This file was extended by GNU Awk Bundled Extensions $as_me 5.0.60, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16011,7 +16011,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 Bundled Extensions config.status 5.0.1
+GNU Awk Bundled Extensions config.status 5.0.60
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/extension/configure.ac b/extension/configure.ac
index f4f458c..a11e6b8 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -23,7 +23,7 @@ dnl
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([GNU Awk Bundled 
Extensions],[5.0.1],[address@hidden],[gawk-extensions])
+AC_INIT([GNU Awk Bundled 
Extensions],[5.0.60],[address@hidden],[gawk-extensions])
 
 AC_PREREQ([2.69])
 

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

commit b28033b04aac8f12af17c54d91e5d01fe8a0299d
Merge: b79186d ef83f3a
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jun 18 21:19:26 2019 +0300

    Merge branch 'gawk-5.0-stable'


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

Summary of changes:
 ChangeLog                     |    4 +
 README                        |    4 +-
 README_d/ChangeLog            |    4 +
 awklib/ChangeLog              |    4 +
 cmake/ChangeLog               |    4 +
 configure                     |   20 +-
 configure.ac                  |    2 +-
 doc/ChangeLog                 |   12 +
 doc/awkcard.in                |    2 +-
 doc/gawk.info                 | 1032 +++++++++++++++++++++--------------------
 doc/gawk.texi                 |   70 +--
 doc/gawktexi.in               |   70 +--
 doc/it/ChangeLog              |    4 +
 extension/ChangeLog           |    4 +
 extension/build-aux/ChangeLog |    4 +
 extension/configure           |   20 +-
 extension/configure.ac        |    2 +-
 extension/m4/ChangeLog        |    4 +
 extension/po/ChangeLog        |    4 +
 extras/ChangeLog              |    4 +
 helpers/ChangeLog             |    4 +
 m4/ChangeLog                  |    4 +
 missing_d/ChangeLog           |    4 +
 old-extension/ChangeLog       |    4 +
 pc/ChangeLog                  |    4 +
 pc/config.h                   |    6 +-
 po/ChangeLog                  |    4 +
 po/ca.gmo                     |  Bin 74367 -> 74153 bytes
 po/ca.po                      |  141 +++---
 po/da.gmo                     |  Bin 46834 -> 46834 bytes
 po/da.po                      |  139 +++---
 po/de.gmo                     |  Bin 83303 -> 83082 bytes
 po/de.po                      |  141 +++---
 po/es.gmo                     |  Bin 81169 -> 80963 bytes
 po/es.po                      |  141 +++---
 po/fi.gmo                     |  Bin 80621 -> 80423 bytes
 po/fi.po                      |  141 +++---
 po/fr.gmo                     |  Bin 91724 -> 91514 bytes
 po/fr.po                      |  141 +++---
 po/gawk.pot                   |  141 +++---
 po/id.gmo                     |  Bin 67806 -> 67652 bytes
 po/id.po                      |  140 +++---
 po/it.gmo                     |  Bin 87658 -> 87411 bytes
 po/it.po                      |  141 +++---
 po/ja.gmo                     |  Bin 47557 -> 47557 bytes
 po/ja.po                      |  139 +++---
 po/ko.gmo                     |  Bin 95090 -> 94866 bytes
 po/ko.po                      |  141 +++---
 po/ms.gmo                     |  Bin 1082 -> 1082 bytes
 po/ms.po                      |  139 +++---
 po/nl.gmo                     |  Bin 72811 -> 72589 bytes
 po/nl.po                      |  141 +++---
 po/pl.gmo                     |  Bin 59447 -> 59338 bytes
 po/pl.po                      |  140 +++---
 po/pt.gmo                     |  Bin 86697 -> 86697 bytes
 po/pt.po                      |  634 ++++++++++++++++---------
 po/pt_BR.gmo                  |  Bin 88193 -> 87983 bytes
 po/pt_BR.po                   |  141 +++---
 po/sv.gmo                     |  Bin 87838 -> 87635 bytes
 po/sv.po                      |  141 +++---
 po/vi.gmo                     |  Bin 90729 -> 90510 bytes
 po/vi.po                      |  141 +++---
 po/zh_CN.gmo                  |  Bin 82141 -> 81957 bytes
 po/zh_CN.po                   |  141 +++---
 posix/ChangeLog               |    4 +
 support/ChangeLog             |    4 +
 test/ChangeLog                |    4 +
 vms/ChangeLog                 |    4 +
 vms/vax/ChangeLog             |    4 +
 69 files changed, 2444 insertions(+), 2044 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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