• Show log

    Commit

  • Hash : f72f83c7
    Author : Bruno Haible
    Date : 2024-06-04T01:48:04

    readlink: Work around a Cygwin 3.3.6 bug.
    
    * m4/readlink.m4 (gl_FUNC_READLINK): Set REPLACE_READLINK to 1 on Cygwin.
    * lib/readlink.c (rpl_readlink): On Cygwin, for /dev/* files, don't
    return results that start with a backslash.
    * tests/test-readlink.h (test_readlink): Add a test of /dev/null.
    * tests/test-canonicalize-lgpl.c (main): Likewise.
    * tests/test-canonicalize.c (main): Likewise.
    * doc/posix-functions/readlink.texi: Mention the Cygwin bug.
    

  • README

  • The files in this directory are used in many GNU packages,
    including coreutils, diffutils, and tar.
    The autoconf tests required for these files are in ../m4.