• Show log

    Commit

  • Hash : 00c62edb
    Author : Paul Eggert
    Date : 2023-09-25T23:01:55

    mbscasestr: support GNULIB_MCEL_PREFER
    
    Support mcel API for apps that prefer it.
    This mirrors the recent changes to mbsstr.
    * lib/mbscasestr.c [GNULIB_MCEL_PREFER]: Include mcel.h not mbuiter.h.
    (mbchar_t, mb_equal) [GNULIB_MCEL_PREFER]: New type and function,
    to make it easier to use common code.
    (knuth_morris_pratt_multibyte): Don't assume mbchar_t's alignment
    is at least that of size_t.
    (knuth_morris_pratt_multibyte, mbscasestr) [GNULIB_MCEL_PREFER]:
    Use mcel API.
    * modules/mbscasestr (Depends-on): Add alignasof.
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2023 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.