gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-25


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-2544-g4b68f4e
Date: Wed, 12 Apr 2017 04:45:10 -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, feature/api-mpfr has been updated
       via  4b68f4ebe7381644e5652a88a5104a10f10f66a7 (commit)
       via  906ac1a525dd0f7ad87bafdaf882323938842760 (commit)
       via  c080fd4c72fffb78d4c06d97a4876a826b24fe56 (commit)
       via  7151f1a0e366345adf052b9b2fb1dbf6dcb04837 (commit)
       via  887477763ab87b33c06df693e93500991d7c324d (commit)
       via  38bf60d89b766be81789ddd47c2e237c2af4710e (commit)
       via  22bfbd1057c2fa9d5e5b2401d6b1ab60737452d9 (commit)
       via  4eb9f5be22cc4e63d0ef360ea6ba2ac850d7293e (commit)
       via  883be4095c6c776d5adacc8c15442cfb544c81d9 (commit)
       via  070c57daec076e780e81d8b1011a02ea8ac8915f (commit)
      from  bb25148a8e3c8d953f632eb635669abaccedc9a4 (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=4b68f4ebe7381644e5652a88a5104a10f10f66a7

commit 4b68f4ebe7381644e5652a88a5104a10f10f66a7
Merge: bb25148 906ac1a
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Apr 12 11:45:05 2017 +0300

    Merge branch 'master' into feature/api-mpfr

diff --cc ChangeLog
index a785ed5,035db95..7eadd5f
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,10 -1,12 +1,17 @@@
 +2017-04-12         Arnold D. Robbins     <address@hidden>
 +
 +      * gawkapi.c (awk_value_to_node): Initialize ext_ret_val to NULL
 +      to avoid compiler warnings.
 +
  2017-04-10         Andrew J. Schorr     <address@hidden>
  
+       * awk.h (enum opcodeval): For the avoidance of doubt, specify that
+       Op_illegal must equal zero.
+       * symbol.c (bcfree): Improve clarity by setting opcode to Op_illegal
+       instead of 0.
+       (free_bc_mempool): Improve clarity by comparing opcode to Op_illegal
+       instead of to 0.
+ 
        * field.c (set_FIELDWIDTHS): Set use_chars to awk_true, since its
        type is awk_bool_t.
  

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

Summary of changes:
 ChangeLog        |  41 ++++++++++++++++++++
 array.c          |  28 +++++++-------
 awk.h            |  16 ++++++--
 symbol.c         | 114 +++++++++++++++++++++++++++++--------------------------
 test/ChangeLog   |   5 +++
 test/Makefile.am |   4 +-
 test/Makefile.in |   9 ++++-
 test/Maketests   |   5 +++
 test/memleak.awk |  20 ++++++++++
 test/memleak.ok  |   1 +
 10 files changed, 171 insertions(+), 72 deletions(-)
 create mode 100644 test/memleak.awk
 create mode 100644 test/memleak.ok


hooks/post-receive
-- 
gawk



reply via email to

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