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-2794-gbd9f81


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2794-gbd9f81e
Date: Mon, 2 Oct 2017 15:01:38 -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  bd9f81e572ea6d7a48a352fabc1e8cddcb9d39e7 (commit)
       via  e55883a133d1889d71580fec977b32eb95b0e373 (commit)
       via  c3398c89851a38d2d6efed5ce1db9f87b5da7136 (commit)
      from  ce0ac32601517b41cc5c3a1f8e7e4c3e83f903a7 (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=bd9f81e572ea6d7a48a352fabc1e8cddcb9d39e7

commit bd9f81e572ea6d7a48a352fabc1e8cddcb9d39e7
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Oct 2 22:00:40 2017 +0300

    Add intdiv0.awk in examples.

diff --git a/awklib/eg/lib/intdiv0.awk b/awklib/eg/lib/intdiv0.awk
new file mode 100644
index 0000000..9de5978
--- /dev/null
+++ b/awklib/eg/lib/intdiv0.awk
@@ -0,0 +1,23 @@
+# intdiv0 --- do integer division
+
+#
+# Arnold Robbins, address@hidden, Public Domain
+# July, 2014
+#
+# Name changed from div() to intdiv()
+# April, 2015
+#
+# Changed to intdiv0()
+# April, 2016
+
+function intdiv0(numerator, denominator, result)
+{
+    split("", result)
+
+    numerator = int(numerator)
+    denominator = int(denominator)
+    result["quotient"] = int(numerator / denominator)
+    result["remainder"] = int(numerator % denominator)
+
+    return 0.0
+}

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

commit e55883a133d1889d71580fec977b32eb95b0e373
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Oct 2 22:00:08 2017 +0300

    Bump version before tarball.

diff --git a/configure b/configure
index c4907ae..5833cfb 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 4.1.64.
+# Generated by GNU Autoconf 2.69 for GNU Awk 4.1.65.
 #
 # Report bugs to <address@hidden>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Awk'
 PACKAGE_TARNAME='gawk'
-PACKAGE_VERSION='4.1.64'
-PACKAGE_STRING='GNU Awk 4.1.64'
+PACKAGE_VERSION='4.1.65'
+PACKAGE_STRING='GNU Awk 4.1.65'
 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 4.1.64 to adapt to many kinds of systems.
+\`configure' configures GNU Awk 4.1.65 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 4.1.64:";;
+     short | recursive ) echo "Configuration of GNU Awk 4.1.65:";;
    esac
   cat <<\_ACEOF
 
@@ -1526,7 +1526,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk configure 4.1.64
+GNU Awk configure 4.1.65
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2235,7 +2235,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 4.1.64, which was
+It was created by GNU Awk $as_me 4.1.65, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3118,7 +3118,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk'
- VERSION='4.1.64'
+ VERSION='4.1.65'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11563,7 +11563,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 4.1.64, which was
+This file was extended by GNU Awk $as_me 4.1.65, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -11631,7 +11631,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 4.1.64
+GNU Awk config.status 4.1.65
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 1f28ad3..f04ddec 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],[4.1.64],address@hidden,[gawk])
+AC_INIT([GNU Awk],[4.1.65],address@hidden,[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=c3398c89851a38d2d6efed5ce1db9f87b5da7136

commit c3398c89851a38d2d6efed5ce1db9f87b5da7136
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Oct 2 21:59:37 2017 +0300

    Update some config.* files.

diff --git a/ChangeLog b/ChangeLog
index f841dec..1a21d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-02         Arnold D. Robbins     <address@hidden>
+
+       * config.guess, config.sub: Updated.
+
 2017-09-28         Arnold D. Robbins     <address@hidden>
 
        * io.c (devopen): Move declaration of `cp' to where it's first used.
diff --git a/config.guess b/config.guess
index 8bd1095..ba1c143 100755
--- a/config.guess
+++ b/config.guess
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-09-16'
+timestamp='2017-09-26'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1400,8 +1400,20 @@ EOF
        exit ;;
 esac
 
+echo "$0: unable to guess system type" >&2
+
+case "${UNAME_MACHINE}:${UNAME_SYSTEM}" in
+    mips:Linux | mips64:Linux)
+       # If we got here on MIPS GNU/Linux, output extra information.
+       cat >&2 <<EOF
+
+NOTE: MIPS GNU/Linux systems require a C compiler to fully recognize
+the system type. Please install a C compiler and try again.
+EOF
+       ;;
+esac
+
 cat >&2 <<EOF
