gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4789-ga5d1b


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4789-ga5d1b520
Date: Tue, 7 Jun 2022 15:42:24 -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/mdim-restart has been updated
       via  a5d1b520410051e912c88fda25e75532e43d9ae4 (commit)
       via  07d04b91d1ac3e19fda5e029f1a244ea714c1d13 (commit)
      from  ed13216805ba590fec6a7aa0ae774f3cb149461a (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=a5d1b520410051e912c88fda25e75532e43d9ae4

commit a5d1b520410051e912c88fda25e75532e43d9ae4
Merge: ed132168 07d04b91
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Jun 7 22:42:13 2022 +0300

    Merge branch 'master' into feature/mdim-restart

diff --cc ChangeLog
index bfd9ef72,ed536b18..1820046a
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,15 -1,12 +1,24 @@@
+ 2022-06-06         Andrew J. Schorr      <aschorr@telemetry-investments.com>
+ 
+       * gawkapi.h (gawk_api_t): Add new api_destroy_array hook to clear
+       and free an array.
+       (destroy_array): New macro wrapper for api_destroy_array.
+       * gawkapi.c (api_destroy_array): Add new function to clear and free
+       an array.
+       (api_impl): Add hook for api_destroy_array.
+ 
 +2022-06-03         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * awk.h (elem_new_to_scalar): Add declaration.
 +      * eval.c (elem_new_to_scalar): No longer static. Make it handle
 +      things when valref is > 1. Returns a NODE * instead of being void.
 +      (cmp_scalars): Change usage of elem_new_to_scalar().
 +      * interpret.h (r_interpret): Op_push*: Make Node_elem_new into
 +      a separate case, using elem_new_to_scalar().
 +      * array.c (force_array): For Node_elem_new, clear symbol->stptr.
 +      * eval.r (r_get_lhs): Use efree() intstead of free() in Node_elem_new
 +      case.
 +
  2022-06-02         Arnold D. Robbins     <arnold@skeeve.com>
  
        * builtin.c (do_sub): Fix memory corruption when substituting

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

Summary of changes:
 ChangeLog           |   9 ++
 doc/ChangeLog       |   4 +
 doc/gawk.info       | 234 +++++++++++++++++++++++++++-------------------------
 doc/gawk.texi       |   6 ++
 doc/gawktexi.in     |   6 ++
 extension/ChangeLog |   6 ++
 extension/rwarray.c |   2 +-
 gawkapi.c           |  14 ++++
 gawkapi.h           |   5 ++
 9 files changed, 171 insertions(+), 115 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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