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-4307-g229c965


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4307-g229c965
Date: Mon, 10 May 2021 14:36:04 -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  229c965beec283952be89b889b5c407ccf620ace (commit)
       via  f6cc8139dba1adbfa90773c9db8003e5db817d7b (commit)
       via  38cd5733bf39211352af6dc54c7a6e08e2796228 (commit)
       via  b4fe35ca5bec12ac96522963b1922ac1303b86c9 (commit)
       via  056cf0f36f054e41f61f86ca4c37046da218d8d9 (commit)
       via  ae6ab9756da4def4580c4988650971dd80eb364e (commit)
       via  8e6d342a0631e5514d899231ac90648d446b2ade (commit)
       via  2cc075b59f843485510d00ce4ffb3654d5a908e8 (commit)
       via  8303fcb4ac651568dff831da88c147bbebea3ba7 (commit)
       via  7b2c1cd1c93dec77823b7d8d2e93f320dc4a6fb9 (commit)
      from  aa6a71c05ac79553f88583264179054998037f90 (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=229c965beec283952be89b889b5c407ccf620ace

commit 229c965beec283952be89b889b5c407ccf620ace
Merge: aa6a71c f6cc813
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon May 10 21:35:54 2021 +0300

    Merge branch 'gawk-5.1-stable'

diff --cc test/ChangeLog
index f139b89,b179fa9..302cfc7
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,9 -1,31 +1,35 @@@
+ 2021-05-10         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * argcasfile.ok: Add the leading space in the argument; see
+       pc/ChangeLog for explanation why.
+ 
+       General:
+       - Don't use egrep -q, not portable to Solaris 10.
+       - Use $(CMP) instead of cmp.
+ 
+       * iolint.awk: Change order so can use plain 'cat' instead of
+       'exec cat'. Makes it available for MinGW.
+       * iolint.ok: Update after code changes.
+       * Makefile.am (iolint): Update shell recipe.
+ 
+ 2021-05-09  Eli Zaretskii  <eliz@gnu.org>
+ 
+       * Makefile.am (EXPECTED_FAIL_MINGW): Update for the new tests.
+ 
+       * argcasfile.ok: Adjust for the leading space in the argument; see
+       pc/ChangeLog for explanation why.
+ 
+ 2021-05-08         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * iolint.awk: Use cksum instead of md5sum, for better portability.
+       * iolint.ok: Adjusted.
+ 
  2021-05-05         Arnold D. Robbins     <arnold@skeeve.com>
  
 +      * CMakeLists.txt: Removed.
 +
 +2021-05-05         Arnold D. Robbins     <arnold@skeeve.com>
 +
        * Makefile.am (iolint): Fix for out-of-tree builds.
        (testext): Ditto
        * iolint.ok: Updated.

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

Summary of changes:
 helpers/ChangeLog                      |   4 ++
 helpers/update-support.sh              |   5 +-
 pc/ChangeLog                           |  24 ++++++++
 pc/GenMakefileTst.awk                  |   2 +-
 pc/Makefile                            |  11 +++-
 pc/Makefile.tst                        | 100 +++++++++++++++++----------------
 pc/config.h                            |   6 +-
 support/ChangeLog                      |   6 ++
 support/Makefile.am                    |   6 +-
 support/Makefile.in                    |  28 +++++++--
 support/malloc/dynarray_at_failure.c   |  39 +++++++++++++
 support/malloc/dynarray_resize_clear.c |  39 +++++++++++++
 test/ChangeLog                         |  26 +++++++++
 test/Makefile.am                       |  24 ++++----
 test/Makefile.in                       |  24 ++++----
 test/argcasfile.ok                     |   6 +-
 test/iolint.awk                        |  20 +++----
 test/iolint.ok                         |  10 ++--
 18 files changed, 273 insertions(+), 107 deletions(-)
 create mode 100644 support/malloc/dynarray_at_failure.c
 create mode 100644 support/malloc/dynarray_resize_clear.c


hooks/post-receive
-- 
gawk



reply via email to

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