gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, select, updated. gawk-4.1.0-1070-g55aefd


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, select, updated. gawk-4.1.0-1070-g55aefdc
Date: Wed, 07 Jan 2015 18:08:40 +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, select has been updated
       via  55aefdc29dde7eb585b7a553876313ecceec1d68 (commit)
      from  444afe9e4a9c70f0833f6a0a912651dd0d0e57aa (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=55aefdc29dde7eb585b7a553876313ecceec1d68

commit 55aefdc29dde7eb585b7a553876313ecceec1d68
Author: Andrew J. Schorr <address@hidden>
Date:   Wed Jan 7 13:08:23 2015 -0500

    Remove stray call to make_aname in api_set_array_element.

diff --git a/ChangeLog b/ChangeLog
index e3a194d..6e54906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-07         Andrew J. Schorr     <address@hidden>
+
+       * gawkapi.c (api_set_array_element): Remove stray call to
+       make_aname.  I cannot see what purpose this served.  Maybe I am
+       missing something.
+
 2015-01-06         Andrew J. Schorr     <address@hidden>
 
        * gawkapi.c (api_sym_update): If copying a subarray, must update
diff --git a/gawkapi.c b/gawkapi.c
index 371a375..749be17 100644
--- a/gawkapi.c
+++ b/gawkapi.c
@@ -831,7 +831,6 @@ api_set_array_element(awk_ext_id_t id, awk_array_t a_cookie,
                elem->parent_array = array;
                elem->vname = estrdup(index->str_value.str,
                                        index->str_value.len);
-               make_aname(elem);
        }
        if (array->astore != NULL)
                (*array->astore)(array, tmp);

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

Summary of changes:
 ChangeLog |    6 ++++++
 gawkapi.c |    1 -
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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