gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-4741-g6b97a4f7


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-4741-g6b97a4f7
Date: Wed, 15 Jun 2022 11:08:04 -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, master has been updated
       via  6b97a4f7948407dcc4cb24ed79d11528b5e9202f (commit)
       via  3fb5ffc0dd119cc300b8bd4e1d368a9b39aba850 (commit)
      from  174bc50a050359bd857cf50d523226359e3baffa (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=6b97a4f7948407dcc4cb24ed79d11528b5e9202f

commit 6b97a4f7948407dcc4cb24ed79d11528b5e9202f
Merge: 174bc50a 3fb5ffc0
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Jun 15 18:07:53 2022 +0300

    Merge branch 'gawk-5.1-stable'

diff --cc ChangeLog
index ed536b18,061e3539..c279ad25
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,18 -1,10 +1,24 @@@
+ 2022-06-15         Andrew J. Schorr      <aschorr@telemetry-investments.com>
+ 
+       * main.c (load_environ): Init ENVIRON_node before filling
+       it. Fixes a crash if something like "0=foo" is the first thing
+       in the environment. Thanks to David Arroyo <david@aqwari.net>
+       for the report.
+ 
 +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-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.
++      into a value that is a typed regex. Thanks to valgrind.
 +
  2022-05-24         Adam Van Scyoc        <avanscy@g.clemson.edu>
  
        * awkgram.y (make_assignable): Handle Op_field_assign.

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

Summary of changes:
 ChangeLog | 10 ++++++++--
 main.c    |  7 ++++---
 2 files changed, 12 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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