• Show log

    Commit

  • Hash : b12a85c0
    Author : Paul Eggert
    Date : 2018-06-30T18:47:11

    regex: trim module dependencies
    
    * modules/regex (Depends-on): Remove gettext-h and lock,
    since the regex code should work OK without these modules,
    and Emacs uses it that way.  Also remove memcmp, memmove,
    and wctype, as these modules are obsolete and should not be
    needed any more.
    

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