[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/pma2, updated. gawk-4.1.0-4753-gc187096f
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/pma2, updated. gawk-4.1.0-4753-gc187096f |
Date: |
Wed, 15 Jun 2022 11:11:12 -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/pma2 has been updated
via c187096f20b78631fc991898e4db62c5d6a6a441 (commit)
via 6b97a4f7948407dcc4cb24ed79d11528b5e9202f (commit)
via 3fb5ffc0dd119cc300b8bd4e1d368a9b39aba850 (commit)
from de7bb7ee3e6d69c6c7985f43a0f06527f438e43d (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=c187096f20b78631fc991898e4db62c5d6a6a441
commit c187096f20b78631fc991898e4db62c5d6a6a441
Merge: de7bb7ee 6b97a4f7
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Jun 15 18:11:00 2022 +0300
Merge branch 'master' into feature/pma2
diff --cc ChangeLog
index 6b63f855,c279ad25..4e6202a8
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,34 -1,10 +1,41 @@@
+ 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-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * main.c (main): Set gawk_name first thing, in case we fatal out
+ on pma_init.
+ * configure.ac: Add --disable-pma option.
+
+2022-06-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * main.c (main): If persistent memory not available and
+ GAWK_PERSIST_FILE supplied, issue a warnning. Similarly, don't
+ do mtrace if using persistent malloc.
+ (version): Include PMA version in the output.
+
+2022-06-10 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awk.h (using_persistent_malloc): Declare new variable
+ * main.c (main): Check for error from pma_init. Set
+ using_persistent_malloc.
+ * symbol.c (init_symbol_table): Check using_persistent_malloc
+ appropriately. Adjust the flow for it.
+ * NEWS: Updated.
+ * Makefile.am (LDADD): Add $(LDFLAGS).
+ * custom.h (pma_init): Define to 0.
+
+2022-06-09 Arnold D. Robbins <arnold@skeeve.com>
+
+ * custom.h: Deal with use/non-use of persistent malloc.
+ * main.c (main): Bracket mtrace call in #ifndef. Call pma_init()
+ first thing.
+ * configure.ac (GAWK_USE_PERSISTENT_MALLOC): Add call.
+
2022-06-06 Andrew J. Schorr <aschorr@telemetry-investments.com>
* gawkapi.h (gawk_api_t): Add new api_destroy_array hook to clear
-----------------------------------------------------------------------
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/pma2, updated. gawk-4.1.0-4753-gc187096f,
Arnold Robbins <=