bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] dos.m4 missing Cygwin


From: Bruno Haible
Subject: Re: [Bug-gnulib] dos.m4 missing Cygwin
Date: Wed, 28 Apr 2004 13:21:30 +0200
User-agent: KMail/1.5

Paul Eggert wrote:
> Should similar changes be installed into lib/findprog.c,
> lib/localcharset.c, lib/pathname.h, and lib/progreloc.c?  They all
> seem to use expressions like "defined _WIN32 || defined __WIN32__ ||
> defined __EMX__ || defined __DJGPP__" to decide whether to support
> Microsoft-Windows-like file name syntax.

Yes, thanks for noticing this. I've changed them accordingly now.


2004-04-28  Bruno Haible  <address@hidden>

        * findprog.c (find_in_path): Treat Cygwin like Windows, since it also
        implicitly appends .exe to executables.
        * localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
        accepts Windows pathnames.
        * pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN): Treat
        Cygwin like Windows, since it now accepts Windows pathnames.
        * progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN): Treat
        Cygwin like Windows, since it now accepts Windows pathnames.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]