• Show log

    Commit

  • Hash : 24446f2d
    Author : Bruno Haible
    Date : 2021-01-31T12:42:47

    relocatable-prog-wrapper: Update after recent changes.
    
    * lib/relocwrapper.c: Update comments.
    * modules/relocatable-prog-wrapper (Files): Add lib/scratch_buffer.h,
    lib/malloc/scratch_buffer*, lib/malloc.c, lib/realloc.c, lib/free.c,
    lib/mempcpy.c, lib/rawmemchr.c, m4/lstat.m4. Remove lib/lstat.c.
    (Depends-on): Add c99, eloop-threshold, fcntl-h, idx, intprops,
    libc-config, stddef, sys_stat. Remove alloca-opt.
    (configure.ac): Invoke gl_FUNC_MALLOC_POSIX, gl_FUNC_REALLOC_POSIX,
    gl_FUNC_FREE, gl_FUNC_MEMPCPY, gl_FUNC_RAWMEMCHR.
    * lib/canonicalize-lgpl.c (memmove): Undefine in the relocwrapper.
    * build-aux/install-reloc (func_create_wrapper): Compile also
    malloc/scratch_buffer_*.c, malloc.c, realloc.c, free.c, mempcpy.c,
    rawmemchr.c. Don't compile lstat.c.
    

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