Am 08.10.2018 um 23:24 schrieb Dan Kegel:
A nice workaround might be for the cygwin version of cp could arrange
to wait to create .exe files until after any potential non-suffixed
file has been processed... not sure how easy that would be.
Apologies if this has already been discussed.
- Dan
-Original Message-
From: Andrey Repin
Sent: Monday, October 8, 2018 10:52 AM
To: Ziegelmiller, Lyle(AWF) ; cygwin@cygwin.com
Subject: Re: Cygwin windows won't close
Greetings, Ziegelmiller, Lyle(AWF)!
Please don't top-post in this list. Thank you.
Greetings.
>> When I click on the X
Everybody who uses cygwin knows that if foo and foo.exe exist, you can do
cp foo bar
cp foo.exe bar.exe
but not
cp foo.exe bar.exe
cp foo bar
because of the unavoidable magic in cygwin that lets you execute foo
when you really mean foo.exe.
Well, it just bit me again during a buildbot try
Greetings, Ziegelmiller, Lyle(AWF)!
Please don't top-post in this list. Thank you.
>> When I click on the X at the upper-right hand corner of the window, it
>> just hangs. When I click on the X again, the title bar displays, "(Not
>> Responding)". Prior to attempting to close the window, everyth
I mean the Cygwin command-window terminal, invoked by this shortcut:
C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -
Thanks
Lyle
-Original Message-
From: Andrey Repin
Sent: Saturday, October 6, 2018 5:28 PM
To: Ziegelmiller, Lyle(AWF) ; cygwin@cygwin.com
Subject: Re: Cygwin windo
On 10/8/18 3:24 AM, Houder wrote:
grep fails on Cygwin because lseek() on Cygwin fails to recognize
that it is applied to a FIFO. As result of that, it returns EINVAL
in errno, where it should return ESPIPE.
Receiving the wrong value in errno forces reset() (in src/grep.c)
to return false, upon
Hi
Did you had a chance to review my email ? Let me know your thoughts.
Looking forward to hear from you.
Jessica Smith
From: jessica smith [mailto:jessica.sm...@tragetreachlist.com]
Sent: Friday, October 05, 2018 10:06 AM
To: 'cygwin@cygwin.com'
Subject: CEDIA 2018 Attendee
On Fri, 05 Oct 2018 17:32:16, Houder wrote:
> On Thu, 04 Oct 2018 18:02:03, Houder wrote:
> > On Wed, 03 Oct 2018 20:46:11, Houder wrote:
> > > On Wed, 3 Oct 2018 15:37:14, Ole Tange wrote:
> > > > This works:
> > > >
> > > > $ mkfifo fifo
> > > > $ echo > fifo & grep . fifo
> > > > [1] 10232
> >
8 matches
Mail list logo