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-5386-g1064fd0d


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5386-g1064fd0d
Date: Thu, 19 Oct 2023 00:13:27 -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  1064fd0dc1766023303d7ca24fee7e0bae4bb402 (commit)
       via  59e2c773c22718b9c81913e5f3949561763e1d7f (commit)
       via  b1cbd9ac416906690e0f5e61d61229c088e3706b (commit)
       via  40c1d9d408de8d27965465702c1bf6e22cfb3acb (commit)
      from  6fd8c9f7e4600200f4a684b9114c15d2a1c66f51 (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=1064fd0dc1766023303d7ca24fee7e0bae4bb402

commit 1064fd0dc1766023303d7ca24fee7e0bae4bb402
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Oct 19 07:12:59 2023 +0300

    Version updates and small doc fixes.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 87cb025d..931efe69 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-19         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawktexi.in: Update the date, add some indexing, removing FIXMEs.
+       * gawk.1, gawkbug.1, awkcard.in: Update version.
+
 2023-10-18         Arnold D. Robbins     <arnold@skeeve.com>
 
        * wordlist: Updated.
diff --git a/doc/awkcard.in b/doc/awkcard.in
index fcbaa8cb..718d2414 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1986,7 +1986,7 @@ The default for \*(FIcat\*(FR is 
\*(FC"LC_MESSAGES"\*(FR.\*(CB
 .ES
 .nf
 \*(CDHost: \*(FCftp.gnu.org\*(FR
-File: \*(FC/gnu/gawk/gawk-5.2.2.tar.gz\fP
+File: \*(FC/gnu/gawk/gawk-5.3.0.tar.gz\fP
 .in +.2i
 .fi
 GNU \*(AK (\*(GK). There may be a later version.
diff --git a/doc/gawk.1 b/doc/gawk.1
index ec47d421..4e805050 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -2364,13 +2364,14 @@ status is 2.  On non-POSIX systems, this value may be 
mapped to
 .SH VERSION INFORMATION
 This man page documents
 .IR gawk ,
-version 5.2.
+version 5.3.
 .SH AUTHORS
 The original version of \*(UX
 .I awk
 was designed and implemented by Alfred Aho,
-Peter Weinberger, and Brian Kernighan of Bell Laboratories.  Brian Kernighan
-continues to maintain and enhance it.
+Peter Weinberger, and Brian Kernighan of Bell Laboratories.
+Ozan Yigit is the the current maintainer.
+Brian Kernighan occasionally dabbles in its development.
 .PP
 Paul Rubin and Jay Fenlason,
 of the Free Software Foundation, wrote
diff --git a/doc/gawk.info b/doc/gawk.info
index 03059646..84807c15 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -38566,6 +38566,7 @@ Index
 * noassign.awk program:                  Ignoring Assigns.    (line  15)
 * non-existent array elements:           Reference to Elements.
                                                               (line  23)
+* nonfatal output:                       Nonfatal.            (line   6)
 * not Boolean-logic operator:            Boolean Ops.         (line   6)
 * NR variable:                           Records.             (line   6)
 * NR variable <1>:                       Auto-set.            (line 143)
@@ -38682,6 +38683,7 @@ Index
 * output, duplicating into files:        Tee Program.         (line   6)
 * output redirection:                    Redirection.         (line   6)
 * output wrapper:                        Output Wrappers.     (line   6)
+* output, nonfatal:                      Nonfatal.            (line   6)
 * p debugger command (alias for print):  Viewing And Changing Data.
                                                               (line  39)
 * package, definition of:                Global Namespace.    (line  18)
@@ -38728,6 +38730,7 @@ Index
 * pipe, output:                          Redirection.         (line  57)
 * pipe, closing:                         Close Files And Pipes.
                                                               (line   6)
+* pipe output, speeding up:              Noflush.             (line   6)
 * platform running on:                   Auto-set.            (line 224)
 * Plauger, P.J.:                         Library Functions.   (line  12)
 * plug-in:                               Extension Intro.     (line   6)
@@ -38903,6 +38906,8 @@ Index
 * process ID of gawk process:            Auto-set.            (line 243)
 * processes, two-way communications with: Two-way I/O.        (line   6)
 * processing data:                       Basic High Level.    (line   6)
+* PROCINFO array, not flushing pipe buffers: Noflush.         (line   6)
+* PROCINFO array, nonfatal output:       Nonfatal.            (line   6)
 * PROCINFO array:                        Auto-set.            (line 148)
 * PROCINFO array, platform running on:   Auto-set.            (line 224)
 * PROCINFO array, values of sorted_in:   Controlling Scanning.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 69fbcdaf..f0714c90 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -59,7 +59,7 @@
 @c applies to and all the info about who's publishing this edition
 
 @c These apply across the board.
-@set UPDATE-MONTH April, 2023
+@set UPDATE-MONTH October, 2023
 @set VERSION 5.3
 @set PATCHLEVEL 0
 
@@ -11690,7 +11690,8 @@ when closing a pipe.
 
 @node Noflush
 @section Speeding Up Pipe Output
-@c FIXME: Add indexing
+@cindex @code{PROCINFO} array @subentry not flushing pipe buffers
+@cindex pipe output, speeding up
 
 This @value{SECTION} describes a @command{gawk}-specific feature.
 
@@ -11734,7 +11735,9 @@ your programs, so exercise caution.
 
 @node Nonfatal
 @section Enabling Nonfatal Output
-@c FIXME: Add indexing
+@cindex @code{PROCINFO} array @subentry nonfatal output
+@cindex output, nonfatal
+@cindex nonfatal output
 
 This @value{SECTION} describes a @command{gawk}-specific feature.
 
diff --git a/doc/gawkbug.1 b/doc/gawkbug.1
index 29cb7084..59ada7b7 100644
--- a/doc/gawkbug.1
+++ b/doc/gawkbug.1
@@ -6,7 +6,7 @@
 .\"
 .\"     Last Change: Mon Apr 18 16:21:25 IDT 2022
 .\"
-.TH GAWKBUG 1 "2023 June 02" "GNU Awk 5.2"
+.TH GAWKBUG 1 "2023 October 18" "GNU Awk 5.3"
 .SH NAME
 gawkbug \- report a bug in gawk
 .SH SYNOPSIS
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 7d858de0..1ea1d333 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -54,7 +54,7 @@
 @c applies to and all the info about who's publishing this edition
 
 @c These apply across the board.
-@set UPDATE-MONTH April, 2023
+@set UPDATE-MONTH October, 2023
 @set VERSION 5.3
 @set PATCHLEVEL 0
 
@@ -11082,7 +11082,8 @@ when closing a pipe.
 
 @node Noflush
 @section Speeding Up Pipe Output
-@c FIXME: Add indexing
+@cindex @code{PROCINFO} array @subentry not flushing pipe buffers
+@cindex pipe output, speeding up
 
 This @value{SECTION} describes a @command{gawk}-specific feature.
 
@@ -11126,7 +11127,9 @@ your programs, so exercise caution.
 
 @node Nonfatal
 @section Enabling Nonfatal Output
-@c FIXME: Add indexing
+@cindex @code{PROCINFO} array @subentry nonfatal output
+@cindex output, nonfatal
+@cindex nonfatal output
 
 This @value{SECTION} describes a @command{gawk}-specific feature.
 
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 47c4b3c2..27a233b5 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-19         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * configure.ac: Update version.
+
 2023-06-02         Arnold D. Robbins     <arnold@skeeve.com>
 
        * readdir.3am: Very small fix.
diff --git a/extension/configure b/extension/configure
index f79ae3ce..7ec92ecc 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.71 for GNU Awk Bundled Extensions 5.2.2.
+# Generated by GNU Autoconf 2.71 for GNU Awk Bundled Extensions 5.3.0.
 #
 # Report bugs to <bug-gawk@gnu.org>.
 #
@@ -621,8 +621,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Awk Bundled Extensions'
 PACKAGE_TARNAME='gawk-extensions'
-PACKAGE_VERSION='5.2.2'
-PACKAGE_STRING='GNU Awk Bundled Extensions 5.2.2'
+PACKAGE_VERSION='5.3.0'
+PACKAGE_STRING='GNU Awk Bundled Extensions 5.3.0'
 PACKAGE_BUGREPORT='bug-gawk@gnu.org'
 PACKAGE_URL='https://www.gnu.org/software/gawk-extensions/'
 
@@ -1383,7 +1383,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.2.2 to adapt to many 
kinds of systems.
+\`configure' configures GNU Awk Bundled Extensions 5.3.0 to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1454,7 +1454,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 
5.2.2:";;
+     short | recursive ) echo "Configuration of GNU Awk Bundled Extensions 
5.3.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1579,7 +1579,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk Bundled Extensions configure 5.2.2
+GNU Awk Bundled Extensions configure 5.3.0
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2179,7 +2179,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.2.2, which was
+It was created by GNU Awk Bundled Extensions $as_me 5.3.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3458,7 +3458,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk-extensions'
- VERSION='5.2.2'
+ VERSION='5.3.0'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -18343,7 +18343,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.2.2, which was
+This file was extended by GNU Awk Bundled Extensions $as_me 5.3.0, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18413,7 +18413,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | 
sed "s/^ //; s/'/'\\\\\\\\
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-GNU Awk Bundled Extensions config.status 5.2.2
+GNU Awk Bundled Extensions config.status 5.3.0
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff --git a/extension/configure.ac b/extension/configure.ac
index 7e07a4a0..45c77a48 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.2.2],[bug-gawk@gnu.org],[gawk-extensions])
+AC_INIT([GNU Awk Bundled 
Extensions],[5.3.0],[bug-gawk@gnu.org],[gawk-extensions])
 
 AC_PREREQ([2.71])
 

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

commit 59e2c773c22718b9c81913e5f3949561763e1d7f
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Oct 18 13:35:53 2023 +0300

    Update spelling list for the manual.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index e1b1e9e6..87cb025d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-18         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * wordlist: Updated.
+
 2023-10-11         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in (Gory Details): Add an appropriate quote.
diff --git a/doc/wordlist b/doc/wordlist
index fa1865c0..1a5b37d5 100644
--- a/doc/wordlist
+++ b/doc/wordlist
@@ -151,6 +151,7 @@ Ec
 Ee
 Efraim
 Eggert
+Egon
 Egrep
 Embeddable
 Exp
@@ -203,6 +204,7 @@ Getline
 Getlocaltime
 Getopt
 Ggnru
+Ghostbusters
 Grigera
 Groucho
 GyeoNxTFby

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

commit b1cbd9ac416906690e0f5e61d61229c088e3706b
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Oct 18 13:29:34 2023 +0300

    Really fix copyright in pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 1800cb07..fe6ad574 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-17         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.tst.prologue: Update copyright years. Duh.
+
 2023-10-17         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.tst: Update copyright years.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 71418434..f6a0339e 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -345,14 +345,15 @@ EXPECTED_FAIL_MINGW = \
 # List of tests that fail on z/OS
 EXPECTED_FAIL_ZOS = \
        aasort aasorti arraysort asort asorti backbigs1 backsmalls1 \
-       backsmalls2 beginfile1 beginfile2 charasbytes commas clos1way6 concat4 \
-       dfamb1 double1 double2 errno fmttest forcenum getlndir gsubtst5 \
-       ignrcas2 inf-nan-torture iolint lc_num1 mbfw1 mbprintf1 \
-       mbprintf2 mbprintf3 mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n \
-       nlstringtest nofile nonfatal2 numrange posix_compare printhuge \
-       profile5 rebt8b2 regrange reint2 rri1 sigpipe1 sort1 sortfor \
-       sortu space sprintfc subamp subi18n symtab1 symtab11 symtab8 \
-       timeout wideidx wideidx2 widesub widesub2 widesub3 widesub4
+       backsmalls2 beginfile1 beginfile2 charasbytes clos1way6 \
+       cmdlinefsbacknl2 commas concat4 dfamb1 double1 double2 errno \
+       fmttest forcenum getlndir gsubnulli18n gsubtst5 ignrcas2 \
+       inf-nan-torture iolint lc_num1 mbfw1 mbprintf1 mbprintf2 mbprintf3 \
+       mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n mtchi18n2 nlstringtest \
+       nofile nonfatal2 numrange posix_compare printhuge profile5 rebt8b2 \
+       regexpbad regrange reint2 rri1 sigpipe1 sort1 sortfor sortu space \
+       sprintfc subamp subi18n symtab1 symtab8 symtab11 timeout unicode1 \
+       wideidx wideidx2 widesub widesub2 widesub3 widesub4
 
 
 # List of the files that appear in manual tests or are for reserve testing:
@@ -1802,7 +1803,7 @@ gsubasgn:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 gsubnulli18n:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @echo Expect $@ to fail with MinGW.
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=ENU_USA.1252; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
@@ -2276,7 +2277,7 @@ regex3minus:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 regexpbad:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
@@ -3638,7 +3639,7 @@ typeof6:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 unicode1:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @echo Expect $@ to fail with MinGW.
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=ENU_USA.1252; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
@@ -3760,7 +3761,7 @@ mtchi18n:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 mtchi18n2:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @echo Expect $@ to fail with MinGW.
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=ENU_USA.1252; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
diff --git a/pc/Makefile.tst.prologue b/pc/Makefile.tst.prologue
index 95ab6ccb..8cadb340 100644
--- a/pc/Makefile.tst.prologue
+++ b/pc/Makefile.tst.prologue
@@ -1,6 +1,6 @@
 # Makefile for GNU Awk test suite.
 #
-# Copyright (C) 1988-2020 the Free Software Foundation, Inc.
+# Copyright (C) 1988-2023 the Free Software Foundation, Inc.
 # 
 # This file is part of GAWK, the GNU implementation of the
 # AWK Programming Language.

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

commit 40c1d9d408de8d27965465702c1bf6e22cfb3acb
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Oct 18 13:29:10 2023 +0300

    Update z/OS expected fails.

diff --git a/test/ChangeLog b/test/ChangeLog
index 035de194..2d7e4247 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-18         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.am (EXPECTED_FAIL_ZOS): Update with more tests.
+
 2023-10-15         Arnold D. Robbins     <arnold@skeeve.com>
 
        * badargs.ok: Updated after version bump.
diff --git a/test/Makefile.am b/test/Makefile.am
index 2e5eb3df..87a367db 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1690,14 +1690,16 @@ EXPECTED_FAIL_MINGW = \
 # List of tests that fail on z/OS
 EXPECTED_FAIL_ZOS = \
        aasort aasorti arraysort asort asorti backbigs1 backsmalls1 \
-       backsmalls2 beginfile1 beginfile2 charasbytes commas clos1way6 concat4 \
-       dfamb1 double1 double2 errno fmttest forcenum getlndir gsubtst5 \
-       ignrcas2 inf-nan-torture iolint lc_num1 mbfw1 mbprintf1 \
-       mbprintf2 mbprintf3 mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n \
-       nlstringtest nofile nonfatal2 numrange posix_compare printhuge \
-       profile5 rebt8b2 regrange reint2 rri1 sigpipe1 sort1 sortfor \
-       sortu space sprintfc subamp subi18n symtab1 symtab11 symtab8 \
-       timeout wideidx wideidx2 widesub widesub2 widesub3 widesub4
+       backsmalls2 beginfile1 beginfile2 charasbytes clos1way6 \
+       cmdlinefsbacknl2 commas concat4 dfamb1 double1 double2 errno \
+       fmttest forcenum getlndir gsubnulli18n gsubtst5 ignrcas2 \
+       inf-nan-torture iolint lc_num1 mbfw1 mbprintf1 mbprintf2 mbprintf3 \
+       mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n mtchi18n2 nlstringtest \
+       nofile nonfatal2 numrange posix_compare printhuge profile5 rebt8b2 \
+       regexpbad regrange reint2 rri1 sigpipe1 sort1 sortfor sortu space \
+       sprintfc subamp subi18n symtab1 symtab8 symtab11 timeout unicode1 \
+       wideidx wideidx2 widesub widesub2 widesub3 widesub4
+
 
 ZOS_FAIL = @ZOS_FAIL@
 
diff --git a/test/Makefile.in b/test/Makefile.in
index c16e6278..c07bf44d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1955,14 +1955,15 @@ EXPECTED_FAIL_MINGW = \
 # List of tests that fail on z/OS
 EXPECTED_FAIL_ZOS = \
        aasort aasorti arraysort asort asorti backbigs1 backsmalls1 \
-       backsmalls2 beginfile1 beginfile2 charasbytes commas clos1way6 concat4 \
-       dfamb1 double1 double2 errno fmttest forcenum getlndir gsubtst5 \
-       ignrcas2 inf-nan-torture iolint lc_num1 mbfw1 mbprintf1 \
-       mbprintf2 mbprintf3 mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n \
-       nlstringtest nofile nonfatal2 numrange posix_compare printhuge \
-       profile5 rebt8b2 regrange reint2 rri1 sigpipe1 sort1 sortfor \
-       sortu space sprintfc subamp subi18n symtab1 symtab11 symtab8 \
-       timeout wideidx wideidx2 widesub widesub2 widesub3 widesub4
+       backsmalls2 beginfile1 beginfile2 charasbytes clos1way6 \
+       cmdlinefsbacknl2 commas concat4 dfamb1 double1 double2 errno \
+       fmttest forcenum getlndir gsubnulli18n gsubtst5 ignrcas2 \
+       inf-nan-torture iolint lc_num1 mbfw1 mbprintf1 mbprintf2 mbprintf3 \
+       mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n mtchi18n2 nlstringtest \
+       nofile nonfatal2 numrange posix_compare printhuge profile5 rebt8b2 \
+       regexpbad regrange reint2 rri1 sigpipe1 sort1 sortfor sortu space \
+       sprintfc subamp subi18n symtab1 symtab8 symtab11 timeout unicode1 \
+       wideidx wideidx2 widesub widesub2 widesub3 widesub4
 
 
 # List of the files that appear in manual tests or are for reserve testing:
@@ -3600,7 +3601,7 @@ gsubasgn:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 gsubnulli18n:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
@@ -4073,7 +4074,7 @@ regex3minus:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 regexpbad:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
@@ -5426,7 +5427,7 @@ typeof6:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 unicode1:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
@@ -5541,7 +5542,7 @@ mtchi18n:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 mtchi18n2:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
diff --git a/test/Maketests b/test/Maketests
index 5df48347..de67ba35 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -483,7 +483,7 @@ gsubasgn:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 gsubnulli18n:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
@@ -956,7 +956,7 @@ regex3minus:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 regexpbad:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
@@ -2309,7 +2309,7 @@ typeof6:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 unicode1:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
@@ -2424,7 +2424,7 @@ mtchi18n:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 mtchi18n2:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@

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

Summary of changes:
 doc/ChangeLog            |  9 +++++++++
 doc/awkcard.in           |  2 +-
 doc/gawk.1               |  7 ++++---
 doc/gawk.info            |  5 +++++
 doc/gawk.texi            |  9 ++++++---
 doc/gawkbug.1            |  2 +-
 doc/gawktexi.in          |  9 ++++++---
 doc/wordlist             |  2 ++
 extension/ChangeLog      |  4 ++++
 extension/configure      | 20 ++++++++++----------
 extension/configure.ac   |  2 +-
 pc/ChangeLog             |  4 ++++
 pc/Makefile.tst          | 25 +++++++++++++------------
 pc/Makefile.tst.prologue |  2 +-
 test/ChangeLog           |  4 ++++
 test/Makefile.am         | 18 ++++++++++--------
 test/Makefile.in         | 25 +++++++++++++------------
 test/Maketests           |  8 ++++----
 18 files changed, 98 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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