[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5591-g4e162e53
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5591-g4e162e53 |
Date: |
Fri, 26 Apr 2024 05:35:51 -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/minrx has been updated
via 4e162e536d89b328a75def0e8b83d50fd676a1ed (commit)
via 619c703c65dab15fd6d19907cc0004dd4adc5fa8 (commit)
via 1689f12a22bdbe57461b8274063063a8d6d0c27c (commit)
from 867e66a8552ba283da51d30d2dc68896607f57c6 (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=4e162e536d89b328a75def0e8b83d50fd676a1ed
commit 4e162e536d89b328a75def0e8b83d50fd676a1ed
Merge: 867e66a8 619c703c
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Apr 26 12:35:42 2024 +0300
Merge branch 'master' into feature/minrx
diff --cc support/ChangeLog
index f2b6546d,60f00963..f1d0964b
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@@ -1,9 -1,12 +1,18 @@@
+ 2024-04-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * cdefs.h, dfa.h, dynarray.h, flexmember.h, idx.h,
+ intprops.h, libc-config.h, localeinfo.h, dynarray-skeleton.c,
+ dynarray.h, dynarray_at_failure.c, dynarray_finalize.c,
+ dynarray_resize_clear.c, regcomp.c, regex.c, regex.h,
+ regex_internal.c, verify.h: Updates from GNULIB. Mostly
+ changes in the copyright year.
+
+2024-02-29 Arnold D. Robbins <arnold@skeeve.com>
+
+ Changes for MinRX.
+
+ * Makefile.am (libsupport_a_SOURCES): Add minrx.h and minrx.cpp.
+
2024-02-01 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (distclean-local): Remove malloc/.deps
-----------------------------------------------------------------------
Summary of changes:
support/ChangeLog | 9 +++++++++
support/cdefs.h | 6 +++---
support/dfa.h | 2 +-
support/dynarray.h | 4 +---
support/flexmember.h | 2 +-
support/idx.h | 12 +++++++++++-
support/intprops.h | 2 +-
support/libc-config.h | 2 +-
support/localeinfo.h | 12 +++++++++++-
support/malloc/dynarray-skeleton.c | 2 +-
support/malloc/dynarray.h | 2 +-
support/malloc/dynarray_at_failure.c | 2 +-
support/malloc/dynarray_finalize.c | 2 +-
support/malloc/dynarray_resize_clear.c | 2 +-
support/regcomp.c | 2 +-
support/regex.c | 6 +-----
support/regex.h | 2 +-
support/regex_internal.c | 2 +-
support/verify.h | 2 +-
19 files changed, 49 insertions(+), 26 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/minrx, updated. gawk-4.1.0-5591-g4e162e53,
Arnold Robbins <=