• Show log

    Commit

  • Hash : aa459ef4
    Author : Paul Eggert
    Date : 2017-08-13T10:55:55

    reallocarray: minor fixes
    
    * doc/glibc-functions/reallocarray.texi: Update version numbers.
    * m4/reallocarray.m4 (gl_FUNC_REALLOCARRAY): Don't trust _cv_ contents.
    * modules/reallocarray (License): Change from GPL to LGPL.
    * tests/test-reallocarray.c (main): Fix ENOMEM typo.
    Indent properly and don't use tabs.
    

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