not bug, but issue

2023-07-15 Thread Alexei Sholomitskiy
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: Fix module description

2023-07-15 Thread Bruno Haible
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

Re: Take account of splitting option in gendocs.sh

2023-07-15 Thread Gavin Smith
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. > >

c32_apply_type_test: Fix compilation error with GCC < 9

2023-07-15 Thread Bruno Haible
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