gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4742-g112a16ea


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4742-g112a16ea
Date: Thu, 2 Jun 2022 15:09:03 -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/pma has been updated
       via  112a16eae2396c492d68e0a7083b81c2ffaf2a52 (commit)
       via  45a9aeb1808567fa032ab8cb977fb8a48d8fb886 (commit)
      from  683718b2af4a3db677583bd29485fe3cdbdb1ae3 (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=112a16eae2396c492d68e0a7083b81c2ffaf2a52

commit 112a16eae2396c492d68e0a7083b81c2ffaf2a52
Merge: 683718b2 45a9aeb1
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Thu Jun 2 22:08:53 2022 +0300

    Merge branch 'master' into feature/pma

diff --cc ChangeLog
index 86da8af2,0ff01ddb..59c4bd43
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,17 -1,9 +1,23 @@@
+ 2022-06-02         Arnold D. Robbins     <arnold@skeeve.com>
+ 
+       * builtin.c (do_sub): Fix memory corruption when substituting
+       into a value that is a typed regex. Thanks to valgrind
+       for the report.
+ 
 +2022-06-02         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * custom.h: Deal with use/non-use of persistent malloc.
 +      * main.c (persist_file, do_persist): New variables.
 +      (optab): Add entry for -T / --persist.
 +      (main): Bracket mtrace call in #ifndef. Do argument parsing
 +      earlier in the flow.
 +      (usage): Updated with new options.
 +      (parse_args): Handle new options.
 +
 +2022-05-26         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * configure.ac (GAWK_USE_PERSISTENT_MALLOC): Add call.
 +
  2022-05-24         Adam Van Scyoc        <avanscy@g.clemson.edu>
  
        * awkgram.y (make_assignable): Handle Op_field_assign.

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

Summary of changes:
 ChangeLog |  6 ++++++
 builtin.c | 12 +++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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