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. 8eb919e188c5a903a7d0194


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. 8eb919e188c5a903a7d0194e42a97698b649d9ac
Date: Fri, 14 Sep 2012 06:36:58 +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, master has been updated
       via  8eb919e188c5a903a7d0194e42a97698b649d9ac (commit)
      from  fc9109734ddcf57c5f1faaedfadc432ec6841aa8 (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=8eb919e188c5a903a7d0194e42a97698b649d9ac

commit 8eb919e188c5a903a7d0194e42a97698b649d9ac
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Sep 14 09:36:39 2012 +0300

    Revise testext test.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index 2552a38..c20d4f4 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -3,6 +3,7 @@
        * testext.c (try_modify_environ): New function and test.
        (var_test): Modified ARGC test, added additional.
        (test_scalar_reserved): New function and test.
+       (try_modify_environ): Don't print count of ENVIRON elements.
 
 2012-09-13         Dave Pitts            <address@hidden>
 
diff --git a/extension/testext.c b/extension/testext.c
index c11a4c8..72cb5f8 100644
--- a/extension/testext.c
+++ b/extension/testext.c
@@ -228,8 +228,6 @@ try_modify_environ(int nargs, awk_value_t *result)
                goto out;
        }
 
-       printf("try_modify_environ: incoming size is %lu\n", (unsigned long) 
count);
-
        /* setting an array element should fail */
        (void) make_const_string("testext2", 8, & index);
        (void) make_const_string("a value", 7, & value);
diff --git a/test/ChangeLog b/test/ChangeLog
index 4bab479..643fe8d 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,6 +1,6 @@
 2012-09-14         Arnold D. Robbins     <address@hidden>
 
-       * testext.ok: Updated.
+       * testext.ok: Updated. Twice.
 
 2012-09-11         Arnold D. Robbins     <address@hidden>
 
diff --git a/test/testext.ok b/test/testext.ok
index d291f72..3b1f423 100644
--- a/test/testext.ok
+++ b/test/testext.ok
@@ -11,7 +11,6 @@ dump_array_and_delete(pets) returned 1
 dump_array_and_delete() did remove index "3"!
 
 try_modify_environ: sym_lookup of ENVIRON passed
-try_modify_environ: incoming size is 60
 try_modify_environ: set_array_element of ENVIRON failed
 try_modify_environ: could not flatten array
 try_del_environ() could not delete element - pass

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

Summary of changes:
 extension/ChangeLog |    1 +
 extension/testext.c |    2 --
 test/ChangeLog      |    2 +-
 test/testext.ok     |    1 -
 4 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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