[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4755-gab5d6d88
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4755-gab5d6d88 |
Date: |
Wed, 15 Jun 2022 11:10:02 -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 ab5d6d88565993dd977140282abfa51eafc2eb6b (commit)
via 6b97a4f7948407dcc4cb24ed79d11528b5e9202f (commit)
via 3fb5ffc0dd119cc300b8bd4e1d368a9b39aba850 (commit)
from 89647d9c5f75784f37fa9e6e3e8643048ef2ca8a (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=ab5d6d88565993dd977140282abfa51eafc2eb6b
commit ab5d6d88565993dd977140282abfa51eafc2eb6b
Merge: 89647d9c 6b97a4f7
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Jun 15 18:09:53 2022 +0300
Merge branch 'master' into feature/pma
diff --cc ChangeLog
index fef8d7e7,c279ad25..cd2b11ac
--- a/ChangeLog
+++ b/ChangeLog
@@@ -10,23 -17,8 +17,22 @@@
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-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 | 10 ++++++++--
main.c | 7 ++++---
2 files changed, 12 insertions(+), 5 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4755-gab5d6d88,
Arnold Robbins <=