Pipes Again. (was: cmp (or echo) bug?)

2016-01-02 Thread Houder
Hi Corinna, As reported by David Balaƅic in "cmp (or echo) bug?" (December 25, 2015) https://cygwin.com/ml/cygwin/2015-12/msg00310.html execution of cmp <(echo foo) <(echo bar) from bash (note: bash!) fails (nearly always; however the rate of failure may depend on specific condition

Pipes Again. (was: cmp (or echo) bug?) -- typo corrected

2016-01-02 Thread Houder
On 2016-01-02 12:58, Houder wrote: // replace O_RDONLY by O_RDWR for ./tstat <(cat > a) <(cat > b) should be: // replace O_RDONLY by O_RDWR for ./t_stat >(cat > a) >(cat > b) Henri -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Re: Question about incorrect System path from cygpath with case-sensitivity enabled

2016-01-02 Thread Andrey Repin
Greetings, Bryan Henry! > I enabled (some time ago, not recently) case sensitivity on my Windows 8.1 > system by setting the registry key mentioned in the FAQ here: > https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive > Today, I updated Cygwin and noticed a message a

Notice

2016-01-02 Thread Neal Joseph Drake
Dear Corinna Vinschen, It is my pleasure communicating with you as I have a good proposal which I want to introduce to you. Kindly get back to me for more details. Best regard. Yours faithfully, Neal J. Drake -- Problem reports: http://cygwin.com/problems.html FAQ: http:

Re: Question about incorrect System path from cygpath with case-sensitivity enabled

2016-01-02 Thread Michael Enright
On Fri, Jan 1, 2016 at 1:21 PM, Bryan Henry wrote: > > [~]$ cygpath -S -u > /C/WINDOWS/System32 > [~]$ file `cygpath -S -u` > /C/WINDOWS/System32: cannot open `/C/WINDOWS/System32' (No such file or > directory) > [~]$ file /C/Windows/System32 > /C/Windows/System32: directory > Although I haven't

Re: cygwin.dll: bug with select on Windows console

2016-01-02 Thread Mark Geisert
John Hood wrote: More observations: * This also happens on a Windows 8.1 VDI install with a different AV/security solution-- different enough from my machine that I don't think the Windows/app environment is the cause of this, it looks more strongly like a Cygwin issue to me. *