[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4749-g90f93e22
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4749-g90f93e22 |
Date: |
Tue, 7 Jun 2022 15:42:42 -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 90f93e221e14979deced1d9a590b385425ba108f (commit)
via 3b5c56d09cad5933bf81d2854b4326c27a3025e9 (commit)
via 07d04b91d1ac3e19fda5e029f1a244ea714c1d13 (commit)
via 15d6b1ad8b65a4487a90304e8b44e508d72bfd07 (commit)
from 3f39a25e6fdf940dcf3f91e49782919d3640ca23 (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=90f93e221e14979deced1d9a590b385425ba108f
commit 90f93e221e14979deced1d9a590b385425ba108f
Merge: 3b5c56d0 07d04b91
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Jun 7 22:42:32 2022 +0300
Merge branch 'master' into feature/pma
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=3b5c56d09cad5933bf81d2854b4326c27a3025e9
commit 3b5c56d09cad5933bf81d2854b4326c27a3025e9
Merge: 15d6b1ad 3f39a25e
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Jun 7 22:39:25 2022 +0300
Merge branch 'feature/pma' of ssh://git.sv.gnu.org/srv/git/gawk into
feature/pma
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=15d6b1ad8b65a4487a90304e8b44e508d72bfd07
commit 15d6b1ad8b65a4487a90304e8b44e508d72bfd07
Merge: 112a16ea 03148f2c
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Jun 3 12:21:26 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:
ChangeLog | 9 ++
doc/ChangeLog | 4 +
doc/gawk.info | 234 +++++++++++++++++++++++++++-------------------------
doc/gawk.texi | 6 ++
doc/gawktexi.in | 6 ++
extension/ChangeLog | 6 ++
extension/rwarray.c | 2 +-
gawkapi.c | 14 ++++
gawkapi.h | 5 ++
9 files changed, 171 insertions(+), 115 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/pma, updated. gawk-4.1.0-4749-g90f93e22,
Arnold Robbins <=