[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4745-g3f39a25e
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4745-g3f39a25e |
Date: |
Tue, 7 Jun 2022 07:52:07 -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 3f39a25e6fdf940dcf3f91e49782919d3640ca23 (commit)
via 03148f2c29e04e96a26e3728081b18c8bb41b24f (commit)
via 24595f4703988fa7b797438a97121b72d08f302a (commit)
from 112a16eae2396c492d68e0a7083b81c2ffaf2a52 (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=3f39a25e6fdf940dcf3f91e49782919d3640ca23
commit 3f39a25e6fdf940dcf3f91e49782919d3640ca23
Merge: 112a16ea 03148f2c
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Jun 7 14:51:56 2022 +0300
Merge branch 'master' into feature/pma
diff --cc support/ChangeLog
index bc855b9b,2528a59b..3cb26dc6
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@@ -1,24 -1,7 +1,28 @@@
+ 2022-06-03 Arnold D. Robbins <arnold@skeeve.com>
+
+ * dfa.c, dfa.h: Sync with GNULIB.
+
+2022-06-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (libsupport_a_SOURCES): Add pma.c if we
+ have USE_PERSISTENT_MALLOC defined.
+ * pma.c (state): Init state to 2 so that malloc will be
+ used before calls to pma_init(). (Why can't the code use
+ enums?!?)
+ (pma_init): Allow state.init to be 0 or 2.
+ (NDEBUG): #undef before including <assert.h>.
+ (pma_free): If received a bad pointer, just call free()
+ on it and return. Change ERR to WRN.
+
+2022-05-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ * pma.c: Updated from Terrence Kelley to compile on
+ older compilers.
+
+2022-05-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * pma.h, pma.c, agpl-3.0.txt: New files.
+
2022-05-23 Arnold D. Robbins <arnold@skeeve.com>
* cdefs.h, dfa.c, dfa.h, libc-config.h: Sync with GNULIB.
-----------------------------------------------------------------------
Summary of changes:
support/ChangeLog | 4 ++++
support/dfa.c | 51 ++++++++++++++++++++++++++++++++++-----------------
support/dfa.h | 8 ++++++++
3 files changed, 46 insertions(+), 17 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4745-g3f39a25e,
Arnold Robbins <=