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-5240-g818e4136


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5240-g818e4136
Date: Thu, 13 Apr 2023 14:30:56 -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  818e413643676b2fd2ab2bf272af6be5bb79e5b2 (commit)
       via  b930d79a316d08c899787c0d2e39865913863a52 (commit)
      from  a5400a3f7efa49111d0d0d9e7972ce5a4eddd4fa (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=818e413643676b2fd2ab2bf272af6be5bb79e5b2

commit 818e413643676b2fd2ab2bf272af6be5bb79e5b2
Merge: a5400a3f b930d79a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Apr 13 21:30:44 2023 +0300

    Merge branch 'gawk-5.2-stable'

diff --cc ChangeLog
index ccfa75f0,9ffcaa5d..88f2493a
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,14 -1,9 +1,20 @@@
+ 2023-04-13         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * array.c (asort_actual): Handle Node_var_new. Can happen
+       if you sort SYMTAB. Thanks to zhou shuiqing
+       <zhoushuiqing321@outlook.com> for the report.
+ 
 +2023-04-13         Andrew J. Schorr      <aschorr@telemetry-investments.com>
 +
 +      * io.c (csvscan): Convert CR-LF pairs to plain LF, both at the
 +      end of the line and when embedded. Plain CRs are not touched.
 +
 +2023-04-07         Andrew J. Schorr      <aschorr@telemetry-investments.com>
 +
 +      * io.c (csvscan): Instead of stripping all carriage returns in the
 +      input, simply include the CR in the RT if it occurs just before
 +      the linefeed character.
 +
  2023-04-07         Arnold D. Robbins     <arnold@skeeve.com>
  
        * array.c (assoc_info): Update to handle additional cases so
diff --cc pc/ChangeLog
index 2f7cca17,0da31a42..58164fde
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@@ -1,24 -1,8 +1,25 @@@
  2023-04-13         Arnold D. Robbins     <arnold@skeeve.com>
  
 +      * Makefile.tst: Regenerated.
        * config.h: Regenerated.
+       * Makefile.tst: Regenerated.
  
 +2023-03-24         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * Makefile.tst: Regenerated.
 +
 +2023-03-21         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * Makefile.tst: Regenerated.
 +
 +2023-03-17         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * Makefile.tst: Regenerated.
 +
 +2023-03-16         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * Makefile.tst: Regenerated.
 +
  2023-03-12  Eli Zaretskii  <eliz@gnu.org>
  
        * Makefile.ext (readdir_test.$(SOEXT)): Fix typo.
diff --cc pc/Makefile.tst
index 7af87c3c,d012f626..fef82ef7
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@@ -189,9 -189,9 +189,10 @@@ UNIX_TESTS = 
  GAWK_EXT_TESTS = \
        aadelete1 aadelete2 aarray1 aasort aasorti argtest arraysort \
        arraysort2 arraytype asortbool backw badargs beginfile1 beginfile2 \
+       asortsymtab \
        binmode1 charasbytes clos1way clos1way2 clos1way3 clos1way4 \
 -      clos1way5 clos1way6 colonwarn commas crlf dbugeval dbugeval2 \
 +      clos1way5 clos1way6 colonwarn commas crlf csv1 csv2 csv3 csvodd \
 +      dbugeval dbugeval2 \
        dbugeval3 dbugeval4 dbugtypedre1 dbugtypedre2 delsub \
        devfd devfd1 devfd2 dfacheck1 dumpvars \
        elemnew1 elemnew2 elemnew3 errno exit fieldwdth forcenum fpat1 fpat2 \
diff --cc test/ChangeLog
index 43da1b6a,651fdb98..ca6dfe64
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,9 -1,8 +1,14 @@@
 +2023-04-13         Manuel Collado        <mcollado2011@gmail.com>
 +
 +      * Makefile.am (EXTRA_DIST): New test: csvodd.
 +      (NEED_CSV): Add csvodd.
 +      * New files: csvodd.awk, csvodd.in, csvodd.ok:
 +
+ 2023-04-13         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * Makefile.am (EXTRA_DIST): New test: asortsymtab.
+       * asortsymtab.awk, asortsymtab.ok: New files.
+ 
  2023-04-13         Arnold D. Robbins     <arnold@skeeve.com>
  
        * badargs.ok: Update after code changes.
diff --cc test/Makefile.am
index fb1bf7be,cc99dfa9..1099a620
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@@ -1515,9 -1504,9 +1517,10 @@@ UNIX_TESTS = 
  GAWK_EXT_TESTS = \
        aadelete1 aadelete2 aarray1 aasort aasorti argtest arraysort \
        arraysort2 arraytype asortbool backw badargs beginfile1 beginfile2 \
+       asortsymtab \
        binmode1 charasbytes clos1way clos1way2 clos1way3 clos1way4 \
 -      clos1way5 clos1way6 colonwarn commas crlf dbugeval dbugeval2 \
 +      clos1way5 clos1way6 colonwarn commas crlf csv1 csv2 csv3 csvodd \
 +      dbugeval dbugeval2 \
        dbugeval3 dbugeval4 dbugtypedre1 dbugtypedre2 delsub \
        devfd devfd1 devfd2 dfacheck1 dumpvars \
        elemnew1 elemnew2 elemnew3 errno exit fieldwdth forcenum fpat1 fpat2 \
diff --cc test/Makefile.in
index b6cd07cc,3ed140cc..ff0ef955
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@@ -1779,9 -1772,9 +1781,10 @@@ UNIX_TESTS = 
  GAWK_EXT_TESTS = \
        aadelete1 aadelete2 aarray1 aasort aasorti argtest arraysort \
        arraysort2 arraytype asortbool backw badargs beginfile1 beginfile2 \
+       asortsymtab \
        binmode1 charasbytes clos1way clos1way2 clos1way3 clos1way4 \
 -      clos1way5 clos1way6 colonwarn commas crlf dbugeval dbugeval2 \
 +      clos1way5 clos1way6 colonwarn commas crlf csv1 csv2 csv3 csvodd \
 +      dbugeval dbugeval2 \
        dbugeval3 dbugeval4 dbugtypedre1 dbugtypedre2 delsub \
        devfd devfd1 devfd2 dfacheck1 dumpvars \
        elemnew1 elemnew2 elemnew3 errno exit fieldwdth forcenum fpat1 fpat2 \

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

Summary of changes:
 ChangeLog            |  6 +++++
 array.c              | 22 +++++++++++-----
 pc/ChangeLog         |  1 +
 pc/Makefile.tst      |  6 +++++
 test/ChangeLog       |  5 ++++
 test/Makefile.am     |  7 +++--
 test/Makefile.in     | 12 +++++++--
 test/Maketests       |  5 ++++
 test/asortsymtab.awk | 10 ++++++++
 test/asortsymtab.ok  | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 136 insertions(+), 10 deletions(-)
 create mode 100644 test/asortsymtab.awk
 create mode 100644 test/asortsymtab.ok


hooks/post-receive
-- 
gawk



reply via email to

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