gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-871


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-871-gf6d6da3
Date: Sun, 17 Apr 2016 02:54:54 +0000

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-4.1-stable has been updated
       via  f6d6da33b2df6dc4d5a4dee4b7805937b5701d7a (commit)
       via  9d8e5b6c4bc860b2866c54d6d8f41aba66cddec8 (commit)
       via  905a15b753e8dd52aed7c98a42b3d5eaa8d98fb8 (commit)
      from  22b5f089beded6b50a442259a8e9595869b61f59 (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=f6d6da33b2df6dc4d5a4dee4b7805937b5701d7a

commit f6d6da33b2df6dc4d5a4dee4b7805937b5701d7a
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Apr 17 05:54:32 2016 +0300

    Bump version for next tarball.

diff --git a/configure b/configure
index de956a3..3b3d11c 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.3d.
+# Generated by GNU Autoconf 2.69 for GNU Awk 4.1.3e.
 #
 # 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.3d'
-PACKAGE_STRING='GNU Awk 4.1.3d'
+PACKAGE_VERSION='4.1.3e'
+PACKAGE_STRING='GNU Awk 4.1.3e'
 PACKAGE_BUGREPORT='address@hidden'
 PACKAGE_URL='http://www.gnu.org/software/gawk/'
 
@@ -1328,7 +1328,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.3d to adapt to many kinds of systems.
+\`configure' configures GNU Awk 4.1.3e to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1398,7 +1398,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Awk 4.1.3d:";;
+     short | recursive ) echo "Configuration of GNU Awk 4.1.3e:";;
    esac
   cat <<\_ACEOF
 
@@ -1517,7 +1517,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk configure 4.1.3d
+GNU Awk configure 4.1.3e
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2226,7 +2226,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.3d, which was
+It was created by GNU Awk $as_me 4.1.3e, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3109,7 +3109,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk'
- VERSION='4.1.3d'
+ VERSION='4.1.3e'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12047,7 +12047,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.3d, which was
+This file was extended by GNU Awk $as_me 4.1.3e, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -12115,7 +12115,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.3d
+GNU Awk config.status 4.1.3e
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 53d9391..d9dbbda 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.3d, address@hidden, gawk)
+AC_INIT([GNU Awk], 4.1.3e, 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/pc/config.h b/pc/config.h
index 9da1686..58101f1 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -27,9 +27,7 @@
 #define HAVE_ATEXIT 1
 
 /* Define to 1 if you have the `btowc' function. */
-#ifdef _WIN32
 #define HAVE_BTOWC 1
-#endif
 
 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
    CoreFoundation framework. */
@@ -328,7 +326,9 @@
 #define HAVE_SYS_TYPES_H 1
 
 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
-#undef HAVE_SYS_WAIT_H
+#ifdef __DJGPP__
+#define HAVE_SYS_WAIT_H 1
+#endif
 
 /* Define to 1 if you have the <termios.h> header file. */
 #undef HAVE_TERMIOS_H
@@ -438,7 +438,7 @@
 #define PACKAGE_NAME "GNU Awk"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 4.1.3d"
+#define PACKAGE_STRING "GNU Awk 4.1.3e"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gawk"
@@ -447,7 +447,7 @@
 #define PACKAGE_URL "http://www.gnu.org/software/gawk/";
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "4.1.3d"
+#define PACKAGE_VERSION "4.1.3e"
 
 /* Define to 1 if *printf supports %F format */
 #undef PRINTF_HAS_F_FORMAT
@@ -512,7 +512,7 @@
 
 
 /* Version number of package */
-#define VERSION "4.1.3d"
+#define VERSION "4.1.3e"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE

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

commit 9d8e5b6c4bc860b2866c54d6d8f41aba66cddec8
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Apr 17 05:51:03 2016 +0300

    Fixes to pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index ead8cf7..309369b 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-17         Scott Deifik  <address@hidden>
+
+       * Makefile.tst: Sync with mainline.
+
 2016-04-16  Eli Zaretskii  <address@hidden>
 
        * config.sed (HAVE_BTOWC): Now unconditionally defined to 1.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index a8c1f52..9d0cfdc 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -165,7 +165,8 @@ BASIC_TESTS = \
        paramdup paramres paramtyp paramuninitglobal parse1 parsefld parseme \
        pcntplus posix2008sub prdupval prec printf0 printf1 prmarscl prmreuse \
        prt1eval prtoeval \
-       rand range1 rebrackloc rebt8b1 redfilnm regeq regexpbrack regexpbrack2 \
+       rand range1 readbuf rebrackloc rebt8b1 redfilnm \
+       regeq regexpbrack regexpbrack2 \
        regexprange regrange reindops \
        reparse resplit rri1 rs rsnul1nl rsnulbig rsnulbig2 rstest1 rstest2 \
        rstest3 rstest4 rstest5 rswhite \
@@ -220,6 +221,7 @@ SHLIB_TESTS = \
        fnmatch filefuncs fork fork2 fts functab4 inplace1 inplace2 inplace3 \
        ordchr ordchr2 readdir readfile readfile2 revout revtwoway rwarray 
testext time
 
+
 # List of the tests which should be run with --lint option:
 NEED_LINT = \
        defref fmtspcl lintwarn noeffect nofmtch shadow \
@@ -272,6 +274,7 @@ charset-tests-all:
                $(MAKE) charset-msg-start charset-tests charset-msg-end; \
        else \
                echo %%%%%%%%%% Inadequate locale support: skipping charset 
tests. ; \
+               echo %%%%%%%%%% At least en_US.UTF-8, ru_RU.UTF-8 and 
ja_JP.UTF-8 are needed. ; \
        fi
 
 charset-tests: $(LOCALE_CHARSET_TESTS)
@@ -338,7 +341,7 @@ charset-msg-start:
        @echo "======== Starting tests that can vary based on character set or 
locale support ========"
        @echo 
"**************************************************************************"
        @echo "* Some or all of these tests may fail if you have inadequate or 
missing  *"
-       @echo "* locale support At least en_US.UTF-8, ru_RU.UTF-8 and 
ja_JP.UTF-8 are   *"
+       @echo "* locale support. At least en_US.UTF-8, ru_RU.UTF-8 and 
ja_JP.UTF-8 are  *"
        @echo "* needed. However, if you see this message, the Makefile thinks 
you have *"
        @echo "* what you need ...                                              
        *"
        @echo 
"**************************************************************************"
@@ -853,6 +856,7 @@ mbstr1::
        @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
        AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+
 mbstr2::
        @echo $@
        @echo Expect mbstr2 to fail with MinGW.
@@ -916,7 +920,7 @@ profile4:
 
 profile5:
        @echo $@
-       @-GAWK_NO_PP_RUN=1 $(AWK) address@hidden -f "$(srcdir)"/address@hidden 
> /dev/null
+       @GAWK_NO_PP_RUN=1 $(AWK) address@hidden -f "$(srcdir)"/address@hidden > 
/dev/null
        @sed 1,2d < address@hidden > _$@; rm address@hidden
 #      @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
        @-$(TESTOUTCMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
@@ -1252,7 +1256,7 @@ paramasfunc2::
 negtime::
        @echo $@
        @TZ=GMT AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@
-       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk address@hidden _$@ && 
rm -f _$@
+       @AWKPATH="$(srcdir)" $(AWK) -f checknegtime.awk 
"$(srcdir)"/address@hidden _$@ && rm -f _$@
 
 muldimposix::
        @echo $@
@@ -1261,8 +1265,17 @@ muldimposix::
 
 watchpoint1:
        @echo $@
-       @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden address@hidden < 
address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+       @AWKPATH="$(srcdir)" $(AWK) -D -f address@hidden 
$(srcdir)/address@hidden < $(srcdir)/address@hidden >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
+
+pty1:
+       @echo $@
+       @echo Expect pty1 to fail with DJGPP and MinGW.
+       @case `uname` in \
+       *[Oo][Ss]/390*) : ;; \
+       *) AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@ ; \
+       $(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ ;; \
+       esac
 Gt-dummy:
 # file Maketests, generated from Makefile.am by the Gentests program
 addcomma:
@@ -2527,12 +2540,6 @@ procinfs:
        @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
-pty1:
-       @echo $@
-       @echo Expect pty1 to fail with DJGPP and MinGW.
-       @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
-       @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
-
 regnul1:
        @echo $@
        @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
@@ -2735,11 +2742,11 @@ time:
 
 # Targets generated for other tests:
 
-$(srcdir)/Maketests: $(srcdir)/Makefile.am $(srcdir)/Gentests
+Maketests: $(srcdir)/Makefile.am $(srcdir)/Gentests
        files=`cd "$(srcdir)" && echo *.awk *.in`; \
-       $(AWK) -f "$(srcdir)"/Gentests "$(srcdir)"/Makefile.am $$files > 
"$(srcdir)"/Maketests
+       $(AWK) -f "$(srcdir)"/Gentests "$(srcdir)"/Makefile.am $$files > $@
 
-clean:
+clean-local:
        rm -fr _* core core.* fmtspcl.ok junk strftime.ok test1 test2 \
        seq *~ readfile.ok fork.tmp.* testext.awk fts.ok readdir.ok \
        mmap8k.ok profile1.ok
@@ -2766,7 +2773,7 @@ diffout:
                diff -c "$(srcdir)"/$${base}.ok  $$i ; \
                fi ; \
                fi ; \
-       done | less
+       done | more
 
 # convenient way to scan valgrind results for errors
 valgrind-scan:

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

commit 905a15b753e8dd52aed7c98a42b3d5eaa8d98fb8
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Apr 17 05:37:32 2016 +0300

    Fix skipping of pty1 test on z/OS.

diff --git a/test/ChangeLog b/test/ChangeLog
index 52c520c..1b1648b 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-17         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (pty1): Really disable test on z/OS.
+
 2016-04-11         Arnold D. Robbins     <address@hidden>
 
        * clos1way2.ok, clos1way3.ok, clos1way4.ok, clos1way5.ok: Update
diff --git a/test/Makefile.am b/test/Makefile.am
index dfc9bbe..8ffe7db 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2135,7 +2135,7 @@ watchpoint1:
 pty1:
        @echo $@
        @case `uname` in \
-       openedition*) : ;; \
+       *[Oo][Ss]/390*) : ;; \
        *) AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@ ; \
        $(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ ;; \
        esac
diff --git a/test/Makefile.in b/test/Makefile.in
index 77c8a60..c5bca01 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2574,7 +2574,7 @@ watchpoint1:
 pty1:
        @echo $@
        @case `uname` in \
-       openedition*) : ;; \
+       *[Oo][Ss]/390*) : ;; \
        *) AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@ ; \
        $(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ ;; \
        esac

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

Summary of changes:
 configure        |   20 ++++++++++----------
 configure.ac     |    2 +-
 pc/ChangeLog     |    4 ++++
 pc/Makefile.tst  |   37 ++++++++++++++++++++++---------------
 pc/config.h      |   12 ++++++------
 test/ChangeLog   |    4 ++++
 test/Makefile.am |    2 +-
 test/Makefile.in |    2 +-
 8 files changed, 49 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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