• Show log

    Commit

  • Hash : 59faabad
    Author : Jim Meyering
    Date : 2017-10-27T21:28:47

    timespec.h: use "assure" to avoid a spurious warning
    
    * lib/timespec.h: Include "assure.h" and use it to help
    gcc7's -Wstrict-overflow avoid a false positive warning
    for a use in coreutils' ls.c.  Suggested by Paul Eggert in
    https://lists.gnu.org/r/bug-gnulib/2017-10/msg00007.html
    * modules/timespec (Depends-on): Add assure.
    

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