bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fnmatch: rely on more gnulib modules


From: Bruno Haible
Subject: Re: fnmatch: rely on more gnulib modules
Date: Sun, 31 May 2020 02:51:06 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; )

Paul Eggert wrote:
> fnmatch now depends on a module wmempcpy that does not exist, causing the
> bootstrap to fail.

Fixed the 'fnmatch' dependencies like this.


2020-05-30  Bruno Haible  <bruno@clisp.org>

        wmemchr: Relicense under LGPLv2+.
        * modules/wmemchr (License): Set to LGPLv2+.

2020-05-30  Bruno Haible  <bruno@clisp.org>

        wmempcpy: New module.
        Reported by Paul Eggert in
        <https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00387.html>.
        * lib/wchar.in.h (wmempcpy): New declaration.
        * lib/wmempcpy.c: New file.
        * m4/wmempcpy.m4: New file.
        * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmempcpy is declared.
        (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMPCPY, HAVE_WMEMPCPY.
        * modules/wchar (Makefile.am): Substitute GNULIB_WMEMPCPY,
        HAVE_WMEMPCPY.
        * modules/wmempcpy: New file.
        * tests/test-wchar-c++.cc: Check the signature of wmempcpy.
        * doc/glibc-functions/wmempcpy.texi: Mention the new module.
        * modules/mempcpy (Description): Fix typo.

Attachment: 0001-wmempcpy-New-module.patch
Description: Text Data

Attachment: 0002-wmemchr-Relicense-under-LGPLv2.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]