-$0: unable to guess system type
 
 This script (version $timestamp), has failed to recognize the
 operating system you are using. If your script is old, overwrite *all*
@@ -1441,7 +1453,7 @@ EOF
 exit 1
 
 # Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'write-file-functions 'time-stamp)
 # time-stamp-start: "timestamp='"
 # time-stamp-format: "%:y-%02m-%02d"
 # time-stamp-end: "'"
diff --git a/config.sub b/config.sub
index 95dc3d0..c6950fd 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-09-16'
+timestamp='2017-09-26'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1829,7 +1829,7 @@ echo $basic_machine$os
 exit
 
 # Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'write-file-functions 'time-stamp)
 # time-stamp-start: "timestamp='"
 # time-stamp-format: "%:y-%02m-%02d"
 # time-stamp-end: "'"
diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog
index ed4af9a..4dbf389 100644
--- a/extension/build-aux/ChangeLog
+++ b/extension/build-aux/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-02         Arnold D. Robbins     <address@hidden>
+
+       * config.guess, config.sub: Updated.
+
 2017-09-18         Arnold D. Robbins     <address@hidden>
 
        * ar-lib, compile, config.guess, config.sub, depcomp: Updated.
diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess
index 8bd1095..ba1c143 100755
--- a/extension/build-aux/config.guess
+++ b/extension/build-aux/config.guess
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-09-16'
+timestamp='2017-09-26'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1400,8 +1400,20 @@ EOF
        exit ;;
 esac
 
+echo "$0: unable to guess system type" >&2
+
+case "${UNAME_MACHINE}:${UNAME_SYSTEM}" in
+    mips:Linux | mips64:Linux)
+       # If we got here on MIPS GNU/Linux, output extra information.
+       cat >&2 <<EOF
+
+NOTE: MIPS GNU/Linux systems require a C compiler to fully recognize
+the system type. Please install a C compiler and try again.
+EOF
+       ;;
+esac
+
 cat >&2 <<EOF
-$0: unable to guess system type
 
 This script (version $timestamp), has failed to recognize the
 operating system you are using. If your script is old, overwrite *all*
@@ -1441,7 +1453,7 @@ EOF
 exit 1
 
 # Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'write-file-functions 'time-stamp)
 # time-stamp-start: "timestamp='"
 # time-stamp-format: "%:y-%02m-%02d"
 # time-stamp-end: "'"
diff --git a/extension/build-aux/config.sub b/extension/build-aux/config.sub
index 95dc3d0..c6950fd 100755
--- a/extension/build-aux/config.sub
+++ b/extension/build-aux/config.sub
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-09-16'
+timestamp='2017-09-26'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -1829,7 +1829,7 @@ echo $basic_machine$os
 exit
 
 # Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'write-file-functions 'time-stamp)
 # time-stamp-start: "timestamp='"
 # time-stamp-format: "%:y-%02m-%02d"
 # time-stamp-end: "'"

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

Summary of changes:
 ChangeLog                        |  4 ++++
 awklib/eg/lib/intdiv0.awk        | 23 +++++++++++++++++++++++
 config.guess                     | 18 +++++++++++++++---
 config.sub                       |  4 ++--
 configure                        | 20 ++++++++++----------
 configure.ac                     |  2 +-
 extension/build-aux/ChangeLog    |  4 ++++
 extension/build-aux/config.guess | 18 +++++++++++++++---
 extension/build-aux/config.sub   |  4 ++--
 9 files changed, 76 insertions(+), 21 deletions(-)
 create mode 100644 awklib/eg/lib/intdiv0.awk


hooks/post-receive
-- 
gawk



reply via email to

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