• Show log

    Commit

  • Hash : 9746be9c
    Author : Bruno Haible
    Date : 2023-01-22T13:01:14

    Resolve conflicts for functions introduced in Android API level 23.
    
    * lib/string.in.h (mempcpy): Consider REPLACE_MEMPCPY. Disable
    _GL_CXXALIASWARN invocation on non-glibc systems.
    * m4/string_h.m4 (gl_STRING_H_DEFAULTS): Initialize REPLACE_MEMPCPY.
    * modules/string (Makefile.am): Substitute REPLACE_MEMPCPY.
    * m4/mempcpy.m4 (gl_FUNC_STPCPY): Conditionally set REPLACE_MEMPCPY.
    * modules/mempcpy (configure.ac): Consider REPLACE_MEMPCPY.
    

  • 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.