Bruno Haible via Gnulib discussion list writes:
> This patch fixes it.
After this patch I noticed some autoconf warnings when running
./bootstrap. Here is a simple way to reproduce:
$ gnulib-tool --create-testdir --dir testdir1 stddef-h
[...]
configure.ac:168: warning: AC_LANG_CONFT
On Tue, Apr 8, 2025 at 9:47 AM Bruno Haible wrote:
> Hi Jim,
>
> > > > On Windows platforms and on AIX in 32-bit mode, grep now supports
> > > > Unicode characters outside the Basic Multilingual Plane.
> > >
> > > I wouldn't claim this, since the support is not yet complete. ...
> > ...
> > Pa
Hi Jim,
> > > On Windows platforms and on AIX in 32-bit mode, grep now supports
> > > Unicode characters outside the Basic Multilingual Plane.
> >
> > I wouldn't claim this, since the support is not yet complete. ...
> ...
> Part of the motivation for the quick release is to give Debian's
> tr
Hi Simon,
> diff --git a/lib/string.in.h b/lib/string.in.h
> index e6bf675151..44b9497d80 100644
> --- a/lib/string.in.h
> +++ b/lib/string.in.h
> @@ -1499,9 +1499,10 @@ _GL_CXXALIASWARN (strerror_l);
> # endif
> #elif defined GNULIB_POSIXCHECK
> # undef strerror_l
> -/* Assume strerror_l is al
Hi Bruno,
Bruno Haible writes:
> Thanks a lot for this. Let me update some comments accordingly.
Thanks!
On the Haiku bug report, your input might be appreciated [1]. They want
to avoid issues if they break internal ABI.
I suggested adding __fbufmode, even though fbufmode is a Gnulib
function
Hi
OATH Toolkit doesn't use or need strerror_l anywehere. I got this
complaint on macOS for OATH Toolkit [1]:
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../liboath/gl -I..
-fvisibility=hidden -Wno-cast-qual -Wno-conversion -Wno-float-equal
-Wno-sign-compare -Wno-undef -Wno-unused-funct
The configure test "for clean definition of __STDC_VERSION_STDDEF_H__" is
supposed to test for GCC bug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114870.
This bug is fixed in current GCC snapshots. That is, it affects exactly the
GCC versions 13 and 14. But our configure test still reports "no"