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-5117-g579acd4d


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5117-g579acd4d
Date: Tue, 31 Jan 2023 13:48:22 -0500 (EST)

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  579acd4d5535e5525d738da714f8d7c9c63737f1 (commit)
       via  743c5f88b9cb030a53fe0c0aa0067507a9d50188 (commit)
       via  ac8094ab1fefaf43e35802531e290dc7df896a37 (commit)
       via  e3ea0559626816de9a4a44b0a1074f22a3d9525c (commit)
      from  d2e087100b5319512ff1d3fc233f23e875b4294a (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=579acd4d5535e5525d738da714f8d7c9c63737f1

commit 579acd4d5535e5525d738da714f8d7c9c63737f1
Merge: e3ea0559 743c5f88
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Jan 31 20:48:08 2023 +0200

    Merge branch 'gawk-5.2-stable'

diff --cc pc/Makefile.tst
index 08335906,1cb6f869..84ec5d69
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@@ -189,10 -190,10 +190,10 @@@ GAWK_EXT_TESTS = 
        aadelete1 aadelete2 aarray1 aasort aasorti argtest arraysort \
        arraysort2 arraytype asortbool backw badargs beginfile1 beginfile2 \
        binmode1 charasbytes clos1way clos1way2 clos1way3 clos1way4 \
 -      clos1way5 clos1way6 colonwarn commas crlf dbugeval dbugeval2 \
 +      clos1way5 clos1way6 colonwarn commas crlf csv1 dbugeval dbugeval2 \
        dbugeval3 dbugeval4 dbugtypedre1 dbugtypedre2 delsub \
        devfd devfd1 devfd2 dfacheck1 dumpvars \
-       errno exit fieldwdth forcenum fpat1 fpat2 \
+       elemnew1 errno exit fieldwdth forcenum fpat1 fpat2 \
        fpat3 fpat4 fpat5 fpat6 fpat7 fpat8 fpat9 fpatnull fsfwfs functab1 \
        functab2 functab3 functab6 funlen fwtest fwtest2 fwtest3 fwtest4 \
        fwtest5 fwtest6 fwtest7 fwtest8 genpot gensub gensub2 gensub3 \
diff --cc test/Makefile.am
index 12046956,24ae6787..4c98b10f
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1496,10 -1499,10 +1502,10 @@@ GAWK_EXT_TESTS = 
        aadelete1 aadelete2 aarray1 aasort aasorti argtest arraysort \
        arraysort2 arraytype asortbool backw badargs beginfile1 beginfile2 \
        binmode1 charasbytes clos1way clos1way2 clos1way3 clos1way4 \
 -      clos1way5 clos1way6 colonwarn commas crlf dbugeval dbugeval2 \
 +      clos1way5 clos1way6 colonwarn commas crlf csv1 dbugeval dbugeval2 \
        dbugeval3 dbugeval4 dbugtypedre1 dbugtypedre2 delsub \
        devfd devfd1 devfd2 dfacheck1 dumpvars \
-       errno exit fieldwdth forcenum fpat1 fpat2 \
+       elemnew1 errno exit fieldwdth forcenum fpat1 fpat2 \
        fpat3 fpat4 fpat5 fpat6 fpat7 fpat8 fpat9 fpatnull fsfwfs functab1 \
        functab2 functab3 functab6 funlen fwtest fwtest2 fwtest3 fwtest4 \
        fwtest5 fwtest6 fwtest7 fwtest8 genpot gensub gensub2 gensub3 \
diff --cc test/Makefile.in
index 11f8bee7,8feff4ee..bea9c6d3
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -1760,10 -1767,10 +1766,10 @@@ GAWK_EXT_TESTS = 
        aadelete1 aadelete2 aarray1 aasort aasorti argtest arraysort \
        arraysort2 arraytype asortbool backw badargs beginfile1 beginfile2 \
        binmode1 charasbytes clos1way clos1way2 clos1way3 clos1way4 \
 -      clos1way5 clos1way6 colonwarn commas crlf dbugeval dbugeval2 \
 +      clos1way5 clos1way6 colonwarn commas crlf csv1 dbugeval dbugeval2 \
        dbugeval3 dbugeval4 dbugtypedre1 dbugtypedre2 delsub \
        devfd devfd1 devfd2 dfacheck1 dumpvars \
-       errno exit fieldwdth forcenum fpat1 fpat2 \
+       elemnew1 errno exit fieldwdth forcenum fpat1 fpat2 \
        fpat3 fpat4 fpat5 fpat6 fpat7 fpat8 fpat9 fpatnull fsfwfs functab1 \
        functab2 functab3 functab6 funlen fwtest fwtest2 fwtest3 fwtest4 \
        fwtest5 fwtest6 fwtest7 fwtest8 genpot gensub gensub2 gensub3 \

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

Summary of changes:
 ChangeLog                          | 14 +++++++
 doc/it/ChangeLog                   |  4 ++
 doc/it/gawktexi.in                 | 78 ++++++++++++++++++++++++++++----------
 interpret.h                        | 22 +++++++++--
 pc/ChangeLog                       |  4 ++
 pc/Makefile.tst                    | 15 +++++++-
 test/ChangeLog                     | 10 ++++-
 test/Makefile.am                   | 12 ++++--
 test/Makefile.in                   | 22 +++++++++--
 test/Maketests                     | 10 +++++
 test/elemnew1.awk                  |  8 ++++
 test/{arrayprm2.ok => elemnew1.ok} |  0
 test/fieldassign.awk               |  1 +
 test/{fwtest.in => fieldassign.in} |  1 +
 test/fieldassign.ok                |  2 +
 15 files changed, 170 insertions(+), 33 deletions(-)
 create mode 100644 test/elemnew1.awk
 copy test/{arrayprm2.ok => elemnew1.ok} (100%)
 create mode 100644 test/fieldassign.awk
 copy test/{fwtest.in => fieldassign.in} (50%)
 create mode 100644 test/fieldassign.ok


hooks/post-receive
-- 
gawk



reply via email to

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