[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4943-gdd481f8d
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4943-gdd481f8d |
Date: |
Tue, 1 Nov 2022 12:17:48 -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, gawk-5.2-stable has been updated
via dd481f8decd8adb6dd7b00e52c6d6a48cb54e747 (commit)
from b191cd10870ee640103fba9539e21d5f2ed64d33 (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=dd481f8decd8adb6dd7b00e52c6d6a48cb54e747
commit dd481f8decd8adb6dd7b00e52c6d6a48cb54e747
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Nov 1 18:17:17 2022 +0200
Updates for test release.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 80c12b42..847609c5 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-01 Arnold D. Robbins <arnold@skeeve.com>
+
+ * config.h: Regenerated.
+
2022-10-23 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.tst: Regenerated.
diff --git a/pc/config.h b/pc/config.h
index 292522ef..e0fb6e97 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -35,6 +35,9 @@
the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
+/* Define to 1 if bool, true and false work as per C2023. */
+#undef HAVE_C_BOOL
+
/* Define to 1 if C supports variable-length arrays. */
#undef HAVE_C_VARARRAYS
@@ -190,7 +193,7 @@
/* we have sockets on this system */
#define HAVE_SOCKETS 1
-/* Define to 1 if stdbool.h conforms to C99. */
+/* Define to 1 if you have the <stdbool.h> header file. */
#define HAVE_STDBOOL_H 1
/* Define to 1 if you have the <stddef.h> header file. */
@@ -348,9 +351,6 @@
/* systems should define this type here */
#define HAVE_WINT_T 1
-/* Define to 1 if the system has the type `_Bool'. */
-#undef HAVE__BOOL
-
/* Define to 1 if you have the `__etoa_l' function. */
#undef HAVE___ETOA_L
@@ -367,7 +367,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 5.2.0"
+#define PACKAGE_STRING "GNU Awk 5.2.0a"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -376,7 +376,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.2.0"
+#define PACKAGE_VERSION "5.2.0a"
/* Define to 1 if *printf supports %a format */
#define PRINTF_HAS_A_FORMAT 1
@@ -504,7 +504,7 @@
/* Version number of package */
-#define VERSION "5.2.0"
+#define VERSION "5.2.0a"
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
@@ -587,6 +587,23 @@
do not define. */
#undef uintmax_t
+#ifndef HAVE_C_BOOL
+# if !defined __cplusplus && !defined __bool_true_false_are_defined
+# if HAVE_STDBOOL_H
+# include <stdbool.h>
+# else
+# if defined __SUNPRO_C
+# error "<stdbool.h> is not usable with this configuration. To make it
usable, add -D_STDC_C99= to $CC."
+# else
+# error "<stdbool.h> does not exist on this platform. Use gnulib module
'stdbool-c99' instead of gnulib module 'stdbool'."
+# endif
+# endif
+# endif
+# if !true
+# define true (!false)
+# endif
+#endif
+
#include "custom.h"
#define HAVE_POPEN_H 1
diff --git a/support/ChangeLog b/support/ChangeLog
index 3728e08c..e8f72569 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-01 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (libsupport_a_SOURCES): Add intprops-internal.h.
+
2022-10-31 Arnold D. Robbins <arnold@skeeve.com>
* pma.h, pma.c: Updated to Avon 8.
diff --git a/support/Makefile.am b/support/Makefile.am
index 1f2a4aab..51ddb6e2 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -58,6 +58,7 @@ libsupport_a_SOURCES = \
getopt_int.h \
idx.h \
intprops.h \
+ intprops-internal.h \
libc-config.h \
localeinfo.c \
localeinfo.h \
diff --git a/support/Makefile.in b/support/Makefile.in
index 3d46aa1e..b977b5c1 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -146,12 +146,12 @@ libsupport_a_AR = $(AR) $(ARFLAGS)
libsupport_a_LIBADD =
am__libsupport_a_SOURCES_DIST = attribute.h cdefs.h dfa.c dfa.h \
dynarray.h flexmember.h getopt.c getopt.h getopt1.c \
- getopt_int.h idx.h intprops.h libc-config.h localeinfo.c \
- localeinfo.h random.c random.h regex.c regex.h verify.h \
- xalloc.h malloc/dynarray.h malloc/dynarray_at_failure.c \
- malloc/dynarray_emplace_enlarge.c malloc/dynarray_finalize.c \
- malloc/dynarray_resize.c malloc/dynarray_resize_clear.c pma.c \
- pma.h
+ getopt_int.h idx.h intprops.h intprops-internal.h \
+ libc-config.h localeinfo.c localeinfo.h random.c random.h \
+ regex.c regex.h verify.h xalloc.h malloc/dynarray.h \
+ malloc/dynarray_at_failure.c malloc/dynarray_emplace_enlarge.c \
+ malloc/dynarray_finalize.c malloc/dynarray_resize.c \
+ malloc/dynarray_resize_clear.c pma.c pma.h
am__dirstamp = $(am__leading_dot)dirstamp
@USE_PERSISTENT_MALLOC_TRUE@am__objects_1 = pma.$(OBJEXT)
am_libsupport_a_OBJECTS = dfa.$(OBJEXT) getopt.$(OBJEXT) \
@@ -382,11 +382,12 @@ EXTRA_DIST = \
noinst_LIBRARIES = libsupport.a
libsupport_a_SOURCES = attribute.h cdefs.h dfa.c dfa.h dynarray.h \
flexmember.h getopt.c getopt.h getopt1.c getopt_int.h idx.h \
- intprops.h libc-config.h localeinfo.c localeinfo.h random.c \
- random.h regex.c regex.h verify.h xalloc.h malloc/dynarray.h \
- malloc/dynarray_at_failure.c malloc/dynarray_emplace_enlarge.c \
- malloc/dynarray_finalize.c malloc/dynarray_resize.c \
- malloc/dynarray_resize_clear.c $(am__append_1)
+ intprops.h intprops-internal.h libc-config.h localeinfo.c \
+ localeinfo.h random.c random.h regex.c regex.h verify.h \
+ xalloc.h malloc/dynarray.h malloc/dynarray_at_failure.c \
+ malloc/dynarray_emplace_enlarge.c malloc/dynarray_finalize.c \
+ malloc/dynarray_resize.c malloc/dynarray_resize_clear.c \
+ $(am__append_1)
# For some make's, e.g. OpenBSD, that don't define this
RM = rm -f
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 4 ++++
pc/config.h | 31 ++++++++++++++++++++++++-------
support/ChangeLog | 4 ++++
support/Makefile.am | 1 +
support/Makefile.in | 23 ++++++++++++-----------
5 files changed, 45 insertions(+), 18 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4943-gdd481f8d,
Arnold Robbins <=