• Show log

    Commit

  • Hash : cbbc0892
    Author : Jim Meyering
    Date : 2007-09-24T13:39:37

    canonicalize: Avoid a false-positive cycle failure.
    
    * modules/canonicalize (Depends-on): Add file-set and hash-triple.  Sort.
    Remove cycle-check.
    * lib/canonicalize.c: Include file-set.h and hash-triple.h, not cycle-check.h.
    (seen_triple): New function.
    (canonicalize_filename_mode): Use it instead of cycle-check.
    * tests/test-canonicalize.c: Add a test for this bug.
    * tests/test-canonicalize.sh: Set up and run the test.
    

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