gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2010-g4df6c8


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2010-g4df6c83
Date: Tue, 1 Nov 2016 18:58:36 +0000 (UTC)

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  4df6c8350491d0b1584e998b14f95aed47af7286 (commit)
      from  a4d313ca20a63d28b7a2020e6897f4e3e04dae6e (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=4df6c8350491d0b1584e998b14f95aed47af7286

commit 4df6c8350491d0b1584e998b14f95aed47af7286
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Nov 1 20:58:21 2016 +0200

    Resync flags for flags2str.

diff --git a/ChangeLog b/ChangeLog
index 1e862c7..fa1ddbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-01         Arnold D. Robbins     <address@hidden>
+
+       * eval.c (flags2str): Add NO_EXT_SET and NUMCONSTSTR.
+
 2016-10-31         Arnold D. Robbins     <address@hidden>
 
        Fix valgrind issues.
diff --git a/eval.c b/eval.c
index e195ff6..284bf2e 100644
--- a/eval.c
+++ b/eval.c
@@ -444,10 +444,12 @@ flags2str(int flagval)
                { WSTRCUR, "WSTRCUR" },
                { MPFN, "MPFN" },
                { MPZN, "MPZN" },
+               { NO_EXT_SET, "NO_EXT_SET" },
                { NULL_FIELD, "NULL_FIELD" },
                { ARRAYMAXED, "ARRAYMAXED" },
                { HALFHAT, "HALFHAT" },
                { XARRAY, "XARRAY" },
+               { NUMCONSTSTR, "NUMCONSTSTR" },
                { 0,    NULL },
        };
 

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

Summary of changes:
 ChangeLog |    4 ++++
 eval.c    |    2 ++
 2 files changed, 6 insertions(+)


hooks/post-receive
-- 
gawk



reply via email to

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