Re: [PATCH] Re: Cygwin select() issues and improvements

2016-05-20 Thread Corinna Vinschen
On May 18 20:02, john hood wrote: > On 5/18/16 3:23 PM, Corinna Vinschen wrote: > > Hi John, > > > > On May 8 16:43, john hood wrote: > >> On 3/29/16 8:49 AM, Corinna Vinschen wrote: > >>> John, ping? > >> > >> Sorry it took so long to reply, but I finally got around to cleaning up > >> the

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-05-18 Thread john hood
On 5/18/16 3:23 PM, Corinna Vinschen wrote: > Hi John, > > On May 8 16:43, john hood wrote: >> On 3/29/16 8:49 AM, Corinna Vinschen wrote: >>> John, ping? >> >> Sorry it took so long to reply, but I finally got around to cleaning up >> the patchset, I've mailed it separately. > > I don't see

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-05-18 Thread Corinna Vinschen
Hi John, On May 8 16:43, john hood wrote: > On 3/29/16 8:49 AM, Corinna Vinschen wrote: > > John, ping? > > Sorry it took so long to reply, but I finally got around to cleaning up > the patchset, I've mailed it separately. I don't see the patchset anywhere. Did I miss your mail or did it fail

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-05-08 Thread john hood
On 3/29/16 8:49 AM, Corinna Vinschen wrote: > John, ping? Sorry it took so long to reply, but I finally got around to cleaning up the patchset, I've mailed it separately. I was pretty frustrated at my slow Windows machine and the friction in dealing with the project, and also sick for a while.

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-03-29 Thread Corinna Vinschen
John, ping? On Mar 20 16:00, Corinna Vinschen wrote: > On Mar 19 18:43, john hood wrote: > > From c805552cdc9e673ef2330388ddb8b7a0da741766 Mon Sep 17 00:00:00 2001 > > From: John Hood > > Date: Thu, 28 Jan 2016 17:08:39 -0500 > > Subject: [PATCH 1/5] Use high-resolution timebases

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-03-20 Thread Corinna Vinschen
Hi John, On Mar 19 18:43, john hood wrote: > From c805552cdc9e673ef2330388ddb8b7a0da741766 Mon Sep 17 00:00:00 2001 > From: John Hood > Date: Thu, 28 Jan 2016 17:08:39 -0500 > Subject: [PATCH 1/5] Use high-resolution timebases for select(). > > * cygwait.h: Add

Re: Cygwin select() issues and improvements

2016-03-20 Thread Corinna Vinschen
Sidenote from the past: On Feb 15 13:57, Corinna Vinschen wrote: > On Feb 14 03:09, john hood wrote: > > Windows scheduling in general seems to be rather poor for Cygwin > > processes, and there are scheduling differences between processes run in > > Windows console (which are seen as interactive

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-03-19 Thread john hood
On 3/17/16 12:37 PM, Eric Blake wrote: > But that's where 'git rebase' is your friend. Just because your original > series wasn't perfect doesn't mean you can avoid cleaning things up and > posting an improved version. The goal of patch submissions is to make > the reviewer's job easier, even if

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-03-19 Thread Eric Blake
On 03/17/2016 03:29 AM, John Hood wrote: > On 3/14/2016 6:12 AM, Corinna Vinschen wrote: >> Hi John, >> >> On Mar 13 17:37, john hood wrote: >>> On 3/4/16 3:58 AM, Corinna Vinschen wrote: John, Ping? I'd be interested to get your patches into Cygwin. select really needs

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-03-18 Thread John Hood
On 3/14/2016 6:12 AM, Corinna Vinschen wrote: Hi John, On Mar 13 17:37, john hood wrote: On 3/4/16 3:58 AM, Corinna Vinschen wrote: John, Ping? I'd be interested to get your patches into Cygwin. select really needs some kicking :) Sorry to be so slow responding. Here's a rebased,

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-03-14 Thread Corinna Vinschen
Hi John, On Mar 13 17:37, john hood wrote: > On 3/4/16 3:58 AM, Corinna Vinschen wrote: > > John, > > > > > > Ping? I'd be interested to get your patches into Cygwin. select > > really needs some kicking :) > > Sorry to be so slow responding. Here's a rebased, squashed, > changelog-ified

Re: Cygwin select() issues and improvements

2016-03-04 Thread Corinna Vinschen
John, Ping? I'd be interested to get your patches into Cygwin. select really needs some kicking :) Thanks, Corinna On Feb 19 11:46, Corinna Vinschen wrote: > On Feb 18 20:20, john hood wrote: > > On 2/15/16 7:57 AM, Corinna Vinschen wrote: > > > On Feb 14 03:09, john hood wrote: > > >>

Re: Cygwin select() issues and improvements

2016-02-19 Thread Corinna Vinschen
On Feb 18 20:20, john hood wrote: > On 2/15/16 7:57 AM, Corinna Vinschen wrote: > > On Feb 14 03:09, john hood wrote: > >> Various issues with Cygwin's select() annoyed me, and I've spent some > >> time gnawing on them. > > One of them is that they are not trivial enough to be acceptable without >

Re: Cygwin select() issues and improvements

2016-02-18 Thread john hood
On 2/15/16 7:57 AM, Corinna Vinschen wrote: > On Feb 14 03:09, john hood wrote: >> [I Originally sent this last week, but it bounced.] >> >> Various issues with Cygwin's select() annoyed me, and I've spent some >> time gnawing on them. >> >> * With 1-byte reads, select() on Windows Console input

Re: Cygwin select() issues and improvements

2016-02-14 Thread John Hood
I hadn't checked UTF-8 input before, but yes, it's the same problem. Your test program and mine are very similar. Regards, --jh > On Feb 14, 2016, at 7:29 AM, Thomas Wolff wrote: > >> Am 14.02.2016 um 09:09 schrieb john hood: >> [I Originally sent this last week, but it