Hi,
Alexei Sholomitskiy wrote:
> i have run ./gnulib-tool --create-megatestdir --with-tests --dir=mybuild
>
> unforunately, process is very long
Yes, --create-megatestdir is only reasonable for a small set (say, at
most 10)
modules. Running it with all > 1800 modules of gnulib will likely ta
mbsinit needs the gl_MBSTATE_T_BROKEN macro, which is defined in m4/mbrtowc.m4.
2023-07-15 Bruno Haible
mbsinit: Fix module description.
* modules/mbsinit (Files): Add m4/mbrtowc.m4.
diff --git a/modules/mbsinit b/modules/mbsinit
index 3146e7afba..650aa174f2 100644
--- a/modu
On Wed, Jul 12, 2023 at 04:02:34PM +0200, Bruno Haible wrote:
> Gavin Smith wrote:
> > I've made minor changes to the patch as specified in Karl's response below.
> > Please can this be applied?
>
> Thanks for having taken into account both my and Karl's comments. I have
> applied your patch.
>
>
The continuous integration found this compilation error, that occurs with GCC
versionx 8.x and older:
./uchar.h:1055:1: error: nonnull argument references non-pointer operand
(argument 1, operand 2)
This patch fixes it.
2023-07-15 Bruno Haible
c32_apply_type_test: Fix compilation e