This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with wildcard from Windows


Bengt Larsson wrote:

> Every port of Unix utilities to Windows such as ls, grep and so forth do
> this globbing internally.

  No.  Not "every port".  Specifically, not Cygwin ones: they get it done for
them, by the shell that launches them, or in fallback cases by the Cygwin DLL.

  They don't have any code in them to do globbing internally on Unix and they
still don't have any code in them to do globbing internally when compiled for
Cygwin.  They may have /optional/ globbing code to support MinGW or VC builds,
stuff like GnuWin32 will use that, but it won't be compiled or invoked under
Cygwin.

    cheers,
      DaveK

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]