diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-14 14:53:34 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-14 14:53:34 +0300 |
commit | 40a6d096aa10340df1542a5dc23438c6cb7590fb (patch) | |
tree | 828c2715b03a26d585041010737fe07597e7e837 /extension | |
parent | d352f271d0e44f8d7bbf8d430ef90156f45d3921 (diff) | |
download | egawk-40a6d096aa10340df1542a5dc23438c6cb7590fb.tar.gz egawk-40a6d096aa10340df1542a5dc23438c6cb7590fb.tar.bz2 egawk-40a6d096aa10340df1542a5dc23438c6cb7590fb.zip |
Relase 5.1.0 tarball made.
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | extension/configure | 20 | ||||
-rw-r--r-- | extension/configure.ac | 2 | ||||
-rw-r--r-- | extension/m4/ChangeLog | 4 | ||||
-rw-r--r-- | extension/po/ChangeLog | 4 |
6 files changed, 27 insertions, 11 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index 6ce0fdc7..addf9365 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2020-04-14 Arnold D. Robbins <arnold@skeeve.com> + + * 5.1.0: Release tar ball made. + 2020-03-11 Arnold D. Robbins <arnold@skeeve.com> * filefuncs.c, ordchr.c, rwarray.c, rwarray0.c: Message updates. diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog index 29103920..59c8fedb 100644 --- a/extension/build-aux/ChangeLog +++ b/extension/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2020-04-14 Arnold D. Robbins <arnold@skeeve.com> + + * 5.1.0: Release tar ball made. + 2020-01-19 Arnold D. Robbins <arnold@skeeve.com> * ar-lib, compile, config.guess, config.rpath, config.sub, diff --git a/extension/configure b/extension/configure index 228cc707..c8bc1048 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.65. +# Generated by GNU Autoconf 2.69 for GNU Awk Bundled Extensions 5.1.0. # # Report bugs to <bug-gawk@gnu.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU Awk Bundled Extensions' PACKAGE_TARNAME='gawk-extensions' -PACKAGE_VERSION='5.0.65' -PACKAGE_STRING='GNU Awk Bundled Extensions 5.0.65' +PACKAGE_VERSION='5.1.0' +PACKAGE_STRING='GNU Awk Bundled Extensions 5.1.0' PACKAGE_BUGREPORT='bug-gawk@gnu.org' PACKAGE_URL='http://www.gnu.org/software/gawk-extensions/' @@ -1351,7 +1351,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.65 to adapt to many kinds of systems. +\`configure' configures GNU Awk Bundled Extensions 5.1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1422,7 +1422,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.65:";; + short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 5.1.0:";; esac cat <<\_ACEOF @@ -1544,7 +1544,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Awk Bundled Extensions configure 5.0.65 +GNU Awk Bundled Extensions configure 5.1.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2016,7 +2016,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.65, which was +It was created by GNU Awk Bundled Extensions $as_me 5.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2885,7 +2885,7 @@ fi # Define the identity of the package. PACKAGE='gawk-extensions' - VERSION='5.0.65' + VERSION='5.1.0' cat >>confdefs.h <<_ACEOF @@ -16337,7 +16337,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.65, which was +This file was extended by GNU Awk Bundled Extensions $as_me 5.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16405,7 +16405,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.65 +GNU Awk Bundled Extensions config.status 5.1.0 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 50612b65..0c8e02f4 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.65],[bug-gawk@gnu.org],[gawk-extensions]) +AC_INIT([GNU Awk Bundled Extensions],[5.1.0],[bug-gawk@gnu.org],[gawk-extensions]) AC_PREREQ([2.69]) diff --git a/extension/m4/ChangeLog b/extension/m4/ChangeLog index 3009b395..dda1aa68 100644 --- a/extension/m4/ChangeLog +++ b/extension/m4/ChangeLog @@ -1,3 +1,7 @@ +2020-04-14 Arnold D. Robbins <arnold@skeeve.com> + + * 5.1.0: Release tar ball made. + 2019-06-18 Arnold D. Robbins <arnold@skeeve.com> * 5.0.1: Release tar ball made. diff --git a/extension/po/ChangeLog b/extension/po/ChangeLog index 1ccc698d..7e09f0b3 100644 --- a/extension/po/ChangeLog +++ b/extension/po/ChangeLog @@ -1,3 +1,7 @@ +2020-04-14 Arnold D. Robbins <arnold@skeeve.com> + + * 5.1.0: Release tar ball made. + 2019-06-18 Arnold D. Robbins <arnold@skeeve.com> * 5.0.1: Release tar ball made. |