gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5478-g6be74eac


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5478-g6be74eac
Date: Sat, 8 Jun 2024 15:47:59 -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, gawk-5.3-stable has been updated
       via  6be74eac7683c47e48363dbc74fac42c36a4e6fd (commit)
       via  d98dcede479fd23755136a054d20b4294e07638b (commit)
       via  a3381b4801e9b2167629ee26e240115a33abd7a0 (commit)
      from  6560565a7bc2a5ddc6794abfbcf59d28e748b30d (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=6be74eac7683c47e48363dbc74fac42c36a4e6fd

commit 6be74eac7683c47e48363dbc74fac42c36a4e6fd
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sat Jun 8 22:47:35 2024 +0300

    Remove support for OSF/1.

diff --git a/ChangeLog b/ChangeLog
index 24af95b1..40182148 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-06-08         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * io.c: Remove check for OSF/1.  It's too obsolete now.
+
 2024-06-05         Arnold D. Robbins     <arnold@skeeve.com>
 
        * io.c: Fix a comment typo for enum recvalues.
diff --git a/NEWS b/NEWS
index 902fa184..47804114 100644
--- a/NEWS
+++ b/NEWS
@@ -21,7 +21,9 @@ Changes from 5.3.0 to 5.3.x
 5. Race conditions around broken pipes for system() and read and write
    pipes should now be closed off.
 
-6. As usual, there have been several minor code cleanups and bug fixes.
+6. Support for OSF/1 has been removed.
+
+7. As usual, there have been several minor code cleanups and bug fixes.
    See the ChangeLog for details.
 
 Changes from 5.2.x to 5.3.0
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4fa2da84..fb60bca7 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-08         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawk.texi (Feature History): Document removal of support
+       for OSF/1.
+
 2024-05-26         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawk.texi (Time Functions): Note that the date script does not
diff --git a/doc/gawk.info b/doc/gawk.info
index bf1e4ee9..7f2f5cc4 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -31170,6 +31170,8 @@ unfortunately.  It added the following features:
      value-add was never very much and it caused problems in some
      environments.
 
+   • Support for OSF/1 was removed.
+
 
 File: gawk.info,  Node: Common Extensions,  Next: Ranges and Locales,  Prev: 
Feature History,  Up: Language History
 
@@ -40378,79 +40380,79 @@ Node: POSIX1273589
 Node: BTL1275014
 Node: POSIX/GNU1275781
 Node: Feature History1282436
-Node: Common Extensions1302238
-Node: Ranges and Locales1303713
-Ref: Ranges and Locales-Footnote-11308498
-Ref: Ranges and Locales-Footnote-21308525
-Ref: Ranges and Locales-Footnote-31308760
-Node: Contributors1308983
-Node: History summary1315174
-Node: Installation1316616
-Node: Gawk Distribution1317580
-Node: Getting1318072
-Node: Extracting1319071
-Node: Distribution contents1320777
-Node: Unix Installation1328667
-Node: Quick Installation1329487
-Node: Compiling with MPFR1332027
-Node: Shell Startup Files1332733
-Node: Additional Configuration Options1333890
-Node: Configuration Philosophy1336273
-Node: Compiling from Git1338773
-Node: Building the Documentation1339332
-Node: Non-Unix Installation1340744
-Node: PC Installation1341220
-Node: PC Binary Installation1342089
-Node: PC Compiling1342982
-Node: PC Using1344160
-Node: Cygwin1347876
-Node: MSYS1349128
-Node: OpenVMS Installation1349754
-Node: OpenVMS Compilation1350435
-Ref: OpenVMS Compilation-Footnote-11351918
-Node: OpenVMS Dynamic Extensions1351976
-Node: OpenVMS Installation Details1353612
-Node: OpenVMS Running1356043
-Node: OpenVMS GNV1360180
-Node: Bugs1360935
-Node: Bug definition1361855
-Node: Bug address1365456
-Node: Usenet1369025
-Node: Performance bugs1370238
-Node: Asking for help1373254
-Node: Maintainers1375241
-Node: Other Versions1376268
-Node: Installation summary1385872
-Node: Notes1387254
-Node: Compatibility Mode1388064
-Node: Additions1388886
-Node: Accessing The Source1389831
-Node: Adding Code1391362
-Node: New Ports1398473
-Node: Derived Files1402976
-Ref: Derived Files-Footnote-11408787
-Ref: Derived Files-Footnote-21408822
-Ref: Derived Files-Footnote-31409433
-Node: Future Extensions1409547
-Node: Implementation Limitations1410217
-Node: Extension Design1411459
-Node: Old Extension Problems1412619
-Ref: Old Extension Problems-Footnote-11414191
-Node: Extension New Mechanism Goals1414252
-Ref: Extension New Mechanism Goals-Footnote-11417722
-Node: Extension Other Design Decisions1417923
-Node: Extension Future Growth1420120
-Node: Notes summary1420740
-Node: Basic Concepts1421950
-Node: Basic High Level1422635
-Ref: figure-general-flow1422917
-Ref: figure-process-flow1423619
-Ref: Basic High Level-Footnote-11426989
-Node: Basic Data Typing1427178
-Node: Glossary1430586
-Node: Copying1463465
-Node: GNU Free Documentation License1501023
-Node: Index1526146
+Node: Common Extensions1302277
+Node: Ranges and Locales1303752
+Ref: Ranges and Locales-Footnote-11308537
+Ref: Ranges and Locales-Footnote-21308564
+Ref: Ranges and Locales-Footnote-31308799
+Node: Contributors1309022
+Node: History summary1315213
+Node: Installation1316655
+Node: Gawk Distribution1317619
+Node: Getting1318111
+Node: Extracting1319110
+Node: Distribution contents1320816
+Node: Unix Installation1328706
+Node: Quick Installation1329526
+Node: Compiling with MPFR1332066
+Node: Shell Startup Files1332772
+Node: Additional Configuration Options1333929
+Node: Configuration Philosophy1336312
+Node: Compiling from Git1338812
+Node: Building the Documentation1339371
+Node: Non-Unix Installation1340783
+Node: PC Installation1341259
+Node: PC Binary Installation1342128
+Node: PC Compiling1343021
+Node: PC Using1344199
+Node: Cygwin1347915
+Node: MSYS1349167
+Node: OpenVMS Installation1349793
+Node: OpenVMS Compilation1350474
+Ref: OpenVMS Compilation-Footnote-11351957
+Node: OpenVMS Dynamic Extensions1352015
+Node: OpenVMS Installation Details1353651
+Node: OpenVMS Running1356082
+Node: OpenVMS GNV1360219
+Node: Bugs1360974
+Node: Bug definition1361894
+Node: Bug address1365495
+Node: Usenet1369064
+Node: Performance bugs1370277
+Node: Asking for help1373293
+Node: Maintainers1375280
+Node: Other Versions1376307
+Node: Installation summary1385911
+Node: Notes1387293
+Node: Compatibility Mode1388103
+Node: Additions1388925
+Node: Accessing The Source1389870
+Node: Adding Code1391401
+Node: New Ports1398512
+Node: Derived Files1403015
+Ref: Derived Files-Footnote-11408826
+Ref: Derived Files-Footnote-21408861
+Ref: Derived Files-Footnote-31409472
+Node: Future Extensions1409586
+Node: Implementation Limitations1410256
+Node: Extension Design1411498
+Node: Old Extension Problems1412658
+Ref: Old Extension Problems-Footnote-11414230
+Node: Extension New Mechanism Goals1414291
+Ref: Extension New Mechanism Goals-Footnote-11417761
+Node: Extension Other Design Decisions1417962
+Node: Extension Future Growth1420159
+Node: Notes summary1420779
+Node: Basic Concepts1421989
+Node: Basic High Level1422674
+Ref: figure-general-flow1422956
+Ref: figure-process-flow1423658
+Ref: Basic High Level-Footnote-11427028
+Node: Basic Data Typing1427217
+Node: Glossary1430625
+Node: Copying1463504
+Node: GNU Free Documentation License1501062
+Node: Index1526185
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 6e2a9c31..70e72e41 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -41640,6 +41640,9 @@ The need for GNU @code{libsigsegv} was removed from 
@command{gawk}.
 The value-add was never very much and it caused problems in some
 environments.
 
+@item
+Support for OSF/1 was removed.
+
 @end itemize
 
 @c XXX ADD MORE STUFF HERE
diff --git a/io.c b/io.c
index d9836032..20bafde4 100644
--- a/io.c
+++ b/io.c
@@ -24,11 +24,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA
  */
 
-/* For OSF/1 to get struct sockaddr_storage */
-#if defined(__osf__) && !defined(_OSF_SOURCE)
-#define _OSF_SOURCE
-#endif
-
 #include "awk.h"
 
 #ifdef HAVE_SYS_PARAM_H

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

commit d98dcede479fd23755136a054d20b4294e07638b
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sat Jun 8 22:47:11 2024 +0300

    Use `egrep -s' instead of `egrep -q'.

diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 5db2d453..7c5a8f0f 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -2039,7 +2039,7 @@ numindex:
 numrange:
        @echo $@ $(ZOS_FAIL)
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
@@ -2217,7 +2217,7 @@ prtoeval:
 rand:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
@@ -2703,7 +2703,7 @@ arraysort2:
 arraytype:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
@@ -3740,14 +3740,14 @@ fmttest:
 fnarydel:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
 fnparydl:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
diff --git a/test/ChangeLog b/test/ChangeLog
index e5d1d98b..1ad961ec 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-08         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Gentests: Change `egrep -q' to `egrep -s' for greater portability.
+       Thanks to Nelson Beebe for the report.
+
 2024-05-19         Arnold D. Robbins     <arnold@skeeve.com>
 
        * paramres.ok: Updated after code change.
diff --git a/test/Gentests b/test/Gentests
index c955281f..0199c0e5 100755
--- a/test/Gentests
+++ b/test/Gentests
@@ -268,7 +268,7 @@ function generate(x,        s, i, locale_string)
        printf "AWKPATH=\"$(srcdir)\" $(AWK) -f $@.awk %s >_$@ 2>&1 || echo 
EXIT CODE: $$? >>_$@\n", s
 
        if ((x "-mpfr.ok") in extra_dist) {
-               printf "\t@-if echo \"$$GAWK_TEST_ARGS\" | egrep -q -e 
'-M|--bignum' > /dev/null ; \\\n"
+               printf "\t@-if echo \"$$GAWK_TEST_ARGS\" | egrep -s -e 
'-M|--bignum' > /dev/null ; \\\n"
                printf "\tthen $(CMP) \"$(srcdir)\"/$@-mpfr.ok _$@ && rm -f _$@ 
; \\\n"
                printf "\telse $(CMP) \"$(srcdir)\"/$@.ok _$@ && rm -f _$@ ; 
fi\n\n"
        } else {
diff --git a/test/Makefile.in b/test/Makefile.in
index 6f4ce20c..ae59b1d4 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -3858,7 +3858,7 @@ numindex:
 numrange:
        @echo $@ $(ZOS_FAIL)
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
@@ -4036,7 +4036,7 @@ prtoeval:
 rand:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
@@ -4518,7 +4518,7 @@ arraysort2:
 arraytype:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
@@ -5546,14 +5546,14 @@ fmttest:
 fnarydel:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
 fnparydl:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
diff --git a/test/Maketests b/test/Maketests
index 2689b3b2..57603040 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -727,7 +727,7 @@ numindex:
 numrange:
        @echo $@ $(ZOS_FAIL)
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
@@ -905,7 +905,7 @@ prtoeval:
 rand:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
@@ -1387,7 +1387,7 @@ arraysort2:
 arraytype:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
@@ -2415,14 +2415,14 @@ fmttest:
 fnarydel:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 
 fnparydl:
        @echo $@
        @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: 
$$? >>_$@
-       @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \
+       @-if echo "$$GAWK_TEST_ARGS" | egrep -s -e '-M|--bignum' > /dev/null ; \
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
 

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

commit a3381b4801e9b2167629ee26e240115a33abd7a0
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sat Jun 8 22:43:22 2024 +0300

    Version bump for test tar file.

diff --git a/configure b/configure
index 61a4975f..e580d437 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.71 for GNU Awk 5.3.0.
+# Generated by GNU Autoconf 2.71 for GNU Awk 5.3.0a.
 #
 # Report bugs to <bug-gawk@gnu.org>.
 #
@@ -611,8 +611,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU Awk'
 PACKAGE_TARNAME='gawk'
-PACKAGE_VERSION='5.3.0'
-PACKAGE_STRING='GNU Awk 5.3.0'
+PACKAGE_VERSION='5.3.0a'
+PACKAGE_STRING='GNU Awk 5.3.0a'
 PACKAGE_BUGREPORT='bug-gawk@gnu.org'
 PACKAGE_URL='https://www.gnu.org/software/gawk/'
 
@@ -1369,7 +1369,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.3.0 to adapt to many kinds of systems.
+\`configure' configures GNU Awk 5.3.0a to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1440,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Awk 5.3.0:";;
+     short | recursive ) echo "Configuration of GNU Awk 5.3.0a:";;
    esac
   cat <<\_ACEOF
 
@@ -1563,7 +1563,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Awk configure 5.3.0
+GNU Awk configure 5.3.0a
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2220,7 +2220,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.3.0, which was
+It was created by GNU Awk $as_me 5.3.0a, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3515,7 +3515,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gawk'
- VERSION='5.3.0'
+ VERSION='5.3.0a'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -13815,7 +13815,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.3.0, which was
+This file was extended by GNU Awk $as_me 5.3.0a, which was
 generated by GNU Autoconf 2.71.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13885,7 +13885,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 config.status 5.3.0
+GNU Awk config.status 5.3.0a
 configured by $0, generated by GNU Autoconf 2.71,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 859726bc..8506ae8a 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.3.0],[bug-gawk@gnu.org],[gawk])
+AC_INIT([GNU Awk],[5.3.0a],[bug-gawk@gnu.org],[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 80e7eeb4..8b814f26 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -376,7 +376,7 @@
 #define PACKAGE_NAME "GNU Awk"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 5.3.0"
+#define PACKAGE_STRING "GNU Awk 5.3.0a"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gawk"
@@ -385,7 +385,7 @@
 #define PACKAGE_URL "http://www.gnu.org/software/gawk/";
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "5.3.0"
+#define PACKAGE_VERSION "5.3.0a"
 
 /* Define to 1 if *printf supports %a format */
 #define PRINTF_HAS_A_FORMAT 1
@@ -513,7 +513,7 @@
 
 
 /* Version number of package */
-#define VERSION "5.3.0"
+#define VERSION "5.3.0a"
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
diff --git a/test/badargs.ok b/test/badargs.ok
index d8f5eab8..0e62ca8d 100644
--- a/test/badargs.ok
+++ b/test/badargs.ok
@@ -42,7 +42,7 @@ PLEASE do NOT try to report bugs by posting in comp.lang.awk,
 or by using a web forum such as Stack Overflow.
 
 Source code for gawk may be obtained from
-https://ftp.gnu.org/gnu/gawk/gawk-5.3.0.tar.gz
+https://www.skeeve.com/gawk/gawk-5.3.0a.tar.gz
 
 gawk is a pattern scanning and processing language.
 By default it reads standard input and writes standard output.

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

Summary of changes:
 ChangeLog        |   4 ++
 NEWS             |   4 +-
 configure        |  20 ++++----
 configure.ac     |   2 +-
 doc/ChangeLog    |   5 ++
 doc/gawk.info    | 148 ++++++++++++++++++++++++++++---------------------------
 doc/gawk.texi    |   3 ++
 io.c             |   5 --
 pc/Makefile.tst  |  10 ++--
 pc/config.h      |   6 +--
 test/ChangeLog   |   5 ++
 test/Gentests    |   2 +-
 test/Makefile.in |  10 ++--
 test/Maketests   |  10 ++--
 test/badargs.ok  |   2 +-
 15 files changed, 126 insertions(+), 110 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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