gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, zos-debug, updated. gawk-4.1.0-4293-g8b4090d


From: Arnold Robbins
Subject: [SCM] gawk branch, zos-debug, updated. gawk-4.1.0-4293-g8b4090d
Date: Fri, 23 Jul 2021 03:33:06 -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, zos-debug has been updated
       via  8b4090d8c4c28851c91553362404c11b064fe3fb (commit)
       via  41386b6775e99497fc29319309f3e30d95dad2f7 (commit)
       via  93881c26428a4d07ee348c34b59f3b9586853535 (commit)
       via  f056f0a42953c9297f60335421ccd7609cba698e (commit)
       via  41b120c7a932b6bb9eccb24b03475a74ca1303ca (commit)
      from  69389e44e8f592bc4f6f506e0fb6df11fa8770ad (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=8b4090d8c4c28851c91553362404c11b064fe3fb

commit 8b4090d8c4c28851c91553362404c11b064fe3fb
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jul 23 10:32:55 2021 +0300

    Fix a debug print.

diff --git a/awk.h b/awk.h
index 4637d2e..192b8bb 100644
--- a/awk.h
+++ b/awk.h
@@ -2082,7 +2082,7 @@ make_number_node(unsigned int flags)
        NODE *r;
        getnode(r);
        if (watched && r == watched)
-               fprintf(stderr, "got %#p from getnode!\n");
+               fprintf(stderr, "got %#p from getnode!\n", watched);
        memset(r, 0, sizeof(*r));
        r->type = Node_val;
        r->valref = 1;

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

commit 41386b6775e99497fc29319309f3e30d95dad2f7
Merge: 69389e4 93881c2
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jul 23 10:32:37 2021 +0300

    Merge branch 'gawk-5.1-stable' into zos-debug


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

Summary of changes:
 ChangeLog         |    8 +
 awk.h             |   14 +-
 debug.c           |    2 +-
 doc/ChangeLog     |    4 +
 doc/gawk.info     | 1226 ++++++++++++++++++++++++++---------------------------
 doc/gawk.texi     |   60 +--
 doc/gawktexi.in   |   60 +--
 helpers/ChangeLog |    4 +
 helpers/testdfa.c |   14 +-
 profile.c         |    8 +-
 10 files changed, 652 insertions(+), 748 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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