gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, constants, updated. 4fb6545ec930955d38a0


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, constants, updated. 4fb6545ec930955d38a0379890ece8e785f674b3
Date: Mon, 11 Mar 2013 20:46:43 +0000

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, constants has been updated
       via  4fb6545ec930955d38a0379890ece8e785f674b3 (commit)
      from  9d2161e04d4db17ec5d87c2da08c6d8352d221cf (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=4fb6545ec930955d38a0379890ece8e785f674b3

commit 4fb6545ec930955d38a0379890ece8e785f674b3
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Mar 11 20:30:13 2013 +0200

    Add new flag to flags2str.

diff --git a/ChangeLog b/ChangeLog
index 2118e0f..41c928b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-11         Arnold D. Robbins     <address@hidden>
+
+       * eval.c (flags2str): Add entry for VAR_CONST. Duh.
+
 2013-03-10         Arnold D. Robbins     <address@hidden>
 
        Change how constants are handled; use a flag in the value, not
diff --git a/eval.c b/eval.c
index e096462..a5e0046 100644
--- a/eval.c
+++ b/eval.c
@@ -444,6 +444,7 @@ flags2str(int flagval)
                { ARRAYMAXED, "ARRAYMAXED" },
                { HALFHAT, "HALFHAT" },
                { XARRAY, "XARRAY" },
+               { VAR_CONST, "VAR_CONST" },
                { 0,    NULL },
        };
 

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

Summary of changes:
 ChangeLog |    4 ++++
 eval.c    |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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