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 r

Re: [PATCH] Multiple timer issues + new [PATCH]

2016-02-18 Thread john hood
On 2/18/16 6:39 PM, Irányossy Knoblauch Artúr wrote: > The ntod timer (type hires_ns), however, is getting its time value > from QueryPerformanceCounter(), which, according to the MSDN > documentation, will provide a "time stamp that can be used for > time-interval measurements" -- that is just

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 <t...@towo.net> wrote: > >> Am 14.02.2016 um 09:09 schrieb john hood: >> [I Origin

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-19 Thread john hood
7a0da741766 Mon Sep 17 00:00:00 2001 From: John Hood <cg...@glup.org> Date: Thu, 28 Jan 2016 17:08:39 -0500 Subject: [PATCH 1/5] Use high-resolution timebases for select(). * cygwait.h: Add cygwait_us() methods. * select.h: Change prototype for select_stuff::wait() for large

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

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

2016-05-08 Thread john hood
ile. > 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 <cg...@glup.org> >>> Date: Thu, 28 Jan 2016 17:08:39 -0500 >>> Subject