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-4775-gfea48


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/mdim-restart, updated. gawk-4.1.0-4775-gfea48661
Date: Tue, 24 May 2022 17:03:00 -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  fea486613e037bce9c0d881a82d335a2797d7863 (commit)
       via  826e12f58a88c02959d196d1df569790d3c3ad06 (commit)
       via  cb0ea690a0d82a06410da984c83a4881b8793e9d (commit)
       via  09eaaaf6608e63813087fb746d2bf2b1701d9e81 (commit)
      from  5338ae04accb66fa213efc827adaeb9bff73d136 (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=fea486613e037bce9c0d881a82d335a2797d7863

commit fea486613e037bce9c0d881a82d335a2797d7863
Merge: 5338ae04 826e12f5
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue May 24 17:02:52 2022 -0400

    Merge branch 'master' into feature/mdim-restart

diff --cc ChangeLog
index 4fe7e930,33eb45b1..fddb7714
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,9 -1,9 +1,15 @@@
+ 2022-05-24         Adam Van Scyoc        <avanscy@g.clemson.edu>
+ 
+       * awkgram.y (make_assignable): Handle Op_field_assign.
+       Avoids a core dump upon a certain kind of syntax error;
+       see test/getlnfa.awk.
+ 
 +2022-05-22         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * array.c (force_array): When converting Node_elem_new to an array,
 +      release the string storage. Thanks to valgrind, by way of Andrew
 +      Schorr, for the report.
 +
  2022-05-11         Arnold D. Robbins     <arnold@skeeve.com>
  
        * profile.c (pp_list): Typo fix in a comment.

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

Summary of changes:
 ChangeLog        | 6 ++++++
 awkgram.c        | 5 ++++-
 awkgram.y        | 4 ++++
 pc/ChangeLog     | 4 ++++
 pc/Makefile.tst  | 7 ++++++-
 test/ChangeLog   | 5 +++++
 test/Makefile.am | 4 +++-
 test/Makefile.in | 9 ++++++++-
 test/Maketests   | 5 +++++
 test/getlnfa.awk | 1 +
 test/getlnfa.ok  | 3 +++
 11 files changed, 49 insertions(+), 4 deletions(-)
 create mode 100644 test/getlnfa.awk
 create mode 100644 test/getlnfa.ok


hooks/post-receive
-- 
gawk



reply via email to

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